diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2021-01-10 20:51:34 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-01-10 19:29:17 -0300 |
commit | 0706236a114d7ce052401cefd37001cf0b65bb20 (patch) | |
tree | 8a993cbce09a79fbfef9c25a1d3fa5b0965d25fd | |
parent | 869dce3f08b9ac6174d2e350aa16c10eefffd7c4 (diff) | |
download | meta-freescale-0706236a114d7ce052401cefd37001cf0b65bb20.tar.gz |
linux-fslc-imx: update to v5.4.87
Kernel repository has been upgraded to v5.4.87 from stable korg.
Following upstream commits are included in this version:
----
b3f656a592f3 Linux 5.4.87
41ae3e574ccf dm verity: skip verity work if I/O error when system is shutting down
8b3c00977264 ALSA: pcm: Clear the full allocated memory at hw_params
480abac78e03 tick/sched: Remove bogus boot "safety" check
1dab82dd202d um: ubd: Submit all data segments atomically
d32747bb687d fs/namespace.c: WARN if mnt_count has become negative
9f4e8026d202 module: delay kobject uevent until after module init call
86db71810a27 f2fs: avoid race condition for shrinker count
dbe184f6be1e NFSv4: Fix a pNFS layout related use-after-free race when freeing the inode
d52faa7fb12f i3c master: fix missing destroy_workqueue() on error in i3c_master_register
22f815627c64 powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe()
a95049c51417 rtc: pl031: fix resource leak in pl031_probe
e2926630f653 quota: Don't overflow quota file offsets
1842dde0dd13 module: set MODULE_STATE_GOING state when a module fails to load
569da7c3d9a3 rtc: sun6i: Fix memleak in sun6i_rtc_clk_init
642c2d74c365 fcntl: Fix potential deadlock in send_sig{io, urg}()
5b2f1ad6b12b bfs: don't use WARNING: string when it's just info.
3a2a5e197a84 ALSA: rawmidi: Access runtime->avail always in spinlock
8d2204a05391 ALSA: seq: Use bool for snd_seq_queue internal flags
4250fe65b2e6 f2fs: fix shift-out-of-bounds in sanity_check_raw_super()
28a29e3a658a media: gp8psk: initialize stats at power control logic
750627d36f84 misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_chkpt_doorbells()
01be033cc127 reiserfs: add check for an invalid ih_entry_count
18e1101b0ee9 Bluetooth: hci_h5: close serdev device and free hu in h5_close
b726f8602207 scsi: cxgb4i: Fix TLS dependency
57ba2c7a50bf cgroup: Fix memory leak when parsing multiple source parameters
8ddf02859c69 of: fix linker-section match-table corruption
8ec95e308418 null_blk: Fix zone size initialization
7c3d8d73bafd tools headers UAPI: Sync linux/const.h with the kernel headers
376c3111413c uapi: move constants from <linux/kernel.h> to <linux/const.h>
af07e4dd0783 scsi: block: Fix a race in the runtime power management code
9ce7ac5ed53b jffs2: Fix NULL pointer dereference in rp_size fs option parsing
3a83e289e4b7 jffs2: Allow setting rp_size to zero during remounting
ee78e7d93e35 powerpc/bitops: Fix possible undefined behaviour with fls() and fls64()
7cb6087b4536 KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
3d4a05894500 KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accesses
d77c1ab54c9e KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRL
11459136a107 ext4: don't remount read-only with errors=continue on reboot
6b0a4f603d5b btrfs: fix race when defragmenting leads to unnecessary IO
30aea96ff142 vfio/pci: Move dummy_resources_list init in vfio_pci_probe()
29c2d3e91e3d fscrypt: remove kernel-internal constants from UAPI header
34f000524d33 fscrypt: add fscrypt_is_nokey_name()
eddc69467e39 f2fs: prevent creating duplicate encrypted filenames
6fe20a5204a6 ubifs: prevent creating duplicate encrypted filenames
3ebfed353afd ext4: prevent creating duplicate encrypted filenames
faa72d97c3e3 thermal/drivers/cpufreq_cooling: Update cpufreq_state only if state has changed
d3076d054f3e md/raid10: initialize r10_bio->read_slot before use.
c71c512f4a65 net/sched: sch_taprio: reset child qdiscs before freeing them
----
Link: https://lore.kernel.org/r/20210104155705.740576914@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 1b91789c..46e5028a 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." | |||
28 | # ------------------------------------------------------------------------------ | 28 | # ------------------------------------------------------------------------------ |
29 | # 1. Stable (tag or SHA(s)) | 29 | # 1. Stable (tag or SHA(s)) |
30 | # ------------------------------------------------------------------------------ | 30 | # ------------------------------------------------------------------------------ |
31 | # tag: v5.4.86 | 31 | # tag: v5.4.87 |
32 | # | 32 | # |
33 | # ------------------------------------------------------------------------------ | 33 | # ------------------------------------------------------------------------------ |
34 | # 2. NXP-specific (tag or SHA(s)) | 34 | # 2. NXP-specific (tag or SHA(s)) |
@@ -79,14 +79,14 @@ LICENSE = "GPLv2" | |||
79 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 79 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
80 | 80 | ||
81 | SRCBRANCH = "5.4-2.2.x-imx" | 81 | SRCBRANCH = "5.4-2.2.x-imx" |
82 | SRCREV = "03a618d900c9e2c4204dd738a2ba895d7f0ec411" | 82 | SRCREV = "732c2c9b8f02bc490ddec197f0f6d9835813c865" |
83 | 83 | ||
84 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition | 84 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition |
85 | # required by kernel-yocto.bbclass. | 85 | # required by kernel-yocto.bbclass. |
86 | # | 86 | # |
87 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 87 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
88 | # should be updated once patchlevel is merged. | 88 | # should be updated once patchlevel is merged. |
89 | LINUX_VERSION = "5.4.86" | 89 | LINUX_VERSION = "5.4.87" |
90 | 90 | ||
91 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. | 91 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. |
92 | LOCALVERSION = "-imx-5.4.47-2.2.0" | 92 | LOCALVERSION = "-imx-5.4.47-2.2.0" |