mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +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: f30d642b8e0ccf7ea005ec31818ff6fb98d9ab51)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 11de5ad0cfee5bf8bcdd28da6b27447280add2cf)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
458fae7cb9
commit
242cd1c846
@@ -11,7 +11,7 @@ python () {
|
||||
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
|
||||
}
|
||||
|
||||
SRCREV_machine ?= "abd24ddc62072fcc5ecf12cf8feadd2e6fda59bd"
|
||||
SRCREV_machine ?= "e0d87d9831a6e0df20a370adc9aba0d032d91661"
|
||||
SRCREV_meta ?= "792f1272dd0d68d5dba0ff35949b2094f818227e"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
|
||||
|
||||
Reference in New Issue
Block a user