summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Jeker <n.jeker@gmx.net>2022-01-18 11:15:18 +0100
committerNicolas Jeker <n.jeker@gmx.net>2022-01-18 11:15:18 +0100
commit597df79503d5816a646077e13eb957ca31468e11 (patch)
treebeba172176705b9891e70947292c55376c68ddfb
parent490b6d272375cb47e0eb5e2ff9218b60ad7a0447 (diff)
downloadmeta-freescale-597df79503d5816a646077e13eb957ca31468e11.tar.gz
linux-fslc: update to v5.4.154
Kernel repository has been upgraded up to v5.4.154 from stable korg. Following upstream commits are included in this version: ---- ce061ef43f1d Linux 5.4.154 291a48871e51 sched: Always inline is_percpu_thread() 3e105ecc4ab7 scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported" 1ff5ee9d3926 scsi: ses: Fix unsigned comparison with less than zero 83d857d6b096 drm/amdgpu: fix gart.bo pin_count leak 1843ae8c4b2b net: sun: SUNVNET_COMMON should depend on INET 6d1d7acb1067 mac80211: check return value of rhashtable_init 2aaf3fd5e109 net: prevent user from passing illegal stab size 1e66a472b51b m68k: Handle arrivals of multiple signals correctly be191c8e68fe mac80211: Drop frames from invalid MAC address in ad-hoc mode fffad5988f28 netfilter: nf_nat_masquerade: defer conntrack walk to work queue b3cb06303419 netfilter: nf_nat_masquerade: make async masq_inet6_event handling generic a9d8aa2d3ca8 HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) device IDs 8c6680025b49 netfilter: ip6_tables: zero-initialize fragment offset 744b908a7f3f HID: apple: Fix logical maximum and usage maximum of Magic Keyboard JIS b6bccc978ec8 ext4: correct the error path of ext4_write_inline_data_end() de4a28b718bb net: phy: bcm7xxx: Fixed indirect MMD operations ---- Link: https://lore.kernel.org/r/20211014145207.314256898@linuxfoundation.org # 5.4.154 Link: https://github.com/Freescale/linux-fslc/pull/479 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 91a614c9..e3691530 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.153" 22LINUX_VERSION = "5.4.154"
23 23
24SRCBRANCH = "5.4.x+fslc" 24SRCBRANCH = "5.4.x+fslc"
25SRCREV = "097768384bdb56cce132d5f93a2abbfaee2f1561" 25SRCREV = "408a0d8ce7ae0227231ac5e5e45f946533b9fe98"
26 26
27COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" 27COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)"