]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-fslc-lts: update to v5.10.55
authorAndrey Zhizhikin <andrey.z@gmail.com>
Mon, 20 Sep 2021 13:32:02 +0000 (13:32 +0000)
committerAndrey Zhizhikin <andrey.z@gmail.com>
Mon, 20 Sep 2021 15:56:43 +0000 (15:56 +0000)
Kernel repository has been upgraded up to v5.10.55 from stable korg.

Following upstream commits are included in this version:
----
11fe69a17195 Linux 5.10.55
984e93b8e207 ipv6: ip6_finish_output2: set sk into newly allocated nskb
a74054ca7553 ARM: dts: versatile: Fix up interrupt controller node names
3510b9b41c70 iomap: remove the length variable in iomap_seek_hole
8659186e72d0 iomap: remove the length variable in iomap_seek_data
65039407489c cifs: fix the out of range assignment to bit fields in parse_server_interfaces
fe5fe0b1c8b9 firmware: arm_scmi: Fix range check for the maximum number of pending messages
8f8e5475a369 firmware: arm_scmi: Fix possible scmi_linux_errmap buffer overflow
d01328fef6af hfs: add lock nesting notation to hfs_find_init
06b3d9923fa0 hfs: fix high memory mapping in hfs_bnode_read
680b2917e60e hfs: add missing clean-up in hfs_fill_super
5c3d753b872a drm/ttm: add a check against null pointer dereference
2323690eb058 ipv6: allocate enough headroom in ip6_finish_output2()
86cb49e7314e rcu-tasks: Don't delete holdouts within trc_wait_for_one_reader()
55ddab2bfd70 rcu-tasks: Don't delete holdouts within trc_inspect_reader()
4d972881f8d8 sctp: move 198 addresses from unusable to private scope
915226f31fd4 net: annotate data race around sk_ll_usec
92289f58f01d net/802/garp: fix memleak in garp_request_join()
5d93810761b4 net/802/mrp: fix memleak in mrp_request_join()
df34f888628e cgroup1: fix leaked context root causing sporadic NULL deref in LTP
dcd00801f3d9 workqueue: fix UAF in pwq_unbound_release_workfn()
93c5951e0ce1 af_unix: fix garbage collect vs MSG_PEEK
dee8119eaa9e KVM: x86: determine if an exception has an error code only when injecting it.
6f5d7a45f58d io_uring: fix link timeout refs
475312897ea6 tools: Allow proper CC/CXX/... override with LLVM=1 in Makefile.include
----

Link: https://lore.kernel.org/r/20210726153839.371771838@linuxfoundation.org
Link: https://lore.kernel.org/r/20210726165240.137482144@linuxfoundation.org
Link: https://lore.kernel.org/r/20210729135137.267680390@linuxfoundation.org
Link: https://github.com/Freescale/linux-fslc/pull/404
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
recipes-kernel/linux/linux-fslc-lts_5.10.bb

index b05bf2b1ec991e82051f605c22450865bc3285cd..c8345e834fc27fac978b35a160c1ca6d91e33994 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.54"
+LINUX_VERSION = "5.10.55"
 
 KBRANCH = "5.10.x+fslc"
-SRCREV = "6fe3cad42247e89bc62d2d9864a618a0ba7de99b"
+SRCREV = "c2d04702d915f0621c4046dca990b2890c29f54c"
 
 COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)"