summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2022-06-16 16:12:50 +0000
committerAndrey Zhizhikin <andrey.z@gmail.com>2022-06-16 16:17:05 +0000
commit7bd9467445822597aac833819a0e90980e4b346d (patch)
tree1c6f8e6096c3bb6a56bded223ca3a31ddd695156
parentd7167b36cad3bfb20c3277268ddcf0301e326f9f (diff)
downloadmeta-freescale-7bd9467445822597aac833819a0e90980e4b346d.tar.gz
linux-fslc-imx: update to v5.15.48
Kernel repository has been upgraded up to v5.15.48 from stable korg. Following commits are included in this version: ---- aa0d6324254a ARM: imx_v6/v7: config: remove lzo compression ---- 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 Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.15.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.15.bb b/recipes-kernel/linux/linux-fslc-imx_5.15.bb
index 47ccc40d..336cf1c7 100644
--- a/recipes-kernel/linux/linux-fslc-imx_5.15.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_5.15.bb
@@ -28,7 +28,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
28# ------------------------------------------------------------------------------ 28# ------------------------------------------------------------------------------
29# 1. Stable (tag or SHA(s)) 29# 1. Stable (tag or SHA(s))
30# ------------------------------------------------------------------------------ 30# ------------------------------------------------------------------------------
31# tag: v5.15.47 31# tag: v5.15.48
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
@@ -38,6 +38,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
38# ------------------------------------------------------------------------------ 38# ------------------------------------------------------------------------------
39# 3. Critical patches (SHA(s)) 39# 3. Critical patches (SHA(s))
40# ------------------------------------------------------------------------------ 40# ------------------------------------------------------------------------------
41# aa0d6324254a ("ARM: imx_v6/v7: config: remove lzo compression")
41# 78a61d752a68 ("staging: fsl_ppfe: reduce MAC address filtering loglevel to debug") 42# 78a61d752a68 ("staging: fsl_ppfe: reduce MAC address filtering loglevel to debug")
42# 119775ff0b40 ("staging: fsl_ppfe: assign correct OF nodes to individual ports") 43# 119775ff0b40 ("staging: fsl_ppfe: assign correct OF nodes to individual ports")
43# f696b8a03198 ("staging: fsl_ppfe: handle all RGMII modes in pfe_eth_adjust_link") 44# f696b8a03198 ("staging: fsl_ppfe: handle all RGMII modes in pfe_eth_adjust_link")
@@ -70,14 +71,14 @@ LICENSE = "GPL-2.0-only"
70LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 71LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
71 72
72KBRANCH = "5.15-1.0.x-imx" 73KBRANCH = "5.15-1.0.x-imx"
73SRCREV = "465e31b4ac3bfab2ce870b1df61ae0331ccc79b6" 74SRCREV = "b6597629c15cf4fc99dbcdaa079cb1b4c3e92f2e"
74 75
75# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 76# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
76# required by kernel-yocto.bbclass. 77# required by kernel-yocto.bbclass.
77# 78#
78# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 79# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
79# should be updated once patchlevel is merged. 80# should be updated once patchlevel is merged.
80LINUX_VERSION = "5.15.47" 81LINUX_VERSION = "5.15.48"
81 82
82# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 83# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
83LOCALVERSION = "-5.15.5-1.0.0" 84LOCALVERSION = "-5.15.5-1.0.0"