From 3a2cc5d4995c2a0c45c2099b1fab03afa5090b8b Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Thu, 16 Jun 2022 16:18:55 +0000 Subject: recipes-kernel: drop lzop kernel compression Since lzop-native was dropped from OE-Core, kernel was not buildable for arm32 configuration as LZOP compression has been enabled there in default configurations. This was dropped from all the branches in linux-fslc repository [1], [2], [3]. Update layer kernel configs to drop this option as well. Link: [1]: https://github.com/Freescale/linux-fslc/commit/9296d48cdaa11c496a1ba8f1f62464ca5576ba9b Link: [2]: https://github.com/Freescale/linux-fslc/commit/ab155a14bb8a6620f2f550cc21ff3bf8173553fa Link: [3]: https://github.com/Freescale/linux-fslc/commit/aa0d6324254a0cc3126475f6df8ea8f438c0cd53 Fixes: af3f03bf ("layer wide: remove lzop dependency dropped upstream") Signed-off-by: Andrey Zhizhikin Cc: Sam Van Den Berge --- .../linux/linux-fslc-imx/imx-nxp-bsp/defconfig | 1 - recipes-kernel/linux/linux-fslc-lts/defconfig | 1 - recipes-kernel/linux/linux-fslc/defconfig | 1 - v5.15.48-v5.15.47.log | 22 ++++++++++++++++++++++ 4 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 v5.15.48-v5.15.47.log diff --git a/recipes-kernel/linux/linux-fslc-imx/imx-nxp-bsp/defconfig b/recipes-kernel/linux/linux-fslc-imx/imx-nxp-bsp/defconfig index f4697de88..3c385e2ae 100644 --- a/recipes-kernel/linux/linux-fslc-imx/imx-nxp-bsp/defconfig +++ b/recipes-kernel/linux/linux-fslc-imx/imx-nxp-bsp/defconfig @@ -1,4 +1,3 @@ -CONFIG_KERNEL_LZO=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y CONFIG_NO_HZ=y diff --git a/recipes-kernel/linux/linux-fslc-lts/defconfig b/recipes-kernel/linux/linux-fslc-lts/defconfig index 7078f9129..341523533 100644 --- a/recipes-kernel/linux/linux-fslc-lts/defconfig +++ b/recipes-kernel/linux/linux-fslc-lts/defconfig @@ -1,4 +1,3 @@ -CONFIG_KERNEL_LZO=y CONFIG_SYSVIPC=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y diff --git a/recipes-kernel/linux/linux-fslc/defconfig b/recipes-kernel/linux/linux-fslc/defconfig index 773a31483..91104c53e 100644 --- a/recipes-kernel/linux/linux-fslc/defconfig +++ b/recipes-kernel/linux/linux-fslc/defconfig @@ -1,4 +1,3 @@ -CONFIG_KERNEL_LZO=y CONFIG_SYSVIPC=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y diff --git a/v5.15.48-v5.15.47.log b/v5.15.48-v5.15.47.log new file mode 100644 index 000000000..ceebe0690 --- /dev/null +++ b/v5.15.48-v5.15.47.log @@ -0,0 +1,22 @@ +linux-fslc-imx: update to v5.15.48 + +Kernel repository has been upgraded up to v5.15.48 from stable korg. + +Following upstream commits are included in this version: +---- +e1dd58c995da Linux 5.15.48 +147ae04a7c52 x86/speculation/mmio: Print SMT warning +59d665a709b0 KVM: x86/speculation: Disable Fill buffer clear within guests +ebd0f558b480 x86/speculation/mmio: Reuse SRBDS mitigation for SBDS +30120b433c1f x86/speculation/srbds: Update SRBDS mitigation selection +531eb5fe3171 x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data +2044838ab228 x86/speculation/mmio: Enable CPU Fill buffer clearing on idle +407d97b99f27 x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations +d74f4eb1ddf0 x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data +8b9521e71179 x86/speculation: Add a common function for MD_CLEAR mitigation update +d822b10f97f6 x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug +1fcc3d646f0b Documentation: Add documentation for Processor MMIO Stale Data +---- + +Link: https://lore.kernel.org/r/20220614183720.512073672@linuxfoundation.org # v5.15.48 +Link: https://github.com/Freescale/linux-fslc/pull/587 -- cgit v1.2.3-54-g00ecf