* [PATCH][rocko] linux-yocto/4.12: fix qemuarm64 boot failure
@ 2018-02-20 14:26 Bruce Ashfield
2018-02-20 14:36 ` ✗ patchtest: failure for linux-yocto/4.12: fix qemuarm64 boot failure (rev2) Patchwork
0 siblings, 1 reply; 2+ messages in thread
From: Bruce Ashfield @ 2018-02-20 14:26 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
The -stable update to 4.12 needs one more commit to fix the boot of
qemuarm64. This will be part of the next 4.12 -stable series, but for
now, we merge the patch directly.
40146055677a mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=y
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_4.12.bb | 16 ++++++++--------
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
index b182173733b2..e6a45fd66302 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
@@ -11,7 +11,7 @@ python () {
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
-SRCREV_machine ?= "8bade20d734f0b5e6ed13414b96cecaabe0c8039"
+SRCREV_machine ?= "33aa1a4ea44399f12dfb26146ea06db5cd02ca69"
SRCREV_meta ?= "19d815d5a34bfaad95d87cc097cef18b594daac8"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
index f1a9c1d9fd06..3ff2e1ce1928 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.12.20"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "1c4ad569af3e23a77994235435040e322908687f"
+SRCREV_machine ?= "40146055677a69730b2c36da1c8c1b4e9bae7bb0"
SRCREV_meta ?= "19d815d5a34bfaad95d87cc097cef18b594daac8"
PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
index 3916c6c39d10..b10b82b77199 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
KBRANCH_qemux86-64 ?= "standard/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-SRCREV_machine_qemuarm ?= "9728502c1fc96a1348ff06e1be8df75bee168032"
-SRCREV_machine_qemuarm64 ?= "1c4ad569af3e23a77994235435040e322908687f"
-SRCREV_machine_qemumips ?= "b04e654320e56fa42e477698dbf61d99f0bb4501"
-SRCREV_machine_qemuppc ?= "1c4ad569af3e23a77994235435040e322908687f"
-SRCREV_machine_qemux86 ?= "1c4ad569af3e23a77994235435040e322908687f"
-SRCREV_machine_qemux86-64 ?= "1c4ad569af3e23a77994235435040e322908687f"
-SRCREV_machine_qemumips64 ?= "7a297c3848d02c46acd40e3d2f285c7905f8134c"
-SRCREV_machine ?= "1c4ad569af3e23a77994235435040e322908687f"
+SRCREV_machine_qemuarm ?= "6e5a99db3a495e023041a30d43262047795e645a"
+SRCREV_machine_qemuarm64 ?= "40146055677a69730b2c36da1c8c1b4e9bae7bb0"
+SRCREV_machine_qemumips ?= "43dc47f90007d54c7086cc03b28e946e30135f1c"
+SRCREV_machine_qemuppc ?= "40146055677a69730b2c36da1c8c1b4e9bae7bb0"
+SRCREV_machine_qemux86 ?= "40146055677a69730b2c36da1c8c1b4e9bae7bb0"
+SRCREV_machine_qemux86-64 ?= "40146055677a69730b2c36da1c8c1b4e9bae7bb0"
+SRCREV_machine_qemumips64 ?= "69f0c96d8e47b0dccfb374809d729f0042c77868"
+SRCREV_machine ?= "40146055677a69730b2c36da1c8c1b4e9bae7bb0"
SRCREV_meta ?= "19d815d5a34bfaad95d87cc097cef18b594daac8"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \
--
2.5.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* ✗ patchtest: failure for linux-yocto/4.12: fix qemuarm64 boot failure (rev2)
2018-02-20 14:26 [PATCH][rocko] linux-yocto/4.12: fix qemuarm64 boot failure Bruce Ashfield
@ 2018-02-20 14:36 ` Patchwork
0 siblings, 0 replies; 2+ messages in thread
From: Patchwork @ 2018-02-20 14:36 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: openembedded-core
== Series Details ==
Series: linux-yocto/4.12: fix qemuarm64 boot failure (rev2)
Revision: 2
URL : https://patchwork.openembedded.org/series/11014/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:
* Issue Series does not apply on top of target branch [test_series_merge_on_head]
Suggested fix Rebase your series on top of targeted branch
Targeted branch rocko (currently at 112c6e77a8)
If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).
---
Guidelines: https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-02-20 14:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-20 14:26 [PATCH][rocko] linux-yocto/4.12: fix qemuarm64 boot failure Bruce Ashfield
2018-02-20 14:36 ` ✗ patchtest: failure for linux-yocto/4.12: fix qemuarm64 boot failure (rev2) Patchwork
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.