summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2021-01-26 09:42:41 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2021-01-26 08:22:36 -0300
commit67dbd8b8d7d4dd00e91d8c82e0118746e7a0eb8b (patch)
treeb84333e724beca4874ceb79f2e7989828fac61d0 /recipes-kernel
parentb27d92d8c9d0b708d10f21411d51ec82f0a3b083 (diff)
downloadmeta-freescale-67dbd8b8d7d4dd00e91d8c82e0118746e7a0eb8b.tar.gz
linux-fslc: update to v5.10.10
Kernel repository has been upgraded to v5.10.10 from stable korg. Following upstream commits are included in this version: ---- 8dc0fcbcfa97 Linux 5.10.10 3fe603666360 spi: cadence: cache reference clock rate during probe da02e4ca8a29 spi: fsl: Fix driver breakage when SPI_CS_HIGH is not set in spi->mode 04ed7f1da638 cxgb4/chtls: Fix tid stuck due to wrong update of qid d0b97c8cd63e net: dsa: unbind all switches from tree when DSA master unbinds 6423b2193794 mac80211: check if atf has been disabled in __ieee80211_schedule_txq a00432fa4cb9 mac80211: do not drop tx nulldata packets on encrypted links a6d508c63573 drm/panel: otm8009a: allow using non-continuous dsi clock fd21e00c5e0b can: mcp251xfd: mcp251xfd_handle_rxif_one(): fix wrong NULL pointer check 65accf0324bf net: stmmac: use __napi_schedule() for PREEMPT_RT 6f3fe96a6956 rxrpc: Fix handling of an unsupported token type in rxrpc_read() 2bfb953aeebf net: dsa: clear devlink port type before unregistering slave netdevs c469b23d1b54 net: phy: smsc: fix clk error handling ad2175c9fb27 dt-bindings: net: renesas,etheravb: RZ/G2H needs tx-internal-delay-ps 024158d3b571 net: avoid 32 x truesize under-estimation for tiny skbs 72cfe5b07e85 net: stmmac: fix taprio configuration when base_time is in the past 34f782b9d0dc net: stmmac: fix taprio schedule configuration 00442a962152 net: sit: unregister_netdevice on newlink's error path 5ae772504325 net: stmmac: Fixed mtu channged by cache aligned 741690db7a35 i40e: fix potential NULL pointer dereferencing 7c85d8e7ebd2 rxrpc: Call state should be read with READ_ONCE() under some circumstances 1e5a4c74b555 net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands dbdca9d9b7ca net: dcb: Validate netlink message in DCB handler 26413630f4f6 esp: avoid unneeded kmap_atomic call 3c64191cad98 rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request f999ca8c5fc5 net: mvpp2: Remove Pause and Asym_Pause support 82f72e41b797 mlxsw: core: Increase critical threshold for ASIC thermal zone d2bfbfcc5505 mlxsw: core: Add validation of transceiver temperature thresholds 60b8b4e6310b tipc: fix NULL deref in tipc_link_xmit() bbcb4746a6a3 net: ipv6: Validate GSO SKB before finish IPv6 processing 5a61d9f573da netxen_nic: fix MSI/MSI-x interrupts 4b97ce051ffe udp: Prevent reuseport_select_sock from reading uninitialized socks 24cd33174189 net: fix use-after-free when UDP GRO with shared fraglist 7d5c38974219 net: ipa: modem: add missing SET_NETDEV_DEV() for proper sysfs links 31ad07292553 bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callback de661caaee07 bpf: Support PTR_TO_MEM{,_OR_NULL} register spilling 3ed29995c281 bpf: Don't leak memory in bpf getsockopt when optlen == 0 fdcaa4af5e70 nfsd4: readdirplus shouldn't return parent of export 90bd4a0cf5dd X.509: Fix crash caused by NULL pointer 5f52a8a71b62 bpf: Fix signed_{sub,add32}_overflows type handling 99ea120383b1 drm/amdgpu/display: drop DCN support for aarch64 4473923b6674 x86/hyperv: Initialize clockevents after LAPIC is initialized 1200a5bc6871 bpf: Fix selftest compilation on clang 11 57dc19a9d60d Revert "kconfig: remove 'kvmconfig' and 'xenconfig' shorthands" ---- Link: https://lore.kernel.org/r/20210122135735.652681690@linuxfoundation.org Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc_5.10.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc_5.10.bb b/recipes-kernel/linux/linux-fslc_5.10.bb
index d44a99fc..f25d2f7e 100644
--- a/recipes-kernel/linux/linux-fslc_5.10.bb
+++ b/recipes-kernel/linux/linux-fslc_5.10.bb
@@ -19,9 +19,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
19# 19#
20# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 20# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
21# should be updated once patchlevel is merged. 21# should be updated once patchlevel is merged.
22LINUX_VERSION = "5.10.9" 22LINUX_VERSION = "5.10.10"
23 23
24SRCBRANCH = "5.10.x+fslc" 24SRCBRANCH = "5.10.x+fslc"
25SRCREV = "28aeb959a5e73f199b1eeb0f648c4ad4cf7e3c1a" 25SRCREV = "37c525875c6bd139c1daa3c1af1cb257a34c560b"
26 26
27COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" 27COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)"