diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2020-12-21 21:13:58 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-12-21 19:30:57 -0300 |
commit | ca6d3c464b28a18b328b842a4ef6ea4f72d21f3f (patch) | |
tree | b8d4b98ecef365d0501c94b4b59ddb79afa28653 | |
parent | 0382f8e05a3ea6c9b26643ceb0ed4b83d90d40ff (diff) | |
download | meta-freescale-ca6d3c464b28a18b328b842a4ef6ea4f72d21f3f.tar.gz |
linux-fslc: update to v5.10.2
Kernel repository has been upgraded to v5.10.2 from stable korg.
Following upstream commits are included in this version:
----
d1988041d19d Linux 5.10.2
dadaf794f207 serial: 8250_omap: Avoid FIFO corruption caused by MDR1 access
ff654f1d31d5 ALSA: pcm: oss: Fix potential out-of-bounds shift
07747a44be4f USB: sisusbvga: Make console support depend on BROKEN
2440c1cb2514 USB: UAS: introduce a quirk to set no_write_same
d769a22dc01f xhci-pci: Allow host runtime PM as default for Intel Maple Ridge xHCI
3203c4abf505 xhci-pci: Allow host runtime PM as default for Intel Alpine Ridge LP
1bee58e891f2 usb: xhci: Set quirk for XHCI_SG_TRB_CACHE_SIZE_QUIRK
2bd9751e6790 xhci: Give USB2 ports time to enter U3 in bus suspend
f1e6ab052c63 ALSA: usb-audio: Fix control 'access overflow' errors from chmap
cc3edd81ef03 ALSA: usb-audio: Fix potential out-of-bounds shift
d8f0c9ec3638 USB: add RESET_RESUME quirk for Snapscan 1212
5fb2a55ad3e0 USB: dummy-hcd: Fix uninitialized array use in init()
d483f5e5ce53 USB: legotower: fix logical error in recent commit
2902e302991a ktest.pl: Fix the logic for truncating the size of the log file for email
4e282a8dff80 ktest.pl: If size of log is too big to email, email error message
d3f4117b0275 ptrace: Prevent kernel-infoleak in ptrace_get_syscall_info()
----
Link: https://lore.kernel.org/r/20201219125339.066340030@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 fb73d65b..7002703c 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-rc7" | 22 | LINUX_VERSION = "5.10.2" |
23 | 23 | ||
24 | SRCBRANCH = "5.10.x+fslc" | 24 | SRCBRANCH = "5.10.x+fslc" |
25 | SRCREV = "2b929f3dcf6caa89edb5c37f497b036d8964347f" | 25 | SRCREV = "f263d1928d7d52dae2889284c20f303b569dd6ad" |
26 | 26 | ||
27 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" | 27 | COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" |