diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2021-10-19 09:42:09 +0000 |
---|---|---|
committer | Andrey Zhizhikin <andrey.z@gmail.com> | 2021-10-19 09:43:30 +0000 |
commit | b7e7d69e71c8087cfd868eeae4a0269de6026074 (patch) | |
tree | d8f8d2aa63aba8878662b68c6836e930489492f6 /recipes-kernel | |
parent | 35adf403010353c9b1c398fb7cb624783265e75e (diff) | |
download | meta-freescale-b7e7d69e71c8087cfd868eeae4a0269de6026074.tar.gz |
linux-fslc-imx: update to v5.10.74
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 # v5.10.74
Link: https://github.com/Freescale/linux-fslc/pull/480
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_5.10.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.10.bb b/recipes-kernel/linux/linux-fslc-imx_5.10.bb index f0ddaf6c..20263a75 100644 --- a/recipes-kernel/linux/linux-fslc-imx_5.10.bb +++ b/recipes-kernel/linux/linux-fslc-imx_5.10.bb | |||
@@ -28,7 +28,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community." | |||
28 | # ------------------------------------------------------------------------------ | 28 | # ------------------------------------------------------------------------------ |
29 | # 1. Stable (tag or SHA(s)) | 29 | # 1. Stable (tag or SHA(s)) |
30 | # ------------------------------------------------------------------------------ | 30 | # ------------------------------------------------------------------------------ |
31 | # tag: v5.10.73 | 31 | # tag: v5.10.74 |
32 | # | 32 | # |
33 | # ------------------------------------------------------------------------------ | 33 | # ------------------------------------------------------------------------------ |
34 | # 2. NXP-specific (tag or SHA(s)) | 34 | # 2. NXP-specific (tag or SHA(s)) |
@@ -66,14 +66,14 @@ LICENSE = "GPLv2" | |||
66 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 66 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
67 | 67 | ||
68 | KBRANCH = "5.10-2.1.x-imx" | 68 | KBRANCH = "5.10-2.1.x-imx" |
69 | SRCREV = "4455d5389f98311d1f639069e3e0bbaf31182ebe" | 69 | SRCREV = "3485dced8f9c272e44b70c2df74ed58ae8bacac7" |
70 | 70 | ||
71 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition | 71 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition |
72 | # required by kernel-yocto.bbclass. | 72 | # required by kernel-yocto.bbclass. |
73 | # | 73 | # |
74 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 74 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
75 | # should be updated once patchlevel is merged. | 75 | # should be updated once patchlevel is merged. |
76 | LINUX_VERSION = "5.10.73" | 76 | LINUX_VERSION = "5.10.74" |
77 | 77 | ||
78 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. | 78 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. |
79 | LOCALVERSION = "-5.10.52-2.1.0" | 79 | LOCALVERSION = "-5.10.52-2.1.0" |