mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
kernel: bump 5.10 to 5.10.106 (#9101)
* kernel: bump 5.10 to 5.10.105 Updated default config with new sym (CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY=y). Manually rebased: generic/hack-5.10/220-arm-gc_sections.patch All other patches automatically rebased. Build system: x86_64 Build-tested: bcm2711/RPi4B, mt7622/RT3200 Run-tested: bcm2711/RPi4B, mt7622/RT3200 Signed-off-by: John Audia <graysky@archlinux.us> * kernel: bump 5.10 to 5.10.106 All patches automatically rebased. Build system: x86_64 Build-tested: bcm2711/RPi4B, mt7622/RT3200 Run-tested: bcm2711/RPi4B, mt7622/RT3200 Signed-off-by: John Audia <graysky@archlinux.us> Co-authored-by: John Audia <graysky@archlinux.us>
This commit is contained in:
parent
21c5e89a4f
commit
3d9022f163
@ -1,2 +1,2 @@
|
|||||||
LINUX_VERSION-5.10 = .104
|
LINUX_VERSION-5.10 = .106
|
||||||
LINUX_KERNEL_HASH-5.10.104 = 394a9267ea8e24d0f0cfaad3439bf43abe7bcf6479dc9548e485b48a0ac562f1
|
LINUX_KERNEL_HASH-5.10.106 = c68651c8c70e2443ab6ebd1a3ed4e06694f988ffa40a664d8374f0cee0a3597a
|
||||||
|
@ -18,7 +18,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
|
|||||||
#include <linux/personality.h>
|
#include <linux/personality.h>
|
||||||
#include <linux/preempt.h>
|
#include <linux/preempt.h>
|
||||||
#include <linux/printk.h>
|
#include <linux/printk.h>
|
||||||
@@ -137,6 +138,10 @@ static int c_show(struct seq_file *m, vo
|
@@ -140,6 +141,10 @@ static int c_show(struct seq_file *m, vo
|
||||||
{
|
{
|
||||||
int i, j;
|
int i, j;
|
||||||
bool compat = personality(current->personality) == PER_LINUX32;
|
bool compat = personality(current->personality) == PER_LINUX32;
|
||||||
@ -29,7 +29,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
|
|||||||
|
|
||||||
for_each_online_cpu(i) {
|
for_each_online_cpu(i) {
|
||||||
struct cpuinfo_arm64 *cpuinfo = &per_cpu(cpu_data, i);
|
struct cpuinfo_arm64 *cpuinfo = &per_cpu(cpu_data, i);
|
||||||
@@ -197,6 +202,26 @@ static int c_show(struct seq_file *m, vo
|
@@ -200,6 +205,26 @@ static int c_show(struct seq_file *m, vo
|
||||||
seq_printf(m, "CPU revision\t: %d\n\n", MIDR_REVISION(midr));
|
seq_printf(m, "CPU revision\t: %d\n\n", MIDR_REVISION(midr));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
|
|||||||
gpiod_err(desc,
|
gpiod_err(desc,
|
||||||
"%s: tried to set a GPIO tied to an IRQ as output\n",
|
"%s: tried to set a GPIO tied to an IRQ as output\n",
|
||||||
__func__);
|
__func__);
|
||||||
@@ -3250,8 +3252,8 @@ int gpiochip_lock_as_irq(struct gpio_chi
|
@@ -3260,8 +3262,8 @@ int gpiochip_lock_as_irq(struct gpio_chi
|
||||||
}
|
}
|
||||||
|
|
||||||
/* To be valid for IRQ the line needs to be input or open drain */
|
/* To be valid for IRQ the line needs to be input or open drain */
|
||||||
|
@ -17,7 +17,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|||||||
|
|
||||||
--- a/arch/arm/boot/dts/bcm2711.dtsi
|
--- a/arch/arm/boot/dts/bcm2711.dtsi
|
||||||
+++ b/arch/arm/boot/dts/bcm2711.dtsi
|
+++ b/arch/arm/boot/dts/bcm2711.dtsi
|
||||||
@@ -509,8 +509,8 @@
|
@@ -510,8 +510,8 @@
|
||||||
msi-controller;
|
msi-controller;
|
||||||
msi-parent = <&pcie0>;
|
msi-parent = <&pcie0>;
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|||||||
|
|
||||||
--- a/arch/arm/boot/dts/bcm2711.dtsi
|
--- a/arch/arm/boot/dts/bcm2711.dtsi
|
||||||
+++ b/arch/arm/boot/dts/bcm2711.dtsi
|
+++ b/arch/arm/boot/dts/bcm2711.dtsi
|
||||||
@@ -560,6 +560,7 @@
|
@@ -561,6 +561,7 @@
|
||||||
|
|
||||||
&dsi1 {
|
&dsi1 {
|
||||||
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
@ -17,7 +17,7 @@ Signed-off-by: Maxime Ripard <maxime@cerno.tech>
|
|||||||
|
|
||||||
--- a/arch/arm/boot/dts/bcm2711.dtsi
|
--- a/arch/arm/boot/dts/bcm2711.dtsi
|
||||||
+++ b/arch/arm/boot/dts/bcm2711.dtsi
|
+++ b/arch/arm/boot/dts/bcm2711.dtsi
|
||||||
@@ -308,6 +308,14 @@
|
@@ -309,6 +309,14 @@
|
||||||
#reset-cells = <1>;
|
#reset-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ Signed-off-by: Maxime Ripard <maxime@cerno.tech>
|
|||||||
hdmi0: hdmi@7ef00700 {
|
hdmi0: hdmi@7ef00700 {
|
||||||
compatible = "brcm,bcm2711-hdmi0";
|
compatible = "brcm,bcm2711-hdmi0";
|
||||||
reg = <0x7ef00700 0x300>,
|
reg = <0x7ef00700 0x300>,
|
||||||
@@ -336,6 +344,11 @@
|
@@ -337,6 +345,11 @@
|
||||||
<&clk_27MHz>;
|
<&clk_27MHz>;
|
||||||
clock-names = "hdmi", "bvb", "audio", "cec";
|
clock-names = "hdmi", "bvb", "audio", "cec";
|
||||||
resets = <&dvp 0>;
|
resets = <&dvp 0>;
|
||||||
@ -44,7 +44,7 @@ Signed-off-by: Maxime Ripard <maxime@cerno.tech>
|
|||||||
ddc = <&ddc0>;
|
ddc = <&ddc0>;
|
||||||
dmas = <&dma 10>;
|
dmas = <&dma 10>;
|
||||||
dma-names = "audio-rx";
|
dma-names = "audio-rx";
|
||||||
@@ -380,6 +393,11 @@
|
@@ -381,6 +394,11 @@
|
||||||
<&dvp 0>,
|
<&dvp 0>,
|
||||||
<&clk_27MHz>;
|
<&clk_27MHz>;
|
||||||
resets = <&dvp 1>;
|
resets = <&dvp 1>;
|
||||||
|
@ -12,7 +12,7 @@ Signed-off-by: Dom Cobley <popcornmix@gmail.com>
|
|||||||
|
|
||||||
--- a/arch/arm/boot/dts/bcm2711.dtsi
|
--- a/arch/arm/boot/dts/bcm2711.dtsi
|
||||||
+++ b/arch/arm/boot/dts/bcm2711.dtsi
|
+++ b/arch/arm/boot/dts/bcm2711.dtsi
|
||||||
@@ -314,6 +314,7 @@
|
@@ -315,6 +315,7 @@
|
||||||
interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <1>;
|
#interrupt-cells = <1>;
|
||||||
|
@ -12,7 +12,7 @@ Signed-off-by: Dom Cobley <popcornmix@gmail.com>
|
|||||||
|
|
||||||
--- a/arch/arm/boot/dts/bcm2711.dtsi
|
--- a/arch/arm/boot/dts/bcm2711.dtsi
|
||||||
+++ b/arch/arm/boot/dts/bcm2711.dtsi
|
+++ b/arch/arm/boot/dts/bcm2711.dtsi
|
||||||
@@ -353,7 +353,6 @@
|
@@ -354,7 +354,6 @@
|
||||||
ddc = <&ddc0>;
|
ddc = <&ddc0>;
|
||||||
dmas = <&dma 10>;
|
dmas = <&dma 10>;
|
||||||
dma-names = "audio-rx";
|
dma-names = "audio-rx";
|
||||||
@ -20,7 +20,7 @@ Signed-off-by: Dom Cobley <popcornmix@gmail.com>
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -401,7 +400,6 @@
|
@@ -402,7 +401,6 @@
|
||||||
"wakeup", "hpd-connected", "hpd-removed";
|
"wakeup", "hpd-connected", "hpd-removed";
|
||||||
dmas = <&dma 17>;
|
dmas = <&dma 17>;
|
||||||
dma-names = "audio-rx";
|
dma-names = "audio-rx";
|
||||||
|
@ -21,7 +21,7 @@ Signed-off-by: Mateusz Kwiatkowski <kfyatek+publicgit@gmail.com>
|
|||||||
|
|
||||||
--- a/arch/arm/boot/dts/bcm2711.dtsi
|
--- a/arch/arm/boot/dts/bcm2711.dtsi
|
||||||
+++ b/arch/arm/boot/dts/bcm2711.dtsi
|
+++ b/arch/arm/boot/dts/bcm2711.dtsi
|
||||||
@@ -300,6 +300,14 @@
|
@@ -301,6 +301,14 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ Signed-off-by: Mateusz Kwiatkowski <kfyatek+publicgit@gmail.com>
|
|||||||
maxItems: 1
|
maxItems: 1
|
||||||
--- a/arch/arm/boot/dts/bcm2711.dtsi
|
--- a/arch/arm/boot/dts/bcm2711.dtsi
|
||||||
+++ b/arch/arm/boot/dts/bcm2711.dtsi
|
+++ b/arch/arm/boot/dts/bcm2711.dtsi
|
||||||
@@ -301,7 +301,7 @@
|
@@ -302,7 +302,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
vec: vec@7ec13000 {
|
vec: vec@7ec13000 {
|
||||||
|
@ -15,7 +15,7 @@ Signed-off-by: Maxime Ripard <maxime@cerno.tech>
|
|||||||
|
|
||||||
--- a/arch/arm/boot/dts/bcm2711.dtsi
|
--- a/arch/arm/boot/dts/bcm2711.dtsi
|
||||||
+++ b/arch/arm/boot/dts/bcm2711.dtsi
|
+++ b/arch/arm/boot/dts/bcm2711.dtsi
|
||||||
@@ -359,7 +359,7 @@
|
@@ -360,7 +360,7 @@
|
||||||
interrupt-names = "cec-tx", "cec-rx", "cec-low",
|
interrupt-names = "cec-tx", "cec-rx", "cec-low",
|
||||||
"wakeup", "hpd-connected", "hpd-removed";
|
"wakeup", "hpd-connected", "hpd-removed";
|
||||||
ddc = <&ddc0>;
|
ddc = <&ddc0>;
|
||||||
@ -24,7 +24,7 @@ Signed-off-by: Maxime Ripard <maxime@cerno.tech>
|
|||||||
dma-names = "audio-rx";
|
dma-names = "audio-rx";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
@@ -406,7 +406,7 @@
|
@@ -407,7 +407,7 @@
|
||||||
<9>, <10>, <11>;
|
<9>, <10>, <11>;
|
||||||
interrupt-names = "cec-tx", "cec-rx", "cec-low",
|
interrupt-names = "cec-tx", "cec-rx", "cec-low",
|
||||||
"wakeup", "hpd-connected", "hpd-removed";
|
"wakeup", "hpd-connected", "hpd-removed";
|
||||||
|
@ -14,7 +14,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|||||||
|
|
||||||
--- a/arch/arm/boot/dts/bcm2711.dtsi
|
--- a/arch/arm/boot/dts/bcm2711.dtsi
|
||||||
+++ b/arch/arm/boot/dts/bcm2711.dtsi
|
+++ b/arch/arm/boot/dts/bcm2711.dtsi
|
||||||
@@ -304,7 +304,7 @@
|
@@ -305,7 +305,7 @@
|
||||||
compatible = "brcm,bcm2711-vec";
|
compatible = "brcm,bcm2711-vec";
|
||||||
reg = <0x7ec13000 0x1000>;
|
reg = <0x7ec13000 0x1000>;
|
||||||
clocks = <&clocks BCM2835_CLOCK_VEC>;
|
clocks = <&clocks BCM2835_CLOCK_VEC>;
|
||||||
@ -23,7 +23,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -1114,7 +1114,3 @@
|
@@ -1115,7 +1115,3 @@
|
||||||
&usb {
|
&usb {
|
||||||
interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
};
|
};
|
||||||
|
@ -22,11 +22,9 @@ Signed-off-by: Marek Behún <kabel@kernel.org>
|
|||||||
net/dsa/switch.c | 39 ++++++++++++++++++++++++++-------------
|
net/dsa/switch.c | 39 ++++++++++++++++++++++++++-------------
|
||||||
1 file changed, 26 insertions(+), 13 deletions(-)
|
1 file changed, 26 insertions(+), 13 deletions(-)
|
||||||
|
|
||||||
diff --git a/net/dsa/switch.c b/net/dsa/switch.c
|
|
||||||
index a44035872cff..659fd979cc0a 100644
|
|
||||||
--- a/net/dsa/switch.c
|
--- a/net/dsa/switch.c
|
||||||
+++ b/net/dsa/switch.c
|
+++ b/net/dsa/switch.c
|
||||||
@@ -104,23 +104,12 @@ static int dsa_switch_bridge_join(struct dsa_switch *ds,
|
@@ -104,23 +104,12 @@ static int dsa_switch_bridge_join(struct
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -52,7 +50,7 @@ index a44035872cff..659fd979cc0a 100644
|
|||||||
/* If the bridge was vlan_filtering, the bridge core doesn't trigger an
|
/* If the bridge was vlan_filtering, the bridge core doesn't trigger an
|
||||||
* event for changing vlan_filtering setting upon slave ports leaving
|
* event for changing vlan_filtering setting upon slave ports leaving
|
||||||
* it. That is a good thing, because that lets us handle it and also
|
* it. That is a good thing, because that lets us handle it and also
|
||||||
@@ -153,6 +142,30 @@ static int dsa_switch_bridge_leave(struct dsa_switch *ds,
|
@@ -153,6 +142,30 @@ static int dsa_switch_bridge_leave(struc
|
||||||
if (err && err != EOPNOTSUPP)
|
if (err && err != EOPNOTSUPP)
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
@ -83,6 +81,3 @@ index a44035872cff..659fd979cc0a 100644
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
--
|
|
||||||
2.34.1
|
|
||||||
|
|
||||||
|
@ -39,11 +39,9 @@ Signed-off-by: Marek Behún <kabel@kernel.org>
|
|||||||
net/dsa/switch.c | 8 +++++---
|
net/dsa/switch.c | 8 +++++---
|
||||||
1 file changed, 5 insertions(+), 3 deletions(-)
|
1 file changed, 5 insertions(+), 3 deletions(-)
|
||||||
|
|
||||||
diff --git a/net/dsa/switch.c b/net/dsa/switch.c
|
|
||||||
index 659fd979cc0a..2fe2f328d2d2 100644
|
|
||||||
--- a/net/dsa/switch.c
|
--- a/net/dsa/switch.c
|
||||||
+++ b/net/dsa/switch.c
|
+++ b/net/dsa/switch.c
|
||||||
@@ -162,9 +162,11 @@ static int dsa_switch_bridge_leave(struct dsa_switch *ds,
|
@@ -162,9 +162,11 @@ static int dsa_switch_bridge_leave(struc
|
||||||
info->sw_index, info->port,
|
info->sw_index, info->port,
|
||||||
info->br);
|
info->br);
|
||||||
|
|
||||||
@ -58,6 +56,3 @@ index 659fd979cc0a..2fe2f328d2d2 100644
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
--
|
|
||||||
2.34.1
|
|
||||||
|
|
||||||
|
@ -3338,6 +3338,8 @@ CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
|
|||||||
# CONFIG_MICROCHIP_T1_PHY is not set
|
# CONFIG_MICROCHIP_T1_PHY is not set
|
||||||
# CONFIG_MICROSEMI_PHY is not set
|
# CONFIG_MICROSEMI_PHY is not set
|
||||||
# CONFIG_MIGRATION is not set
|
# CONFIG_MIGRATION is not set
|
||||||
|
CONFIG_HARDEN_BRANCH_HISTORY=y
|
||||||
|
CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY=y
|
||||||
CONFIG_MII=y
|
CONFIG_MII=y
|
||||||
# CONFIG_MIKROTIK is not set
|
# CONFIG_MIKROTIK is not set
|
||||||
# CONFIG_MIKROTIK_RB532 is not set
|
# CONFIG_MIKROTIK_RB532 is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user