diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2021-03-04 21:57:35 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-03-04 20:02:35 -0300 |
commit | d047996f9344cbe0350a3aa0d4d7d6a318c0b4b8 (patch) | |
tree | 90a7ff8088b7506a34a16b19fb808948790c881c | |
parent | f91cd3ffe446529f0f1bba9756f884a69b5cfa43 (diff) | |
download | meta-freescale-d047996f9344cbe0350a3aa0d4d7d6a318c0b4b8.tar.gz meta-freescale-d047996f9344cbe0350a3aa0d4d7d6a318c0b4b8.tar.bz2 meta-freescale-d047996f9344cbe0350a3aa0d4d7d6a318c0b4b8.zip |
linux-fslc-imx: update to v5.4.101
Kernel repository has been upgraded to v5.4.101 from stable korg.
Following upstream commits are included in this version:
----
ef1fcccf6e5f Linux 5.4.101
fe257f47e2c3 scripts/recordmcount.pl: support big endian for ARCH sh
a2c5e4a083a7 cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.
e6f7bf29e32d cxgb4: Add new T6 PCI device id 0x6092
aaf830ad624a NET: usb: qmi_wwan: Adding support for Cinterion MV31
5f2093be3627 KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()
3f9fbe703164 mm: provide a saner PTE walking API for modules
32f070ad274d KVM: do not assume PTE is writable after follow_pfn
78c7b242573a mm: simplify follow_pte{,pmd}
8aeef9c9ac7e mm: unexport follow_pte_pmd
8f869895cf9d scripts: set proper OpenSSL include dir also for sign-file
c7ed0a50f20a scripts: use pkg-config to locate libcrypto
c8e3bcc6db7c arm64: tegra: Add power-domain for Tegra210 HDA
74c8a6af692a ntfs: check for valid standard information attribute
54a3c25368d9 usb: quirks: add quirk to start video capture on ELMO L-12F document camera reliable
96ef50ec7266 USB: quirks: sort quirk entries
fce3654c648d HID: make arrays usage and value to be the same
185c2266c1df bpf: Fix truncation handling for mod32 dst reg wrt zero
----
Link: https://lore.kernel.org/r/20210225092515.001992375@linuxfoundation.org
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_5.4.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.4.bb b/recipes-kernel/linux/linux-fslc-imx_5.4.bb index da6dfc9d..7ab610ed 100644 --- a/recipes-kernel/linux/linux-fslc-imx_5.4.bb +++ b/recipes-kernel/linux/linux-fslc-imx_5.4.bb @@ -28,7 +28,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community." # ------------------------------------------------------------------------------ # 1. Stable (tag or SHA(s)) # ------------------------------------------------------------------------------ -# tag: v5.4.100 +# tag: v5.4.101 # # ------------------------------------------------------------------------------ # 2. NXP-specific (tag or SHA(s)) @@ -71,14 +71,14 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" KBRANCH = "5.4-2.3.x-imx" -SRCREV = "f4e16a6a8681a09229b45fa8fe74d95f0df3b4a4" +SRCREV = "13155f4c5e198e91b853f830447e7786241a4540" # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition # required by kernel-yocto.bbclass. # # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and # should be updated once patchlevel is merged. -LINUX_VERSION = "5.4.100" +LINUX_VERSION = "5.4.101" # Local version indicates the branch name in the NXP kernel tree where patches are collected from. LOCALVERSION = "-imx-5.4.70-2.3.0" |