[openwrt/openwrt] kernel: bump 6.6 to 6.6.82

LEDE Commits lede-commits at lists.infradead.org
Sat Mar 15 04:36:13 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/24db6154502a823c6c5bce6b790d2de85404888f

commit 24db6154502a823c6c5bce6b790d2de85404888f
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Sun Mar 9 06:18:32 2025 -0400

    kernel: bump 6.6 to 6.6.82
    
    Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.82
    
    All patches automatically rebased.
    
    Added CONFIG_MICROCODE_INITRD32=y to x86: config-6.6[1]
    
    1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/arch/x86/Kconfig?id=v6.6.82&id2=v6.6.81
    
    Build system: x86/64
    Build-tested: bcm27xx/bcm2712
    Run-tested: bcm27xx/bcm2712
    
    Signed-off-by: John Audia <therealgraysky at proton.me>
    Link: https://github.com/openwrt/openwrt/pull/18188
    (cherry picked from commit 7cf8f61eb24c32bb47925cbd11f1cde68c9ba0b9)
    Link: https://github.com/openwrt/openwrt/pull/18208
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 include/kernel-6.6          | 4 ++--
 target/linux/x86/config-6.6 | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/kernel-6.6 b/include/kernel-6.6
index c5c29a5aad..7502edfd62 100644
--- a/include/kernel-6.6
+++ b/include/kernel-6.6
@@ -1,2 +1,2 @@
-LINUX_VERSION-6.6 = .81
-LINUX_KERNEL_HASH-6.6.81 = af483828e67f1b9918bc438d789cdbb06c13a4d43a41d5f35d44c9a6d620318f
+LINUX_VERSION-6.6 = .82
+LINUX_KERNEL_HASH-6.6.82 = f3c2389b8c23cabe747f104a3e434201ca6e7725bbbfb3a8c59a063ac4820e41
diff --git a/target/linux/x86/config-6.6 b/target/linux/x86/config-6.6
index ad73334253..2b6ab88dc3 100644
--- a/target/linux/x86/config-6.6
+++ b/target/linux/x86/config-6.6
@@ -239,6 +239,7 @@ CONFIG_M686=y
 # CONFIG_MGEODEGX1 is not set
 # CONFIG_MGEODE_LX is not set
 CONFIG_MICROCODE=y
+CONFIG_MICROCODE_INITRD32=y
 CONFIG_MICROCODE_LATE_FORCE_MINREV=y
 CONFIG_MICROCODE_LATE_LOADING=y
 CONFIG_MIGRATION=y




More information about the lede-commits mailing list