diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2021-01-10 20:38:08 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-01-10 19:29:17 -0300 |
commit | 26a42ad389229487a01873e22f32a185c4e7e8bc (patch) | |
tree | 210e426ef620ef28da526b070438f8306f00515d | |
parent | 2b18a6b0be178b0207c86fa049271cdd4c815981 (diff) | |
download | meta-freescale-26a42ad389229487a01873e22f32a185c4e7e8bc.tar.gz |
linux-fslc: update to v5.10.3
Kernel repository has been upgraded to v5.10.3 from stable korg.
Following upstream commits are included in this version:
----
02164534cb86 Linux 5.10.3
70eb256f8c8a md: fix a warning caused by a race between concurrent md_ioctl()s
05725b40b945 nl80211: validate key indexes for cfg80211_registered_device
709b2d03bb29 crypto: af_alg - avoid undefined behavior accessing salg_name
7730b2f41cef media: msi2500: assign SPI bus number dynamically
f5d4e47871c8 fs: quota: fix array-index-out-of-bounds bug by passing correct argument to vfs_cleanup_quota_inode()
e196311e0d69 quota: Sanity-check quota file headers on load
b260e4a68853 Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()
c2c9944b5607 f2fs: prevent creating duplicate encrypted filenames
e5a2a002f83d ext4: prevent creating duplicate encrypted filenames
456fcfca6dcf ubifs: prevent creating duplicate encrypted filenames
2da473e59e11 fscrypt: add fscrypt_is_nokey_name()
3b7c17a81426 fscrypt: remove kernel-internal constants from UAPI header
e6160ad6e729 serial_core: Check for port state when tty is in error state
45a13c35c7f8 HID: i2c-hid: add Vero K147 to descriptor override
79ab763e574f scsi: megaraid_sas: Check user-provided offsets
7812d88349b6 f2fs: init dirty_secmap incorrectly
4cad005fe512 f2fs: fix to seek incorrect data offset in inline data file
1384d0cba681 coresight: etm4x: Handle TRCVIPCSSCTLR accesses
08af50ba2819 coresight: etm4x: Fix accesses to TRCPROCSELR
c3ac42626ea9 coresight: etm4x: Fix accesses to TRCCIDCTLR1
004f79bec798 coresight: etm4x: Fix accesses to TRCVMIDCTLR1
99203d728205 coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, skip-power-up
3e89c7f97889 coresight: etb10: Fix possible NULL ptr dereference in etb_enable_perf()
cda539d024c8 coresight: tmc-etr: Fix barrier packet insertion for perf buffer
35d07b02187b coresight: tmc-etr: Check if page is valid before dma_map_page()
8c5c48b60caa coresight: tmc-etf: Fix NULL ptr dereference in tmc_enable_etf_sink_perf()
61bed86699e8 ARM: dts: exynos: fix USB 3.0 pins supply being turned off on Odroid XU
8ed259869637 ARM: dts: exynos: fix USB 3.0 VBUS control and over-current pins on Exynos5410
d012f0c8367b ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU
39fb7424d4ed usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag to imx6ul
2a548c32d550 USB: gadget: f_rndis: fix bitrate for SuperSpeed and above
4ef3fc712c77 usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus
245cb2f26ea0 USB: gadget: f_midi: setup SuperSpeed Plus descriptors
798be9a2f9d7 USB: gadget: f_acm: add support for SuperSpeed Plus
e4ef9c8d13b3 USB: serial: option: add interface-number sanity check to flag handling
4cfc27cb5620 usb: mtu3: fix memory corruption in mtu3_debugfs_regset()
e8d7daf69edb soc/tegra: fuse: Fix index bug in get_process_id
5f5240c03aa3 exfat: Avoid allocating upcase table using kcalloc()
84bcbb0779c6 x86/split-lock: Avoid returning with interrupts enabled
eadec7f5374e net: ipconfig: Avoid spurious blank lines in boot log
----
Link: https://lore.kernel.org/r/20201223150515.553836647@linuxfoundation.org
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-fslc_5.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc_5.10.bb b/recipes-kernel/linux/linux-fslc_5.10.bb index 7002703c..e14bc483 100644 --- a/recipes-kernel/linux/linux-fslc_5.10.bb +++ b/recipes-kernel/linux/linux-fslc_5.10.bb | |||
@@ -19,9 +19,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | |||
19 | # | 19 | # |
20 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 20 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
21 | # should be updated once patchlevel is merged. | 21 | # should be updated once patchlevel is merged. |
22 | LINUX_VERSION = "5.10.2" | 22 | LINUX_VERSION = "5.10.3" |
23 | 23 | ||
24 | SRCBRANCH = "5.10.x+fslc" | 24 | SRCBRANCH = "5.10.x+fslc" |
25 | SRCREV = "f263d1928d7d52dae2889284c20f303b569dd6ad" | 25 | SRCREV = "a6a4e1a13d5f14cd2df6311beb1c6d1c5799ae7a" |
26 | 26 | ||
27 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" | 27 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" |