1
0
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:
Bruce Ashfield
2022-03-22 13:19:50 -04:00
committed by Richard Purdie
parent 458fae7cb9
commit 242cd1c846
3 changed files with 13 additions and 13 deletions
@@ -15,8 +15,8 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine_qemuarm ?= "682b9a24accb1e3a305957dec28f7f565db95369"
SRCREV_machine ?= "5e844e753c3e1f153af9dfee6b88e5dc1e57f30f"
SRCREV_machine_qemuarm ?= "38f8b1b5b87959e6cb9367151e233d27befe015d"
SRCREV_machine ?= "cc70f051e56005acda2e6ea994cadfb2538e66f6"
SRCREV_meta ?= "792f1272dd0d68d5dba0ff35949b2094f818227e"
PV = "${LINUX_VERSION}+git${SRCPV}"