summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-06-27 12:50:40 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-06 13:02:30 +0100
commitbb11763cc748b534429d39c9582617f482b97c65 (patch)
tree803428da6c55275c6867bca235a78b224ccf855b /meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
parentf32e235e83368f6a229d4561c45db6b74be78ce1 (diff)
downloadpoky-bb11763cc748b534429d39c9582617f482b97c65.tar.gz
linux-yocto/5.10: rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lock
Integrating the following commit(s) to linux-yocto/5.10: 139fe7d68413 rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lock (From OE-Core rev: 9fc93ac6fdc3b12eed7fe4cc96ccbef3d5bb31b7) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 63b4761cb1f44aaad4bd0948dc586a90b53049d3) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
index ea2c854649..f511f233b6 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
@@ -11,7 +11,7 @@ python () {
11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") 11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
12} 12}
13 13
14SRCREV_machine ?= "74f60bcd7323d243e0f3d3db34021ae624afb61a" 14SRCREV_machine ?= "4a59bc57b2be77da9394b10eb37067da7d63b7a4"
15SRCREV_meta ?= "b969f83647833d21d8826c4667492f58895213c3" 15SRCREV_meta ?= "b969f83647833d21d8826c4667492f58895213c3"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \