From: Andrey Zhizhikin Date: Sun, 18 Oct 2020 21:18:28 +0000 (+0000) Subject: linux-fslc-imx: update to v5.4.72 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=122cb4642bb654ccc35567f90124d47c3486491b;p=meta-freescale.git linux-fslc-imx: update to v5.4.72 Kernel repository has been upgraded to v5.4.72 from stable korg. Following commits are included in this version: ---- 52f6ded2a377 Linux 5.4.72 865b015e8d41 crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA aa1167908ac4 crypto: bcm - Verify GCM/CCM key length in setkey 564312e08892 xen/events: don't use chip_data for legacy IRQs 041445d0d577 reiserfs: Fix oops during mount 046616898a57 reiserfs: Initialize inode keys properly 22ab9ca024a0 USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART adapters bfb1438e8c15 USB: serial: pl2303: add device-id for HP GC device aecf3a1c11dc staging: comedi: check validity of wMaxPacketSize of usb endpoints found 8aff87284be6 USB: serial: option: Add Telit FT980-KS composition 3c3eb734ef1f USB: serial: option: add Cellient MPL200 card b970578274e9 media: usbtv: Fix refcounting mixup 6ad2e647d91f Bluetooth: Disconnect if E0 is used for Level 4 21d2051d1f1c Bluetooth: Fix update of connection state in `hci_encrypt_cfm` ed6c361e3229 Bluetooth: Consolidate encryption handling in hci_encrypt_cfm 155bf3fd4e8c Bluetooth: MGMT: Fix not checking if BT_HS is enabled 66a14350de9a Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channel 0d9e9b6e1a26 Bluetooth: A2MP: Fix not initializing all members 54f8badb9bc9 ACPI: Always build evged in 30ddaa4c0c95 ARM: 8939/1: kbuild: use correct nm executable 1bf467fdfeae btrfs: take overcommit into account in inc_block_group_ro 39c5eb1482b2 btrfs: don't pass system_chunk into can_overcommit bc79abf4afea perf cs-etm: Move definition of 'traceid_list' global variable from header file ---- Signed-off-by: Andrey Zhizhikin (cherry picked from commit c89441243eb04397009815d09c21d47a9634f676) --- diff --git a/recipes-kernel/linux/linux-fslc-imx_5.4.bb b/recipes-kernel/linux/linux-fslc-imx_5.4.bb index 33aa7071..bc94517b 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.71 +# tag: v5.4.72 # # ------------------------------------------------------------------------------ # 2. NXP-specific (tag or SHA(s)) @@ -43,7 +43,6 @@ Latest stable Kernel patchlevel is applied and maintained by Community." # 55abb34c9faf arm64: dts: imx8m: change ocotp node name on i.MX8M SoCs # df1f59fb613e arm64: dts: imx8mn: Use "fsl,imx8mm-ocotp" as ocotp's fallback compatible # 7ad2a7f3fd6f arm64: dts: imx8mm: Remove incorrect fallback compatible for ocotp -# 959ad6073277 perf cs-etm: Move definition of 'traceid_list' global variable from header file # 129a6fad43b8 arm: imx: include i.MX6SX DDR freq implementation for i.MX6UL # e85ce3157725 arm: imx: do not include smp_wfe_imx6.S for i.MX6SX # 4f49200132e6 arm: imx: enable HAVE_IMX_BUSFREQ for i.MX6 @@ -73,14 +72,14 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" SRCBRANCH = "5.4-2.1.x-imx" -SRCREV = "4236f3c63f99cbd22601f4158f8a6166688af5b3" +SRCREV = "4f8cdaa273f3e18a2ef7470c961cd2b1211dd041" # 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.71" +LINUX_VERSION = "5.4.72" # Local version indicates the branch name in the NXP kernel tree where patches are collected from. LOCALVERSION = "-imx-5.4.24-2.1.0"