mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
linux-yocto: nohz_full boot arg fix
Integrating the following commit(s) to linux-yocto/5.15:
81bdce5b5876 tick/nohz: WARN_ON --> WARN_ON_ONCE to prevent console saturation
97c963889222 sched/isolation: really align nohz_full with rcu_nocbs
(From OE-Core rev: 11de5ad0cfee5bf8bcdd28da6b27447280add2cf)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1479c0da44
commit
9bc13f657b
@@ -11,7 +11,7 @@ python () {
|
||||
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
|
||||
}
|
||||
|
||||
SRCREV_machine ?= "d6781443bac8b711a2c55898223dab38f2ed5896"
|
||||
SRCREV_machine ?= "5486de5bb7320876bbfe6f92245f6819afed182c"
|
||||
SRCREV_meta ?= "ea948a0983d7b7820814e5bce4eda3079201bd95"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
|
||||
|
||||
Reference in New Issue
Block a user