]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-fslc: update to v5.4.100
authorAndrey Zhizhikin <andrey.z@gmail.com>
Tue, 23 Feb 2021 22:15:42 +0000 (22:15 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 23 Feb 2021 22:38:02 +0000 (19:38 -0300)
Kernel repository has been upgraded to v5.4.100 from stable korg.

Following upstream commits are included in this version:
----
fc944ddc0b4a Linux 5.4.100
38d777aaf2c3 btrfs: fix backport of 2175bf57dc952 in 5.4.95
c6dd8545fe38 media: pwc: Use correct device for DMA
524a77aa5d69 xen-blkback: fix error handling in xen_blkbk_map()
be05138a9cdd xen-scsiback: don't "handle" error by BUG()
52e8f43af540 xen-netback: don't "handle" error by BUG()
7109f61d25ff xen-blkback: don't "handle" error by BUG()
55ccf71c0985 xen/arm: don't ignore return errors from set_phys_to_machine
feda880969a5 Xen/gntdev: correct error checking in gntdev_map_grant_pages()
0e382682dda4 Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages()
da92e41f010e Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()
104eef952314 Xen/x86: don't bail early from clear_foreign_p2m_mapping()
49de0a17e68f net: bridge: Fix a warning when del bridge sysfs
c35ce3d38caa net: qrtr: Fix port ID for control messages
f49731dfdb20 KVM: SEV: fix double locking due to incorrect backport
----

Link: https://lore.kernel.org/r/20210222121013.583922436@linuxfoundation.org
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
recipes-kernel/linux/linux-fslc_5.4.bb

index 5781e0e29b41f9a392bae428542b1a47a43ffd46..e38c0f37885a6acfdb6b22cdcf640cb2d93f2928 100644 (file)
@@ -19,9 +19,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
 #
 # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
 # should be updated once patchlevel is merged.
-LINUX_VERSION = "5.4.99"
+LINUX_VERSION = "5.4.100"
 
 SRCBRANCH = "5.4.x+fslc"
-SRCREV = "a7da9b76ddb2b707c3279643fcea8f131cfdf9dc"
+SRCREV = "22c1506239f74fbfc41802b6d53494213f32da21"
 
 COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)"