1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 15:57:04 +00:00

linux-yocto/5.10: Fix ramoops/ftrace

Integrating the following commit(s) to linux-yocto/5.10:

    253c752ed120 pstore/ftrace: Add and use ftrace_test_recursion_trylock_safe
    356e8a12bd66 pstore/ftrace: Add recursion protection to the ftrace callback
    334706a1e873 ftrace: Add ftrace_test_recursion_trylock() helper function
    78c260d7f60b ftrace: Move the recursion testing into global headers

(From OE-Core rev: c1c35b7ed3a3748f959a5b7039aa932637b09508)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b848a47033f492eaa0d5a02e42374b493734473e)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2022-03-04 20:25:13 -05:00
committed by Richard Purdie
parent a9dc338c37
commit 4aa0d80c7a
3 changed files with 16 additions and 16 deletions
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine:qemuarm ?= "ce4e423e88244adab0deef2f9d021b2bf6d492ba"
SRCREV_machine ?= "cc09c000260f49e35e85a96853dd01404e6aa80a"
SRCREV_meta ?= "ff60a2ddb31e54be0f8ac63a28247e58f9c8cd23"
SRCREV_machine:qemuarm ?= "e6fb3720c9823cc706e8c6441cfd382b52bf7ae5"
SRCREV_machine ?= "57631093be11dd9606bbe8916b9f35bc9b6fe130"
SRCREV_meta ?= "f323785b54712f92ad8cae06e2711a01d66d4fdf"
PV = "${LINUX_VERSION}+git${SRCPV}"