Skip to content

Commit 7ad9516

Browse files
authored
kernel: bump 5.10 to 5.10.133 (coolsnowwolf#9845)
1 parent d677e6a commit 7ad9516

7 files changed

+15
-9
lines changed

include/kernel-5.10

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
LINUX_VERSION-5.10 = .131
2-
LINUX_KERNEL_HASH-5.10.131 = 8bc441442c16c330a7148fe3cca9edcd98bc0fc9f68304633c7eb641770d21ce
1+
LINUX_VERSION-5.10 = .133
2+
LINUX_KERNEL_HASH-5.10.133 = 3b5c4c7d5bca720c11f1024c9aa00ac04397b6c7de37fd4170444077c723280e

target/linux/ath79/patches-5.10/0003-leds-add-reset-controller-based-driver.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Signed-off-by: John Crispin <[email protected]>
1313

1414
--- a/drivers/leds/Kconfig
1515
+++ b/drivers/leds/Kconfig
16-
@@ -929,6 +929,17 @@ config LEDS_ACER_A500
17-
This option enables support for the Power Button LED of
18-
Acer Iconia Tab A500.
16+
@@ -931,6 +931,17 @@ config LEDS_ACER_A500
17+
18+
source "drivers/leds/blink/Kconfig"
1919

2020
+config LEDS_RESET
2121
+ tristate "LED support for reset-controller API"

target/linux/generic/backport-5.10/732-net-next-1-of-net-pass-the-dst-buffer-to-of_get_mac_address.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ Signed-off-by: David S. Miller <[email protected]>
11621162

11631163
--- a/drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c
11641164
+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c
1165-
@@ -444,7 +444,7 @@ static int dwc_eth_dwmac_probe(struct pl
1165+
@@ -445,7 +445,7 @@ static int dwc_eth_dwmac_probe(struct pl
11661166
if (IS_ERR(stmmac_res.addr))
11671167
return PTR_ERR(stmmac_res.addr);
11681168

target/linux/generic/hack-5.10/221-module_exports.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Signed-off-by: Felix Fietkau <[email protected]>
115115
.previous
116116
--- a/scripts/Makefile.build
117117
+++ b/scripts/Makefile.build
118-
@@ -367,7 +367,7 @@ targets += $(lib-y) $(always-y) $(MAKECM
118+
@@ -373,7 +373,7 @@ targets += $(lib-y) $(always-y) $(MAKECM
119119
# Linker scripts preprocessor (.lds.S -> .lds)
120120
# ---------------------------------------------------------------------------
121121
quiet_cmd_cpp_lds_S = LDS $@

target/linux/generic/pending-5.10/203-kallsyms_uncompressed.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Signed-off-by: Felix Fietkau <[email protected]>
106106
}
107107
--- a/scripts/link-vmlinux.sh
108108
+++ b/scripts/link-vmlinux.sh
109-
@@ -186,6 +186,10 @@ kallsyms()
109+
@@ -192,6 +192,10 @@ kallsyms()
110110
kallsymopt="${kallsymopt} --base-relative"
111111
fi
112112

target/linux/tegra/patches-5.10/100-serial8250-on-tegra-hsuart-recover-from-spurious-interrupts-due-to-tegra2-silicon-bug.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ David
3636

3737
--- a/drivers/tty/serial/8250/8250_core.c
3838
+++ b/drivers/tty/serial/8250/8250_core.c
39-
@@ -133,6 +133,38 @@ static irqreturn_t serial8250_interrupt(
39+
@@ -134,6 +134,38 @@ static irqreturn_t serial8250_interrupt(
4040

4141
if (l == i->head && pass_counter++ > PASS_LIMIT)
4242
break;

target/linux/x86/config-5.10

+6
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
8181
# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
8282
# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
8383
CONFIG_CPU_FREQ_STAT=y
84+
CONFIG_CPU_IBPB_ENTRY=y
85+
CONFIG_CPU_IBRS_ENTRY=y
86+
# CONFIG_SLS is not set
8487
CONFIG_CPU_IDLE=y
8588
CONFIG_CPU_IDLE_GOV_LADDER=y
8689
CONFIG_CPU_RMAP=y
@@ -92,11 +95,13 @@ CONFIG_CPU_SUP_INTEL=y
9295
CONFIG_CPU_SUP_TRANSMETA_32=y
9396
CONFIG_CPU_SUP_UMC_32=y
9497
CONFIG_CPU_SUP_ZHAOXIN=y
98+
CONFIG_CPU_UNRET_ENTRY=y
9599
CONFIG_CRASH_CORE=y
96100
CONFIG_CRC16=y
97101
CONFIG_CRYPTO_CRC32=y
98102
CONFIG_CRYPTO_CRC32C=y
99103
# CONFIG_CRYPTO_CRC32_PCLMUL is not set
104+
CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y
100105
CONFIG_CRYPTO_GF128MUL=y
101106
CONFIG_CRYPTO_LIB_POLY1305_RSIZE=1
102107
CONFIG_CRYPTO_NULL2=y
@@ -402,6 +407,7 @@ CONFIG_RD_BZIP2=y
402407
CONFIG_RD_GZIP=y
403408
CONFIG_RELOCATABLE=y
404409
# CONFIG_RESET_ATTACK_MITIGATION is not set
410+
CONFIG_RETHUNK=y
405411
CONFIG_RETPOLINE=y
406412
CONFIG_RFS_ACCEL=y
407413
CONFIG_RPS=y

0 commit comments

Comments
 (0)