diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2021-11-15 21:29:22 +0000 |
---|---|---|
committer | Andrey Zhizhikin <andrey.z@gmail.com> | 2021-11-15 21:33:48 +0000 |
commit | d38d905f0bd35c73798d9e7225b68a193a59c3d5 (patch) | |
tree | 970c6060c89b4a49bd2626ba3d1a2bdb9a92f31f /recipes-kernel | |
parent | 2ad55c9f92f6e6c40e639ca62a5ba7183b5a211c (diff) | |
download | meta-freescale-d38d905f0bd35c73798d9e7225b68a193a59c3d5.tar.gz |
linux-fslc-imx: update to v5.10.79
Kernel repository has been upgraded up to v5.10.79 from stable korg.
Following upstream commits are included in this version:
----
bd816c278316 Linux 5.10.79
62424fe4c2cf rsi: fix control-message timeout
8971158af1e0 media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init
1cf43e928954 staging: rtl8192u: fix control-message timeouts
9963ba5b9d49 staging: r8712u: fix control-message timeout
844b02496eac comedi: vmk80xx: fix bulk and interrupt message timeouts
b7fd7f3387f0 comedi: vmk80xx: fix bulk-buffer overflow
33d7a470730d comedi: vmk80xx: fix transfer-buffer overflows
ef143dc0c3de comedi: ni_usb6501: fix NULL-deref in command paths
786f5b034504 comedi: dt9812: fix DMA buffers on stack
86d4aedcbc69 isofs: Fix out of bound access for corrupted isofs image
c430094541a8 staging: rtl8712: fix use-after-free in rtl8712_dl_fw
ab4af56ae250 printk/console: Allow to disable console output by using console="" or console=null
07d1db141e47 binder: don't detect sender/target during buffer cleanup
42681b90c4db usb-storage: Add compatibility quirk flags for iODD 2531/2541
1309753b7841 usb: musb: Balance list entry in musb_gadget_queue
27409143122f usb: gadget: Mark USB_FSL_QE broken on 64-bit
94e5305a3816 usb: ehci: handshake CMD_RUN instead of STS_HALT
a8db6fd04d58 Revert "x86/kvm: fix vcpu-id indexed array sizes"
ecf58653f1e4 KVM: x86: avoid warning with -Wbitwise-instead-of-logical
----
Link: https://lore.kernel.org/r/20211110182002.964190708@linuxfoundation.org # v5.10.79
Link: https://github.com/Freescale/linux-fslc/pull/497
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 3991f22f..c8a513f4 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.78 | 31 | # tag: v5.10.79 |
32 | # | 32 | # |
33 | # ------------------------------------------------------------------------------ | 33 | # ------------------------------------------------------------------------------ |
34 | # 2. NXP-specific (tag or SHA(s)) | 34 | # 2. NXP-specific (tag or SHA(s)) |
@@ -69,14 +69,14 @@ LICENSE = "GPLv2" | |||
69 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 69 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
70 | 70 | ||
71 | KBRANCH = "5.10-2.1.x-imx" | 71 | KBRANCH = "5.10-2.1.x-imx" |
72 | SRCREV = "3b81a70be1099d44fdafaa6766bf75a2bd9e297e" | 72 | SRCREV = "cdf10f101ab7e0112a285ab86e1a62d80e7d2104" |
73 | 73 | ||
74 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition | 74 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition |
75 | # required by kernel-yocto.bbclass. | 75 | # required by kernel-yocto.bbclass. |
76 | # | 76 | # |
77 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 77 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
78 | # should be updated once patchlevel is merged. | 78 | # should be updated once patchlevel is merged. |
79 | LINUX_VERSION = "5.10.78" | 79 | LINUX_VERSION = "5.10.79" |
80 | 80 | ||
81 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. | 81 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. |
82 | LOCALVERSION = "-5.10.52-2.1.0" | 82 | LOCALVERSION = "-5.10.52-2.1.0" |