summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2022-06-16 16:06:44 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2022-06-16 16:53:56 -0300
commitceed4bff480c590ecc9478648901a1ac96592248 (patch)
tree020576a1453b6d20f6b70ea60a893fa315999515
parent25f36970b4768f1beb3631408b08f79da3075c09 (diff)
downloadmeta-freescale-ceed4bff480c590ecc9478648901a1ac96592248.tar.gz
linux-fslc: update to v5.18.5
Kernel repository has been upgraded up to v5.18.5 from stable korg. Following upstream commits are included in this version: ---- 71563d69a8ec Linux 5.18.5 4064fc1ce85e x86/speculation/mmio: Print SMT warning 0b4bd3f44c67 KVM: x86/speculation: Disable Fill buffer clear within guests dce28a791e96 x86/speculation/mmio: Reuse SRBDS mitigation for SBDS bafc2b2727b4 x86/speculation/srbds: Update SRBDS mitigation selection 1baf738f30ee x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data 8547d4ae6a95 x86/speculation/mmio: Enable CPU Fill buffer clearing on idle e3718d0753ff x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations bc4d37b2338a x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data 647afa778f7a x86/speculation: Add a common function for MD_CLEAR mitigation update d88769c6dd78 x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug 2a00e432ef05 Documentation: Add documentation for Processor MMIO Stale Data ---- Link: https://lore.kernel.org/r/20220614183720.861582392@linuxfoundation.org # v5.18.5 Link: https://github.com/Freescale/linux-fslc/pull/584 Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> (cherry picked from commit 992bf8939fea6a7c44db7972b55042ced16aa5c5)
-rw-r--r--recipes-kernel/linux/linux-fslc_5.18.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc_5.18.bb b/recipes-kernel/linux/linux-fslc_5.18.bb
index 4897e99a..363a2989 100644
--- a/recipes-kernel/linux/linux-fslc_5.18.bb
+++ b/recipes-kernel/linux/linux-fslc_5.18.bb
@@ -19,9 +19,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
19# 19#
20# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 20# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
21# should be updated once patchlevel is merged. 21# should be updated once patchlevel is merged.
22LINUX_VERSION = "5.18.4" 22LINUX_VERSION = "5.18.5"
23 23
24KBRANCH = "5.18.x+fslc" 24KBRANCH = "5.18.x+fslc"
25SRCREV = "41a655f9edb3f54b12fa9adf756ccbf3eaa37970" 25SRCREV = "1d6b3055ae6a2ab50a911a6482dbd750c09cd3e0"
26 26
27COMPATIBLE_MACHINE = "(imx-generic-bsp)" 27COMPATIBLE_MACHINE = "(imx-generic-bsp)"