mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
linux-yocto/5.19: fix elfutils run-backtrace-native-core ptest failure
The following commit was integrated into the 5.19.15 -stable series and breaks the elfutils backtrace ptests. don't use __kernel_write() on kmap_local_page() It could be that other commits are also required in -stable, but a revert is the easiest way to deal with the regression. We can revisit newer kernel's (where the commit is also present) if they also start to fail the test. (From OE-Core rev: e137ca045d21476394b12725447affe4c99b8e03) 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
1790fd2237
commit
44b0aa3426
@@ -11,7 +11,7 @@ python () {
|
||||
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
|
||||
}
|
||||
|
||||
SRCREV_machine ?= "2bd6711a4dcc49e51ae68152ed0b40384e291554"
|
||||
SRCREV_machine ?= "7883e2f6464fb14e4652769c0294b2eef8075f5f"
|
||||
SRCREV_meta ?= "0cba9aa40445bf59bfa651e1bd43a31c2ca7d524"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
|
||||
|
||||
@@ -14,7 +14,7 @@ DEPENDS += "openssl-native util-linux-native"
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine ?= "ccb5f0a475b228c995800cb1b0f714426c2f1ec8"
|
||||
SRCREV_machine ?= "aaf4490d1807c49e3e0ceab1372533937ef2c82b"
|
||||
SRCREV_meta ?= "0cba9aa40445bf59bfa651e1bd43a31c2ca7d524"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
@@ -13,16 +13,16 @@ KBRANCH:qemux86 ?= "v5.19/standard/base"
|
||||
KBRANCH:qemux86-64 ?= "v5.19/standard/base"
|
||||
KBRANCH:qemumips64 ?= "v5.19/standard/mti-malta64"
|
||||
|
||||
SRCREV_machine:qemuarm ?= "dfb2a8b83c0e37732dd930330132b692409f7321"
|
||||
SRCREV_machine:qemuarm64 ?= "ccb5f0a475b228c995800cb1b0f714426c2f1ec8"
|
||||
SRCREV_machine:qemumips ?= "b0e7e098c3fc9f2309e74137de4b8a5fcbaa2779"
|
||||
SRCREV_machine:qemuppc ?= "ccb5f0a475b228c995800cb1b0f714426c2f1ec8"
|
||||
SRCREV_machine:qemuriscv64 ?= "ccb5f0a475b228c995800cb1b0f714426c2f1ec8"
|
||||
SRCREV_machine:qemuriscv32 ?= "ccb5f0a475b228c995800cb1b0f714426c2f1ec8"
|
||||
SRCREV_machine:qemux86 ?= "ccb5f0a475b228c995800cb1b0f714426c2f1ec8"
|
||||
SRCREV_machine:qemux86-64 ?= "ccb5f0a475b228c995800cb1b0f714426c2f1ec8"
|
||||
SRCREV_machine:qemumips64 ?= "20d5adcd760ffdc90b4e5babb85a07b9d6ff3113"
|
||||
SRCREV_machine ?= "ccb5f0a475b228c995800cb1b0f714426c2f1ec8"
|
||||
SRCREV_machine:qemuarm ?= "dee954e39057710f00e5b3ea23514d01f3a4d940"
|
||||
SRCREV_machine:qemuarm64 ?= "aaf4490d1807c49e3e0ceab1372533937ef2c82b"
|
||||
SRCREV_machine:qemumips ?= "fe2b95c83e022371019027da3dd068ab33576d3f"
|
||||
SRCREV_machine:qemuppc ?= "aaf4490d1807c49e3e0ceab1372533937ef2c82b"
|
||||
SRCREV_machine:qemuriscv64 ?= "aaf4490d1807c49e3e0ceab1372533937ef2c82b"
|
||||
SRCREV_machine:qemuriscv32 ?= "aaf4490d1807c49e3e0ceab1372533937ef2c82b"
|
||||
SRCREV_machine:qemux86 ?= "aaf4490d1807c49e3e0ceab1372533937ef2c82b"
|
||||
SRCREV_machine:qemux86-64 ?= "aaf4490d1807c49e3e0ceab1372533937ef2c82b"
|
||||
SRCREV_machine:qemumips64 ?= "a5f29b9c64f2b3b47f74fee38f298d8a6b17a8b3"
|
||||
SRCREV_machine ?= "aaf4490d1807c49e3e0ceab1372533937ef2c82b"
|
||||
SRCREV_meta ?= "0cba9aa40445bf59bfa651e1bd43a31c2ca7d524"
|
||||
|
||||
# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
|
||||
|
||||
Reference in New Issue
Block a user