mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +00:00
linux-yocto/6.1: fix intermittent x86 boot hangs
The commit in question appeared as -stable backport in 6.1.28, which is
where we started to see intermittent boot hangs on x86.
Richard noted that others are seeing this is well, as can be seen in
this thread:
https://lkml.org/lkml/2023/6/13/1460
We bump our SRCREVs to pick up the revert:
947f660bde07 Revert "tick/common: Align tick period with the HZ tick."
(From OE-Core rev: 10e7c5c2aadbc14b9ec56322595826707bb92316)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 73b7f36e51de39ed19dfd3cd253be1876db60ca4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
a3edcf3d7e
commit
9a64c95df7
@@ -17,8 +17,8 @@ DEPENDS += "openssl-native util-linux-native"
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine ?= "6034b10d39687bbd6769e4adb2a792524e6b4f16"
|
||||
SRCREV_meta ?= "1dd270d3231f82d94d2123b95e4eb576019440a3"
|
||||
SRCREV_machine ?= "947f660bde07ee4111bc96d08b142a6ce3753d38"
|
||||
SRCREV_meta ?= "db25e51e2006721528f5e7bcd8f4501592bd74fe"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user