Skip to content

Commit ffcd863

Browse files
committed
Merge tag 'v5.4.74' into linux-5.4-at91
This is the 5.4.74 stable release
2 parents ea5298f + b300b28 commit ffcd863

472 files changed

Lines changed: 3629 additions & 1899 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@
567567
loops can be debugged more effectively on production
568568
systems.
569569

570-
clearcpuid=BITNUM [X86]
570+
clearcpuid=BITNUM[,BITNUM...] [X86]
571571
Disable CPUID feature X for the kernel. See
572572
arch/x86/include/asm/cpufeatures.h for the valid bit
573573
numbers. Note the Linux specific bits are not necessarily

Documentation/networking/ip-sysctl.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,12 +1000,14 @@ icmp_ratelimit - INTEGER
10001000
icmp_msgs_per_sec - INTEGER
10011001
Limit maximal number of ICMP packets sent per second from this host.
10021002
Only messages whose type matches icmp_ratemask (see below) are
1003-
controlled by this limit.
1003+
controlled by this limit. For security reasons, the precise count
1004+
of messages per second is randomized.
10041005
Default: 1000
10051006

10061007
icmp_msgs_burst - INTEGER
10071008
icmp_msgs_per_sec controls number of ICMP packets sent per second,
10081009
while icmp_msgs_burst controls the burst size of these packets.
1010+
For security reasons, the precise burst size is randomized.
10091011
Default: 50
10101012

10111013
icmp_ratemask - INTEGER

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0
22
VERSION = 5
33
PATCHLEVEL = 4
4-
SUBLEVEL = 72
4+
SUBLEVEL = 74
55
EXTRAVERSION = -linux4sam-2020.10-rc2
66
NAME = Kleptomaniac Octopus
77

arch/arc/plat-hsdk/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ menuconfig ARC_SOC_HSDK
88
select ARC_HAS_ACCL_REGS
99
select ARC_IRQ_NO_AUTOSAVE
1010
select CLK_HSDK
11+
select RESET_CONTROLLER
1112
select RESET_HSDK
1213
select HAVE_PCI

arch/arm/boot/dts/imx6sl.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,8 +936,10 @@
936936
};
937937

938938
rngb: rngb@21b4000 {
939+
compatible = "fsl,imx6sl-rngb", "fsl,imx25-rngb";
939940
reg = <0x021b4000 0x4000>;
940941
interrupts = <0 5 IRQ_TYPE_LEVEL_HIGH>;
942+
clocks = <&clks IMX6SL_CLK_DUMMY>;
941943
};
942944

943945
weim: weim@21b8000 {

arch/arm/boot/dts/meson8.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,6 @@
230230
<GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>,
231231
<GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>,
232232
<GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>,
233-
<GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>,
234-
<GIC_SPI 171 IRQ_TYPE_LEVEL_HIGH>,
235233
<GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>,
236234
<GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>,
237235
<GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>,

arch/arm/boot/dts/owl-s500.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,21 +84,21 @@
8484
global_timer: timer@b0020200 {
8585
compatible = "arm,cortex-a9-global-timer";
8686
reg = <0xb0020200 0x100>;
87-
interrupts = <GIC_PPI 0 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_EDGE_RISING)>;
87+
interrupts = <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_EDGE_RISING)>;
8888
status = "disabled";
8989
};
9090

9191
twd_timer: timer@b0020600 {
9292
compatible = "arm,cortex-a9-twd-timer";
9393
reg = <0xb0020600 0x20>;
94-
interrupts = <GIC_PPI 2 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_EDGE_RISING)>;
94+
interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_EDGE_RISING)>;
9595
status = "disabled";
9696
};
9797

9898
twd_wdt: wdt@b0020620 {
9999
compatible = "arm,cortex-a9-twd-wdt";
100100
reg = <0xb0020620 0xe0>;
101-
interrupts = <GIC_PPI 3 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_EDGE_RISING)>;
101+
interrupts = <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_EDGE_RISING)>;
102102
status = "disabled";
103103
};
104104

arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,16 +223,16 @@
223223
};
224224

225225
&reg_dc1sw {
226-
regulator-min-microvolt = <3000000>;
227-
regulator-max-microvolt = <3000000>;
226+
regulator-min-microvolt = <3300000>;
227+
regulator-max-microvolt = <3300000>;
228228
regulator-name = "vcc-gmac-phy";
229229
};
230230

231231
&reg_dcdc1 {
232232
regulator-always-on;
233-
regulator-min-microvolt = <3000000>;
234-
regulator-max-microvolt = <3000000>;
235-
regulator-name = "vcc-3v0";
233+
regulator-min-microvolt = <3300000>;
234+
regulator-max-microvolt = <3300000>;
235+
regulator-name = "vcc-3v3";
236236
};
237237

238238
&reg_dcdc2 {

arch/arm/mach-at91/pm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,7 @@ static void __init at91_pm_init(void (*pm_idle)(void))
800800

801801
pmc_np = of_find_matching_node_and_match(NULL, atmel_pmc_ids, &of_id);
802802
soc_pm.data.pmc = of_iomap(pmc_np, 0);
803+
of_node_put(pmc_np);
803804
if (!soc_pm.data.pmc) {
804805
pr_err("AT91: PM not supported, PMC not found\n");
805806
return;

arch/arm/mach-omap2/cpuidle44xx.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,10 @@ static int omap_enter_idle_coupled(struct cpuidle_device *dev,
174174
*/
175175
if (mpuss_can_lose_context) {
176176
error = cpu_cluster_pm_enter();
177-
if (error)
177+
if (error) {
178+
omap_set_pwrdm_state(mpu_pd, PWRDM_POWER_ON);
178179
goto cpu_cluster_pm_out;
180+
}
179181
}
180182
}
181183

0 commit comments

Comments
 (0)