From 7cf8f61eb24c32bb47925cbd11f1cde68c9ba0b9 Mon Sep 17 00:00:00 2001 From: John Audia Date: Sun, 9 Mar 2025 06:18:32 -0400 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/18188 Signed-off-by: Hauke Mehrtens --- 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 -- 2.30.2