Skip to content

Commit 4ad9acd

Browse files
authored
kernel: bump 5.15 to 5.15.57 (coolsnowwolf#9824)
Signed-off-by: aakkll <[email protected]>
1 parent 8852b7b commit 4ad9acd

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

include/kernel-5.15

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
LINUX_VERSION-5.15 = .56
2-
LINUX_KERNEL_HASH-5.15.56 = e9a6bb3437f1497b1c74841ebf70d5b96f915d6ac767b5ba3d8d820dd89b8223
1+
LINUX_VERSION-5.15 = .57
2+
LINUX_KERNEL_HASH-5.15.57 = 62e3095a1fc876315150c93aad1546cc198e3ba5863b3d7ff7da21fbee20f0fd

target/linux/generic/hack-5.15/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-
@@ -396,7 +396,7 @@ targets += $(real-dtb-y) $(lib-y) $(alwa
118+
@@ -397,7 +397,7 @@ targets += $(real-dtb-y) $(lib-y) $(alwa
119119
# Linker scripts preprocessor (.lds.S -> .lds)
120120
# ---------------------------------------------------------------------------
121121
quiet_cmd_cpp_lds_S = LDS $@

target/linux/generic/pending-5.15/201-extra_optimization.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Signed-off-by: Felix Fietkau <[email protected]>
1414

1515
--- a/Makefile
1616
+++ b/Makefile
17-
@@ -752,11 +752,11 @@ KBUILD_CFLAGS += $(call cc-disable-warni
17+
@@ -759,11 +759,11 @@ KBUILD_CFLAGS += $(call cc-disable-warni
1818
KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member)
1919

2020
ifdef CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE

target/linux/generic/pending-5.15/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-
@@ -263,6 +263,10 @@ kallsyms()
109+
@@ -266,6 +266,10 @@ kallsyms()
110110
kallsymopt="${kallsymopt} --base-relative"
111111
fi
112112

target/linux/mediatek/patches-5.15/510-net-mediatek-add-flow-offload-for-mt7623.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Signed-off-by: Frank Wunderlich <[email protected]>
2121
+ .offload_version = 2,
2222
.txrx = {
2323
.txd_size = sizeof(struct mtk_tx_dma),
24-
.rxd_size = sizeof(struct mtk_rx_dma),
24+
.rxd_size = sizeof(struct mtk_rx_dma),

0 commit comments

Comments
 (0)