]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-fslc-imx: update to v5.4.104
authorAndrey Zhizhikin <andrey.z@gmail.com>
Tue, 16 Mar 2021 13:30:30 +0000 (13:30 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 16 Mar 2021 15:16:36 +0000 (12:16 -0300)
Kernel repository has been upgraded to v5.4.104 from stable korg.

Following upstream commits are included in this version:
----
84d5d3c9d3fb Linux 5.4.104
d859388ea25a r8169: fix resuming from suspend on RTL8105e if machine runs on battery
1fba84f3c491 rsxx: Return -EFAULT if copy_to_user() fails
77a81b10f894 ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcount
9a20e5782d2d ALSA: hda: intel-nhlt: verify config type
86b3b62b81c5 IB/mlx5: Add missing error code
809ef2660c1b RDMA/rxe: Fix missing kconfig dependency on CRYPTO
26a1af33c9cd ALSA: ctxfi: cthw20k2: fix mask on conf to allow 4 bits
6827415290ab usbip: tools: fix build error for multiple definition
078170924d84 crypto - shash: reduce minimum alignment of shash_desc structure
1f8884d04480 arm64: ptrace: Fix seccomp of traced syscall -1 (NO_SYSCALL)
9e15b43fdaf3 drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcie
b367201430dd dm verity: fix FEC for RS roots unaligned to block size
1a4182923144 dm bufio: subtract the number of initial sectors in dm_bufio_get_device_size
52a643680165 PM: runtime: Update device status before letting suppliers suspend
e49baccfe299 btrfs: fix warning when creating a directory with smack enabled
a87911c26a1c btrfs: unlock extents in btrfs_zero_range in case of quota reservation errors
91bc3296bffb btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadata
8674c1a72a69 btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctl
0c740d2b8c61 btrfs: fix raid6 qstripe kmap
909a8d2b1e7b btrfs: raid56: simplify tracking of Q stripe presence
15726df8c09a tpm, tpm_tis: Decorate tpm_get_timeouts() with request_locality()
6d71cbc91104 tpm, tpm_tis: Decorate tpm_tis_gen_interrupt() with request_locality()
----

Link: https://lore.kernel.org/r/20210308122714.391917404@linuxfoundation.org
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
recipes-kernel/linux/linux-fslc-imx_5.4.bb

index 70ffe91842971b4c7d35785b6a426555ba7c3b4e..57e71fdee843ec3b6c2ef74745dcb483ae96bbbc 100644 (file)
@@ -28,7 +28,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
 # ------------------------------------------------------------------------------
 # 1. Stable (tag or SHA(s))
 # ------------------------------------------------------------------------------
-#    tag: v5.4.103
+#    tag: v5.4.104
 #
 # ------------------------------------------------------------------------------
 # 2. NXP-specific (tag or SHA(s))
@@ -73,14 +73,14 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
 
 SRCBRANCH = "5.4-2.1.x-imx"
-SRCREV = "0ee76a7aa6d4ad56ead9de3d10df168ecf2914dd"
+SRCREV = "589addeb80a052531a84b2d1817d71d1987fa0d9"
 
 # 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.103"
+LINUX_VERSION = "5.4.104"
 
 # Local version indicates the branch name in the NXP kernel tree where patches are collected from.
 LOCALVERSION = "-imx-5.4.24-2.1.0"