All of lore.kernel.org
 help / color / mirror / Atom feed
* [pyro][PATCH 1/3] linux-yocto-tiny/4.1: update with spectre fixes
@ 2018-03-08  3:18 Armin Kuster
  2018-03-08  3:18 ` [pyro][PATCH 2/3] linux-yocto/4.1: updated to include " Armin Kuster
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Armin Kuster @ 2018-03-08  3:18 UTC (permalink / raw)
  To: akuster, akuster808, openembedded-core

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
index 5adec18..fe46a0d 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.1.49"
 KMETA = "kernel-meta"
 KCONF_BSP_AUDIT_LEVEL = "2"
 
-SRCREV_machine ?= "a315195324973d3edbd4868a0d7acbd82b7d53ae"
+SRCREV_machine ?= "c71e0bd7f702aa090b9733ad4e0382ac6c5908dd"
 SRCREV_meta ?= "4e12cb8f8e06636f2058ea0ab3096ed38228a88b"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [pyro][PATCH 2/3] linux-yocto/4.1: updated to include spectre fixes
  2018-03-08  3:18 [pyro][PATCH 1/3] linux-yocto-tiny/4.1: update with spectre fixes Armin Kuster
@ 2018-03-08  3:18 ` Armin Kuster
  2018-03-08  3:18 ` [pyro][PATCH 3/3] linux-yocto-rt/4.1: update " Armin Kuster
  2018-03-08  3:34 ` ✗ patchtest: failure for "[pyro] linux-yocto-tiny/4.1: u..." and 2 more Patchwork
  2 siblings, 0 replies; 4+ messages in thread
From: Armin Kuster @ 2018-03-08  3:18 UTC (permalink / raw)
  To: akuster, akuster808, openembedded-core

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/recipes-kernel/linux/linux-yocto_4.1.bb | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
index 230f81e..30abef2 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86  ?= "standard/base"
 KBRANCH_qemux86-64 ?= "standard/base"
 KBRANCH_qemumips64 ?= "standard/mti-malta64"
 
-SRCREV_machine_qemuarm ?= "8a40392c9aab6a3b25560c1a5d4a31d87a65a088"
-SRCREV_machine_qemuarm64 ?= "a315195324973d3edbd4868a0d7acbd82b7d53ae"
-SRCREV_machine_qemumips ?= "ea667187404992a98d49ea62313f826e6b7a9849"
-SRCREV_machine_qemuppc ?= "8c3cd05eab5cf9c49847ed73d77f1d036808b5dc"
-SRCREV_machine_qemux86 ?= "a315195324973d3edbd4868a0d7acbd82b7d53ae"
-SRCREV_machine_qemux86-64 ?= "a315195324973d3edbd4868a0d7acbd82b7d53ae"
-SRCREV_machine_qemumips64 ?= "4a026b26ffed34b40a7fb8fd190ee3eed964b5ea"
-SRCREV_machine ?= "a315195324973d3edbd4868a0d7acbd82b7d53ae"
+SRCREV_machine_qemuarm ?= "f20a35023c5d96818a7ac061fe8f08432d8a5088"
+SRCREV_machine_qemuarm64 ?= "c71e0bd7f702aa090b9733ad4e0382ac6c5908dd"
+SRCREV_machine_qemumips ?= "d1367fe15275de31711b21fa736a86f99fb300c5"
+SRCREV_machine_qemuppc ?= "e97556943b41cb6422842a348ea50a3630afe78f"
+SRCREV_machine_qemux86 ?= "c71e0bd7f702aa090b9733ad4e0382ac6c5908dd"
+SRCREV_machine_qemux86-64 ?= "c71e0bd7f702aa090b9733ad4e0382ac6c5908dd"
+SRCREV_machine_qemumips64 ?= "b23f3f4a74da40c3302d95f601af333c546e6999"
+SRCREV_machine ?= "c71e0bd7f702aa090b9733ad4e0382ac6c5908dd"
 SRCREV_meta ?= "4e12cb8f8e06636f2058ea0ab3096ed38228a88b"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [pyro][PATCH 3/3] linux-yocto-rt/4.1: update to include spectre fixes
  2018-03-08  3:18 [pyro][PATCH 1/3] linux-yocto-tiny/4.1: update with spectre fixes Armin Kuster
  2018-03-08  3:18 ` [pyro][PATCH 2/3] linux-yocto/4.1: updated to include " Armin Kuster
@ 2018-03-08  3:18 ` Armin Kuster
  2018-03-08  3:34 ` ✗ patchtest: failure for "[pyro] linux-yocto-tiny/4.1: u..." and 2 more Patchwork
  2 siblings, 0 replies; 4+ messages in thread
From: Armin Kuster @ 2018-03-08  3:18 UTC (permalink / raw)
  To: akuster, akuster808, openembedded-core

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
index bdad3ea..37d4e03 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
@@ -11,7 +11,7 @@ python () {
         raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
 }
 
-SRCREV_machine ?= "b4c6e9630df3207eb6fbadb337e5df806ee6b6c5"
+SRCREV_machine ?= "763bae6e560c5b1a5e9f6a40eaa7d267d70300e3"
 SRCREV_meta ?= "4e12cb8f8e06636f2058ea0ab3096ed38228a88b"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* ✗ patchtest: failure for "[pyro] linux-yocto-tiny/4.1: u..." and 2 more
  2018-03-08  3:18 [pyro][PATCH 1/3] linux-yocto-tiny/4.1: update with spectre fixes Armin Kuster
  2018-03-08  3:18 ` [pyro][PATCH 2/3] linux-yocto/4.1: updated to include " Armin Kuster
  2018-03-08  3:18 ` [pyro][PATCH 3/3] linux-yocto-rt/4.1: update " Armin Kuster
@ 2018-03-08  3:34 ` Patchwork
  2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2018-03-08  3:34 UTC (permalink / raw)
  To: Armin Kuster; +Cc: openembedded-core

== Series Details ==

Series: "[pyro] linux-yocto-tiny/4.1: u..." and 2 more
Revision: 1
URL   : https://patchwork.openembedded.org/series/11303/
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  pyro (currently at 189d8282e8)



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] 4+ messages in thread

end of thread, other threads:[~2018-03-08  3:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-08  3:18 [pyro][PATCH 1/3] linux-yocto-tiny/4.1: update with spectre fixes Armin Kuster
2018-03-08  3:18 ` [pyro][PATCH 2/3] linux-yocto/4.1: updated to include " Armin Kuster
2018-03-08  3:18 ` [pyro][PATCH 3/3] linux-yocto-rt/4.1: update " Armin Kuster
2018-03-08  3:34 ` ✗ patchtest: failure for "[pyro] linux-yocto-tiny/4.1: u..." and 2 more 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.