summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-06-16 16:24:58 -0300
committerGitHub <noreply@github.com>2022-06-16 16:24:58 -0300
commit1d9c8ac21506dc9b602737b40da5a82dfe8c69f4 (patch)
tree4bd7a35a5a769d10f3a39b1257a9bfa0f3163945
parente2df82fd1856e997b3a5aa988f7dcebb1f5fdfdd (diff)
parent3a2cc5d4995c2a0c45c2099b1fab03afa5090b8b (diff)
downloadmeta-freescale-1d9c8ac21506dc9b602737b40da5a82dfe8c69f4.tar.gz
Merge pull request #1112 from zandrey/topic/kernel-update-master
Consolidated Kernel update (v5.15.48 + v5.18.5)
-rw-r--r--recipes-kernel/linux/linux-fslc-imx/imx-nxp-bsp/defconfig1
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.15.bb7
-rw-r--r--recipes-kernel/linux/linux-fslc-lts/defconfig1
-rw-r--r--recipes-kernel/linux/linux-fslc-lts_5.15.bb4
-rw-r--r--recipes-kernel/linux/linux-fslc/defconfig1
-rw-r--r--recipes-kernel/linux/linux-fslc_5.18.bb4
-rw-r--r--v5.15.48-v5.15.47.log22
7 files changed, 30 insertions, 10 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-imx_5.15.bb b/recipes-kernel/linux/linux-fslc-imx_5.15.bb
index 926a4956..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.46 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 = "2badd023089aeeadb482300d5d409d6deece659c" 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.46" 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"
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-lts_5.15.bb b/recipes-kernel/linux/linux-fslc-lts_5.15.bb
index edf45d3b..62550b4b 100644
--- a/recipes-kernel/linux/linux-fslc-lts_5.15.bb
+++ b/recipes-kernel/linux/linux-fslc-lts_5.15.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.15.46" 22LINUX_VERSION = "5.15.48"
23 23
24KBRANCH = "5.15.x+fslc" 24KBRANCH = "5.15.x+fslc"
25SRCREV = "b0d7488836b992745e42ac055cb9bd59ba29c3ae" 25SRCREV = "d14543c880490dfa74c3e2e684634f8f9ed41cec"
26 26
27COMPATIBLE_MACHINE = "(imx-generic-bsp)" 27COMPATIBLE_MACHINE = "(imx-generic-bsp)"
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/recipes-kernel/linux/linux-fslc_5.18.bb b/recipes-kernel/linux/linux-fslc_5.18.bb
index b1fdd07e..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.3" 22LINUX_VERSION = "5.18.5"
23 23
24KBRANCH = "5.18.x+fslc" 24KBRANCH = "5.18.x+fslc"
25SRCREV = "3e911e32b6228ba4a05f476830c0179aa99d5985" 25SRCREV = "1d6b3055ae6a2ab50a911a6482dbd750c09cd3e0"
26 26
27COMPATIBLE_MACHINE = "(imx-generic-bsp)" 27COMPATIBLE_MACHINE = "(imx-generic-bsp)"
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