diff options
| author | Leo Barsky | 2025-07-17 18:50:47 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-19 09:59:49 +0000 |
| commit | 3148a577584e98b2e3a7aefbfbde6d0fbb741141 (patch) | |
| tree | 492b680607d6fca85e53308de037f6417cac3eeb | |
| parent | 7b4ee9b17d4109227a6c728b06f271646fd3fda5 (diff) | |
| download | openwrt-3148a577584e98b2e3a7aefbfbde6d0fbb741141.tar.gz | |
kernel: bump 6.6 to 6.6.99
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.99
All patches auto-refreshed.
Signed-off-by: Leo Barsky <leobrsky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/19448
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/generic/hack-6.6/902-debloat_proc.patch | 2 | ||||
| -rw-r--r-- | target/linux/generic/kernel-6.6 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/hack-6.6/902-debloat_proc.patch b/target/linux/generic/hack-6.6/902-debloat_proc.patch index 64472ad18f..886111a66c 100644 --- a/target/linux/generic/hack-6.6/902-debloat_proc.patch +++ b/target/linux/generic/hack-6.6/902-debloat_proc.patch @@ -235,7 +235,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> if (!pe) --- a/mm/vmalloc.c +++ b/mm/vmalloc.c -@@ -4450,6 +4450,8 @@ static const struct seq_operations vmall +@@ -4458,6 +4458,8 @@ static const struct seq_operations vmall static int __init proc_vmalloc_init(void) { diff --git a/target/linux/generic/kernel-6.6 b/target/linux/generic/kernel-6.6 index 1e572366f2..7ed3e4f41d 100644 --- a/target/linux/generic/kernel-6.6 +++ b/target/linux/generic/kernel-6.6 @@ -1,2 +1,2 @@ -LINUX_VERSION-6.6 = .98 -LINUX_KERNEL_HASH-6.6.98 = 296a34c500abc22c434b967d471d75568891f06a98f11fc31c5e79b037f45de5 +LINUX_VERSION-6.6 = .99 +LINUX_KERNEL_HASH-6.6.99 = b08679729f1ec74b9fa829f5990936ca2511039d87acc7e8b3f39912de89ab36 |