summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2021-01-10 20:52:16 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2021-01-10 19:29:17 -0300
commit510aa7c33a7c267edcdf4f4d8e88f6f83373e964 (patch)
tree12108def19f9353dbd18c6301fb38f53f237950b /recipes-kernel/linux
parent0706236a114d7ce052401cefd37001cf0b65bb20 (diff)
downloadmeta-freescale-510aa7c33a7c267edcdf4f4d8e88f6f83373e964.tar.gz
linux-fslc-imx: update to v5.4.88
Kernel repository has been upgraded to v5.4.88 from stable korg. Following upstream commits are included in this version: ---- f3a4c8d50145 Linux 5.4.88 0a49aaf4df29 mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_start 117433236ae2 exec: Transform exec_update_mutex into a rw_semaphore d390fc97df62 rwsem: Implement down_read_interruptible 1b75a263fbd9 rwsem: Implement down_read_killable_nested 71b8355ba667 perf: Break deadlock involving exec_update_mutex 732251cabeb3 fuse: fix bad inode 06c672dd61b5 iio:imu:bmi160: Fix alignment and data leak issues 7a736f41013e kdev_t: always inline major/minor helper functions 61a0d8e437bb dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate() 20d5ee563bfd dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate() f2a0b7677444 dmaengine: at_hdmac: Substitute kzalloc with kmalloc 4d3ba541bede Revert "mtd: spinand: Fix OOB read" da5b4cf021b9 Revert "drm/amd/display: Fix memory leaks in S3 resume" ---- Link: https://lore.kernel.org/r/20210107143049.929352526@linuxfoundation.org Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.4.bb b/recipes-kernel/linux/linux-fslc-imx_5.4.bb
index 46e5028a..cc002f5a 100644
--- a/recipes-kernel/linux/linux-fslc-imx_5.4.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_5.4.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.4.87 31# tag: v5.4.88
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
@@ -79,14 +79,14 @@ LICENSE = "GPLv2"
79LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 79LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
80 80
81SRCBRANCH = "5.4-2.2.x-imx" 81SRCBRANCH = "5.4-2.2.x-imx"
82SRCREV = "732c2c9b8f02bc490ddec197f0f6d9835813c865" 82SRCREV = "192a3697600382c5606fc1b2c946e737c5450f88"
83 83
84# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 84# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
85# required by kernel-yocto.bbclass. 85# required by kernel-yocto.bbclass.
86# 86#
87# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 87# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
88# should be updated once patchlevel is merged. 88# should be updated once patchlevel is merged.
89LINUX_VERSION = "5.4.87" 89LINUX_VERSION = "5.4.88"
90 90
91# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 91# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
92LOCALVERSION = "-imx-5.4.47-2.2.0" 92LOCALVERSION = "-imx-5.4.47-2.2.0"