]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-fslc: update to v5.10.39
authorAndrey Zhizhikin <andrey.z@gmail.com>
Wed, 21 Jul 2021 11:14:42 +0000 (11:14 +0000)
committerAndrey Zhizhikin <andrey.z@gmail.com>
Wed, 21 Jul 2021 11:14:42 +0000 (11:14 +0000)
Kernel repository has been upgraded to v5.10.39 from stable korg.

Following upstream commits are included in this version:
----
b561d56bcd16 Linux 5.10.39
090466aeb6a0 scripts: switch explicitly to Python 3
6ae514b8a8eb tweewide: Fix most Shebang lines
ccecbcc9c574 ipv6: remove extra dev_hold() for fallback tunnels
019c426b5360 ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
3c24dbd358bf sit: proper dev_{hold|put} in ndo_[un]init methods
b18b1548cb4e ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
0473032821e6 net: stmmac: Do not enable RX FIFO overflow interrupts
1fb05a3f1f20 lib: stackdepot: turn depot_lock spinlock to raw_spinlock
7da9368f9151 block: reexpand iov_iter after read/write
87f627a0280b ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
027926f4ff86 net:CXGB4: fix leak if sk_buff is not used
9284b702c8e0 gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10 Pro 5055
1ce34fb34b99 drm/amd/display: Fix two cursor duplication when using overlay
3851a86c3da8 nvmet: remove unsupported command noise
86587f35cba9 net: hsr: check skb can contain struct hsr_ethhdr in fill_frame_info
82646b1844a2 bridge: Fix possible races between assigning rx_handler_data and setting IFF_BRIDGE_PORT bit
dcbc4e33804c amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
d47d0d1a1fb2 scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not found
3611ce2f23a4 ceph: don't allow access to MDS-private inodes
db275714dd50 ceph: don't clobber i_snap_caps on non-I_NEW inode
2783c34d5430 ceph: fix fscache invalidation
f8adfb1d370f scsi: lpfc: Fix illegal memory access on Abort IOCBs
0195e2813aac riscv: Workaround mcount name prior to clang-13
52b7b9ad63da scripts/recordmcount.pl: Fix RISC-V regex for clang
b6b7f7ed7f96 riscv: Use $(LD) instead of $(CC) to link vDSO
6a40e3f9a803 platform/chrome: cros_ec_typec: Add DP mode check
b01b7999f49e ARM: 9075/1: kernel: Fix interrupted SMC calls
2f06cd6d9c6a um: Disable CONFIG_GCOV with MODULES
91628cfd70d0 um: Mark all kernel symbols as local
d35891cbb1d4 NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalid
87264fb5abac Input: silead - add workaround for x86 BIOS-es which bring the chip up in a stuck state
c2742ef47574 Input: elants_i2c - do not bind to i2c-hid compatible ACPI instantiated devices
4800a98bcfe4 PCI: tegra: Fix runtime PM imbalance in pex_ep_event_pex_rst_deassert()
dd6ba896ffa7 ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
ec324393a63c ARM: 9066/1: ftrace: pause/unpause function graph tracer in cpu_suspend()
3029ef71ab22 dmaengine: dw-edma: Fix crash on loading/unloading driver
13a2ca80d792 PCI: thunder: Fix compile testing
a36703d08c83 virtio_net: Do not pull payload in skb->head
cbb397b673bd isdn: capi: fix mismatched prototypes
a60855366be5 cxgb4: Fix the -Wmisleading-indentation warning
c6034b618c1a usb: sl811-hcd: improve misleading indentation
c2e7c260371d kgdb: fix gcc-11 warning on indentation
b6795cdc268b airo: work around stack usage warning
80e414e7cf7d drm/i915/display: fix compiler warning about array overrun
ee387de3cab1 x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
----

Link: https://lore.kernel.org/r/20210520092053.559923764@linuxfoundation.org
Link: https://lore.kernel.org/r/20210520152240.517446848@linuxfoundation.org
Link: https://github.com/Freescale/linux-fslc/pull/350
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
recipes-kernel/linux/linux-fslc_5.10.bb

index bca194cef7046537744c888b5b7c09d90c83606a..12c5ee5211212a77377f34d5e7ca58cc1321bba0 100644 (file)
@@ -19,9 +19,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
 #
 # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
 # should be updated once patchlevel is merged.
-LINUX_VERSION = "5.10.38"
+LINUX_VERSION = "5.10.39"
 
 KBRANCH = "5.10.x+fslc"
-SRCREV = "892817b19fc59c0bb20b125628bf24f7946d1ea1"
+SRCREV = "9dac86d4c733c4f11605d626ca00fb4220c60709"
 
 COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)"