]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-fslc-lts: update to v5.10.74
authorAndrey Zhizhikin <andrey.z@gmail.com>
Tue, 19 Oct 2021 08:50:10 +0000 (08:50 +0000)
committerAndrey Zhizhikin <andrey.z@gmail.com>
Tue, 19 Oct 2021 08:50:10 +0000 (08:50 +0000)
Kernel repository has been upgraded up to v5.10.74 from stable korg.

Following upstream commits are included in this version:
----
77434fe5a077 Linux 5.10.74
42b49f012b6a hwmon: (pmbus/ibm-cffps) max_power_out swap changes
bb893f075431 sched: Always inline is_percpu_thread()
bdae2a083436 perf/core: fix userpage->time_enabled of inactive events
57c7ca3d5592 scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"
d993d1e1c411 scsi: ses: Fix unsigned comparison with less than zero
621ddffb70db drm/amdgpu: fix gart.bo pin_count leak
a5ba615fbeb3 net: sun: SUNVNET_COMMON should depend on INET
db868b45324d vboxfs: fix broken legacy mount signature checking
42c871d38e3d mac80211: check return value of rhashtable_init
bda06aff03a1 net: prevent user from passing illegal stab size
3d68c7b0ab5b hwmon: (ltc2947) Properly handle errors when looking for the external clock
194e8a4f0acd m68k: Handle arrivals of multiple signals correctly
977aee58142a mac80211: Drop frames from invalid MAC address in ad-hoc mode
9ec9a975ea37 netfilter: nf_nat_masquerade: defer conntrack walk to work queue
5182d6db80bb netfilter: nf_nat_masquerade: make async masq_inet6_event handling generic
bcb647c1e15d ASoC: SOF: loader: release_firmware() on load failure to avoid batching
f6952b1e22c2 HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) device IDs
ddc4ba737bcb netfilter: ip6_tables: zero-initialize fragment offset
ddf026d6ae9a HID: apple: Fix logical maximum and usage maximum of Magic Keyboard JIS
0bcfa99e8fae ASoC: Intel: sof_sdw: tag SoundWire BEs as non-atomic
14cbfeeee41b ext4: correct the error path of ext4_write_inline_data_end()
d7a15e1e4fd7 ext4: check and update i_disksize properly
----

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

index 3ce00fc91572adf59b473cfb3dd9116d87a0f746..15b485511010970bd03572e36eb5bc1cc7af2682 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.73"
+LINUX_VERSION = "5.10.74"
 
 KBRANCH = "5.10.x+fslc"
-SRCREV = "9e539eb2252cf5b07f0c4bd8868ddf17520002ff"
+SRCREV = "4cdb72cdd5cd1d00b4045f55331a94b3f0f73ca1"
 
 COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)"