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

Following upstream commits are included in this version:
----
63b9d2e001fd Linux 5.10.18
c6152fd3ac2b media: pwc: Use correct device for DMA
a6703c711534 btrfs: fix crash after non-aligned direct IO write with O_DSYNC
aa0fd921d207 btrfs: fix backport of 2175bf57dc952 in 5.10.13
df443aad518d Bluetooth: btusb: Always fallback to alt 1 for WBS
ffec7ee21809 tty: protect tty_write from odd low-level tty disciplines
00805af45a21 xen-blkback: fix error handling in xen_blkbk_map()
9bea436fc3fc xen-scsiback: don't "handle" error by BUG()
2814b3aa38a6 xen-netback: don't "handle" error by BUG()
8f8ebd6b1cb5 xen-blkback: don't "handle" error by BUG()
0462dbbe2cab xen/arm: don't ignore return errors from set_phys_to_machine
be89a0300a58 Xen/gntdev: correct error checking in gntdev_map_grant_pages()
1a5c2274349f Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages()
0c08037b56a7 Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()
740f4d9d0c34 Xen/x86: don't bail early from clear_foreign_p2m_mapping()
06ab1e63ec5c net: fix proc_fs init handling in af_packet and tls
ba2582cd7f20 net: bridge: Fix a warning when del bridge sysfs
2bce178c254c net: openvswitch: fix TTL decrement exception action execution
78b12034d4c3 net: sched: incorrect Kconfig dependencies on Netfilter modules
f9d6533d18fd mt76: mt7615: fix rdd mcu cmd endianness
977060d4ec5b mt76: mt7915: fix endian issues
496ef46dbf6d net/sched: fix miss init the mru in qdisc_skb_cb
40bf5450ba6f mptcp: skip to next candidate if subflow has unacked data
36e4b9383890 net: qrtr: Fix port ID for control messages
c313e91b97eb IB/isert: add module param to set sg_tablesize for IO cmd
5840f8687fdf vdpa_sim: add get_config callback in vdpasim_dev_attr
8faf3ea12225 vdpa_sim: make 'config' generic and usable for any device type
0fb67eda6a9c vdpa_sim: store parsed MAC address in a buffer
0ed8181561be vdpa_sim: add struct vdpasim_dev_attr for device attributes
c721898723bc vdpa_sim: remove hard-coded virtq count
----

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

index 0de9ddc4004ab4977f8d8b2fd0984217dfd29712..af2e06ed00ef0f5639a3c8918923a181a43a6e15 100644 (file)
@@ -19,9 +19,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
 #
 # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
 # should be updated once patchlevel is merged.
-LINUX_VERSION = "5.10.17"
+LINUX_VERSION = "5.10.18"
 
 KBRANCH = "5.10.x+fslc"
-SRCREV = "54a0317bc69f448da046cde4c301b355da8c63f9"
+SRCREV = "e96f454f9d4b52526ab436c148418fb773a312cf"
 
 COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)"