summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Jeker <n.jeker@gmx.net>2022-01-18 11:20:57 +0100
committerNicolas Jeker <n.jeker@gmx.net>2022-01-18 11:20:57 +0100
commit5f4c2d1fa34fd7931cea7afcb9f08f925b7a8ed4 (patch)
treed78867d44a25ce085965547c18b3db8a90431d48
parent64cfd87a6a0df99e3882c694c9eff3ce69dbe906 (diff)
downloadmeta-freescale-5f4c2d1fa34fd7931cea7afcb9f08f925b7a8ed4.tar.gz
linux-fslc: update to v5.4.159
Kernel repository has been upgraded up to v5.4.159 from stable korg. Following upstream commits are included in this version: ---- 5915b0ea6746 Linux 5.4.159 abc49cc45d0a rsi: fix control-message timeout 64e6632ab4c1 media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init 6c382b63658e staging: rtl8192u: fix control-message timeouts f66258cb60e4 staging: r8712u: fix control-message timeout 88a252ff782c comedi: vmk80xx: fix bulk and interrupt message timeouts 1ae4715121a5 comedi: vmk80xx: fix bulk-buffer overflow 199acd8c110e comedi: vmk80xx: fix transfer-buffer overflows b0156b7c9649 comedi: ni_usb6501: fix NULL-deref in command paths 3efb7af8ac43 comedi: dt9812: fix DMA buffers on stack 6e80e9314f8b isofs: Fix out of bound access for corrupted isofs image adc56dbfc4aa printk/console: Allow to disable console output by using console="" or console=null 589ac131b3ab binder: don't detect sender/target during buffer cleanup b60e89b63eb9 usb-storage: Add compatibility quirk flags for iODD 2531/2541 5c3eba290479 usb: musb: Balance list entry in musb_gadget_queue 161571745de1 usb: gadget: Mark USB_FSL_QE broken on 64-bit d6013265a779 usb: ehci: handshake CMD_RUN instead of STS_HALT 6d000e1c1625 Revert "x86/kvm: fix vcpu-id indexed array sizes" ---- Link: https://lore.kernel.org/r/20211110182002.206203228@linuxfoundation.org # 5.4.159 Link: https://github.com/Freescale/linux-fslc/pull/496 Signed-off-by: Nicolas Jeker <n.jeker@gmx.net>
-rw-r--r--recipes-kernel/linux/linux-fslc_5.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc_5.4.bb b/recipes-kernel/linux/linux-fslc_5.4.bb
index 6829ac26..c55c6b72 100644
--- a/recipes-kernel/linux/linux-fslc_5.4.bb
+++ b/recipes-kernel/linux/linux-fslc_5.4.bb
@@ -19,9 +19,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
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.4.158" 22LINUX_VERSION = "5.4.159"
23 23
24SRCBRANCH = "5.4.x+fslc" 24SRCBRANCH = "5.4.x+fslc"
25SRCREV = "08f882d2fb67138c659be4c0679793168fdb4c3a" 25SRCREV = "976629e8e719a29a570f87f766d3260e14b4c83e"
26 26
27COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" 27COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)"