summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2021-04-12 19:53:01 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2021-04-12 17:16:58 -0300
commitdb65c5f041e8d03162eba9ae2a2d5fa5d27a8cad (patch)
treec02a42b6a23cbf7967b9da8c43021789a4afaf02
parent064ee01ffbfff34e50e018ac1ba1e636339c7657 (diff)
downloadmeta-freescale-db65c5f041e8d03162eba9ae2a2d5fa5d27a8cad.tar.gz
linux-fslc: update to v5.10.29
Kernel repository has been upgraded to v5.10.29 from stable korg. Following upstream commits are included in this version: ---- d8cf82b410b4 Linux 5.10.29 cef13a04376b init/Kconfig: make COMPILE_TEST depend on HAS_IOMEM ba02635769f1 init/Kconfig: make COMPILE_TEST depend on !S390 faa30969f66e bpf, x86: Validate computation of branch displacements for x86-32 3edb8967d91e bpf, x86: Validate computation of branch displacements for x86-64 f890246ae75c tools/resolve_btfids: Add /libbpf to .gitignore 76983e244908 kbuild: Do not clean resolve_btfids if the output does not exist 0945d67e5d43 kbuild: Add resolve_btfids clean to root clean target eff1e0465727 tools/resolve_btfids: Set srctree variable unconditionally f60c918b07b7 tools/resolve_btfids: Check objects before removing 249719092447 tools/resolve_btfids: Build libbpf and libsubcmd in separate directories 2934985086b9 math: Export mul_u64_u64_div_u64 7345d4b2d421 io_uring: fix timeout cancel return code 8f9049e70cd6 cifs: Silently ignore unknown oplock break handle fee111089cc9 cifs: revalidate mapping when we open files for SMB1 POSIX 42498ee67296 ia64: fix format strings for err_inject bc30fdd598e3 ia64: mca: allocate early mca with GFP_ATOMIC b008489d8b86 selftests/vm: fix out-of-tree build 47f8bc68ae95 scsi: target: pscsi: Clean up after failure in pscsi_map_sg() 266d3106efbd ptp_qoriq: fix overflow in ptp_qoriq_adjfine() u64 calcalation f135b89e286b platform/x86: intel_pmc_core: Ignore GBE LTR on Tiger Lake platforms 037950869be3 block: clear GD_NEED_PART_SCAN later in bdev_disk_changed 7c73059bf849 x86/build: Turn off -fcf-protection for realmode targets 6372aa9a78f8 drm/msm/disp/dpu1: icc path needs to be set before dpu runtime resume 6deb9d9a84a2 kselftest/arm64: sve: Do not use non-canonical FFR register value bcd57b07fd90 platform/x86: thinkpad_acpi: Allow the FnLock LED to change state 6304295c6190 net: ipa: fix init header command validation 8a57256e0548 netfilter: nftables: skip hook overlap logic if flowtable is stale b0c795f4cc53 netfilter: conntrack: Fix gre tunneling over ipv6 439c2c22fb85 drm/msm: Ratelimit invalid-fence message 57e0546f01ca drm/msm/adreno: a5xx_power: Don't apply A540 lm_setup to other GPUs b9ec77ef36af drm/msm/dsi_pll_7nm: Fix variable usage for pll_lockdet_rate 0a66bd60b1ce mac80211: choose first enabled channel for monitor 7705c48b8695 mac80211: Check crypto_aead_encrypt for errors 05878b681981 mISDN: fix crash in fritzpci 4ca265610cc6 kunit: tool: Fix a python tuple typing error f0ed115feccc net: pxa168_eth: Fix a potential data race in pxa168_eth_remove 4b4ce9895e64 net/mlx5e: Enforce minimum value check for ICOSQ size 198afc3b0c01 bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_comp 107875a53868 platform/x86: intel-hid: Support Lenovo ThinkPad X1 Tablet Gen 2 4c875e034dfb bus: ti-sysc: Fix warning on unbind if reset is not deasserted 5c6f778e8f7d ARM: dts: am33xx: add aliases for mmc interfaces ---- Link: https://lore.kernel.org/r/20210409095304.818847860@linuxfoundation.org Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
-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 c3874feb..93443fcc 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.28" 22LINUX_VERSION = "5.10.29"
23 23
24KBRANCH = "5.10.x+fslc" 24KBRANCH = "5.10.x+fslc"
25SRCREV = "5261f1216599f5fe8d8d464b4be2bd832f8eca16" 25SRCREV = "c841d6dd4712d5a5573fe16c9a627d2609c5960f"
26 26
27COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" 27COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)"