summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2022-06-16 16:18:55 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2022-06-16 16:53:56 -0300
commit47bc547355a1f1477dd2526f5b19c1016663de62 (patch)
treee2dfcc98e339f571cec75bfe41228392f79a4a1b
parent59fd90d9ae66e5427310b1f588372d1bb9d2cc76 (diff)
downloadmeta-freescale-47bc547355a1f1477dd2526f5b19c1016663de62.tar.gz
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 <andrey.z@gmail.com> Cc: Sam Van Den Berge <sam.van.den.berge@telenet.be> (cherry picked from commit 3a2cc5d4995c2a0c45c2099b1fab03afa5090b8b)
-rw-r--r--recipes-kernel/linux/linux-fslc-imx/imx-nxp-bsp/defconfig1
-rw-r--r--recipes-kernel/linux/linux-fslc-lts/defconfig1
-rw-r--r--recipes-kernel/linux/linux-fslc/defconfig1
-rw-r--r--v5.15.48-v5.15.47.log22
4 files changed, 22 insertions, 3 deletions
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 f4697de8..3c385e2a 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 @@
1CONFIG_KERNEL_LZO=y
2CONFIG_SYSVIPC=y 1CONFIG_SYSVIPC=y
3CONFIG_POSIX_MQUEUE=y 2CONFIG_POSIX_MQUEUE=y
4CONFIG_NO_HZ=y 3CONFIG_NO_HZ=y
diff --git a/recipes-kernel/linux/linux-fslc-lts/defconfig b/recipes-kernel/linux/linux-fslc-lts/defconfig
index 7078f912..34152353 100644
--- a/recipes-kernel/linux/linux-fslc-lts/defconfig
+++ b/recipes-kernel/linux/linux-fslc-lts/defconfig
@@ -1,4 +1,3 @@
1CONFIG_KERNEL_LZO=y
2CONFIG_SYSVIPC=y 1CONFIG_SYSVIPC=y
3CONFIG_NO_HZ=y 2CONFIG_NO_HZ=y
4CONFIG_HIGH_RES_TIMERS=y 3CONFIG_HIGH_RES_TIMERS=y
diff --git a/recipes-kernel/linux/linux-fslc/defconfig b/recipes-kernel/linux/linux-fslc/defconfig
index 773a3148..91104c53 100644
--- a/recipes-kernel/linux/linux-fslc/defconfig
+++ b/recipes-kernel/linux/linux-fslc/defconfig
@@ -1,4 +1,3 @@
1CONFIG_KERNEL_LZO=y
2CONFIG_SYSVIPC=y 1CONFIG_SYSVIPC=y
3CONFIG_NO_HZ=y 2CONFIG_NO_HZ=y
4CONFIG_HIGH_RES_TIMERS=y 3CONFIG_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 00000000..ceebe069
--- /dev/null
+++ b/v5.15.48-v5.15.47.log
@@ -0,0 +1,22 @@
1linux-fslc-imx: update to v5.15.48
2
3Kernel repository has been upgraded up to v5.15.48 from stable korg.
4
5Following upstream commits are included in this version:
6----
7e1dd58c995da Linux 5.15.48
8147ae04a7c52 x86/speculation/mmio: Print SMT warning
959d665a709b0 KVM: x86/speculation: Disable Fill buffer clear within guests
10ebd0f558b480 x86/speculation/mmio: Reuse SRBDS mitigation for SBDS
1130120b433c1f x86/speculation/srbds: Update SRBDS mitigation selection
12531eb5fe3171 x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data
132044838ab228 x86/speculation/mmio: Enable CPU Fill buffer clearing on idle
14407d97b99f27 x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations
15d74f4eb1ddf0 x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data
168b9521e71179 x86/speculation: Add a common function for MD_CLEAR mitigation update
17d822b10f97f6 x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug
181fcc3d646f0b Documentation: Add documentation for Processor MMIO Stale Data
19----
20
21Link: https://lore.kernel.org/r/20220614183720.512073672@linuxfoundation.org # v5.15.48
22Link: https://github.com/Freescale/linux-fslc/pull/587