All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] kernel-yocto: conslidated pull request
@ 2017-08-31 19:30 Bruce Ashfield
  2017-08-31 19:30 ` [PATCH 1/7] linux-yocto/4.10: fix aufs build Bruce Ashfield
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Bruce Ashfield @ 2017-08-31 19:30 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Hi all,

Now that 4.12 + headers are in the tree, this is the next (and possibly final)
around of -stable updates for the active kernels.

I've built and booted them on all four architectures. But as usual, this is a
lot of combinations to confirm.

The 4.12 update doesn't specifically address the kernel traces that RP has
been seeing, but it also doesn't regress things here. I'd be interested to
know if they help/hinder in the search to find the root cause.

I'll of course continue to track it down myself.

I also have some functionality fixes as well as configuration updates as part
of this update.

Cheers,

Bruce

The following changes since commit 52d71c17ffd2d58699bf05bc85e0dd0d49e51021:

  image_types.bbclass: improve reproducibility of .gz files (2017-08-31 17:41:42 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib zedd/kernel
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (7):
  linux-yocto/4.10: fix aufs build
  linux-yoct/4.12: fix yaffs2 build
  linux-yocto/4.10/4.9: fix BRCMFMAC_PROTO_MSGBUF warning
  linux-yocto/4.12: silence qeumarma9 config warnings
  linux-yocto/4.12: update to v4.12.10
  linux-yocto/4.9: update to v4.9.46
  linux-yocto/4.4: update to v4.4.85

 meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb   |  4 ++--
 meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb   |  6 +++---
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |  6 +++---
 meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb    |  6 +++---
 meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb |  4 ++--
 meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb |  6 +++---
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |  6 +++---
 meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb  |  6 +++---
 meta/recipes-kernel/linux/linux-yocto_4.10.bb      | 18 +++++++++---------
 meta/recipes-kernel/linux/linux-yocto_4.12.bb      | 20 ++++++++++----------
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       | 20 ++++++++++----------
 meta/recipes-kernel/linux/linux-yocto_4.9.bb       | 20 ++++++++++----------
 12 files changed, 61 insertions(+), 61 deletions(-)

-- 
2.5.0



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

* [PATCH 1/7] linux-yocto/4.10: fix aufs build
  2017-08-31 19:30 [PATCH 0/7] kernel-yocto: conslidated pull request Bruce Ashfield
@ 2017-08-31 19:30 ` Bruce Ashfield
  2017-09-01  1:27   ` Kevin Hao
  2017-08-31 19:30 ` [PATCH 2/7] linux-yoct/4.12: fix yaffs2 build Bruce Ashfield
                   ` (6 subsequent siblings)
  7 siblings, 1 reply; 19+ messages in thread
From: Bruce Ashfield @ 2017-08-31 19:30 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

The aufs patches were out of sync with the latest upstream and hence
didn't build against 4.10.

With this update, we are once again building and up to date with the
upstream repo.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb   |  4 ++--
 meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb |  4 ++--
 meta/recipes-kernel/linux/linux-yocto_4.10.bb      | 18 +++++++++---------
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb
index cc6e522b4b8e..d95a4f73019e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb
@@ -11,8 +11,8 @@ python () {
         raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
 }
 
-SRCREV_machine ?= "65370fa249e282e4ce69cf927c01898b4c16f261"
-SRCREV_meta ?= "6ac2680ca4316fe111cddec37def7757843bbe86"
+SRCREV_machine ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
+SRCREV_meta ?= "416a2862c3bac3ecb641bf14e14c1d2c9c23ed96"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.10.git;branch=${KBRANCH};name=machine \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.10;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
index b136bf095034..cb13f4fbdca7 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.10.17"
 KMETA = "kernel-meta"
 KCONF_BSP_AUDIT_LEVEL = "2"
 
-SRCREV_machine ?= "65370fa249e282e4ce69cf927c01898b4c16f261"
-SRCREV_meta ?= "6ac2680ca4316fe111cddec37def7757843bbe86"
+SRCREV_machine ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
+SRCREV_meta ?= "416a2862c3bac3ecb641bf14e14c1d2c9c23ed96"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.10.bb b/meta/recipes-kernel/linux/linux-yocto_4.10.bb
index 4107891f6e8a..10b56cda77e7 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.10.bb
@@ -11,15 +11,15 @@ KBRANCH_qemux86  ?= "standard/base"
 KBRANCH_qemux86-64 ?= "standard/base"
 KBRANCH_qemumips64 ?= "standard/mti-malta64"
 
-SRCREV_machine_qemuarm ?= "4c652d50c67050422da4621cc6421ecb86b31c31"
-SRCREV_machine_qemuarm64 ?= "65370fa249e282e4ce69cf927c01898b4c16f261"
-SRCREV_machine_qemumips ?= "0a632fa7f9615ad1b2488a300846a7e925e6591a"
-SRCREV_machine_qemuppc ?= "65370fa249e282e4ce69cf927c01898b4c16f261"
-SRCREV_machine_qemux86 ?= "65370fa249e282e4ce69cf927c01898b4c16f261"
-SRCREV_machine_qemux86-64 ?= "65370fa249e282e4ce69cf927c01898b4c16f261"
-SRCREV_machine_qemumips64 ?= "75c22c1be83bf7894af78a36b3e3c5af08ce4d7b"
-SRCREV_machine ?= "65370fa249e282e4ce69cf927c01898b4c16f261"
-SRCREV_meta ?= "6ac2680ca4316fe111cddec37def7757843bbe86"
+SRCREV_machine_qemuarm ?= "97253eca8592c9cba7c7665277e1118b048b9639"
+SRCREV_machine_qemuarm64 ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
+SRCREV_machine_qemumips ?= "52e935b59800868731e7620caf49cc257f1b9946"
+SRCREV_machine_qemuppc ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
+SRCREV_machine_qemux86 ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
+SRCREV_machine_qemux86-64 ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
+SRCREV_machine_qemumips64 ?= "7b6d7feb4b0143d6f9146784f6072ffd171dd7ba"
+SRCREV_machine ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
+SRCREV_meta ?= "416a2862c3bac3ecb641bf14e14c1d2c9c23ed96"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.10.git;name=machine;branch=${KBRANCH}; \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.10;destsuffix=${KMETA}"
-- 
2.5.0



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

* [PATCH 2/7] linux-yoct/4.12: fix yaffs2 build
  2017-08-31 19:30 [PATCH 0/7] kernel-yocto: conslidated pull request Bruce Ashfield
  2017-08-31 19:30 ` [PATCH 1/7] linux-yocto/4.10: fix aufs build Bruce Ashfield
@ 2017-08-31 19:30 ` Bruce Ashfield
  2017-08-31 19:33   ` Bruce Ashfield
  2017-08-31 19:31 ` [PATCH 3/7] linux-yocto/4.10/4.9: fix BRCMFMAC_PROTO_MSGBUF warning Bruce Ashfield
                   ` (5 subsequent siblings)
  7 siblings, 1 reply; 19+ messages in thread
From: Bruce Ashfield @ 2017-08-31 19:30 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Yaffs2 needs some tweaks to build against the 4.12 kernel, we
import the following two commits:

  084d8ae2f349 fs: yaffs2: includes the missing header file
  595f7d1759d9 fs: yaffs2: replace CURRENT_TIME by other appropriate apis

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb   |  4 ++--
 meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb |  4 ++--
 meta/recipes-kernel/linux/linux-yocto_4.12.bb      | 18 +++++++++---------
 3 files changed, 13 insertions(+), 13 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 49f5bf3522ad..1b1bf9f76270 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
@@ -11,8 +11,8 @@ python () {
         raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
 }
 
-SRCREV_machine ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
-SRCREV_meta ?= "edb42d48052dee4dbc3ed9d5e1e39c1375e85fe0"
+SRCREV_machine ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
+SRCREV_meta ?= "9acd7f92a1b3248310ec17407063f968732ad130"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}"
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 ff395e0ad7e3..bdf660e6ce9e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.12.7"
 KMETA = "kernel-meta"
 KCONF_BSP_AUDIT_LEVEL = "2"
 
-SRCREV_machine ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
-SRCREV_meta ?= "edb42d48052dee4dbc3ed9d5e1e39c1375e85fe0"
+SRCREV_machine ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
+SRCREV_meta ?= "9acd7f92a1b3248310ec17407063f968732ad130"
 
 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 ce223ca081f3..964dbce3e79e 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
@@ -11,15 +11,15 @@ KBRANCH_qemux86  ?= "standard/base"
 KBRANCH_qemux86-64 ?= "standard/base"
 KBRANCH_qemumips64 ?= "standard/mti-malta64"
 
-SRCREV_machine_qemuarm ?= "dc7fc6edebaa6d20967c953a2cd27bac5e955463"
-SRCREV_machine_qemuarm64 ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
-SRCREV_machine_qemumips ?= "ff11a70047bbab2c801f9b4f7b9d4bc1d38dbed1"
-SRCREV_machine_qemuppc ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
-SRCREV_machine_qemux86 ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
-SRCREV_machine_qemux86-64 ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
-SRCREV_machine_qemumips64 ?= "a4d6ef2c5428e57f7f9982d230b09459683ddb1d"
-SRCREV_machine ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
-SRCREV_meta ?= "edb42d48052dee4dbc3ed9d5e1e39c1375e85fe0"
+SRCREV_machine_qemuarm ?= "a5227887cfadd94068717e8166879bf88d00ef73"
+SRCREV_machine_qemuarm64 ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
+SRCREV_machine_qemumips ?= "a6983bac4e93ba7e892f666ad8c58b32c2d10945"
+SRCREV_machine_qemuppc ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
+SRCREV_machine_qemux86 ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
+SRCREV_machine_qemux86-64 ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
+SRCREV_machine_qemumips64 ?= "b344c1888b03e40683ba109bb45b44e9cf4d1eb4"
+SRCREV_machine ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
+SRCREV_meta ?= "9acd7f92a1b3248310ec17407063f968732ad130"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}"
-- 
2.5.0



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

* [PATCH 3/7] linux-yocto/4.10/4.9: fix BRCMFMAC_PROTO_MSGBUF warning
  2017-08-31 19:30 [PATCH 0/7] kernel-yocto: conslidated pull request Bruce Ashfield
  2017-08-31 19:30 ` [PATCH 1/7] linux-yocto/4.10: fix aufs build Bruce Ashfield
  2017-08-31 19:30 ` [PATCH 2/7] linux-yoct/4.12: fix yaffs2 build Bruce Ashfield
@ 2017-08-31 19:31 ` Bruce Ashfield
  2017-08-31 19:31 ` [PATCH 4/7] linux-yocto/4.12: silence qeumarma9 config warnings Bruce Ashfield
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 19+ messages in thread
From: Bruce Ashfield @ 2017-08-31 19:31 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

The 4.10 and 4.9 kernels need a fix applied to 4.12 to deal with
a configuration warning:

  Author: Bruce Ashfield <bruce.ashfield@windriver.com>
  Date:   Fri Aug 18 17:03:27 2017 -0400

    wifi: drop BRCMFMAC_PROTO_MSGBUF, since it is selected

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb   | 2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb    | 2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb | 2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb  | 2 +-
 meta/recipes-kernel/linux/linux-yocto_4.10.bb      | 2 +-
 meta/recipes-kernel/linux/linux-yocto_4.9.bb       | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb
index d95a4f73019e..17d819153e58 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb
@@ -12,7 +12,7 @@ python () {
 }
 
 SRCREV_machine ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
-SRCREV_meta ?= "416a2862c3bac3ecb641bf14e14c1d2c9c23ed96"
+SRCREV_meta ?= "ba11a3e8f1bc465c9de3cf00e8e60437db60e886"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.10.git;branch=${KBRANCH};name=machine \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.10;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
index 3eb31c951f9e..b939e6da079a 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
@@ -12,7 +12,7 @@ python () {
 }
 
 SRCREV_machine ?= "1fb4e1d1e3f727fc20963fc631a259665bd4665b"
-SRCREV_meta ?= "e8095d45e15f02ffc953312bb41a57554b25a439"
+SRCREV_meta ?= "0dd1939b20d55fec20e8c3d13088df3b9ca23ade"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;branch=${KBRANCH};name=machine \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
index cb13f4fbdca7..7730da60fa62 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb
@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
 KCONF_BSP_AUDIT_LEVEL = "2"
 
 SRCREV_machine ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
-SRCREV_meta ?= "416a2862c3bac3ecb641bf14e14c1d2c9c23ed96"
+SRCREV_meta ?= "ba11a3e8f1bc465c9de3cf00e8e60437db60e886"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
index fc961bcf3a5f..82ccb982572e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
 KCONF_BSP_AUDIT_LEVEL = "2"
 
 SRCREV_machine ?= "24572abb2cad341dd79e6aafcb9cdd1a7f8a0c1e"
-SRCREV_meta ?= "e8095d45e15f02ffc953312bb41a57554b25a439"
+SRCREV_meta ?= "0dd1939b20d55fec20e8c3d13088df3b9ca23ade"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.10.bb b/meta/recipes-kernel/linux/linux-yocto_4.10.bb
index 10b56cda77e7..6e5c726b336e 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.10.bb
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
 SRCREV_machine_qemux86-64 ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
 SRCREV_machine_qemumips64 ?= "7b6d7feb4b0143d6f9146784f6072ffd171dd7ba"
 SRCREV_machine ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
-SRCREV_meta ?= "416a2862c3bac3ecb641bf14e14c1d2c9c23ed96"
+SRCREV_meta ?= "ba11a3e8f1bc465c9de3cf00e8e60437db60e886"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.10.git;name=machine;branch=${KBRANCH}; \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.10;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.9.bb b/meta/recipes-kernel/linux/linux-yocto_4.9.bb
index f27a45961767..6021b224d0d8 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.9.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.9.bb
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "24572abb2cad341dd79e6aafcb9cdd1a7f8a0c1e"
 SRCREV_machine_qemux86-64 ?= "24572abb2cad341dd79e6aafcb9cdd1a7f8a0c1e"
 SRCREV_machine_qemumips64 ?= "7c9ce18e05e1d84df17e677b26133671ec0430f5"
 SRCREV_machine ?= "24572abb2cad341dd79e6aafcb9cdd1a7f8a0c1e"
-SRCREV_meta ?= "e8095d45e15f02ffc953312bb41a57554b25a439"
+SRCREV_meta ?= "0dd1939b20d55fec20e8c3d13088df3b9ca23ade"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;name=machine;branch=${KBRANCH}; \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
-- 
2.5.0



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

* [PATCH 4/7] linux-yocto/4.12: silence qeumarma9 config warnings
  2017-08-31 19:30 [PATCH 0/7] kernel-yocto: conslidated pull request Bruce Ashfield
                   ` (2 preceding siblings ...)
  2017-08-31 19:31 ` [PATCH 3/7] linux-yocto/4.10/4.9: fix BRCMFMAC_PROTO_MSGBUF warning Bruce Ashfield
@ 2017-08-31 19:31 ` Bruce Ashfield
  2017-08-31 19:31 ` [PATCH 5/7] linux-yocto/4.12: update to v4.12.10 Bruce Ashfield
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 19+ messages in thread
From: Bruce Ashfield @ 2017-08-31 19:31 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

When building the qemuarma9 BSP, we get the following warnings:

 ---------- CONFIG_VGA_CONSOLE -----------------
 Config: CONFIG_VGA_CONSOLE
 From:
  tmp/work-shared/qemuarma9/kernel-source/.kernel-meta/configs/standard/arm-versatile-926ejs/bsp/qemuarma9/qemuarma9.cfg
 Requested value:  # CONFIG_VGA_CONSOLE is not set
 Actual value:

 ---------- CONFIG_USB_ISP1760_HCD -----------------
 Config: CONFIG_USB_ISP1760_HCD
 From:
  tmp/work-shared/qemuarma9/kernel-source/.kernel-meta/configs/standard/arm-versatile-926ejs/bsp/qemuarma9/qemuarma9.cfg
 Requested value:  CONFIG_USB_ISP1760_HCD=y
 Actual value:

Both of these options no longer need to be in the BSP fragments
for qemuarma9, we fix them with these meta data changes:

  a2edeff915b9 qemuarma9: remove USB_ISP1760_HCD
  5f76e8f64fa5 qemuarma9: drop VGA console disable

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      | 2 +-
 3 files changed, 3 insertions(+), 3 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 1b1bf9f76270..ffaa26d3d3b3 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
@@ -12,7 +12,7 @@ python () {
 }
 
 SRCREV_machine ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
-SRCREV_meta ?= "9acd7f92a1b3248310ec17407063f968732ad130"
+SRCREV_meta ?= "09bc15990cc56fefe4111b8c64530cf0c4755817"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}"
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 bdf660e6ce9e..56cd8ed29fe4 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
 KCONF_BSP_AUDIT_LEVEL = "2"
 
 SRCREV_machine ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
-SRCREV_meta ?= "9acd7f92a1b3248310ec17407063f968732ad130"
+SRCREV_meta ?= "09bc15990cc56fefe4111b8c64530cf0c4755817"
 
 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 964dbce3e79e..6f806c2bec4c 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
 SRCREV_machine_qemux86-64 ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
 SRCREV_machine_qemumips64 ?= "b344c1888b03e40683ba109bb45b44e9cf4d1eb4"
 SRCREV_machine ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
-SRCREV_meta ?= "9acd7f92a1b3248310ec17407063f968732ad130"
+SRCREV_meta ?= "09bc15990cc56fefe4111b8c64530cf0c4755817"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}"
-- 
2.5.0



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

* [PATCH 5/7] linux-yocto/4.12: update to v4.12.10
  2017-08-31 19:30 [PATCH 0/7] kernel-yocto: conslidated pull request Bruce Ashfield
                   ` (3 preceding siblings ...)
  2017-08-31 19:31 ` [PATCH 4/7] linux-yocto/4.12: silence qeumarma9 config warnings Bruce Ashfield
@ 2017-08-31 19:31 ` Bruce Ashfield
  2017-08-31 19:31 ` [PATCH 6/7] linux-yocto/4.9: update to v4.9.46 Bruce Ashfield
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 19+ messages in thread
From: Bruce Ashfield @ 2017-08-31 19:31 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Updating to the korg -stable release with the following commit
summary:

   6371f030c4dc Linux 4.12.10
   849e96758ab2 powerpc/mm: Ensure cpumask update is ordered
   53220a20cec0 ACPI: EC: Fix regression related to wrong ECDT initialization order
   6e80b88a7f7d ACPI: APD: Fix HID for Hisilicon Hip07/08
   49fa8c02e4a6 ntb: transport shouldn't disable link due to bogus values in SPADs
   ab75f0274d34 ntb: ntb_test: ensure the link is up before trying to configure the mws
   03e58884668e Clarify (and fix) MAX_LFS_FILESIZE macros
   0b9a3f300f89 iommu: Fix wrong freeing of iommu_device->dev
   75005bf89ad7 staging: rtl8188eu: add RNX-N150NUB support
   91628e2afc86 iio: magnetometer: st_magn: remove ihl property for LSM303AGR
   e59c095c11af iio: magnetometer: st_magn: fix status register address for LSM303AGR
   fc7957b6cdd7 iio: hid-sensor-trigger: Fix the race with user space powering up sensors
   a1d7b7e7e116 iio: imu: adis16480: Fix acceleration scale factor for adis16480
   bf9b9d3b382b ANDROID: binder: fix proc->tsk check.
   f6fc60d91549 binder: Use wake up hint for synchronous transactions.
   7771e3f4b0b9 binder: use group leader instead of open thread
   62ccb816aab8 Revert "android: binder: Sanity check at binder ioctl"
   b42c44ade798 Bluetooth: bnep: fix possible might sleep error in bnep_session
   b741896229c1 Bluetooth: cmtp: fix possible might sleep error in cmtp_session
   e792d2d48928 Bluetooth: hidp: fix possible might sleep error in hidp_session_thread
   1eb33a1b89e1 netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcv
   8b5041077024 netfilter: nat: fix src map lookup
   f5263887165a netfilter: expect: fix crash when putting uninited expectation
   4909a7b79965 net: sunrpc: svcsock: fix NULL-pointer exception
   a8da876c1e45 x86/mm: Fix use-after-free of ldt_struct
   2e11eedec6f0 timers: Fix excessive granularity of new timers after a nohz idle
   2c0dc7f00e19 perf/core: Fix group {cpu,task} validation
   aa2da6c4d548 ftrace: Check for null ret_stack on profile function graph entry function
   1b8ca8851c25 virtio_pci: fix cpu affinity support
   78f2e29f27f1 ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPU
   8d4f126c0791 nfsd: Limit end of page list when decoding NFSv4 WRITE
   ea5745a5117f cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()
   1bc1c4391b79 cifs: Fix df output for users with quota limits
   3b278d7e8945 kbuild: linker script do not match C names unless LD_DEAD_CODE_DATA_ELIMINATION is configured
   51f49383a924 RDMA/uverbs: Initialize cq_context appropriately
   53a38dfbb5e4 tracing: Fix freeing of filter in create_filter() when set_str is false
   983ba8148e18 tracing: Fix kmemleak in tracing_map_array_free()
   a23e782823d6 tracing: Missing error code in tracer_alloc_buffers()
   3888c3aeb6bc tracing: Call clear_boot_tracer() at lateinit_sync
   1344db83ee17 ACPI: device property: Fix node lookup in acpi_graph_get_child_prop_value()
   dbe5b2d70cfd Revert "drm/amdgpu: fix vblank_time when displays are off"
   4ac9a5daaf82 drm/i915/gvt: Fix the kernel null pointer error
   bbb04b377f85 drm/i915/vbt: ignore extraneous child devices for a port
   d76df456a313 drm/atomic: If the atomic check fails, return its value first
   247122f138c0 drm/atomic: Handle -EDEADLK with out-fences correctly
   d4ae641cc285 drm/sun4i: Implement drm_driver lastclose to restore fbdev console
   08353913312a drm: Release driver tracking before making the object available again
   b96c15655125 drm: Fix framebuffer leak
   865d89f80907 arm64: fpsimd: Prevent registers leaking across exec
   1c229d7ad7b9 mm/memblock.c: reversed logic in memblock_discard()
   f5024bb32d4d fork: fix incorrect fput of ->exe_file causing use-after-free
   4823f4630bfd mm/madvise.c: fix freeing of locked page with MADV_FREE
   c237efed8b35 i2c: designware: Fix system suspend
   3a9495fd3719 dax: fix deadlock due to misaligned PMD faults
   735a252fc5b8 mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabled
   b2719637b16e PM/hibernate: touch NMI watchdog when creating snapshot
   8b366972d7d4 ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoC
   fcedf2f28570 ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addresses
   763ad31728e8 ARCv2: SLC: Make sure busy bit is set properly for region ops
   8537b1e0ff7f ALSA: firewire-motu: destroy stream data surely at failure of card initialization
   59d000610dc3 ALSA: firewire: fix NULL pointer dereference when releasing uninitialized data of iso-resource
   2f45c61ba400 ALSA: hda - Add stereo mic quirk for Lenovo G50-70 (17aa:3978)
   ba6b08b62f0c ALSA: core: Fix unexpected error at replacing user TLV
   1157dcda136a ALSA: usb-audio: Add delay quirk for H650e/Jabra 550a USB headsets
   2f76f62aef90 KVM: x86: block guest protection keys unless the host has them enabled
   3c498d4bde88 KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.state
   d0e52c825f00 KVM: x86: simplify handling of PKRU
   6dc06cd600d0 KVM: s390: sthyi: fix specification exception detection
   e516834ae81b KVM: s390: sthyi: fix sthyi inline assembly
   ddae9e6ec5d5 Input: ALPS - fix two-finger scroll breakage in right side on ALPS touchpad
   8dcee8e81a0e Input: elan_i2c - add ELAN0602 ACPI ID to support Lenovo Yoga310
   38c36f9d1fca Input: trackpoint - add new trackpoint firmware ID
   c9c682f3f029 bpf/verifier: fix min/max handling in BPF_SUB
   eb6cf01cd6b7 bpf: fix mixed signed/unsigned derived min/max value bounds
   659ee9687a11 bpf, verifier: add additional patterns to evaluate_reg_imm_alu
   d8a4ae09809a net_sched: fix order of queue length updates in qdisc_replace()
   09e1d36d0289 net: sched: fix NULL pointer dereference when action calls some targets
   f4e4a2969919 irda: do not leak initialized list.dev to userspace
   754df4da61d1 net/mlx4_core: Enable 4K UAR if SRIOV module parameter is not enabled
   2d093adfb109 tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
   7bbc60d9c916 ipv6: repair fib6 tree in failure case
   368129fe14f6 ipv6: reset fn->rr_ptr when replacing route
   c549de482f89 tipc: fix use-after-free
   62b3580fc3f0 sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
   dda844773c47 tun: handle register_netdevice() failures properly
   3c3181e17b35 nfp: fix infinite loop on umapping cleanup
   9c579acf6522 ipv4: better IP_MAX_MTU enforcement
   12ee6d75d6a1 ptr_ring: use kmalloc_array()
   cb445bfc1041 openvswitch: fix skb_panic due to the incorrect actions attrlen
   c6fc7b9892a5 net: igmp: Use ingress interface rather than vrf device
   921739a95d4f bpf: fix bpf_trace_printk on 32 bit archs
   99f635d1e70d net_sched: remove warning from qdisc_hash_add
   cf665a603368 net_sched/sfq: update hierarchical backlog when drop packet
   163db2c61aa1 ipv4: fix NULL dereference in free_fib_info_rcu()
   f1d055463980 dccp: defer ccid_hc_tx_delete() at dismantle time
   a8de69b93e86 dccp: purge write queue in dccp_destroy_sock()
   94fd355614e3 af_key: do not use GFP_KERNEL in atomic contexts
   729420142979 bonding: ratelimit failed speed/duplex update warning
   b39ae1c8bdc4 bonding: require speed/duplex only for 802.3ad, alb and tlb
   16caf8dff7ee sparc64: remove unnecessary log message
   e0e7ae96b723 Linux 4.12.9
   3f40666fff96 usb: qmi_wwan: add D-Link DWM-222 device ID
   e2322bcce288 usb: optimize acpi companion search for usb port devices
   6632ae821b59 debug: Fix WARN_ON_ONCE() for modules
   c170b7930db3 pids: make task_tgid_nr_ns() safe
   e950adf8983f Sanitize 'move_pages()' permission checks
   7cbc3a8aaaa3 kernel/watchdog: Prevent false positives with turbo modes
   ee7025fef78c genirq/ipi: Fixup checks against nr_cpu_ids
   8eee5da54afe genirq: Restore trigger settings in irq_modify_status()
   399193e8ef2d irqchip/atmel-aic: Fix unbalanced refcount in aic_common_rtc_irq_fixup()
   2eceab663b9d irqchip/atmel-aic: Fix unbalanced of_node_put() in aic_common_irq_fixup()
   c4ab73ef2cfc x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checks
   932769e10de9 x86: Fix norandmaps/ADDR_NO_RANDOMIZE
   c588e0cb269d x86/asm/64: Clear AC on NMI entries
   44e9d5afcec3 perf/x86: Fix RDPMC vs. mm_struct tracking
   33f1d0c79b04 xen-blkfront: use a right index when checking requests
   bd876f33dbeb powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VEC
   a77b5b81ad59 blk-mq-pci: add a fallback when pci_irq_get_affinity returns NULL
   e88bdec3ff7c ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe reset
   c1cee6062ac9 xen: fix bio vec merging
   aab425db4279 mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changes
   8ac8e1d2a254 mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEM
   6b2676ed32ba mm/mempolicy: fix use after free when calling get_mempolicy
   8b53b7560a8b mm/cma_debug.c: fix stack corruption due to sprintf usage
   76e8fe02bf50 mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUS
   889a17078f25 slub: fix per memcg cache leak on css offline
   4d45f00b927c mm: discard memblock data later
   c24138794d14 ALSA: usb-audio: add DSD support for new Amanero PID
   c482b084491b ALSA: usb-audio: Add mute TLV for playback volumes on C-Media devices
   b33fcbb01b3a ALSA: usb-audio: Apply sample rate quirk to Sennheiser headset
   8f05296965d8 ALSA: seq: 2nd attempt at fixing race creating a queue
   6a280cd12306 MD: not clear ->safemode for external metadata array
   7987c4066cbb md: always clear ->safemode when md_check_recovery gets the mddev lock.
   febaf83252f2 md: fix test in md_write_start()
   5f46f337bdeb Input: elan_i2c - Add antoher Lenovo ACPI ID for upcoming Lenovo NB
   04d0645d62a5 Input: elan_i2c - add ELAN0608 to the ACPI table
   b5e042f90f1f drm/amdgpu: save list length when fence is signaled
   2149506faff1 drm/i915: Perform an invalidate prior to executing golden renderstate
   aac1a12cc700 crypto: x86/sha1 - Fix reads beyond the number of blocks passed
   f1615538cd1c crypto: ixp4xx - Fix error handling path in 'aead_perform()'
   0a76684da5c2 parisc: pci memory bar assignment fails with 64bit kernels on dino/cujo
   dfaf892df105 audit: Fix use after free in audit_remove_watch_rule()
   a0fb6543b40f Linux 4.12.8
   1d4efdd222c4 powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
   d40a54500008 MIPS: Octeon: Fix broken EDAC driver.
   bc60edb6aa3f Revert "MIPS: Don't unnecessarily include kmalloc.h into <asm/cache.h>."
   0a5a16f6cefd MIPS: DEC: Fix an int-handler.S CPU_DADDI_WORKAROUNDS regression
   888986477133 pinctrl: meson-gxl: Add missing GPIODV_18 pin entry
   d7b28b4cae66 pinctrl: meson-gxbb: Add missing GPIODV_18 pin entry
   155407bbf9f2 pinctrl: samsung: Remove bogus irq_[un]mask from resource management
   21d22dffc344 pinctrl: uniphier: fix WARN_ON() of pingroups dump on LD20
   338ac5dd59b9 pinctrl: uniphier: fix WARN_ON() of pingroups dump on LD11
   be9f65893e3b pinctrl: intel: merrifield: Correct UART pin lists
   5fa72b4b746a pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver
   c75a48eed01f pinctrl: cherryview: Add Setzer models to the Chromebook DMI quirk
   cc7f330bed71 pnfs/blocklayout: require 64-bit sector_t
   e8a1edad18fa iio: adc: vf610_adc: Fix VALT selection value for REFSEL bits
   0e1f0eaed6c2 xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issue
   ea9647cf87f5 PCI: Add pci_reset_function_locked()
   c71305e6854d PCI: Remove __pci_dev_reset() and pci_dev_reset()
   31e71939a4dd PCI: Protect pci_error_handlers->reset_notify() usage with device_lock()
   b23ef7b8dd7e usb:xhci:Add quirk for Certain failing HP keyboard on reset after resume
   73e7a2dca9cc usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet Adapter
   488f4d8048e2 usb: core: unlink urbs from the tail of the endpoint's urb_list
   7ff799af2c21 USB: Check for dropped connection before switching to full speed
   c45923eb9413 usb: renesas_usbhs: Fix UGCTRL2 value for R-Car Gen3
   f5324020bcef usb: gadget: udc: renesas_usb3: Fix usb_gadget_giveback_request() calling
   7926348676f5 block: Make blk_mq_delay_kick_requeue_list() rerun the queue at a quiet time
   67e1a98e3a74 firmware: avoid invalid fallback aborts by using killable wait
   b1b5c0b23a90 firmware: fix batched requests - send wake up on failure on direct lookups
   c2c32ed5e6bf firmware: fix batched requests - wake all waiters
   f0834df3d97e uas: Add US_FL_IGNORE_RESIDUE for Initio Corporation INIC-3069
   c208cb9a5596 staging: comedi: comedi_fops: do not call blocking ops when !TASK_RUNNING
   20035abc9e08 iio: adc: Revert "axp288: Drop bogus AXP288_ADC_TS_PIN_CTRL register modifications"
   c1164cc258bc iio: light: tsl2563: use correct event code
   39e07a5c112c iio: pressure: st_pressure_core: disable multiread by default for LPS22HB
   8886738d06fa iio: accel: bmc150: Always restore device to normal mode after suspend-resume
   3fdd0854800e iio: accel: st_accel: add SPI-3wire support
   5f26ebe1afdc iio: aspeed-adc: wait for initial sequence.
   f0ab97d1aa14 staging:iio:resolver:ad2s1210 fix negative IIO_ANGL_VEL read
   9ccd63a6fdbd USB: hcd: Mark secondary HCD as dead if the primary one died
   792c00cb2377 usb: musb: fix tx fifo flush handling again
   ab51515ece30 USB: serial: pl2303: add new ATEN device id
   492eb6125c83 USB: serial: cp210x: add support for Qivicon USB ZigBee dongle
   b576de1e12c9 USB: serial: option: add D-Link DWM-222 device ID
   59f1322cc1e5 drm/i915: Fix out-of-bounds array access in bdw_load_gamma_lut
   4eedc8a7f03b drm/etnaviv: Fix off-by-one error in reloc checking
   8f0f15cc167d drm/bridge: tc358767: fix probe without attached output node
   1cc5cd5b97b5 nfs/flexfiles: fix leak of nfs4_ff_ds_version arrays
   8d189f60407f mmc: mmc: correct the logic for setting HS400ES signal voltage
   3329fe0e05f8 nand: fix wrong default oob layout for small pages using soft ecc
   1f2f0f1a75bd i2c: designware: Some broken DSTDs use 1MiHz instead of 1MHz
   cfea0422a154 fuse: initialize the flock flag in fuse_file on allocation
   59c74236092d target: Fix node_acl demo-mode + uncached dynamic shutdown regression
   7b0d44e25fdb usb-storage: fix deadlock involving host lock and scsi_done
   428048128bf0 iscsi-target: Fix iscsi_np reset hung task during parallel delete
   f838bd1752be iscsi-target: fix memory leak in iscsit_setup_text_cmd()
   a0e1953e0310 mtd: nand: Declare tBERS, tR and tPROG as u64 to avoid integer overflow
   867c07788e97 mtd: nand: Fix timing setup for NANDs that do not support SET FEATURES
   a34d48d5ca47 mtd: nand: atmel: Fix DT backward compatibility in pmecc.c
   0eda7e0bf238 pinctrl: armada-37xx: Fix number of pin in south bridge
   8452494828f7 xfs: Fix leak of discard bio
   0af6995672cb xtensa: don't limit csum_partial export by CONFIG_NET
   094849d602a0 xtensa: mm/cache: add missing EXPORT_SYMBOLs
   5e96389b3adc xtensa: fix cache aliasing handling code for WT cache
   5c1d458de22b futex: Remove unnecessary warning from get_futex_key
   5f064f8a0d4b mm: fix list corruptions on shmem shrinklist
   10df347170c3 mm: ratelimit PFNs busy info message

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb   |  6 +++---
 meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb |  6 +++---
 meta/recipes-kernel/linux/linux-yocto_4.12.bb      | 20 ++++++++++----------
 3 files changed, 16 insertions(+), 16 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 ffaa26d3d3b3..37ccc727fc0c 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
@@ -11,13 +11,13 @@ python () {
         raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
 }
 
-SRCREV_machine ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
-SRCREV_meta ?= "09bc15990cc56fefe4111b8c64530cf0c4755817"
+SRCREV_machine ?= "b5c8cfda2dfe296410d51e131289fb09c69e1e7d"
+SRCREV_meta ?= "42965d664ffcac13ff4dffddcd4959ab08f19508"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}"
 
-LINUX_VERSION ?= "4.12.7"
+LINUX_VERSION ?= "4.12.10"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
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 56cd8ed29fe4..a9db5ae18753 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
@@ -4,13 +4,13 @@ KCONFIG_MODE = "--allnoconfig"
 
 require recipes-kernel/linux/linux-yocto.inc
 
-LINUX_VERSION ?= "4.12.7"
+LINUX_VERSION ?= "4.12.10"
 
 KMETA = "kernel-meta"
 KCONF_BSP_AUDIT_LEVEL = "2"
 
-SRCREV_machine ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
-SRCREV_meta ?= "09bc15990cc56fefe4111b8c64530cf0c4755817"
+SRCREV_machine ?= "b5c8cfda2dfe296410d51e131289fb09c69e1e7d"
+SRCREV_meta ?= "42965d664ffcac13ff4dffddcd4959ab08f19508"
 
 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 6f806c2bec4c..026d72e1f7a0 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
@@ -11,20 +11,20 @@ KBRANCH_qemux86  ?= "standard/base"
 KBRANCH_qemux86-64 ?= "standard/base"
 KBRANCH_qemumips64 ?= "standard/mti-malta64"
 
-SRCREV_machine_qemuarm ?= "a5227887cfadd94068717e8166879bf88d00ef73"
-SRCREV_machine_qemuarm64 ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
-SRCREV_machine_qemumips ?= "a6983bac4e93ba7e892f666ad8c58b32c2d10945"
-SRCREV_machine_qemuppc ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
-SRCREV_machine_qemux86 ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
-SRCREV_machine_qemux86-64 ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
-SRCREV_machine_qemumips64 ?= "b344c1888b03e40683ba109bb45b44e9cf4d1eb4"
-SRCREV_machine ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
-SRCREV_meta ?= "09bc15990cc56fefe4111b8c64530cf0c4755817"
+SRCREV_machine_qemuarm ?= "fd1626821467303bd084dc28d41f9093d60c3f31"
+SRCREV_machine_qemuarm64 ?= "b5c8cfda2dfe296410d51e131289fb09c69e1e7d"
+SRCREV_machine_qemumips ?= "0d351d8eb3feeb121e859cb77c16dd0f46007a15"
+SRCREV_machine_qemuppc ?= "b5c8cfda2dfe296410d51e131289fb09c69e1e7d"
+SRCREV_machine_qemux86 ?= "b5c8cfda2dfe296410d51e131289fb09c69e1e7d"
+SRCREV_machine_qemux86-64 ?= "b5c8cfda2dfe296410d51e131289fb09c69e1e7d"
+SRCREV_machine_qemumips64 ?= "ec95c3aebd1d653a409e844779d2a34666627f59"
+SRCREV_machine ?= "b5c8cfda2dfe296410d51e131289fb09c69e1e7d"
+SRCREV_meta ?= "42965d664ffcac13ff4dffddcd4959ab08f19508"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}"
 
-LINUX_VERSION ?= "4.12.7"
+LINUX_VERSION ?= "4.12.10"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
-- 
2.5.0



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

* [PATCH 6/7] linux-yocto/4.9: update to v4.9.46
  2017-08-31 19:30 [PATCH 0/7] kernel-yocto: conslidated pull request Bruce Ashfield
                   ` (4 preceding siblings ...)
  2017-08-31 19:31 ` [PATCH 5/7] linux-yocto/4.12: update to v4.12.10 Bruce Ashfield
@ 2017-08-31 19:31 ` Bruce Ashfield
  2017-08-31 19:31 ` [PATCH 7/7] linux-yocto/4.4: update to v4.4.85 Bruce Ashfield
  2017-09-01 16:08 ` [PATCH 0/7] kernel-yocto: conslidated pull request Richard Purdie
  7 siblings, 0 replies; 19+ messages in thread
From: Bruce Ashfield @ 2017-08-31 19:31 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Integrating the korg -stable releases with the following commit summary:

   0eed54bdbd1b Linux 4.9.46
   5aa523a994d1 powerpc/mm: Ensure cpumask update is ordered
   5906715b93da ACPI: EC: Fix regression related to wrong ECDT initialization order
   3bc8e4f96fe9 ACPI / APEI: Add missing synchronize_rcu() on NOTIFY_SCI removal
   454cac5d0891 ACPI: ioapic: Clear on-stack resource before using it
   c1628774f0c8 ntb: transport shouldn't disable link due to bogus values in SPADs
   4d4f35473d8f ntb: ntb_test: ensure the link is up before trying to configure the mws
   7592db555524 ntb: no sleep in ntb_async_tx_submit
   bff04a462da3 NTB: ntb_test: fix bug printing ntb_perf results
   471954c313c5 ntb_transport: fix bug calculating num_qps_mw
   4743d1b37a38 ntb_transport: fix qp count bug
   b8fce38266db Clarify (and fix) MAX_LFS_FILESIZE macros
   ab4be3a64d06 staging: rtl8188eu: add RNX-N150NUB support
   23caaf2f216c iio: hid-sensor-trigger: Fix the race with user space powering up sensors
   b150ee066af7 iio: imu: adis16480: Fix acceleration scale factor for adis16480
   cbd854d99354 ANDROID: binder: fix proc->tsk check.
   8fb0b0ce288d binder: Use wake up hint for synchronous transactions.
   51050750181c binder: use group leader instead of open thread
   eda70a559187 Revert "android: binder: Sanity check at binder ioctl"
   242cea2d666f Bluetooth: bnep: fix possible might sleep error in bnep_session
   ffb7640acbc3 Bluetooth: cmtp: fix possible might sleep error in cmtp_session
   1b5fcb3b25f7 Bluetooth: hidp: fix possible might sleep error in hidp_session_thread
   5f81b1f51b9c netfilter: nat: fix src map lookup
   090911a22c7b Revert "leds: handle suspend/resume in heartbeat trigger"
   d4c5c26c5f09 net: sunrpc: svcsock: fix NULL-pointer exception
   3559de45c99a x86/mm: Fix use-after-free of ldt_struct
   70b3fd5ce2ce timers: Fix excessive granularity of new timers after a nohz idle
   3df3b2efc065 perf/x86/intel/rapl: Make package handling more robust
   bac83e5ce85e perf probe: Fix --funcs to show correct symbols for offline module
   bde6608dd638 perf/core: Fix group {cpu,task} validation
   741397d16a3d ftrace: Check for null ret_stack on profile function graph entry function
   fd8235e721ef nfsd: Limit end of page list when decoding NFSv4 WRITE
   5ed70f7db9af cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()
   8b053290ee20 cifs: Fix df output for users with quota limits
   1fdee09116db kbuild: linker script do not match C names unless LD_DEAD_CODE_DATA_ELIMINATION is configured
   8838cd5c543f tracing: Fix freeing of filter in create_filter() when set_str is false
   2818a7659f0a tracing: Fix kmemleak in tracing_map_array_free()
   3170d9abc5d0 tracing: Call clear_boot_tracer() at lateinit_sync
   46cd0a3b93a5 drm: rcar-du: Fix H/V sync signal polarity configuration
   1fb8ff8b92bd drm: rcar-du: Fix display timing controller parameter
   35fd2b840b6c drm: rcar-du: Fix crash in encoder failure error path
   eed96e759533 drm/atomic: If the atomic check fails, return its value first
   ce66f629ad82 drm: Release driver tracking before making the object available again
   9d263321d7a2 mm/memblock.c: reversed logic in memblock_discard()
   b65b6ac52e0f fork: fix incorrect fput of ->exe_file causing use-after-free
   0f49b0519f11 mm/madvise.c: fix freeing of locked page with MADV_FREE
   036c100b58f7 i2c: designware: Fix system suspend
   5d8b3cc24688 mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabled
   8d362cb3bfbb ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addresses
   6cba07468521 ALSA: firewire: fix NULL pointer dereference when releasing uninitialized data of iso-resource
   b52bce93db99 ALSA: hda - Add stereo mic quirk for Lenovo G50-70 (17aa:3978)
   8989c70d30b6 ALSA: core: Fix unexpected error at replacing user TLV
   9767a4567831 ALSA: usb-audio: Add delay quirk for H650e/Jabra 550a USB headsets
   275f3033ccf6 KVM: x86: block guest protection keys unless the host has them enabled
   cfb917a17d3d KVM: s390: sthyi: fix specification exception detection
   a745333fa924 KVM: s390: sthyi: fix sthyi inline assembly
   963068b1ff1c Input: ALPS - fix two-finger scroll breakage in right side on ALPS touchpad
   9ab605d2bb6f Input: elan_i2c - add ELAN0602 ACPI ID to support Lenovo Yoga310
   a00a9cd7daf9 Input: trackpoint - add new trackpoint firmware ID
   655da3da9bb3 bpf/verifier: fix min/max handling in BPF_SUB
   bf5b91b782e8 bpf: fix mixed signed/unsigned derived min/max value bounds
   8d674bee8f66 bpf, verifier: fix alu ops against map_value{, _adj} register types
   577aa83b2896 bpf: adjust verifier heuristics
   e37bdeee95a4 bpf, verifier: add additional patterns to evaluate_reg_imm_alu
   7fa2fdf9f19e net_sched: fix order of queue length updates in qdisc_replace()
   3e00bf91fefc net: sched: fix NULL pointer dereference when action calls some targets
   f3f5bf2755c7 irda: do not leak initialized list.dev to userspace
   19f433a9ce9d net/mlx4_core: Enable 4K UAR if SRIOV module parameter is not enabled
   aadbe1fe91e7 tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
   1c18f9367520 ipv6: repair fib6 tree in failure case
   62e9a28baa28 ipv6: reset fn->rr_ptr when replacing route
   7ad5fb9594ee tipc: fix use-after-free
   0f5ecc79194d sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
   57406e737322 nfp: fix infinite loop on umapping cleanup
   f29c9f46af4a ipv4: better IP_MAX_MTU enforcement
   59af5b87695d ptr_ring: use kmalloc_array()
   3c7af814def8 openvswitch: fix skb_panic due to the incorrect actions attrlen
   d6a6b6b4c3ba bpf: fix bpf_trace_printk on 32 bit archs
   792c0707bd3f net_sched: remove warning from qdisc_hash_add
   38530f6e6dae net_sched/sfq: update hierarchical backlog when drop packet
   71501d9b6190 ipv4: fix NULL dereference in free_fib_info_rcu()
   236b0d939b05 dccp: defer ccid_hc_tx_delete() at dismantle time
   b31cbe2c3916 dccp: purge write queue in dccp_destroy_sock()
   2e3f17f81029 af_key: do not use GFP_KERNEL in atomic contexts
   d0526eef0bf7 sparc64: remove unnecessary log message
   4b904b22bc90 Linux 4.9.45
   083d423b1f8a usb: qmi_wwan: add D-Link DWM-222 device ID
   edfe57b2f44a usb: optimize acpi companion search for usb port devices
   322cd3262365 pids: make task_tgid_nr_ns() safe
   61332dc598c3 Sanitize 'move_pages()' permission checks
   f9497d51259f genirq/ipi: Fixup checks against nr_cpu_ids
   762ac49ccece genirq: Restore trigger settings in irq_modify_status()
   4691f1ca6fad irqchip/atmel-aic: Fix unbalanced refcount in aic_common_rtc_irq_fixup()
   665d2009a4af irqchip/atmel-aic: Fix unbalanced of_node_put() in aic_common_irq_fixup()
   10d5bf2f6928 x86/asm/64: Clear AC on NMI entries
   1581d704e97d xen-blkfront: use a right index when checking requests
   7672f1186047 powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VEC
   d8c20af00858 blk-mq-pci: add a fallback when pci_irq_get_affinity returns NULL
   6c7f3756d072 xen: fix bio vec merging
   1f2347a095ce mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changes
   91105f2c621e mm/mempolicy: fix use after free when calling get_mempolicy
   59ee25d09fd5 mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUS
   87395eeb28e5 mm: discard memblock data later
   d3e6e5956687 ALSA: usb-audio: Add mute TLV for playback volumes on C-Media devices
   f39f086d541f ALSA: usb-audio: Apply sample rate quirk to Sennheiser headset
   bafb25c5050c ALSA: seq: 2nd attempt at fixing race creating a queue
   3f7292106d0b Input: elan_i2c - Add antoher Lenovo ACPI ID for upcoming Lenovo NB
   5dd141e0e985 Input: elan_i2c - add ELAN0608 to the ACPI table
   c3e8a12e701c crypto: x86/sha1 - Fix reads beyond the number of blocks passed
   24e7f540245d crypto: ixp4xx - Fix error handling path in 'aead_perform()'
   93f5a0318aae parisc: pci memory bar assignment fails with 64bit kernels on dino/cujo
   adcfbb2d9e38 audit: Fix use after free in audit_remove_watch_rule()
   5170d210efe4 netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregister
   a97a16f18c48 Linux 4.9.44
   eea1ec08f8a5 MIPS: DEC: Fix an int-handler.S CPU_DADDI_WORKAROUNDS regression
   5e5a51045532 pinctrl: meson-gxbb: Add missing GPIODV_18 pin entry
   8cbc0b49ca8d pinctrl: samsung: Remove bogus irq_[un]mask from resource management
   8495ab6ef94a pinctrl: uniphier: fix WARN_ON() of pingroups dump on LD20
   f642d29c2388 pinctrl: uniphier: fix WARN_ON() of pingroups dump on LD11
   877fe62863d0 pinctrl: intel: merrifield: Correct UART pin lists
   7b6fff65ecf9 pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver
   a68978bb949a pnfs/blocklayout: require 64-bit sector_t
   eda1b3d42fad iio: adc: vf610_adc: Fix VALT selection value for REFSEL bits
   4cae4a23d9a4 usb:xhci:Add quirk for Certain failing HP keyboard on reset after resume
   f4bbed570aef usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet Adapter
   42d65cc89a23 usb: core: unlink urbs from the tail of the endpoint's urb_list
   7c2beb1c4432 USB: Check for dropped connection before switching to full speed
   7f737f10c1ee usb: renesas_usbhs: Fix UGCTRL2 value for R-Car Gen3
   2db03a7fa0dd usb: gadget: udc: renesas_usb3: Fix usb_gadget_giveback_request() calling
   a09ecc9345b6 uas: Add US_FL_IGNORE_RESIDUE for Initio Corporation INIC-3069
   b189f8eb2715 staging: comedi: comedi_fops: do not call blocking ops when !TASK_RUNNING
   bbae08213e6e iio: light: tsl2563: use correct event code
   1ca3869234d3 iio: accel: bmc150: Always restore device to normal mode after suspend-resume
   c5347390e57a staging:iio:resolver:ad2s1210 fix negative IIO_ANGL_VEL read
   199a3f26e9d8 USB: hcd: Mark secondary HCD as dead if the primary one died
   821ccbe2937e usb: musb: fix tx fifo flush handling again
   4fd8c366acac USB: serial: pl2303: add new ATEN device id
   566516401501 USB: serial: cp210x: add support for Qivicon USB ZigBee dongle
   e27f58cd130b USB: serial: option: add D-Link DWM-222 device ID
   2b3bf207b2a2 drm/i915: Fix out-of-bounds array access in bdw_load_gamma_lut
   4381e2c30008 drm/etnaviv: Fix off-by-one error in reloc checking
   00f3c2a253f7 nfs/flexfiles: fix leak of nfs4_ff_ds_version arrays
   0a205d8145c2 mmc: mmc: correct the logic for setting HS400ES signal voltage
   160c365b5879 nand: fix wrong default oob layout for small pages using soft ecc
   227559e6233c fuse: initialize the flock flag in fuse_file on allocation
   1da30c23b63b target: Fix node_acl demo-mode + uncached dynamic shutdown regression
   b51a71635576 iscsi-target: Fix iscsi_np reset hung task during parallel delete
   e6a0599b7464 iscsi-target: fix memory leak in iscsit_setup_text_cmd()
   ced271b814e4 mtd: nand: Fix timing setup for NANDs that do not support SET FEATURES
   a311810903c7 xtensa: don't limit csum_partial export by CONFIG_NET
   a3ab0f069f46 xtensa: mm/cache: add missing EXPORT_SYMBOLs
   03973c57e1a2 xtensa: fix cache aliasing handling code for WT cache
   0041042de554 futex: Remove unnecessary warning from get_futex_key
   e2286916ac07 mm: fix list corruptions on shmem shrinklist
   b56cd77c1205 mm: ratelimit PFNs busy info message
   6da35f43acde Linux 4.9.43
   1166e3e03342 Revert "ARM: dts: sun8i: Support DTB build for NanoPi M1"
   3f0075cdbdd8 KVM: arm/arm64: Handle hva aging while destroying the vm
   6309eb77d823 sparc64: Prevent perf from running during super critical sections
   33dc6a6a85f1 udp: consistently apply ufo or fragmentation
   4688f042599f revert "ipv4: Should use consistent conditional judgement for ip fragment in __ip_append_data and ip_finish_output"
   53eed8aadc58 revert "net: account for current skb length when deciding about UFO"
   e58413550613 packet: fix tp_reserve race in packet_set_ring
   f628c9df047b igmp: Fix regression caused by igmp sysctl namespace code.
   69ffc9644ffe net: avoid skb_warn_bad_offload false positives on UFO
   87fdcfe21195 tcp: fastopen: tcp_connect() must refresh the route
   e392e305af01 net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target
   35d90144e2ce net/mlx4_en: don't set CHECKSUM_COMPLETE on SCTP packets
   1b582a2c366d bpf, s390: fix jit branch offset related to ldimm64
   05046af36302 net: fix keepalive code vs TCP_FASTOPEN_CONNECT
   3914a7eccbc7 tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states
   6ec6ec3bbb87 ppp: fix xmit recursion detection on ppp channels
   3b25bfc11cf9 ppp: Fix false xmit recursion detect with two ppp devices
   4c666b0d9070 Linux 4.9.42
   f9636c9bdd58 workqueue: implicit ordered attribute should be overridable
   c3c94716855a net: phy: Fix PHY unbind crash
   ef09c9ff3431 net: account for current skb length when deciding about UFO
   f102bb7164c9 ipv4: Should use consistent conditional judgement for ip fragment in __ip_append_data and ip_finish_output
   a69f0d54fdc9 net/mlx5: E-Switch, Re-enable RoCE on mode change only after FDB destroy
   22cccef1fc70 mm: don't dereference struct page fields of invalid pages
   916a05b90d83 signal: protect SIGNAL_UNKILLABLE from unintentional clearing.
   d12824c897a2 lib/Kconfig.debug: fix frv build failure
   c736011052cf mm, slab: make sure that KMALLOC_MAX_SIZE will fit into MAX_ORDER
   bebbe845cb50 ARM: 8632/1: ftrace: fix syscall name matching
   e6d53f5f8c03 virtio_blk: fix panic in initialization error path
   952d07ac1e6e nbd: blk_mq_init_queue returns an error code on failure, not NULL
   44d52834efb3 iw_cxgb4: do not send RX_DATA_ACK CPLs after close/abort
   984922f2c897 ARM: dts: sunxi: Change node name for pwrseq pin on Olinuxino-lime2-emmc
   1e9e71782f34 ARM: dts: sun8i: Support DTB build for NanoPi M1
   61cf0afe12eb drm/virtio: fix framebuffer sparse warning
   2a60965a0ef7 scsi: qla2xxx: Get mutex lock before checking optrom_state
   99eb27d6182d clk/samsung: exynos542x: mark some clocks as critical
   ee96797b78ca ipv4: make tcp_notsent_lowat sysctl knob behave as true unsigned int
   0bbbbaef6aa0 phy state machine: failsafe leave invalid RUNNING state
   9acfb313849e netfilter: use fwmark_reflect in nf_send_reset
   2e2a390b7f67 ASoC: rt5645: set sel_i2s_pre_div1 to 2
   c77512d67102 spi: spi-axi: Free resources on error path
   f897e9ae07c4 x86/boot: Add missing declaration of string functions
   1042bd47ddfb tg3: Fix race condition in tg3_get_stats64().
   5f7eeee7940e net: phy: dp83867: fix irq generation
   bfe384ed452a sh_eth: R8A7740 supports packet shecksumming
   2d4fef7f4102 sh_eth: fix EESIPR values for SH77{34|63}
   b87145215abe wext: handle NULL extra data in iwe_stream_add_point better
   b9d68cdce72d sparc64: Fix exception handling in UltraSPARC-III memcpy.
   bfafa56e6c67 sparc64: Measure receiver forward progress to avoid send mondo timeout
   816843a257c7 xen-netback: correctly schedule rate-limited queues
   38e71eabb8f7 net: phy: Correctly process PHY_HALTED in phy_stop_machine()
   33e25b2168dd net/mlx5e: Schedule overflow check work to mlx5e workqueue
   862ade9a4383 net/mlx5e: Fix wrong delay calculation for overflow check scheduling
   d7049799668a net/mlx5e: Fix outer_header_zero() check size
   d19d0ac684e5 net/mlx5: Fix command bad flow on command entry allocation failure
   fca84d617f77 net/mlx5: Consider tx_enabled in all modes on remap
   df32d08293ea sctp: fix the check for _sctp_walk_params and _sctp_walk_errors
   cc6f1486f2cb sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()
   bb21d2e75378 dccp: fix a memleak for dccp_feat_init err process
   4d938b6fcb90 dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properly
   9ffa6727f571 dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properly
   c0c8688f0deb net: ethernet: nb8800: Handle all 4 RGMII modes identically
   23a91c8ab682 ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()
   47f3bf6e3116 packet: fix use-after-free in prb_retire_rx_blk_timer_expired()
   d53ff3816d94 openvswitch: fix potential out of bound access in parse_ct
   59e76ed17981 mcs7780: Fix initialization when CONFIG_VMAP_STACK is enabled
   cda2bc91baf7 rtnetlink: allocate more memory for dev_set_mac_address()
   0c47f11bc4a5 ipv4: initialize fib_trie prior to register_netdev_notifier call.
   5a2d511a95cc net: dsa: b53: Add missing ARL entries for BCM53125
   4a2ffe1707e3 ipv6: avoid overflow of offset in ip6_find_1stfragopt
   0b83249a57ad net: Zero terminate ifr_name in dev_ifname().
   a62bc8d336e3 ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()
   0cd73c42b7a2 tcp_bbr: init pacing rate on first RTT sample
   2e6b237dc03b tcp_bbr: remove sk_pacing_rate=0 transient during init
   0c0ede36b9e0 tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helper
   ec789686d79b tcp_bbr: introduce bbr_bw_to_pacing_rate() helper
   73520d3814b6 tcp_bbr: cut pacing rate only if filled pipe
   12d17d78e3f7 saa7164: fix double fetch PCIe access condition
   3a63729427ac Btrfs: fix early ENOSPC due to delalloc
   0f442c5b2e4a f2fs: sanity check checkpoint segno and blkoff
   c14e327bee70 media: lirc: LIRC_GET_REC_RESOLUTION should return microseconds
   e92add299fee mmc: core: Use device_property_read instead of of_property_read
   baf4ad0e5162 mmc: dw_mmc: Use device_property_read instead of of_property_read
   bdabf097f05b iscsi-target: Fix initial login PDU asynchronous socket close OOPs
   733d7ab6c5bc media: platform: davinci: return -EINVAL for VPFE_CMD_S_CCDC_RAW_PARAMS ioctl
   4f3544816937 ARM: dts: tango4: Request RGMII RX and TX clock delays
   ff603e017bee ARM: dts: armada-38x: Fix irq type for pca955
   12353a00df25 ext4: fix overflow caused by missing cast in ext4_resize_fs()
   0814c3a9447b ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize
   b680e22fca76 gpiolib: skip unwanted events, don't convert them to opposite edge
   be5c6efc996e iommu/amd: Enable ga_log_intr when enabling guest_mode
   03ebdd1eb95a powerpc/64: Fix __check_irq_replay missing decrementer interrupt
   8164692a2f66 powerpc/tm: Fix saving of TM SPRs in core dump
   9ef8b23b94b9 timers: Fix overflow in get_next_timer_interrupt
   7b95b7456362 mm/page_alloc: Remove kernel address exposure in free_reserved_area()
   0c609d3e1fbd KVM: async_pf: make rcu irq exit if not triggered from idle task
   650c763ea5ea ASoC: do not close shared backend dailink
   69f15fff03e8 drm/amdgpu: Fix undue fallthroughs in golden registers initialization
   c531a24057ac ALSA: hda - Fix speaker output from VAIO VPCL14M1R
   45a636ec1849 cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()
   5a1eef71aa2a mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving stale TLB entries
   943281eb4ecf mmc: core: Fix access to HS400-ES devices
   1f32e67adac4 device property: Make dev_fwnode() public
   347be00b56f7 mmc: sdhci-of-at91: force card detect value for non removable devices
   f7d3e54fb40c NFSv4: Fix EXCHANGE_ID corrupt verifier issue
   f5214eb4baf8 brcmfmac: fix memleak due to calling brcmf_sdiod_sgtable_alloc() twice
   de8c33290f1c iwlwifi: dvm: prevent an out of bounds access
   61a0adbfaad7 workqueue: restore WQ_UNBOUND/max_active==1 to be ordered
   804b1a9f0aea libata: array underflow in ata_find_dev()
   445ee6cdd91e cgroup: fix error return value from cgroup_subtree_control()
   4a99eac8d2b3 cgroup: create dfl_root files on subsys registration
   5d23e4f3a333 parisc: Handle vma's whose context is not current in flush_cache_range
   db397d9c6e66 Linux 4.9.41
   007dffc661cf ASoC: dpcm: Avoid putting stream state to STOP when FE stream is paused
   27ef0283b60e ASoC: Intel: Skylake: Release FW ctx in cleanup
   23ab274ddf83 scsi: bfa: Increase requested firmware version to 3.2.5.1
   5f7040719202 scsi: snic: Return error code on memory allocation failure
   2803ea76366a scsi: fnic: Avoid sending reset to firmware when another reset is in progress
   3b6f4e292cbd HID: ignore Petzl USB headlamp
   3f0dfa11cc0d ASoC: Intel: bytcr-rt5640: fix settings in internal clock mode
   b899142ce21d perf/x86: Set pmu->module in Intel PMU modules
   efa225254a4a x86/platform/intel-mid: Rename 'spidev' to 'mrfld_spidev'
   12dac5fcf5ec ALSA: usb-audio: test EP_FLAG_RUNNING at urb completion
   301681d60003 ARCv2: IRQ: Call entry/exit functions for chained handlers in MCIP
   f10e2065ce76 sh_eth: enable RX descriptor word 0 shift on SH7734
   2909c9c2d713 ASoC: fsl_ssi: set fifo watermark to more reliable value
   2548d893a542 net: usb: asix_devices: add .reset_resume for USB PM
   a7526723b7fc nvmem: imx-ocotp: Fix wrong register size
   e95ec3582a29 arm64: mm: fix show_pte KERN_CONT fallout
   812a7df6556f vfio-pci: Handle error from pci_iomap
   a417ea5b9d22 video: fbdev: cobalt_lcdfb: Handle return NULL error from devm_ioremap
   ddc0ec3be807 perf symbols: Robustify reading of build-id from sysfs
   d8086c3bd3a5 perf tools: Install tools/lib/traceevent plugins with install-bin
   0b8656414e29 xfrm: Don't use sk_family for socket policy lookups
   ab5e7df9e064 tools lib traceevent: Fix prev/next_prio for deadline tasks
   704a6d719d4c Xen: ARM: Zero reserved fields of xatp before making hypervisor call
   f76ddff6c521 Btrfs: adjust outstanding_extents counter properly when dio write is split
   49fc90b443c7 benet: stricter vxlan offloading check in be_features_check
   673121283605 Btrfs: fix lockdep warning about log_mutex
   78418b867334 Btrfs: use down_read_nested to make lockdep silent
   92d6a813b03a usb: gadget: Fix copy/pasted error message
   a15a3d92eca8 ACPI / scan: Prefer devices without _HID/_CID for _ADR matching
   ebd4642ee412 ARM: s3c2410_defconfig: Fix invalid values for NF_CT_PROTO_*
   69f3df1fd013 perf probe: Fix to get correct modname from elf header
   3209f3f69eeb ARM64: zynqmp: Fix i2c node's compatible string
   e3603533ae63 ARM64: zynqmp: Fix W=1 dtc 1.4 warnings
   8af0937aee50 usb: dwc3: omap: fix race of pm runtime with irq handler in probe
   29e0adf8bacd dmaengine: ti-dma-crossbar: Add some 'of_node_put()' in error path.
   000224c1106c l2tp: consider '::' as wildcard address in l2tp_ip6 socket lookup
   c2804b21f2e7 dmaengine: ioatdma: workaround SKX ioatdma version
   2987ce159fb9 dmaengine: ioatdma: Add Skylake PCI Dev ID
   88a86f8dfaad openrisc: Add _text symbol to fix ksym build error
   033d5ce4ad8d irqchip/mxs: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND
   c612bba54b8c ASoC: nau8825: fix invalid configuration in Pre-Scalar of FLL
   14e5c8c61791 spi: dw: Make debugfs name unique between instances
   ed788dc6fa65 ASoC: tlv320aic3x: Mark the RESET register as volatile
   ca40b2d039dc irqchip/keystone: Fix "scheduling while atomic" on rt
   c7d0c0d84808 vfio-pci: use 32-bit comparisons for register address for gcc-4.5
   7d33b41d34f5 drm/msm: Verify that MSM_SUBMIT_BO_FLAGS are set
   50e3950d77ba drm/msm: Put back the vaddr in submit_reloc()
   e0d5bb92c07b drm/msm: Ensure that the hardware write pointer is valid
   237652fae500 net/mlx4_core: Fix raw qp flow steering rules under SRIOV
   7e150f79134e net/mlx4: Remove BUG_ON from ICM allocation routine
   a8820678afe1 net/mlx4_core: Use-after-free causes a resource leak in flow-steering detach
   aeb230318ddb ipv6: Should use consistent conditional judgement for ip6 fragment between __ip6_append_data and ip6_finish_output
   ea703cb0140b net/mlx5: Disable RoCE on the e-switch management port under switchdev mode
   a0a4dd446904 ARM: dts: n900: Mark eMMC slot with no-sdio and no-sd flags
   0ce84ef6a296 ARM: dts: am57xx-idk: Put USB2 port in peripheral mode
   2bc4d1c95784 dt-bindings: input: Specify the interrupt number of TPS65217 power button
   b1164693f770 dt-bindings: power/supply: Update TPS65217 properties
   0686a9bc42ad ARM: omap2+: fixing wrong strcat for Non-NULL terminated string
   82338e9ffba5 r8169: add support for RTL8168 series add-on card.
   34fae9c906ec x86/mce/AMD: Make the init code more robust
   a3ff46097a1d device-dax: fix sysfs duplicate warnings
   48a70be0de9e net: skb_needs_check() accepts CHECKSUM_NONE for tx
   e10f7bd6a6b8 pstore: Use dynamic spinlock initializer
   a0840275e3eb pstore: Correctly initialize spinlock and flags
   4693080316e6 pstore: Allow prz to control need for locking
   5463a3dccf10 v4l: s5c73m3: fix negation operator
   ad25f11ed216 dentry name snapshots
   d933777b1b1b ipmi/watchdog: fix watchdog timeout set on reboot
   196553666dce RDMA/uverbs: Fix the check for port number
   62b5776c8c86 sched/cgroup: Move sched_online_group() back into css_online() to fix crash
   016a638a518c mailbox: handle empty message in tx_tick
   abe9090ac07b mailbox: skip complete wait event if timer expired
   a23fba818203 mailbox: always wait in mbox_send_message for blocking Tx mode
   2f16bcd4dba9 wil6210: fix deadlock when using fw_no_recovery option
   59153e658936 ath10k: fix null deref on wmi-tlv when trying spectral scan
   7b3a66739ff0 isdn/i4l: fix buffer overflow
   b756862459d2 isdn: Fix a sleep-in-atomic bug
   6c78197e4a69 net: phy: Do not perform software reset for Generic PHY
   57154f0302cd nfc: fdp: fix NULL pointer dereference
   35bdf9a61dc9 nfc: Fix hangup of RC-S380* in port100_send_ack()
   6b3d13fe67da smp/hotplug: Replace BUG_ON and react useful
   7b4e4b18ea64 smp/hotplug: Move unparking of percpu threads to the control CPU
   755f65501f70 drm: rcar-du: Simplify and fix probe error handling
   9bf0d78bf640 Staging: comedi: comedi_fops: Avoid orphaned proc entry
   0f31691508c6 Revert "powerpc/numa: Fix percpu allocations to be NUMA aware"
   c39c3aeb2b41 KVM: PPC: Book3S HV: Save/restore host values of debug registers
   e5cd34d10459 KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exit
   ae8faca6e2e7 drm/nouveau/bar/gf100: fix access to upper half of BAR2
   34da5f74eb5c drm/nouveau/disp/nv50-: bump max chans to 21
   e41779886b90 drm/vmwgfx: Fix gcc-7.1.1 warning
   fabc7dffe9e1 md/raid5: add thread_group worker async_tx_issue_pending_all
   d745f0f67b70 KVM: PPC: Book3S HV: Enable TM before accessing TM registers
   9eb088e57edd crypto: authencesn - Fix digest_null crash
   7d2a354861e9 NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiter
   b087b8b11e52 NFS: invalidate file size when taking a lock.
   6d3d93ca2ef8 powerpc/pseries: Fix of_node_put() underflow during reconfig remove
   fa2aa76efe7d parisc: Suspend lockup detectors before system halt
   f0d23fa63243 parisc: Extend disabled preemption in copy_user_page
   afe9fc012bc1 parisc: Prevent TLB speculation on flushed pages on CPUs that only support equivalent aliases
   5f8bdd5edc82 ALSA: hda - Add missing NVIDIA GPU codec IDs to patch table
   3d955095c597 ALSA: fm801: Initialize chip after IRQ handler is registered
   3a79e1c8e709 jfs: Don't clear SGID when inheriting ACLs
   26d01aa8a110 net: reduce skb_warn_bad_offload() noise
   d97aff4f9770 pstore: Make spinlock per zone instead of global
   0f94b36de37c af_key: Add lock to key dump
   efcfbfb1d8bf Linux 4.9.40
   91af5f04cd5b alarmtimer: don't rate limit one-shot timers
   919e481152ce tracing: Fix kmemleak in instance_rmdir
   7bd804a05eb0 PM / Domains: defer dev_pm_domain_set() until genpd->attach_dev succeeds if present
   69fbb442144a reiserfs: Don't clear SGID when inheriting ACLs
   1c7e5ca092c0 spmi: Include OF based modalias in device uevent
   a18935b45e97 of: device: Export of_device_{get_modalias, uvent_modalias} to modules
   6b50bca7cdb0 acpi/nfit: Fix memory corruption/Unregister mce decoder on failure
   97de6f34b42b ovl: fix random return value on mount
   5cf84432b422 hfsplus: Don't clear SGID when inheriting ACLs
   b33da556255c mlx5: Avoid that mlx5_ib_sg_to_klms() overflows the klms[] array
   a44042519469 drm/mst: Avoid processing partially received up/down message transactions
   48376e6b71a6 drm/mst: Avoid dereferencing a NULL mstb in drm_dp_mst_handle_up_req()
   bc3bd649ebb4 drm/mst: Fix error handling during MST sideband message reception
   db2975396090 RDMA/core: Initialize port_num in qp_attr
   acccf01a807a ceph: fix race in concurrent readdir
   d42f9c7435c0 staging: lustre: ko2iblnd: check copy_from_iter/copy_to_iter return code
   85643f6f5028 staging: sm750fb: avoid conflicting vesafb
   2bc52403da8a staging: comedi: ni_mio_common: fix AO timer off-by-one regression
   964a21a1300c staging: rtl8188eu: add TL-WN722N v2 support
   a76a032300e2 Revert "perf/core: Drop kernel samples even though :u is specified"
   61415418cdba perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its target
   d5f9cd081c66 iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_done
   672145dfae84 target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesce
   fa67ac18eff4 udf: Fix deadlock between writeback and udf_setsize()
   9ebfb4fa3ab7 NFS: only invalidate dentrys that are clearly invalid.
   4dd0aa9ae6d0 sunrpc: use constant time memory comparison for mac
   dd0d6509cbf4 IB/core: Namespace is mandatory input for address resolution
   5c2717f41545 IB/iser: Fix connection teardown race condition
   5b50e0e74e2e Input: i8042 - fix crash at boot time
   6d77ac4bc514 MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error message
   3330a05c5c6e MIPS: Send SIGILL for R6 branches in `__compute_return_epc_for_insn'
   d4bd6a1df2c8 MIPS: Send SIGILL for linked branches in `__compute_return_epc_for_insn'
   99ce76144dee MIPS: Rename `sigill_r6' to `sigill_r2r6' in `__compute_return_epc_for_insn'
   86dd4aa30790 MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'
   d79354cc1bc9 MIPS: math-emu: Prevent wrong ISA mode instruction emulation
   040078ad0fe8 MIPS: Fix unaligned PC interpretation in `compute_return_epc'
   434c9f2e3b46 MIPS: Actually decode JALX in `__compute_return_epc_for_insn'
   f8c331cbc937 MIPS: Save static registers before sysmips
   a9db2f4f887c MIPS: Fix MIPS I ISA /proc/cpuinfo reporting
   c69280e9018e x86/ioapic: Pass the correct data to unmask_ioapic_irq()
   036d59f40ac9 x86/acpi: Prevent out of bound access caused by broken ACPI tables
   456a997498cb Revert "ACPI / EC: Enable event freeze mode..." to fix a regression
   b2966b109b1a ACPI / EC: Drop EC noirq hooks to fix a regression
   ec469b5e2aaf ubifs: Don't leak kernel memory to the MTD
   02131aea6bd4 MIPS: Negate error syscall return in trace
   f39f3b5d8260 MIPS: Fix mips_atomic_set() with EVA
   dd2f83263dd8 MIPS: Fix mips_atomic_set() retry condition
   198bd494cebf ftrace: Fix uninitialized variable in match_records()
   d17cc7b7a752 nvme-rdma: remove race conditions from IB signalling
   8f9dec0c2dbb vfio: New external user group/file match
   e91a55790ddf vfio: Fix group release deadlock
   fee760fc6c79 ovl: drop CAP_SYS_RESOURCE from saved mounter's credentials
   0fb615f9cad7 drm/ttm: Fix use-after-free in ttm_bo_clean_mm
   f97f9e94f666 f2fs: Don't clear SGID when inheriting ACLs
   19e117a50135 f2fs: sanity check size of nat and sit cache
   58d2eacd3b0e xfs: Don't clear SGID when inheriting ACLs
   1b9008cdae94 ipmi:ssif: Add missing unlock in error branch
   685e124ebc7f ipmi: use rcu lock around call to intf->handlers->sender()
   6e7b1eff91aa drm/radeon: Fix eDP for single-display iMac10,1 (v2)
   a844f8d2a564 drm/radeon/ci: disable mclk switching for high refresh rates (v2)
   b85007c9114a drm/amd/amdgpu: Return error if initiating read out of range on vram
   8302e9d2f50b s390/syscalls: Fix out of bounds arguments access
   1e95148551f3 Raid5 should update rdev->sectors after reshape
   4d1f97eb59a4 ext2: Don't clear SGID when inheriting ACLs
   0fa705dc61ee libnvdimm: fix badblock range handling of ARS range
   891c31e16cb7 libnvdimm, btt: fix btt_rw_page not returning errors
   e82672f45ea3 cx88: Fix regression in initial video standard setting
   4d3d3a1690c2 x86/xen: allow userspace access during hypercalls
   03c1d9d45582 md: don't use flush_signals in userspace processes
   dbc969ca944f usb: renesas_usbhs: gadget: disable all eps when the driver stops
   5433bfcc8527 usb: renesas_usbhs: fix usbhsc_resume() for !USBHSF_RUNTIME_PWCTRL
   a74779d8e172 USB: cdc-acm: add device-id for quirky printer
   8665f40a06a0 usb: storage: return on error to avoid a null pointer dereference
   8bc51b4f2a42 mxl111sf: Fix driver to use heap allocate buffers for USB messages
   24a950e16eb5 xhci: Bad Ethernet performance plugged in ASM1042A host
   01845a8347b7 xhci: Fix NULL pointer dereference when cleaning up streams for removed host
   bf0440882ea9 xhci: fix 20000ms port resume timeout
   445ea10969aa ipvs: SNAT packet replies only for NATed connections
   33780512d9fe PCI/PM: Restore the status of PCI devices across hibernation
   f257f4bf6f07 PCI: rockchip: Use normal register bank for config accessors
   13b2f9f9b8aa PCI: Work around poweroff & suspend-to-RAM issue on Macbook Pro 11
   3c17d418afb0 af_key: Fix sadb_x_ipsecrequest parsing
   3b7babc6be0a powerpc/mm/radix: Properly clear process table entry
   88481a2c40e4 powerpc/asm: Mark cr0 as clobbered in mftb()
   5e35ee249e26 powerpc: Fix emulation of mfocrf in emulate_step()
   53a282161317 powerpc: Fix emulation of mcrf in emulate_step()
   99fc5a2254ef powerpc/64: Fix atomic64_inc_not_zero() to return an int
   d638c8584462 powerpc/pseries: Fix passing of pp0 in updatepp() and updateboltedpp()
   71b1caea95a8 xen/scsiback: Fix a TMR related use-after-free
   732e3c76cf97 iscsi-target: Add login_keys_workaround attribute for non RFC initiators
   fc866b296a46 scsi: Add STARGET_CREATED_REMOVE state to scsi_target_state
   542c097f1cb6 scsi: ses: do not add a device to an enclosure if enclosure_add_links() fails.
   d2bb0af4463d PM / Domains: Fix unsafe iteration over modified list of domains
   178aa241fc07 PM / Domains: Fix unsafe iteration over modified list of domain providers
   b87a32175a22 PM / Domains: Fix unsafe iteration over modified list of device links
   4d94276155f8 ASoC: compress: Derive substream from stream based on direction
   9a81c136f486 igb: Explicitly select page 0 at initialization
   157302f97aaa btrfs: Don't clear SGID when inheriting ACLs
   754f4e05e999 wlcore: fix 64K page support
   3da27a9d9827 Bluetooth: use constant time memory comparison for secret values
   fe5cdbcdafaa perf intel-pt: Clear FUP flag on error
   94c38cd0aff2 perf intel-pt: Use FUP always when scanning for an IP
   5a16bd39c501 perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zero
   daa637832dd2 perf intel-pt: Fix last_ip usage
   dc0401375f7a perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IP
   b338b87f2277 perf intel-pt: Fix missing stack clear
   3e6837f1f414 perf intel-pt: Improve sample timestamp
   d3503ef1a614 perf intel-pt: Move decoder error setting into one condition
   244a7db0e9d5 NFC: Add sockaddr length checks before accessing sa_family in bind handlers
   4a142251a315 nfc: Fix the sockaddr length sanitization in llcp_sock_connect
   d1ac8a98f312 nfc: Ensure presence of required attributes in the activate_target handler
   06be8e2767da NFC: nfcmrvl: fix firmware-management initialisation
   10f03f0f7ef0 NFC: nfcmrvl: use nfc-device for firmware download
   4b4f74d6c4f8 NFC: nfcmrvl: do not use device-managed resources
   7de6ff402dd0 NFC: nfcmrvl_uart: add missing tty-device sanity check
   f73de3f9915c NFC: fix broken device allocation
   48879676a8c3 ath9k: fix an invalid pointer dereference in ath9k_rng_stop()
   99f96831083b ath9k: fix tx99 bus error
   b729a1aea14d ath9k: fix tx99 use after free
   7cd7b56037ae thermal: cpu_cooling: Avoid accessing potentially freed structures
   76572609e458 thermal: max77620: fix device-node reference imbalance
   60813b6a2ab4 s5p-jpeg: don't return a random width/height
   63d32e8af0dd dm mpath: cleanup -Wbool-operation warning in choose_pgpath()
   70ec6b3635d9 ir-core: fix gcc-7 warning on bool arithmetic
   78fbe21d83e3 disable new gcc-7.1.1 warnings for now
   c03917de04aa 4.9.39
   cce8d2ee4571 kvm: vmx: allow host to access guest MSR_IA32_BNDCFGS
   07592d622536 kvm: vmx: Check value written to IA32_BNDCFGS
   fab777e70ca4 kvm: x86: Guest BNDCFGS requires guest MPX support
   bf7c21535617 kvm: vmx: Do not disable intercepts for BNDCFGS
   04e002a5f681 tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate results
   cc7d3b7dd1ac PM / QoS: return -EINVAL for bogus strings
   5480437f7963 PM / wakeirq: Convert to SRCU
   758dc6a8dabc sched/topology: Fix overlapping sched_group_mask
   3e165b2322c6 sched/topology: Optimize build_group_mask()
   7c3f08eadcfd sched/topology: Fix building of overlapping sched-groups
   542ebc96c200 sched/fair, cpumask: Export for_each_cpu_wrap()
   a0a93e3e6e1e Revert "sched/core: Optimize SCHED_SMT"
   80495c708490 crypto: caam - fix signals handling
   48a9dff21398 crypto: caam - properly set IV after {en,de}crypt
   db923288f37f crypto: sha1-ssse3 - Disable avx2
   81cc2ef2677b crypto: atmel - only treat EBUSY as transient if backlog
   2ff2cc768eb7 crypto: talitos - Extend max key length for SHA384/512-HMAC and AEAD
   38dfd2e3a673 mm: fix overflow check in expand_upwards()
   1e6f1af808c1 selftests/capabilities: Fix the test_execve test
   54fcb2303ef4 mnt: Make propagate_umount less slow for overlapping mount propagation trees
   bb4fbf094b44 mnt: In propgate_umount handle visiting mounts in any order
   e260db757676 mnt: In umount propagation reparent in a separate pass
   7d976da04345 nvmem: core: fix leaks on registration errors
   ac5e9e801f47 rcu: Add memory barriers for NOCB leader wakeup
   63c634cf9547 vt: fix unchecked __put_user() in tioclinux ioctls
   445a945ad67b ARM64: dts: marvell: armada37xx: Fix timer interrupt specifiers
   f31c4f65dd09 exec: Limit arg stack to at most 75% of _STK_LIM
   fbc877cd08e5 s390: reduce ELF_ET_DYN_BASE
   90fb0f7aefc9 powerpc: move ELF_ET_DYN_BASE to 4GB / 4MB
   70779e0ebb37 arm64: move ELF_ET_DYN_BASE to 4GB / 4MB
   abb79a56898e arm: move ELF_ET_DYN_BASE to 4MB
   63c2f8f8c41b binfmt_elf: use ELF_ET_DYN_BASE only for PIE
   93eae954050d checkpatch: silence perl 5.26.0 unescaped left brace warnings
   a9aa6522a1a5 fs/dcache.c: fix spin lockup issue on nlru->lock
   a48542e8b4ec mm/list_lru.c: fix list_lru_count_node() to be race free
   8c6f19c25086 kernel/extable.c: mark core_kernel_text notrace
   d2b64687b37f thp, mm: fix crash due race in MADV_FREE handling
   68ea25f00ffe tools/lib/lockdep: Reduce MAX_LOCK_DEPTH to avoid overflowing lock_chain/: Depth
   e3d2adaaf927 parisc/mm: Ensure IRQs are off in switch_mm()
   8ed89cfc8692 parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devs
   bf1e4dc3b4fb parisc: use compat_sys_keyctl()
   008a1f270748 parisc: Report SIGSEGV instead of SIGBUS when running out of stack
   59613f80ec67 irqchip/gic-v3: Fix out-of-bound access in gic_set_affinity
   6a90f81ab639 cfg80211: Check if NAN service ID is of expected size
   7e9e9638afdf cfg80211: Check if PMKID attribute is of expected size
   e471290603ee cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIES
   b68aa7dff96e cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODE
   6ae9dd281965 sfc: don't read beyond unicast address list
   5f69bb1d18c5 brcmfmac: Fix glom_skb leak in brcmf_sdiod_recv_chain
   fd325ddd5884 brcmfmac: Fix a memory leak in error handling path in 'brcmf_cfg80211_attach'
   414848bba6ab brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()
   181dda46a314 rds: tcp: use sock_create_lite() to create the accept socket
   e6577f1ef3f8 vrf: fix bug_on triggered by rx when destroying a vrf
   0bc26d1ca38d net: ipv6: Compare lwstate in detecting duplicate nexthops
   05e165e9bc45 net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64
   beabc6032772 vxlan: fix hlist corruption
   d2c951208578 ipv6: dad: don't remove dynamic addresses if link is down
   743564306ee6 net/mlx5e: Fix TX carrier errors report in get stats ndo
   a80a70a4822c liquidio: fix bug in soft reset failure detection
   e20204dc2c74 net/mlx5: Cancel delayed recovery work when unloading the driver
   067328078d14 net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()
   cd5de9cb858d bpf: prevent leaking pointer via xadd on unpriviledged
   bee807054892 rocker: move dereference before free
   e5e5c0ec39dd bridge: mdb: fix leak on complete_info ptr on fail path
   3f04c32bf47a net: prevent sign extension in dev_get_stats()
   ef13840028c8 tcp: reset sk_rx_dst in tcp_disconnect()
   cf81b4abe7ac net: dp83640: Avoid NULL pointer dereference.
   0526ff300304 ipv6: avoid unregistering inet6_dev for loopback
   3f7e07c37ade net/phy: micrel: configure intterupts after autoneg workaround
   dc491cdd2c81 net: sched: Fix one possible panic when no destroy callback
   13550ffc9515 net_sched: fix error recovery at qdisc creation
   21f79ae43fd2 xen-netfront: Rework the fix for Rx stall during OOM and network stress
   f0cd77ded512 Linux 4.9.38
   fb2dc28cf20a saa7134: fix warm Medion 7134 EEPROM read
   81ba752aa476 x86/mm/pat: Don't report PAT on CPUs that don't support it
   c0d3a7bdc7c2 ext4: check return value of kstrtoull correctly in reserved_clusters_store
   716986547f1f crypto: rsa-pkcs1pad - use constant time memory comparison for MACs
   0d6758f74a46 crypto: caam - fix gfp allocation flags (part I)
   090661e4073d staging: comedi: fix clean-up of comedi_class in comedi_init()
   80c965cbd280 staging: vt6556: vnt_start Fix missing call to vnt_key_init_table.
   5497d74e75f8 locking/rwsem-spinlock: Fix EINTR branch in __down_write_common()
   3953403ca660 md: fix super_offset endianness in super_1_rdev_size_change
   9a37d02c497c md: fix incorrect use of lexx_to_cpu in does_sb_need_changing
   ce02effed0ec perf probe: Add error checks to offline probe post-processing
   364973599e2e perf probe: Fix to probe on gcc generated symbols for offline kernel
   cd206153672a perf scripting perl: Fix compile error with some perl5 versions
   b9175b3fa90c perf header: Fix handling of PERF_EVENT_UPDATE__SCALE
   15c249c85d57 perf bench numa: Avoid possible truncation when using snprintf()
   b246fc09a223 perf tests: Avoid possible truncation with dirent->d_name + snprintf
   93a3c47d033a perf intel-pt: Use __fallthrough
   055237857974 perf thread_map: Correctly size buffer used with dirent->dt_name
   a814c7d1d8f4 perf top: Use __fallthrough
   94218786b3ba tools strfilter: Use __fallthrough
   76efd703014f tools string: Use __fallthrough in perf_atoll()
   dae518419a42 tools include: Add a __fallthrough statement
   b635182b4f41 tpm: Issue a TPM2_Shutdown for TPM2 devices.
   5a1e1c62f37e Add "shutdown" to "struct class".
   e6952841ade0 mqueue: fix a use-after-free in sys_mq_notify()
   c48f76d680ad Linux 4.9.37
   3468d4ffa8ef rt286: add Thinkpad Helix 2 to force_combo_jack_table
   84b00cd90f4d RDMA/uverbs: Check port number supplied by user verbs cmds
   1803bec709f8 crypto: drbg - Fixes panic in wait_for_completion call
   73a0a68779e4 KEYS: Fix an error code in request_master_key()
   f986d63d788c ath10k: override CE5 config for QCA9377
   afbf56592092 x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
   e353bfb63754 x86/tools: Fix gcc-7 warning in relocs.c
   525ea5950e1c tpm: fix a kernel memory leak in tpm-sysfs.c
   25b2ee6f9d9d gfs2: Fix glock rhashtable rcu bug
   f59d04e34282 xhci: Limit USB2 port wake support for AMD Promontory hosts
   07379c41aeaf USB: serial: qcserial: new Sierra Wireless EM7305 device ID
   7b7d5a4d9f57 USB: serial: option: add two Longcheer device ids
   369bbf4b44ac pinctrl: sh-pfc: Update info pointer after SoC-specific init
   828bd8441de0 pinctrl: sh-pfc: r8a7791: Add missing HSCIF1 pinmux data
   485b0f1194ea pinctrl: mxs: atomically switch mux and drive strength config
   dee763a4d37d pinctrl: cherryview: Add terminate entry for dmi_system_id tables
   b9970dd7c155 pinctrl: sunxi: Fix SPDIF function name for A83T
   8240981690f3 pinctrl: stm32: Fix bad function call
   a3f2e309f654 pinctrl: meson: meson8b: fix the NAND DQS pins
   f24dee484be9 pinctrl: sh-pfc: r8a7795: Fix hscif2_clk_b and hscif4_ctrl
   c5db45ef9e86 pinctrl: sh-pfc: r8a7791: Add missing DVC_MUTE signal
   37705843587b pinctrl: sh-pfc: r8a7791: Fix SCIF2 pinmux data
   275f905f1232 pinctrl: sh-pfc: r8a7794: Swap ATA signals
   2bd57fa2558c pinctrl: cherryview: Add a quirk to make Acer Chromebook keyboard work again
   aaaaa5b1881b pinctrl: qcom: ipq4019: add missing pingroups for pins > 70
   7bdacd3d9f4e sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvec
   3a20c57b4332 sysctl: don't print negative flag for proc_douintvec
   4e84b9c79003 mac80211_hwsim: Replace bogus hrtimer clockid
   d84e328c0243 USB: core: fix device node leak
   18b3abb54305 usb: Fix typo in the definition of Endpoint[out]Request
   19adf93ccd55 usb: usbip: set buffer pointers to NULL after free
   3d1056874295 Add USB quirk for HVR-950q to avoid intermittent device resets
   da8990d3c141 USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
   3272bad0c2aa usb: dwc3: replace %p with %pK
   366d9207d9e0 drm/virtio: don't leak bo on drm_gem_object_init failure
   b96976c1a87b media: entity: Fix stream count check
   3693042f1c9f tracing/kprobes: Allow to create probe with a module name starting with a digit
   9403514ba1a2 ceph: choose readdir frag based on previous readdir reply
   c4c592b2c137 driver core: platform: fix race condition with driver_override
   26ff065b8401 fs: completely ignore unknown open flags
   6efb1b0b6c82 fs: add a VALID_OPEN_FLAGS

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb   |  6 +++---
 meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb |  6 +++---
 meta/recipes-kernel/linux/linux-yocto_4.9.bb      | 20 ++++++++++----------
 3 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
index b939e6da079a..22e478e2b8fb 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
@@ -11,13 +11,13 @@ python () {
         raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
 }
 
-SRCREV_machine ?= "1fb4e1d1e3f727fc20963fc631a259665bd4665b"
-SRCREV_meta ?= "0dd1939b20d55fec20e8c3d13088df3b9ca23ade"
+SRCREV_machine ?= "d3aea9ac7fa726757720afe20286c375bf7eefbc"
+SRCREV_meta ?= "f16cac53436be696fa055bc4a139f3f1dc39a9ce"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;branch=${KBRANCH};name=machine \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
 
-LINUX_VERSION ?= "4.9.36"
+LINUX_VERSION ?= "4.9.46"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
index 82ccb982572e..364930bac60a 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
@@ -4,13 +4,13 @@ KCONFIG_MODE = "--allnoconfig"
 
 require recipes-kernel/linux/linux-yocto.inc
 
-LINUX_VERSION ?= "4.9.36"
+LINUX_VERSION ?= "4.9.46"
 
 KMETA = "kernel-meta"
 KCONF_BSP_AUDIT_LEVEL = "2"
 
-SRCREV_machine ?= "24572abb2cad341dd79e6aafcb9cdd1a7f8a0c1e"
-SRCREV_meta ?= "0dd1939b20d55fec20e8c3d13088df3b9ca23ade"
+SRCREV_machine ?= "cf9a7dd9f41a32c10d19a51497463d6ec2991107"
+SRCREV_meta ?= "f16cac53436be696fa055bc4a139f3f1dc39a9ce"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.9.bb b/meta/recipes-kernel/linux/linux-yocto_4.9.bb
index 6021b224d0d8..c4b601c464e1 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.9.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.9.bb
@@ -11,20 +11,20 @@ KBRANCH_qemux86  ?= "standard/base"
 KBRANCH_qemux86-64 ?= "standard/base"
 KBRANCH_qemumips64 ?= "standard/mti-malta64"
 
-SRCREV_machine_qemuarm ?= "a4390ba8db101907133990f8e31ebcd56869ac3b"
-SRCREV_machine_qemuarm64 ?= "24572abb2cad341dd79e6aafcb9cdd1a7f8a0c1e"
-SRCREV_machine_qemumips ?= "580682c29df5023d2cecaf6c4074d401c4b57b94"
-SRCREV_machine_qemuppc ?= "24572abb2cad341dd79e6aafcb9cdd1a7f8a0c1e"
-SRCREV_machine_qemux86 ?= "24572abb2cad341dd79e6aafcb9cdd1a7f8a0c1e"
-SRCREV_machine_qemux86-64 ?= "24572abb2cad341dd79e6aafcb9cdd1a7f8a0c1e"
-SRCREV_machine_qemumips64 ?= "7c9ce18e05e1d84df17e677b26133671ec0430f5"
-SRCREV_machine ?= "24572abb2cad341dd79e6aafcb9cdd1a7f8a0c1e"
-SRCREV_meta ?= "0dd1939b20d55fec20e8c3d13088df3b9ca23ade"
+SRCREV_machine_qemuarm ?= "5c60622f4af68de9d6d9320f7d785156d01c305c"
+SRCREV_machine_qemuarm64 ?= "cf9a7dd9f41a32c10d19a51497463d6ec2991107"
+SRCREV_machine_qemumips ?= "a5673234ab47a8653b7c3629811cc9ca634fcadb"
+SRCREV_machine_qemuppc ?= "cf9a7dd9f41a32c10d19a51497463d6ec2991107"
+SRCREV_machine_qemux86 ?= "cf9a7dd9f41a32c10d19a51497463d6ec2991107"
+SRCREV_machine_qemux86-64 ?= "cf9a7dd9f41a32c10d19a51497463d6ec2991107"
+SRCREV_machine_qemumips64 ?= "7b4d796b512ed9bb1e13af089fc4d20a35187eeb"
+SRCREV_machine ?= "cf9a7dd9f41a32c10d19a51497463d6ec2991107"
+SRCREV_meta ?= "f16cac53436be696fa055bc4a139f3f1dc39a9ce"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;name=machine;branch=${KBRANCH}; \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
 
-LINUX_VERSION ?= "4.9.36"
+LINUX_VERSION ?= "4.9.46"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
-- 
2.5.0



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

* [PATCH 7/7] linux-yocto/4.4: update to v4.4.85
  2017-08-31 19:30 [PATCH 0/7] kernel-yocto: conslidated pull request Bruce Ashfield
                   ` (5 preceding siblings ...)
  2017-08-31 19:31 ` [PATCH 6/7] linux-yocto/4.9: update to v4.9.46 Bruce Ashfield
@ 2017-08-31 19:31 ` Bruce Ashfield
  2017-09-01 16:08 ` [PATCH 0/7] kernel-yocto: conslidated pull request Richard Purdie
  7 siblings, 0 replies; 19+ messages in thread
From: Bruce Ashfield @ 2017-08-31 19:31 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Integrating the korg releases with the following commit summary:

   717bd21f81a3 Linux 4.4.85
   12b25d2a52f0 ACPI / APEI: Add missing synchronize_rcu() on NOTIFY_SCI removal
   b526de00a9b0 ACPI: ioapic: Clear on-stack resource before using it
   4e5f2c204150 ntb_transport: fix bug calculating num_qps_mw
   1aac8ffd619f ntb_transport: fix qp count bug
   4ec0b2c2d235 ASoC: rsnd: don't call update callback if it was NULL
   95fc5ef85428 ASoC: rsnd: ssi: 24bit data needs right-aligned settings
   fd504621fa52 ASoC: rsnd: Add missing initialization of ADG req_rate
   e974777b2ecb ASoC: rsnd: avoid pointless loop in rsnd_mod_interrupt()
   fdc568a4224a ASoC: rsnd: disable SRC.out only when stop timing
   bfba69dc30ab ASoC: simple-card: don't fail if sysclk setting is not supported
   eb2ba09b05a6 staging: rtl8188eu: add RNX-N150NUB support
   1d7e8cf01e2e iio: hid-sensor-trigger: Fix the race with user space powering up sensors
   d2c072cb638d iio: imu: adis16480: Fix acceleration scale factor for adis16480
   9dac44d5d4b0 ANDROID: binder: fix proc->tsk check.
   1792d6c17cb2 binder: Use wake up hint for synchronous transactions.
   596b97ec2e5e binder: use group leader instead of open thread
   e1c7a4478833 Bluetooth: bnep: fix possible might sleep error in bnep_session
   f9adf422b993 Bluetooth: cmtp: fix possible might sleep error in cmtp_session
   172bbb8ee44a Bluetooth: hidp: fix possible might sleep error in hidp_session_thread
   708d19eaf303 perf/core: Fix group {cpu,task} validation
   87ac57ff972a nfsd: Limit end of page list when decoding NFSv4 WRITE
   e6066962ca46 cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()
   210b41b4971e cifs: Fix df output for users with quota limits
   9f57741b44ba tracing: Fix freeing of filter in create_filter() when set_str is false
   0d2b7767611f drm: rcar-du: Fix H/V sync signal polarity configuration
   64f3c534e7ac drm: rcar-du: Fix display timing controller parameter
   fbf583912145 drm: rcar-du: Fix crash in encoder failure error path
   766a097cbfea drm: rcar-du: lvds: Rename PLLEN bit to PLLON
   2b60c153ff3d drm: rcar-du: lvds: Fix PLL frequency-related configuration
   3416ee45a8cb drm/atomic: If the atomic check fails, return its value first
   2a9d7664ffb2 drm: Release driver tracking before making the object available again
   33e4c6378417 i2c: designware: Fix system suspend
   10814c149eeb ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addresses
   6b1c81dd7fdb ALSA: hda - Add stereo mic quirk for Lenovo G50-70 (17aa:3978)
   099e57fcb03f ALSA: core: Fix unexpected error at replacing user TLV
   07051c175477 Input: elan_i2c - add ELAN0602 ACPI ID to support Lenovo Yoga310
   5609ae96bcd6 Input: trackpoint - add new trackpoint firmware ID
   a56800ae1c57 mei: me: add lewisburg device ids
   707352e68745 mei: me: add broxton pci device ids
   58079f56b302 net_sched: fix order of queue length updates in qdisc_replace()
   248af6aa226c net: sched: fix NULL pointer dereference when action calls some targets
   eece6c91dd33 irda: do not leak initialized list.dev to userspace
   4e39b7409f3b tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
   ece3ff173731 ipv6: repair fib6 tree in failure case
   6415a71ddf15 ipv6: reset fn->rr_ptr when replacing route
   69827c395d25 tipc: fix use-after-free
   0e8d62861552 sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
   1bd54371388c ipv4: better IP_MAX_MTU enforcement
   7e1fe0062c24 net_sched/sfq: update hierarchical backlog when drop packet
   114414b85475 ipv4: fix NULL dereference in free_fib_info_rcu()
   c207ec46b301 dccp: defer ccid_hc_tx_delete() at dismantle time
   c65eca7ddd88 dccp: purge write queue in dccp_destroy_sock()
   f0cd9201c0c0 af_key: do not use GFP_KERNEL in atomic contexts
   982ce2aa79fb Linux 4.4.84
   ccf1033d9983 usb: qmi_wwan: add D-Link DWM-222 device ID
   6b4509223681 usb: optimize acpi companion search for usb port devices
   ce1b98a30571 perf/x86: Fix LBR related crashes on Intel Atom
   b4cf49024cf4 pids: make task_tgid_nr_ns() safe
   46d51a26efbc Sanitize 'move_pages()' permission checks
   b27e9ff9a5f4 irqchip/atmel-aic: Fix unbalanced refcount in aic_common_rtc_irq_fixup()
   ed281a6acaf1 irqchip/atmel-aic: Fix unbalanced of_node_put() in aic_common_irq_fixup()
   64340986295d x86/asm/64: Clear AC on NMI entries
   c0b397fd6b2b xen: fix bio vec merging
   240628085eff mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changes
   cc971fa12bd2 mm/mempolicy: fix use after free when calling get_mempolicy
   669c8ab896a2 ALSA: usb-audio: Add mute TLV for playback volumes on C-Media devices
   f600f9c43346 ALSA: usb-audio: Apply sample rate quirk to Sennheiser headset
   735aa043bf00 ALSA: seq: 2nd attempt at fixing race creating a queue
   ae4743cac8d7 Input: elan_i2c - Add antoher Lenovo ACPI ID for upcoming Lenovo NB
   0dbf7f7811df Input: elan_i2c - add ELAN0608 to the ACPI table
   4362533a0468 crypto: x86/sha1 - Fix reads beyond the number of blocks passed
   04f4f73ffe93 parisc: pci memory bar assignment fails with 64bit kernels on dino/cujo
   ea088172692c audit: Fix use after free in audit_remove_watch_rule()
   b72f1119c654 netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregister
   425fdd287e9b Linux 4.4.83
   792f1fe5ec55 pinctrl: samsung: Remove bogus irq_[un]mask from resource management
   6f51066b3797 pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver
   8bb6ef68655e pnfs/blocklayout: require 64-bit sector_t
   7b5a9de376b8 iio: adc: vf610_adc: Fix VALT selection value for REFSEL bits
   567a21de8531 usb:xhci:Add quirk for Certain failing HP keyboard on reset after resume
   dd3a2a08943f usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet Adapter
   921a1ed2a11a usb: core: unlink urbs from the tail of the endpoint's urb_list
   bc2f02f74549 USB: Check for dropped connection before switching to full speed
   ed4f50eec60f uas: Add US_FL_IGNORE_RESIDUE for Initio Corporation INIC-3069
   dedeba47c51a iio: light: tsl2563: use correct event code
   dfb5cc919c61 iio: accel: bmc150: Always restore device to normal mode after suspend-resume
   c5f6f4fe1c09 staging:iio:resolver:ad2s1210 fix negative IIO_ANGL_VEL read
   dc978e9b65ab USB: hcd: Mark secondary HCD as dead if the primary one died
   8b278516e5e3 usb: musb: fix tx fifo flush handling again
   8a0c225613c2 USB: serial: pl2303: add new ATEN device id
   31c9287b9430 USB: serial: cp210x: add support for Qivicon USB ZigBee dongle
   9cb43dec24e0 USB: serial: option: add D-Link DWM-222 device ID
   a89843a80bd4 nfs/flexfiles: fix leak of nfs4_ff_ds_version arrays
   7271d130b5dc fuse: initialize the flock flag in fuse_file on allocation
   b89e781dab24 iscsi-target: Fix iscsi_np reset hung task during parallel delete
   3afc4e9273de iscsi-target: fix memory leak in iscsit_setup_text_cmd()
   9ea732ebb53f mm: ratelimit PFNs busy info message
   97e371409da7 cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()
   4e2e415f4cc1 Linux 4.4.82
   fab61468402b net: account for current skb length when deciding about UFO
   96cdeaa3af8f ipv4: Should use consistent conditional judgement for ip fragment in __ip_append_data and ip_finish_output
   d45aabadbcb9 mm/mempool: avoid KASAN marking mempool poison checks as use-after-free
   7e86f2d55f66 KVM: arm/arm64: Handle hva aging while destroying the vm
   6fe71ca3cb3c sparc64: Prevent perf from running during super critical sections
   938990d2433c udp: consistently apply ufo or fragmentation
   98c1ad1edfe8 revert "ipv4: Should use consistent conditional judgement for ip fragment in __ip_append_data and ip_finish_output"
   54fc0c32307d revert "net: account for current skb length when deciding about UFO"
   63364a508d24 packet: fix tp_reserve race in packet_set_ring
   37d5c6e8d38d net: avoid skb_warn_bad_offload false positives on UFO
   8607d550847f tcp: fastopen: tcp_connect() must refresh the route
   40fc2b4451a2 net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target
   d0da2877d421 bpf, s390: fix jit branch offset related to ldimm64
   4e0675f44b89 net: fix keepalive code vs TCP_FASTOPEN_CONNECT
   025bb7f7e92c tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states
   2ab639c7e2d1 Linux 4.4.81
   34a08ae493f1 workqueue: implicit ordered attribute should be overridable
   0c787041504e net: account for current skb length when deciding about UFO
   12b8f014a394 ipv4: Should use consistent conditional judgement for ip fragment in __ip_append_data and ip_finish_output
   78c04996b588 mm: don't dereference struct page fields of invalid pages
   bbe660db23e4 signal: protect SIGNAL_UNKILLABLE from unintentional clearing.
   623f4fcd947e lib/Kconfig.debug: fix frv build failure
   9c83b97bdeab mm, slab: make sure that KMALLOC_MAX_SIZE will fit into MAX_ORDER
   5205f5216c6a ARM: 8632/1: ftrace: fix syscall name matching
   874f22658c54 virtio_blk: fix panic in initialization error path
   c9e4ee445752 drm/virtio: fix framebuffer sparse warning
   1e43b2d06474 scsi: qla2xxx: Get mutex lock before checking optrom_state
   a98737110659 phy state machine: failsafe leave invalid RUNNING state
   db01878ca5dd x86/boot: Add missing declaration of string functions
   032422cca86d tg3: Fix race condition in tg3_get_stats64().
   93585e813588 net: phy: dp83867: fix irq generation
   41433e314b77 sh_eth: R8A7740 supports packet shecksumming
   50231cef2d6f wext: handle NULL extra data in iwe_stream_add_point better
   cada8caa2655 sparc64: Measure receiver forward progress to avoid send mondo timeout
   7c37101cd650 xen-netback: correctly schedule rate-limited queues
   2933fb22de6d net: phy: Fix PHY unbind crash
   a8f1b40bb2da net: phy: Correctly process PHY_HALTED in phy_stop_machine()
   dc4132791a50 net/mlx5: Fix command bad flow on command entry allocation failure
   de6669607a45 sctp: fix the check for _sctp_walk_params and _sctp_walk_errors
   2bac20a4ae9c sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()
   dd4edbcbb760 dccp: fix a memleak for dccp_feat_init err process
   adcc87858e09 dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properly
   c3278ed37d3e dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properly
   91c5aa7ea073 net: ethernet: nb8800: Handle all 4 RGMII modes identically
   d1ed1f8ae487 ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()
   499338964af8 packet: fix use-after-free in prb_retire_rx_blk_timer_expired()
   23f787ceebf8 openvswitch: fix potential out of bound access in parse_ct
   6d1e34ee278f mcs7780: Fix initialization when CONFIG_VMAP_STACK is enabled
   d0594690a9ee rtnetlink: allocate more memory for dev_set_mac_address()
   31afa8b5edf9 ipv4: initialize fib_trie prior to register_netdev_notifier call.
   f09db7559c1f ipv6: avoid overflow of offset in ip6_find_1stfragopt
   e9b2f4617a4e net: Zero terminate ifr_name in dev_ifname().
   c10e874bc3a5 ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()
   deae9956cfb4 saa7164: fix double fetch PCIe access condition
   e0f39019aa3f drm: rcar-du: fix backport bug
   76517ed2a7fe f2fs: sanity check checkpoint segno and blkoff
   c7c6f63dbc67 media: lirc: LIRC_GET_REC_RESOLUTION should return microseconds
   f1181047ff29 mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving stale TLB entries
   9745cbec9c1f iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_done
   ae059833646f iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMP
   bf54cf1ede97 iscsi-target: Fix initial login PDU asynchronous socket close OOPs
   cf4ab9d57cbe iscsi-target: Fix early sk_data_ready LOGIN_FLAGS_READY race
   119903dc36d3 iscsi-target: Always wait for kthread_should_stop() before kthread exit
   2bf7791c6a5e target: Avoid mappedlun symlink creation during lun shutdown
   fa95dfc750fb media: platform: davinci: return -EINVAL for VPFE_CMD_S_CCDC_RAW_PARAMS ioctl
   3c2bf2bd8829 ARM: dts: armada-38x: Fix irq type for pca955
   31cd127ca69a ext4: fix overflow caused by missing cast in ext4_resize_fs()
   bad9f6142ce1 ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize
   12f60018f63b mm/page_alloc: Remove kernel address exposure in free_reserved_area()
   bbccdb1e442b KVM: async_pf: make rcu irq exit if not triggered from idle task
   7de8d0c06e56 ASoC: do not close shared backend dailink
   458c8be4e208 ALSA: hda - Fix speaker output from VAIO VPCL14M1R
   c59eec4dad4a workqueue: restore WQ_UNBOUND/max_active==1 to be ordered
   8ecd8cff92a8 libata: array underflow in ata_find_dev()
   09e69607e47c Linux 4.4.80
   2f8e6140bb6a ASoC: dpcm: Avoid putting stream state to STOP when FE stream is paused
   32b850a626c5 scsi: snic: Return error code on memory allocation failure
   27eb77b5544e scsi: fnic: Avoid sending reset to firmware when another reset is in progress
   0866aed4fa64 HID: ignore Petzl USB headlamp
   cab7c045f5fd ALSA: usb-audio: test EP_FLAG_RUNNING at urb completion
   8ced91a2e920 sh_eth: enable RX descriptor word 0 shift on SH7734
   fe1da3b785b3 nvmem: imx-ocotp: Fix wrong register size
   e76426857b3e arm64: mm: fix show_pte KERN_CONT fallout
   dc48ebe33063 vfio-pci: Handle error from pci_iomap
   93794239c6b9 video: fbdev: cobalt_lcdfb: Handle return NULL error from devm_ioremap
   1286e959a59a perf symbols: Robustify reading of build-id from sysfs
   cc8b62fce96b perf tools: Install tools/lib/traceevent plugins with install-bin
   ce9b76665ecd xfrm: Don't use sk_family for socket policy lookups
   4b8adea2e3cd tools lib traceevent: Fix prev/next_prio for deadline tasks
   786fd31f6001 Btrfs: adjust outstanding_extents counter properly when dio write is split
   7ea3cc440ec9 usb: gadget: Fix copy/pasted error message
   f4a42f8492bd ACPI / scan: Prefer devices without _HID/_CID for _ADR matching
   8c065e76fbc5 ARM: s3c2410_defconfig: Fix invalid values for NF_CT_PROTO_*
   fcee67d7d618 ARM64: zynqmp: Fix i2c node's compatible string
   4bd1d0b1a170 ARM64: zynqmp: Fix W=1 dtc 1.4 warnings
   a07d8c131898 dmaengine: ti-dma-crossbar: Add some 'of_node_put()' in error path.
   328a9cdcbab9 dmaengine: ioatdma: workaround SKX ioatdma version
   6c0d9f0212f8 dmaengine: ioatdma: Add Skylake PCI Dev ID
   65dab1d8af6c openrisc: Add _text symbol to fix ksym build error
   4c1ea6a51acd irqchip/mxs: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND
   1a734b39857e ASoC: nau8825: fix invalid configuration in Pre-Scalar of FLL
   152684089ea3 spi: dw: Make debugfs name unique between instances
   dc19e98eb86e ASoC: tlv320aic3x: Mark the RESET register as volatile
   fc6c41f0b921 irqchip/keystone: Fix "scheduling while atomic" on rt
   1704a9695062 vfio-pci: use 32-bit comparisons for register address for gcc-4.5
   7de922c14e83 drm/msm: Verify that MSM_SUBMIT_BO_FLAGS are set
   b54e58ccceb7 drm/msm: Ensure that the hardware write pointer is valid
   cbc80312fd70 net/mlx4: Remove BUG_ON from ICM allocation routine
   386504004504 ipv6: Should use consistent conditional judgement for ip6 fragment between __ip6_append_data and ip6_finish_output
   ed3e4a435339 ARM: dts: n900: Mark eMMC slot with no-sdio and no-sd flags
   7cff0699f47e r8169: add support for RTL8168 series add-on card.
   6b99f1a84d5c x86/mce/AMD: Make the init code more robust
   f7e0f7f86ce0 tpm: Replace device number bitmap with IDR
   7e7892239327 tpm: fix a kernel memory leak in tpm-sysfs.c
   366f50133bb6 xen/blkback: don't use xen_blkif_get() in xen-blkback kthread
   53f577247738 xen/blkback: don't free be structure too early
   62208707b466 sched/cputime: Fix prev steal time accouting during CPU hotplug
   fa57125e8ec4 net: skb_needs_check() accepts CHECKSUM_NONE for tx
   fa7773191046 pstore: Use dynamic spinlock initializer
   9ece74e1006e pstore: Correctly initialize spinlock and flags
   aca5b1e3c5b7 pstore: Allow prz to control need for locking
   ff013a624258 vlan: Propagate MAC address to VLANs
   e8aff6037318 /proc/iomem: only expose physical resource addresses to privileged users
   14ae9c4b5ae2 Make file credentials available to the seqfile interfaces
   b3ddb091c77f v4l: s5c73m3: fix negation operator
   407669f2c9fe dentry name snapshots
   9909e61c1006 ipmi/watchdog: fix watchdog timeout set on reboot
   81845c2f61bf libnvdimm, btt: fix btt_rw_page not returning errors
   c4af40a7218e RDMA/uverbs: Fix the check for port number
   c7ca61734ba7 PM / Domains: defer dev_pm_domain_set() until genpd->attach_dev succeeds if present
   0e0967e26241 sched/cgroup: Move sched_online_group() back into css_online() to fix crash
   9402c6266704 kaweth: fix oops upon failed memory allocation
   19ba0e65d60b kaweth: fix firmware download
   658f9c65ee8c mpt3sas: Don't overreach ioc->reply_post[] during initialization
   63c9c49c04a1 mailbox: handle empty message in tx_tick
   21ab579fbae6 mailbox: skip complete wait event if timer expired
   686494443dd3 mailbox: always wait in mbox_send_message for blocking Tx mode
   461b44fdf02f wil6210: fix deadlock when using fw_no_recovery option
   91cc72969137 ath10k: fix null deref on wmi-tlv when trying spectral scan
   d4b159f14d61 isdn/i4l: fix buffer overflow
   633763ed93c4 isdn: Fix a sleep-in-atomic bug
   71a165f6397d net: phy: Do not perform software reset for Generic PHY
   8335b312c7cc nfc: fdp: fix NULL pointer dereference
   56548b6f505a xfs: don't BUG() on mixed direct and mapped I/O
   eb0760deee89 perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zero
   0ce32f8944c6 perf intel-pt: Use FUP always when scanning for an IP
   33f3bc42fc23 perf intel-pt: Fix last_ip usage
   01ac8afc6c8f perf intel-pt: Fix ip compression
   8255d26322a3 drm: rcar-du: Simplify and fix probe error handling
   5ec9d83b2b54 drm: rcar-du: Perform initialization/cleanup at probe/remove time
   0354df9578b4 drm/rcar: Nuke preclose hook
   b5a48676e7a2 Staging: comedi: comedi_fops: Avoid orphaned proc entry
   0c335d55cee6 Revert "powerpc/numa: Fix percpu allocations to be NUMA aware"
   fcd35f5a3f85 KVM: PPC: Book3S HV: Save/restore host values of debug registers
   17d381054b1d KVM: PPC: Book3S HV: Reload HTM registers explicitly
   f5b29db247d4 KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exit
   339fa4af4133 KVM: PPC: Book3S HV: Context-switch EBB registers properly
   29da136fbbd9 drm/nouveau/bar/gf100: fix access to upper half of BAR2
   fde885f19986 drm/vmwgfx: Fix gcc-7.1.1 warning
   376830c340ec md/raid5: add thread_group worker async_tx_issue_pending_all
   2148e9ab0cac crypto: authencesn - Fix digest_null crash
   c4efb7434a2a powerpc/pseries: Fix of_node_put() underflow during reconfig remove
   fdbcb81b5a31 net: reduce skb_warn_bad_offload() noise
   08408f7ae5cd pstore: Make spinlock per zone instead of global
   b627f6001948 af_key: Add lock to key dump
   e058f634852d Linux 4.4.79
   9c839d00dc1b alarmtimer: don't rate limit one-shot timers
   bb8109a9ca87 tracing: Fix kmemleak in instance_rmdir
   6dbd8f73a28e spmi: Include OF based modalias in device uevent
   29669d8e8f4c of: device: Export of_device_{get_modalias, uvent_modalias} to modules
   4ca0f3730e27 drm/mst: Avoid processing partially received up/down message transactions
   3d26e2ed7c8b drm/mst: Avoid dereferencing a NULL mstb in drm_dp_mst_handle_up_req()
   3383334a6cf3 drm/mst: Fix error handling during MST sideband message reception
   af7b187fe52f RDMA/core: Initialize port_num in qp_attr
   ba790013b514 ceph: fix race in concurrent readdir
   5af851adbeea staging: rtl8188eu: add TL-WN722N v2 support
   45c59e792ce6 Revert "perf/core: Drop kernel samples even though :u is specified"
   569da0be824b perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its target
   8d832513726d target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesce
   f57b4ae0b750 udf: Fix deadlock between writeback and udf_setsize()
   d2fa4057b11e NFS: only invalidate dentrys that are clearly invalid.
   bba6b69e1177 Input: i8042 - fix crash at boot time
   775e4dba9d07 MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error message
   f28e32a8e379 MIPS: Send SIGILL for linked branches in `__compute_return_epc_for_insn'
   d2220e7f285b MIPS: Rename `sigill_r6' to `sigill_r2r6' in `__compute_return_epc_for_insn'
   e5bf16f02945 MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'
   4c7d28c1e99d MIPS: math-emu: Prevent wrong ISA mode instruction emulation
   9dbca9e8a91a MIPS: Fix unaligned PC interpretation in `compute_return_epc'
   aebb79634ff1 MIPS: Actually decode JALX in `__compute_return_epc_for_insn'
   f87aa1203910 MIPS: Save static registers before sysmips
   a0ee41298926 MIPS: Fix MIPS I ISA /proc/cpuinfo reporting
   71de40fd4f64 x86/ioapic: Pass the correct data to unmask_ioapic_irq()
   fa7ddee3485f x86/acpi: Prevent out of bound access caused by broken ACPI tables
   62d131ec60cd MIPS: Negate error syscall return in trace
   4d9f109ff9ca MIPS: Fix mips_atomic_set() with EVA
   de34c0799d25 MIPS: Fix mips_atomic_set() retry condition
   75202d3ffca4 ftrace: Fix uninitialized variable in match_records()
   3457c0459496 vfio: New external user group/file match
   db42944cc63a vfio: Fix group release deadlock
   fca8859982fb f2fs: Don't clear SGID when inheriting ACLs
   fa696eea4d8d ipmi:ssif: Add missing unlock in error branch
   8878c53244f5 ipmi: use rcu lock around call to intf->handlers->sender()
   89308cb841c6 drm/radeon: Fix eDP for single-display iMac10,1 (v2)
   0157e2a8a719 drm/radeon/ci: disable mclk switching for high refresh rates (v2)
   ad2efae4613d drm/amd/amdgpu: Return error if initiating read out of range on vram
   a89b6e355dae s390/syscalls: Fix out of bounds arguments access
   098333918b4f Raid5 should update rdev->sectors after reshape
   78de920bae8a cx88: Fix regression in initial video standard setting
   5c7c179eb9e3 x86/xen: allow userspace access during hypercalls
   78dce99f5497 md: don't use flush_signals in userspace processes
   9b989b4d325b usb: renesas_usbhs: gadget: disable all eps when the driver stops
   abe87c1c0dff usb: renesas_usbhs: fix usbhsc_resume() for !USBHSF_RUNTIME_PWCTRL
   ff651e899073 USB: cdc-acm: add device-id for quirky printer
   ab8e00991809 usb: storage: return on error to avoid a null pointer dereference
   f883b509b48b xhci: Fix NULL pointer dereference when cleaning up streams for removed host
   09364c783c84 xhci: fix 20000ms port resume timeout
   82944485937a ipvs: SNAT packet replies only for NATed connections
   48a72b55502c PCI/PM: Restore the status of PCI devices across hibernation
   7ad6d36dc907 af_key: Fix sadb_x_ipsecrequest parsing
   b8c6a93837f0 powerpc/asm: Mark cr0 as clobbered in mftb()
   79afeb379cf4 powerpc: Fix emulation of mfocrf in emulate_step()
   397722322954 powerpc: Fix emulation of mcrf in emulate_step()
   3f888d1e40ad powerpc/64: Fix atomic64_inc_not_zero() to return an int
   c50e87ecca55 iscsi-target: Add login_keys_workaround attribute for non RFC initiators
   8045fe0a208c scsi: ses: do not add a device to an enclosure if enclosure_add_links() fails.
   e114c612e225 PM / Domains: Fix unsafe iteration over modified list of domain providers
   f422cfc38ecc PM / Domains: Fix unsafe iteration over modified list of device links
   50b40109fada ASoC: compress: Derive substream from stream based on direction
   c2d4d4fa320c wlcore: fix 64K page support
   1e3b56033e82 Bluetooth: use constant time memory comparison for secret values
   3762d7ed1a43 perf intel-pt: Clear FUP flag on error
   b559fa787c62 perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IP
   2178b4aa56b7 perf intel-pt: Fix missing stack clear
   a4ebb58fd124 perf intel-pt: Improve sample timestamp
   5523884640e9 perf intel-pt: Move decoder error setting into one condition
   ac8f07408acd NFC: Add sockaddr length checks before accessing sa_family in bind handlers
   f71ce1c865cb nfc: Fix the sockaddr length sanitization in llcp_sock_connect
   ecb7abed0be9 nfc: Ensure presence of required attributes in the activate_target handler
   b57a72d5aaf8 NFC: nfcmrvl: fix firmware-management initialisation
   5288f3f80c4c NFC: nfcmrvl: use nfc-device for firmware download
   6e2b65dc2774 NFC: nfcmrvl: do not use device-managed resources
   4798e468b37b NFC: nfcmrvl_uart: add missing tty-device sanity check
   f4d41096f49e NFC: fix broken device allocation
   5c2828839909 ath9k: fix tx99 bus error
   a86c42f760ff ath9k: fix tx99 use after free
   2c1ac3721d4a thermal: cpu_cooling: Avoid accessing potentially freed structures
   f440ec864fd8 s5p-jpeg: don't return a random width/height
   0ff1117c08c2 ir-core: fix gcc-7 warning on bool arithmetic
   83863589806d disable new gcc-7.1.1 warnings for now
   ece78cd779f4 Linux 4.4.78
   3ed43caedf69 kvm: vmx: allow host to access guest MSR_IA32_BNDCFGS
   6ffa92ffaed8 kvm: vmx: Check value written to IA32_BNDCFGS
   a40f0ccd4f1c kvm: x86: Guest BNDCFGS requires guest MPX support
   be6f33a61f33 kvm: vmx: Do not disable intercepts for BNDCFGS
   c6f3576ed0f2 KVM: x86: disable MPX if host did not enable MPX XSAVE features
   999b96b4de81 tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate results
   c17f6512463e PM / QoS: return -EINVAL for bogus strings
   275d4be9d39f PM / wakeirq: Convert to SRCU
   988067ec9606 sched/topology: Optimize build_group_mask()
   5c34f49776b8 sched/topology: Fix overlapping sched_group_mask
   4e3c1188521a crypto: caam - fix signals handling
   f1bf5d83a9c1 crypto: sha1-ssse3 - Disable avx2
   fc43f0935035 crypto: atmel - only treat EBUSY as transient if backlog
   d05fbdbe6d1c crypto: talitos - Extend max key length for SHA384/512-HMAC and AEAD
   8f93a9aa1d65 mm: fix overflow check in expand_upwards()
   0f4fa2138e83 tpm: Issue a TPM2_Shutdown for TPM2 devices.
   5c9a2972983f Add "shutdown" to "struct class".
   5ec5771bcb2b tpm: Provide strong locking for device removal
   5e07de5b5a4e tpm: Get rid of chip->pdev
   a2e0b1c18c09 selftests/capabilities: Fix the test_execve test
   f07288cfb0f7 mnt: Make propagate_umount less slow for overlapping mount propagation trees
   fdb8f1049992 mnt: In propgate_umount handle visiting mounts in any order
   7cbc3955ef3b mnt: In umount propagation reparent in a separate pass
   050b074e2285 vt: fix unchecked __put_user() in tioclinux ioctls
   86949eb96466 exec: Limit arg stack to at most 75% of _STK_LIM
   7888c0296c87 s390: reduce ELF_ET_DYN_BASE
   72a333a0468e powerpc: move ELF_ET_DYN_BASE to 4GB / 4MB
   43cf90f788ac arm64: move ELF_ET_DYN_BASE to 4GB / 4MB
   d2471b5e84f3 arm: move ELF_ET_DYN_BASE to 4MB
   7eb968cd04d4 binfmt_elf: use ELF_ET_DYN_BASE only for PIE
   4544e9ebef4c checkpatch: silence perl 5.26.0 unescaped left brace warnings
   68b0f5d85b3a fs/dcache.c: fix spin lockup issue on nlru->lock
   2d0db02d2e8f mm/list_lru.c: fix list_lru_count_node() to be race free
   717ce69e47f0 kernel/extable.c: mark core_kernel_text notrace
   0d6ee0bea866 tools/lib/lockdep: Reduce MAX_LOCK_DEPTH to avoid overflowing lock_chain/: Depth
   b29145746576 parisc/mm: Ensure IRQs are off in switch_mm()
   635a58225c36 parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devs
   f265641dc874 parisc: use compat_sys_keyctl()
   e18ca17b9040 parisc: Report SIGSEGV instead of SIGBUS when running out of stack
   970616464f43 irqchip/gic-v3: Fix out-of-bound access in gic_set_affinity
   2d3c10e21571 cfg80211: Check if PMKID attribute is of expected size
   24d0410712b0 cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIES
   05bf0b6ef9ce cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODE
   4c7021c2fb74 brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()
   9618eb4af306 rds: tcp: use sock_create_lite() to create the accept socket
   89e7f17f8f64 vrf: fix bug_on triggered by rx when destroying a vrf
   eb7bef1db6f3 net: ipv6: Compare lwstate in detecting duplicate nexthops
   0c32b01ee49d ipv6: dad: don't remove dynamic addresses if link is down
   38ae32c9f13d net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()
   1a4f13e0a99a bpf: prevent leaking pointer via xadd on unpriviledged
   d598f7ff24db net: prevent sign extension in dev_get_stats()
   32a44f1ba7ed tcp: reset sk_rx_dst in tcp_disconnect()
   ccff2f4afbc1 net: dp83640: Avoid NULL pointer dereference.
   6a87cca39f29 ipv6: avoid unregistering inet6_dev for loopback
   f71e5140242a net/phy: micrel: configure intterupts after autoneg workaround
   c485792ed649 net: sched: Fix one possible panic when no destroy callback
   0be4c96e7c57 net_sched: fix error recovery at qdisc creation
   9e0499d7d30c Linux 4.4.77
   52b9815d37fc saa7134: fix warm Medion 7134 EEPROM read
   646b65808b0d x86/mm/pat: Don't report PAT on CPUs that don't support it
   ad5a88c54cd2 ext4: check return value of kstrtoull correctly in reserved_clusters_store
   cb2bc13d0b55 staging: comedi: fix clean-up of comedi_class in comedi_init()
   370d06c6b075 staging: vt6556: vnt_start Fix missing call to vnt_key_init_table.
   627f3abeeac1 tcp: fix tcp_mark_head_lost to check skb len before fragmenting
   ff62c63109d9 md: fix super_offset endianness in super_1_rdev_size_change
   e20894aad9e8 md: fix incorrect use of lexx_to_cpu in does_sb_need_changing
   2b4f81fb56cf perf tools: Use readdir() instead of deprecated readdir_r() again
   c04b8bbd64be perf tests: Remove wrong semicolon in while loop in CQM test
   1991cbd2c486 perf trace: Do not process PERF_RECORD_LOST twice
   5a25a08ad5e6 perf dwarf: Guard !x86_64 definitions under #ifdef else clause
   300d4fea8de0 perf pmu: Fix misleadingly indented assignment (whitespace)
   0ba2f070bf45 perf annotate browser: Fix behaviour of Shift-Tab with nothing focussed
   0717b5dfab93 perf tools: Remove duplicate const qualifier
   c7b8d98bff82 perf script: Use readdir() instead of deprecated readdir_r()
   56e75cee2af3 perf thread_map: Use readdir() instead of deprecated readdir_r()
   055ce585a864 perf tools: Use readdir() instead of deprecated readdir_r()
   144eb3e8e4d9 perf bench numa: Avoid possible truncation when using snprintf()
   fb3c230b7ec2 perf tests: Avoid possible truncation with dirent->d_name + snprintf
   071ca0bcf337 perf scripting perl: Fix compile error with some perl5 versions
   c9cf7ce0bbc4 perf thread_map: Correctly size buffer used with dirent->dt_name
   e5a9078a8e0e perf intel-pt: Use __fallthrough
   0586f5cd4195 perf top: Use __fallthrough
   1ca0a4098005 tools strfilter: Use __fallthrough
   57a4c2504b77 tools string: Use __fallthrough in perf_atoll()
   e1b7b00a1bd5 tools include: Add a __fallthrough statement
   034e10b4f834 mqueue: fix a use-after-free in sys_mq_notify()
   5fd2bba08c17 RDMA/uverbs: Check port number supplied by user verbs cmds
   92e90c20dc38 KEYS: Fix an error code in request_master_key()
   483b1c69655d ath10k: override CE5 config for QCA9377
   e47e71766640 x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
   0214a8ca61e2 x86/tools: Fix gcc-7 warning in relocs.c
   e952c291df09 gfs2: Fix glock rhashtable rcu bug
   ac12d6abed6c USB: serial: qcserial: new Sierra Wireless EM7305 device ID
   1a04853de069 USB: serial: option: add two Longcheer device ids
   174ddbcc69e2 pinctrl: sh-pfc: Update info pointer after SoC-specific init
   45424528a184 pinctrl: mxs: atomically switch mux and drive strength config
   79565741fce0 pinctrl: sunxi: Fix SPDIF function name for A83T
   3c4720871bdd pinctrl: meson: meson8b: fix the NAND DQS pins
   5d030f597f47 pinctrl: sh-pfc: r8a7791: Fix SCIF2 pinmux data
   a2148222e375 sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvec
   e8505e6432c2 sysctl: don't print negative flag for proc_douintvec
   2e42225b85ee mac80211_hwsim: Replace bogus hrtimer clockid
   93f526ffe8ae usb: Fix typo in the definition of Endpoint[out]Request
   c6bf62a36175 usb: usbip: set buffer pointers to NULL after free
   ab96add78bfe Add USB quirk for HVR-950q to avoid intermittent device resets
   45c73d0c7a96 USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
   c8130087ff4d usb: dwc3: replace %p with %pK
   a080ec466c34 drm/virtio: don't leak bo on drm_gem_object_init failure
   fe0bb2ac167b tracing/kprobes: Allow to create probe with a module name starting with a digit
   78f20db86418 mm: fix classzone_idx underflow in shrink_zones()
   1f97e170cfc5 bgmac: reset & enable Ethernet core before using it
   c01ace719ebe driver core: platform: fix race condition with driver_override
   4043d5bca587 fs: completely ignore unknown open flags
   ccb973e681d8 fs: add a VALID_OPEN_FLAGS

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb   |  6 +++---
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb |  6 +++---
 meta/recipes-kernel/linux/linux-yocto_4.4.bb      | 20 ++++++++++----------
 3 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
index a8a8ef40cf99..b797dff25afd 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
@@ -11,13 +11,13 @@ python () {
         raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
 }
 
-SRCREV_machine ?= "be70c37e4c370a8fe2ffef9e3300a266085588c4"
-SRCREV_meta ?= "10332510892eaf50de4c92e8269fff03efc69240"
+SRCREV_machine ?= "1ac44e48420edba265d0fa18e4040e6d975776e6"
+SRCREV_meta ?= "8e9afd032ff3be672506a0e5ed51cde9dc45031f"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"
 
-LINUX_VERSION ?= "4.4.76"
+LINUX_VERSION ?= "4.4.85"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
index f80a077c6057..d10803ae91a3 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
@@ -4,13 +4,13 @@ KCONFIG_MODE = "--allnoconfig"
 
 require recipes-kernel/linux/linux-yocto.inc
 
-LINUX_VERSION ?= "4.4.76"
+LINUX_VERSION ?= "4.4.85"
 
 KMETA = "kernel-meta"
 KCONF_BSP_AUDIT_LEVEL = "2"
 
-SRCREV_machine ?= "2854678e4ccbb4bbd1bb4c243ac3e2571ef9834a"
-SRCREV_meta ?= "10332510892eaf50de4c92e8269fff03efc69240"
+SRCREV_machine ?= "0327f8213797c4885f86aec26cf55aeef5834180"
+SRCREV_meta ?= "8e9afd032ff3be672506a0e5ed51cde9dc45031f"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
index b69225a2c891..5634928b9388 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
@@ -11,20 +11,20 @@ KBRANCH_qemux86  ?= "standard/base"
 KBRANCH_qemux86-64 ?= "standard/base"
 KBRANCH_qemumips64 ?= "standard/mti-malta64"
 
-SRCREV_machine_qemuarm ?= "8b42f3bbf0818181eb444af119bd295029ea2caf"
-SRCREV_machine_qemuarm64 ?= "2854678e4ccbb4bbd1bb4c243ac3e2571ef9834a"
-SRCREV_machine_qemumips ?= "0afe3f8c5fb95ed9c9f87f7765be53f6e0b8fad6"
-SRCREV_machine_qemuppc ?= "2854678e4ccbb4bbd1bb4c243ac3e2571ef9834a"
-SRCREV_machine_qemux86 ?= "2854678e4ccbb4bbd1bb4c243ac3e2571ef9834a"
-SRCREV_machine_qemux86-64 ?= "2854678e4ccbb4bbd1bb4c243ac3e2571ef9834a"
-SRCREV_machine_qemumips64 ?= "45dd25b50163846c3346b93a21e967c68ab92b26"
-SRCREV_machine ?= "2854678e4ccbb4bbd1bb4c243ac3e2571ef9834a"
-SRCREV_meta ?= "10332510892eaf50de4c92e8269fff03efc69240"
+SRCREV_machine_qemuarm ?= "50253831d9b2d3dfb8e910debda66405cb11900a"
+SRCREV_machine_qemuarm64 ?= "0327f8213797c4885f86aec26cf55aeef5834180"
+SRCREV_machine_qemumips ?= "d49ac34e4781b4bcd4c1728338668bb1fd321f7c"
+SRCREV_machine_qemuppc ?= "0327f8213797c4885f86aec26cf55aeef5834180"
+SRCREV_machine_qemux86 ?= "0327f8213797c4885f86aec26cf55aeef5834180"
+SRCREV_machine_qemux86-64 ?= "0327f8213797c4885f86aec26cf55aeef5834180"
+SRCREV_machine_qemumips64 ?= "310df4a803d8938415e761668426391985193398"
+SRCREV_machine ?= "0327f8213797c4885f86aec26cf55aeef5834180"
+SRCREV_meta ?= "8e9afd032ff3be672506a0e5ed51cde9dc45031f"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"
 
-LINUX_VERSION ?= "4.4.76"
+LINUX_VERSION ?= "4.4.85"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
-- 
2.5.0



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

* Re: [PATCH 2/7] linux-yoct/4.12: fix yaffs2 build
  2017-08-31 19:30 ` [PATCH 2/7] linux-yoct/4.12: fix yaffs2 build Bruce Ashfield
@ 2017-08-31 19:33   ` Bruce Ashfield
  0 siblings, 0 replies; 19+ messages in thread
From: Bruce Ashfield @ 2017-08-31 19:33 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 4644 bytes --]

typo in the short log has been fixed and the branch re-pushed to
zedd/kernel.

Bruce

On Thu, Aug 31, 2017 at 3:30 PM, Bruce Ashfield <
bruce.ashfield@windriver.com> wrote:

> Yaffs2 needs some tweaks to build against the 4.12 kernel, we
> import the following two commits:
>
>   084d8ae2f349 fs: yaffs2: includes the missing header file
>   595f7d1759d9 fs: yaffs2: replace CURRENT_TIME by other appropriate apis
>
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
>  meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb   |  4 ++--
>  meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb |  4 ++--
>  meta/recipes-kernel/linux/linux-yocto_4.12.bb      | 18
> +++++++++---------
>  3 files changed, 13 insertions(+), 13 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 49f5bf3522ad..1b1bf9f76270 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
> @@ -11,8 +11,8 @@ python () {
>          raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel
> to linux-yocto-rt to enable it")
>  }
>
> -SRCREV_machine ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
> -SRCREV_meta ?= "edb42d48052dee4dbc3ed9d5e1e39c1375e85fe0"
> +SRCREV_machine ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
> +SRCREV_meta ?= "9acd7f92a1b3248310ec17407063f968732ad130"
>
>  SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${
> KBRANCH};name=machine \
>             git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;
> name=meta;branch=yocto-4.12;destsuffix=${KMETA}"
> 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 ff395e0ad7e3..bdf660e6ce9e 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
> @@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.12.7"
>  KMETA = "kernel-meta"
>  KCONF_BSP_AUDIT_LEVEL = "2"
>
> -SRCREV_machine ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
> -SRCREV_meta ?= "edb42d48052dee4dbc3ed9d5e1e39c1375e85fe0"
> +SRCREV_machine ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
> +SRCREV_meta ?= "9acd7f92a1b3248310ec17407063f968732ad130"
>
>  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 ce223ca081f3..964dbce3e79e 100644
> --- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
> @@ -11,15 +11,15 @@ KBRANCH_qemux86  ?= "standard/base"
>  KBRANCH_qemux86-64 ?= "standard/base"
>  KBRANCH_qemumips64 ?= "standard/mti-malta64"
>
> -SRCREV_machine_qemuarm ?= "dc7fc6edebaa6d20967c953a2cd27bac5e955463"
> -SRCREV_machine_qemuarm64 ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
> -SRCREV_machine_qemumips ?= "ff11a70047bbab2c801f9b4f7b9d4bc1d38dbed1"
> -SRCREV_machine_qemuppc ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
> -SRCREV_machine_qemux86 ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
> -SRCREV_machine_qemux86-64 ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
> -SRCREV_machine_qemumips64 ?= "a4d6ef2c5428e57f7f9982d230b09459683ddb1d"
> -SRCREV_machine ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
> -SRCREV_meta ?= "edb42d48052dee4dbc3ed9d5e1e39c1375e85fe0"
> +SRCREV_machine_qemuarm ?= "a5227887cfadd94068717e8166879bf88d00ef73"
> +SRCREV_machine_qemuarm64 ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
> +SRCREV_machine_qemumips ?= "a6983bac4e93ba7e892f666ad8c58b32c2d10945"
> +SRCREV_machine_qemuppc ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
> +SRCREV_machine_qemux86 ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
> +SRCREV_machine_qemux86-64 ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
> +SRCREV_machine_qemumips64 ?= "b344c1888b03e40683ba109bb45b44e9cf4d1eb4"
> +SRCREV_machine ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
> +SRCREV_meta ?= "9acd7f92a1b3248310ec17407063f968732ad130"
>
>  SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=
> machine;branch=${KBRANCH}; \
>             git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;
> name=meta;branch=yocto-4.12;destsuffix=${KMETA}"
> --
> 2.5.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"

[-- Attachment #2: Type: text/html, Size: 8009 bytes --]

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

* Re: [PATCH 1/7] linux-yocto/4.10: fix aufs build
  2017-08-31 19:30 ` [PATCH 1/7] linux-yocto/4.10: fix aufs build Bruce Ashfield
@ 2017-09-01  1:27   ` Kevin Hao
  2017-09-01  1:53     ` Bruce Ashfield
  0 siblings, 1 reply; 19+ messages in thread
From: Kevin Hao @ 2017-09-01  1:27 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2363 bytes --]

On Thu, Aug 31, 2017 at 03:30:58PM -0400, Bruce Ashfield wrote:
> diff --git a/meta/recipes-kernel/linux/linux-yocto_4.10.bb b/meta/recipes-kernel/linux/linux-yocto_4.10.bb
> index 4107891f6e8a..10b56cda77e7 100644
> --- a/meta/recipes-kernel/linux/linux-yocto_4.10.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto_4.10.bb
> @@ -11,15 +11,15 @@ KBRANCH_qemux86  ?= "standard/base"
>  KBRANCH_qemux86-64 ?= "standard/base"
>  KBRANCH_qemumips64 ?= "standard/mti-malta64"
>  
> -SRCREV_machine_qemuarm ?= "4c652d50c67050422da4621cc6421ecb86b31c31"
> -SRCREV_machine_qemuarm64 ?= "65370fa249e282e4ce69cf927c01898b4c16f261"
> -SRCREV_machine_qemumips ?= "0a632fa7f9615ad1b2488a300846a7e925e6591a"
> -SRCREV_machine_qemuppc ?= "65370fa249e282e4ce69cf927c01898b4c16f261"
> -SRCREV_machine_qemux86 ?= "65370fa249e282e4ce69cf927c01898b4c16f261"
> -SRCREV_machine_qemux86-64 ?= "65370fa249e282e4ce69cf927c01898b4c16f261"
> -SRCREV_machine_qemumips64 ?= "75c22c1be83bf7894af78a36b3e3c5af08ce4d7b"
> -SRCREV_machine ?= "65370fa249e282e4ce69cf927c01898b4c16f261"
> -SRCREV_meta ?= "6ac2680ca4316fe111cddec37def7757843bbe86"
> +SRCREV_machine_qemuarm ?= "97253eca8592c9cba7c7665277e1118b048b9639"
> +SRCREV_machine_qemuarm64 ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
> +SRCREV_machine_qemumips ?= "52e935b59800868731e7620caf49cc257f1b9946"
> +SRCREV_machine_qemuppc ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
> +SRCREV_machine_qemux86 ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
> +SRCREV_machine_qemux86-64 ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
> +SRCREV_machine_qemumips64 ?= "7b6d7feb4b0143d6f9146784f6072ffd171dd7ba"
> +SRCREV_machine ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"

Hi Bruce,

I didn't get these commits in linux-yocto-4.10 git tee? Did you forget to push
or I missed something?

Thanks,
Kevin

> +SRCREV_meta ?= "416a2862c3bac3ecb641bf14e14c1d2c9c23ed96"
>  
>  SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.10.git;name=machine;branch=${KBRANCH}; \
>             git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.10;destsuffix=${KMETA}"
> -- 
> 2.5.0
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 484 bytes --]

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

* Re: [PATCH 1/7] linux-yocto/4.10: fix aufs build
  2017-09-01  1:27   ` Kevin Hao
@ 2017-09-01  1:53     ` Bruce Ashfield
  0 siblings, 0 replies; 19+ messages in thread
From: Bruce Ashfield @ 2017-09-01  1:53 UTC (permalink / raw)
  To: Kevin Hao; +Cc: openembedded-core

On 2017-08-31 9:27 PM, Kevin Hao wrote:
> On Thu, Aug 31, 2017 at 03:30:58PM -0400, Bruce Ashfield wrote:
>> diff --git a/meta/recipes-kernel/linux/linux-yocto_4.10.bb b/meta/recipes-kernel/linux/linux-yocto_4.10.bb
>> index 4107891f6e8a..10b56cda77e7 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto_4.10.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto_4.10.bb
>> @@ -11,15 +11,15 @@ KBRANCH_qemux86  ?= "standard/base"
>>   KBRANCH_qemux86-64 ?= "standard/base"
>>   KBRANCH_qemumips64 ?= "standard/mti-malta64"
>>   
>> -SRCREV_machine_qemuarm ?= "4c652d50c67050422da4621cc6421ecb86b31c31"
>> -SRCREV_machine_qemuarm64 ?= "65370fa249e282e4ce69cf927c01898b4c16f261"
>> -SRCREV_machine_qemumips ?= "0a632fa7f9615ad1b2488a300846a7e925e6591a"
>> -SRCREV_machine_qemuppc ?= "65370fa249e282e4ce69cf927c01898b4c16f261"
>> -SRCREV_machine_qemux86 ?= "65370fa249e282e4ce69cf927c01898b4c16f261"
>> -SRCREV_machine_qemux86-64 ?= "65370fa249e282e4ce69cf927c01898b4c16f261"
>> -SRCREV_machine_qemumips64 ?= "75c22c1be83bf7894af78a36b3e3c5af08ce4d7b"
>> -SRCREV_machine ?= "65370fa249e282e4ce69cf927c01898b4c16f261"
>> -SRCREV_meta ?= "6ac2680ca4316fe111cddec37def7757843bbe86"
>> +SRCREV_machine_qemuarm ?= "97253eca8592c9cba7c7665277e1118b048b9639"
>> +SRCREV_machine_qemuarm64 ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
>> +SRCREV_machine_qemumips ?= "52e935b59800868731e7620caf49cc257f1b9946"
>> +SRCREV_machine_qemuppc ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
>> +SRCREV_machine_qemux86 ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
>> +SRCREV_machine_qemux86-64 ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
>> +SRCREV_machine_qemumips64 ?= "7b6d7feb4b0143d6f9146784f6072ffd171dd7ba"
>> +SRCREV_machine ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
> 
> Hi Bruce,
> 
> I didn't get these commits in linux-yocto-4.10 git tee? Did you forget to push
> or I missed something?
> 

I see them in the tree. So I'm not sure what it happening!

Bruce

> Thanks,
> Kevin
> 
>> +SRCREV_meta ?= "416a2862c3bac3ecb641bf14e14c1d2c9c23ed96"
>>   
>>   SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.10.git;name=machine;branch=${KBRANCH}; \
>>              git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.10;destsuffix=${KMETA}"
>> -- 
>> 2.5.0
>>
>> -- 
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core



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

* Re: [PATCH 0/7] kernel-yocto: conslidated pull request
  2017-08-31 19:30 [PATCH 0/7] kernel-yocto: conslidated pull request Bruce Ashfield
                   ` (6 preceding siblings ...)
  2017-08-31 19:31 ` [PATCH 7/7] linux-yocto/4.4: update to v4.4.85 Bruce Ashfield
@ 2017-09-01 16:08 ` Richard Purdie
  2017-09-01 16:30   ` Bruce Ashfield
  7 siblings, 1 reply; 19+ messages in thread
From: Richard Purdie @ 2017-09-01 16:08 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: openembedded-core

On Thu, 2017-08-31 at 15:30 -0400, Bruce Ashfield wrote:
> Now that 4.12 + headers are in the tree, this is the next (and
> possibly final)
> around of -stable updates for the active kernels.
> 
> I've built and booted them on all four architectures. But as usual,
> this is a lot of combinations to confirm.
> 
> The 4.12 update doesn't specifically address the kernel traces that
> RP has been seeing, but it also doesn't regress things here. I'd be
> interested to know if they help/hinder in the search to find the root
> cause.
> 
> I'll of course continue to track it down myself.
> 
> I also have some functionality fixes as well as configuration updates
> as part of this update.

I ran these on the autobuilder. We did see:

https://autobuilder.yocto.io/builders/nightly-ppc/builds/465

which is the latest 4.12 kernel and the latest qemu hanging with no
boot output (but the pid did appear).

So we're still seeing something odd with ppc occasionally. Why? Don't
know :(

Cheers,

Richard


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

* Re: [PATCH 0/7] kernel-yocto: conslidated pull request
  2017-09-01 16:08 ` [PATCH 0/7] kernel-yocto: conslidated pull request Richard Purdie
@ 2017-09-01 16:30   ` Bruce Ashfield
  2017-09-05 14:13     ` Richard Purdie
  0 siblings, 1 reply; 19+ messages in thread
From: Bruce Ashfield @ 2017-09-01 16:30 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core

On 09/01/2017 12:08 PM, Richard Purdie wrote:
> On Thu, 2017-08-31 at 15:30 -0400, Bruce Ashfield wrote:
>> Now that 4.12 + headers are in the tree, this is the next (and
>> possibly final)
>> around of -stable updates for the active kernels.
>>
>> I've built and booted them on all four architectures. But as usual,
>> this is a lot of combinations to confirm.
>>
>> The 4.12 update doesn't specifically address the kernel traces that
>> RP has been seeing, but it also doesn't regress things here. I'd be
>> interested to know if they help/hinder in the search to find the root
>> cause.
>>
>> I'll of course continue to track it down myself.
>>
>> I also have some functionality fixes as well as configuration updates
>> as part of this update.
> 
> I ran these on the autobuilder. We did see:
> 
> https://autobuilder.yocto.io/builders/nightly-ppc/builds/465
> 
> which is the latest 4.12 kernel and the latest qemu hanging with no
> boot output (but the pid did appear).
> 
> So we're still seeing something odd with ppc occasionally. Why? Don't
> know :(

The only thing crappier than IDE support, is the PPC platforms that
qemu supports for system emulation.

I'll continue to try and track down the issues.

Bruce

> 
> Cheers,
> 
> Richard
> 



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

* Re: [PATCH 0/7] kernel-yocto: conslidated pull request
  2017-09-01 16:30   ` Bruce Ashfield
@ 2017-09-05 14:13     ` Richard Purdie
  2017-09-05 14:24       ` Bruce Ashfield
  0 siblings, 1 reply; 19+ messages in thread
From: Richard Purdie @ 2017-09-05 14:13 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: openembedded-core

Hi Bruce,

We had a locked up qemuppc lsb image and I was able to find backtraces
from the serial console log (/home/pokybuild/yocto-autobuilder/yocto-
worker/nightly-ppc-lsb/build/build/tmp/work/qemuppc-poky-linux/core-
image-lsb/1.0-r0/target_logs/dmesg_output.log in case anyone ever needs
to find that). The log is below, this one is for the 4.9 kernel.

Failure as seen on the AB:
https://autobuilder.yoctoproject.org/main/builders/nightly-ppc-lsb/buil
ds/1189/steps/Running%20Sanity%20Tests/logs/stdio

Not sure what it means, perhaps you can make more sense of it? :)

Cheers,

Richard



[    0.000000] Total memory = 256MB; using 512kB for hash table (at cff80000)
[    0.000000] Linux version 4.9.46-yocto-standard (oe-user@oe-host) (gcc version 7.2.0 (GCC) ) #1 PREEMPT Tue Sep 5 00:20:12 GMT 2017
[    0.000000] Found UniNorth memory controller & host bridge @ 0xf8000000 revision: 0x3124be0
[    0.000000] Mapped at 0xfdfc0000
[    0.000000] Found a Keylargo mac-io controller, rev: 0, mapped at 0xfdf40000
[    0.000000] Processor NAP mode on idle enabled.
[    0.000000] PowerMac motherboard: PowerMac G4 AGP Graphics
[    0.000000] Using PowerMac machine description
[    0.000000] bootconsole [udbg0] enabled
[    0.000000] -----------------------------------------------------
[    0.000000] Hash_size         = 0x80000
[    0.000000] phys_mem_size     = 0x10000000
[    0.000000] dcache_bsize      = 0x20
[    0.000000] icache_bsize      = 0x20
[    0.000000] cpu_features      = 0x000000000020047a
[    0.000000]   possible        = 0x0000000005a6fd7f
[    0.000000]   always          = 0x0000000000000000
[    0.000000] cpu_user_features = 0x9c000001 0x00000000
[    0.000000] mmu_features      = 0x00000001
[    0.000000] Hash              = 0xcff80000
[    0.000000] Hash_mask         = 0x1fff
[    0.000000] -----------------------------------------------------
[    0.000000] Found UniNorth PCI host bridge at 0x00000000f2000000. Firmware bus number: 0->0
[    0.000000] PCI host bridge /pci@f2000000 (primary) ranges:
[    0.000000]   IO 0x00000000f2000000..0x00000000f27fffff -> 0x0000000000000000
[    0.000000]  MEM 0x0000000080000000..0x000000008fffffff -> 0x0000000080000000 
[    0.000000] Top of RAM: 0x10000000, Total RAM: 0x10000000
[    0.000000] Memory hole size: 0MB
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x000000000fffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000000fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff]
[    0.000000] On node 0 totalpages: 65536
[    0.000000] free_area_init_node: node 0, pgdat c0acf43c, node_mem_map cfd30000
[    0.000000]   DMA zone: 576 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 65536 pages, LIFO batch:15
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64960
[    0.000000] Kernel command line: root=/dev/vda rw highres=off  mem=256M ip=192.168.7.2::192.168.7.1:255.255.255.0 console=tty console=ttyS0 console=tty1 console=ttyS0,115200n8 printk.time=1 qemurunner_pid=17112
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Sorting __ex_table...
[    0.000000] Memory: 247220K/262144K available (8164K kernel code, 548K rwdata, 1972K rodata, 440K init, 636K bss, 14924K reserved, 0K cma-reserved)
[    0.000000] Kernel virtual memory layout:
[    0.000000]   * 0xfffdf000..0xfffff000  : fixmap
[    0.000000]   * 0xfd73b000..0xfe000000  : early ioremap
[    0.000000]   * 0xd1000000..0xfd73b000  : vmalloc & ioremap
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:512 nr_irqs:512 16
[    0.000000] mpic: Resetting
[    0.000000] mpic: Setting up MPIC " MPIC 1   " version 1.3 at 80040000, max 1 CPUs
[    0.000000] mpic: ISU size: 48, shift: 6, mask: 3f
[    0.000000] mpic: Initializing for 48 sources
[    0.000000] time_init: decrementer frequency = 100.000000 MHz
[    0.000000] time_init: processor frequency   = 266.000000 MHz
[    0.000867] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x171024e7e0, max_idle_ns: 440795205315 ns
[    0.001204] clocksource: timebase mult[a000000] shift[24] registered
[    0.001562] clockevent: decrementer mult[1999999a] shift[32] cpu[0]
[    0.014375] Console: colour dummy device 80x25
[    0.030186] console [tty0] enabled
[    0.060271] console [ttyS0] enabled
[    0.061213] bootconsole [udbg0] disabled
[    0.062025] pid_max: default: 32768 minimum: 301
[    0.064889] Security Framework initialized
[    0.068548] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.068999] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.104116] ftrace: allocating 22145 entries in 65 pages
[    0.323145] devtmpfs: initialized
[    0.370895] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.375516] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.378532] xor: measuring software checksum speed
[    0.432575]    8regs     :   518.000 MB/sec
[    0.489299]    8regs_prefetch:   409.000 MB/sec
[    0.545544]    32regs    :   507.000 MB/sec
[    0.612729]    32regs_prefetch:   407.000 MB/sec
[    0.706286]    altivec   :  1854.000 MB/sec
[    0.706655] xor: using function: altivec (1854.000 MB/sec)
[    0.716165] NET: Registered protocol family 16
[    0.740060] PCI: Probing PCI hardware
[    0.743517] PCI host bridge to bus 0000:00
[    0.758540] pci_bus 0000:00: root bus resource [io  0x0000-0x7fffff]
[    0.758995] pci_bus 0000:00: root bus resource [mem 0x80000000-0x8fffffff]
[    0.759661] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.760273] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
[    0.763081] pci 0000:00:0b.0: [106b:0020] type 00 class 0x060000
[    0.770861] pci 0000:00:0c.0: [106b:0022] type 00 class 0xff0000
[    0.773154] pci 0000:00:0c.0: reg 0x10: [mem 0x80000000-0x8007ffff]
[    0.785602] pci 0000:00:0d.0: [106b:003f] type 00 class 0x0c0310
[    0.787413] pci 0000:00:0d.0: reg 0x10: [mem 0x80080000-0x800800ff]
[    0.808536] pci 0000:00:0e.0: [1234:1111] type 00 class 0x030000
[    0.813314] pci 0000:00:0e.0: reg 0x10: [mem 0x81000000-0x81ffffff pref]
[    0.827532] pci 0000:00:0e.0: reg 0x18: [mem 0x82000000-0x82000fff]
[    0.871671] pci 0000:00:0e.0: reg 0x30: [mem 0x82010000-0x8201ffff pref]
[    0.872908] pci 0000:00:0f.0: [1af4:1000] type 00 class 0x020000
[    0.879910] pci 0000:00:0f.0: reg 0x10: [io  0x1000-0x101f]
[    0.903981] pci 0000:00:0f.0: reg 0x20: [mem 0x82020000-0x82023fff 64bit pref]
[    0.910127] pci 0000:00:0f.0: reg 0x30: [mem 0x82040000-0x8207ffff pref]
[    0.911217] pci 0000:00:10.0: [1af4:1005] type 00 class 0x00ff00
[    0.913808] pci 0000:00:10.0: reg 0x10: [io  0x1080-0x109f]
[    0.931684] pci 0000:00:10.0: reg 0x20: [mem 0x82080000-0x82083fff 64bit pref]
[    0.941231] pci 0000:00:11.0: [1af4:1001] type 00 class 0x010000
[    0.944078] pci 0000:00:11.0: reg 0x10: [io  0x1100-0x113f]
[    0.956735] pci 0000:00:11.0: reg 0x20: [mem 0x82090000-0x82093fff 64bit pref]
[    0.967289] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[    0.974008] pci_bus 0000:00: resource 4 [io  0x0000-0x7fffff]
[    0.974081] pci_bus 0000:00: resource 5 [mem 0x80000000-0x8fffffff]
[    1.151073] raid6: altivecx1 gen()   206 MB/s
[    1.246767] raid6: altivecx2 gen()   251 MB/s
[    1.357724] raid6: altivecx4 gen()   244 MB/s
[    1.461651] raid6: altivecx8 gen()   243 MB/s
[    1.556676] raid6: int32x1  gen()   260 MB/s
[    1.651882] raid6: int32x1  xor()   195 MB/s
[    1.750660] raid6: int32x2  gen()   367 MB/s
[    1.844491] raid6: int32x2  xor()   254 MB/s
[    1.939874] raid6: int32x4  gen()   358 MB/s
[    2.038025] raid6: int32x4  xor()   280 MB/s
[    2.139667] raid6: int32x8  gen()   335 MB/s
[    2.234651] raid6: int32x8  xor()   257 MB/s
[    2.240178] raid6: using algorithm int32x2 gen() 367 MB/s
[    2.240472] raid6: .... xor() 254 MB/s, rmw enabled
[    2.240788] raid6: using intx1 recovery algorithm
[    2.260112] vgaarb: setting as boot device: PCI:0000:00:0e.0
[    2.263716] vgaarb: device added: PCI:0000:00:0e.0,decodes=io+mem,owns=io+mem,locks=none
[    2.264435] vgaarb: loaded
[    2.264643] vgaarb: bridge control possible 0000:00:0e.0
[    2.267735] usbcore: registered new interface driver usbfs
[    2.268788] usbcore: registered new interface driver hub
[    2.269605] usbcore: registered new device driver usb
[    2.288951] clocksource: Switched to clocksource timebase
[    2.687382] NET: Registered protocol family 2
[    2.717271] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
[    2.727254] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[    2.728797] TCP: Hash tables configured (established 2048 bind 2048)
[    2.730815] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    2.731340] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    2.734473] NET: Registered protocol family 1
[    2.745334] RPC: Registered named UNIX socket transport module.
[    2.750163] RPC: Registered udp transport module.
[    2.750528] RPC: Registered tcp transport module.
[    2.750779] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.969523] PCI: CLS 0 bytes, default 32
[    3.007451] workingset: timestamp_bits=14 max_order=16 bucket_order=2
[    3.212146] NFS: Registering the id_resolver key type
[    3.217706] Key type id_resolver registered
[    3.221361] Key type id_legacy registered
[    3.264372] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    3.271639] io scheduler noop registered
[    3.271954] io scheduler deadline registered
[    3.273256] io scheduler cfq registered (default)
[    3.279525] Using unsupported 800x600 QEMU,VGA at 81000000, depth=32, pitch=3200
[    3.317467] Console: switching to colour frame buffer device 100x37
[    3.343240] fb0: Open Firmware frame buffer device on /pci@f2000000/QEMU,VGA@e
[    3.361666] pmac_zilog: 0.6 (Benjamin Herrenschmidt <benh@kernel.crashing.org>)
[    3.480448] brd: module loaded
[    3.516275] MacIO PCI driver attached to Keylargo chipset
[    3.527452] 0.00013020:ch-a: ttyS0 at MMIO 0x80013020 (irq = 37, base_baud = 230400) is a Z85c30 ESCC - Serial port
[    3.531620] 0.00013000:ch-b: ttyS1 at MMIO 0x80013000 (irq = 36, base_baud = 230400) is a Z85c30 ESCC - Serial port
[    3.539668] Macintosh CUDA driver v0.5 for Unified ADB.
[    3.543260] Uniform Multi-Platform E-IDE driver
[    3.547029] adb: starting probe task...
[    3.644403] adb devices:
[    3.647754]  [2]: 2 1
[    3.673952]  [3]: 3 2

[    3.696968] ADB keyboard at 2, handler set to 3
[    3.711720] Detected ADB keyboard, type 
[    3.712281] ANSI.
[    3.727668] input: ADB keyboard as /devices/virtual/input/input0
[    3.750853] random: fast init done
[    3.805590] ADB mouse at 3, handler set to 2

[    3.819509] input: ADB mouse as /devices/virtual/input/input1
[    3.829063] adb: finished probe task...
[    4.588899] ide-pmac: Found Apple KeyLargo ATA-3 controller (macio), bus ID 0, irq 16
[    4.606409] Probing IDE interface ide0...
[    5.217882] ide0 at 0xd107c000-0xd107c070,0xd107c160 on irq 16
[    6.284831] ide-pmac: Found Apple KeyLargo ATA-3 controller (macio), bus ID 1, irq 18
[    6.298396] Probing IDE interface ide1...
[    6.729531] hdc: QEMU DVD-ROM, ATAPI CD/DVD-ROM drive
[    7.462162] hdc: host max PIO4 wanted PIO255(auto-tune) selected PIO0
[    7.464430] hdc: MWDMA2 mode selected
[    7.482565] ide1 at 0xd107e000-0xd107e070,0xd107e160 on irq 18
[    7.500938] ide-gd driver 1.18
[    7.535332] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[    7.563262] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    7.577886] ehci-pci: EHCI PCI platform driver
[    7.601267] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    7.619630] ohci-pci: OHCI PCI platform driver
[    7.641504] ohci-pci 0000:00:0d.0: OHCI PCI host controller
[    7.673481] ohci-pci 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    7.694410] ohci-pci 0000:00:0d.0: irq 28, io mem 0x80080000
[    7.794076] hub 1-0:1.0: USB hub found
[    7.816895] hub 1-0:1.0: 3 ports detected
[    7.850374] uhci_hcd: USB Universal Host Controller Interface driver
[    7.878295] mousedev: PS/2 mouse device common for all mice
[    7.899615] md: linear personality registered for level -1
[    7.922860] md: raid0 personality registered for level 0
[    7.935308] md: raid1 personality registered for level 1
[    7.959702] md: raid10 personality registered for level 10
[    7.969181] md: multipath personality registered for level -4
[    7.995072] md: faulty personality registered for level -5
[    8.009341] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    8.046345] usbcore: registered new interface driver usbhid
[    8.075651] usbhid: USB HID core driver
[    8.095250] oprofile: using timer interrupt.
[    8.116830] u32 classifier
[    8.125570]     Actions configured
[    8.155615] NET: Registered protocol family 10
[    8.180096] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    8.205700] NET: Registered protocol family 17
[    8.233435] Key type dns_resolver registered
[    8.270133] Btrfs loaded, crc32c=crc32c-generic
[    8.301254] usb 1-1: new full-speed USB device number 2 using ohci-pci
[    8.346923] Key type encrypted registered
[    8.375761] console [netcon0] enabled
[    8.390093] netconsole: network logging started
[    8.469088] IP-Config: Complete:
[    8.490858]      device=eth0, hwaddr=52:54:00:12:34:02, ipaddr=192.168.7.2, mask=255.255.255.0, gw=192.168.7.1
[    8.519422]      host=192.168.7.2, domain=, nis-domain=(none)
[    8.538316]      bootserver=255.255.255.255, rootserver=255.255.255.255, rootpath=
[    8.623635] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:0d.0/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input2
[    8.659733] hid-generic 0003:0627:0001.0001: input: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:0d.0-1/input0
[    8.698987] md: Waiting for all devices to be available before autodetect
[    8.727947] md: If you don't use raid, use raid=noautodetect
[    8.748899] md: Autodetecting RAID arrays.
[    8.765651] md: Scanned 0 and added 0 devices.
[    8.775299] md: autorun ...
[    8.801958] md: ... autorun DONE.
[    8.835558] EXT4-fs (vda): couldn't mount as ext3 due to feature incompatibilities
[    8.850387] EXT4-fs (vda): couldn't mount as ext2 due to feature incompatibilities
[    8.944795] EXT4-fs (vda): mounted filesystem with ordered data mode. Opts: (null)
[    8.954932] VFS: Mounted root (ext4 filesystem) on device 253:0.
[    9.012302] devtmpfs: mounted
[    9.076752] Freeing unused kernel memory: 440K
[    9.102614] This architecture does not have kernel memory protection.
[   11.002792] random: crng init done
[   12.895348] udevd[109]: starting version 3.2.2
[   13.323972] udevd[110]: starting eudev-3.2.2
[   28.159641] EXT4-fs (vda): re-mounted. Opts: (null)
[   80.754157] bluetoothd[670]: unhandled signal 11 at 6c69627b nip 0fcd584c lr 0fcd5838 code 30001
[   82.498226] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   83.191010] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[   83.209140] NFSD: starting 90-second grace period (net c0ac4728)
[ 2519.362967] INFO: rcu_preempt self-detected stall on CPU
[ 2519.458273] 	0-...: (5250 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2519.474546] 	 (t=5250 jiffies g=84874 c=84873 q=53)
[ 2519.505200] rcu_preempt kthread starved for 5250 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x1
[ 2519.546178] rcu_preempt     S    0     7      2 0x00000800
[ 2519.569370] Call Trace:
[ 2519.599529] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2519.635843] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2519.668939] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2519.699436] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2519.723081] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2519.757931] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2519.792981] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2519.826252] Task dump for CPU 0:
[ 2519.853483] swapper         R  running task        0     0      0 0x00000004
[ 2519.878159] Call Trace:
[ 2519.903614] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2519.931710] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2519.953862] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2519.984461] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2520.015786] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2520.044767] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2520.066807] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2520.096014] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2520.125893] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2520.160139] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2520.172316] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2520.186787] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2520.205192] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2520.214268] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2520.234343] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2520.249673] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2520.280207] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2520.308617] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2520.324354] [c0ad7ff0] [00003444] 0x3444
[ 2520.630597] INFO: rcu_preempt self-detected stall on CPU
[ 2520.642865] 	0-...: (21003 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2520.680345] 	 (t=21003 jiffies g=84874 c=84873 q=53)
[ 2520.715456] rcu_preempt kthread starved for 21003 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2520.764111] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2520.802127] Call Trace:
[ 2520.828157] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2520.846921] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2520.878049] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2520.904027] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2520.923271] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2520.949466] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2520.974980] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2520.995655] Task dump for CPU 0:
[ 2521.023548] swapper         R  running task        0     0      0 0x00000004
[ 2521.052711] Call Trace:
[ 2521.065930] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2521.096878] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2521.129535] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2521.153729] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2521.188698] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2521.217713] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2521.248336] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2521.270873] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2521.294181] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2521.308470] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2521.323820] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2521.333677] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2521.341010] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2521.353510] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2521.361561] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2521.381920] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2521.396954] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2521.414661] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2521.424721] [c0ad7ff0] [00003444] 0x3444
[ 2521.650119] INFO: rcu_preempt self-detected stall on CPU
[ 2521.670362] 	0-...: (36756 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2521.678747] 	 (t=36756 jiffies g=84874 c=84873 q=53)
[ 2521.707581] rcu_preempt kthread starved for 36756 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2521.735371] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2521.758377] Call Trace:
[ 2521.775049] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2521.789210] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2521.806969] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2521.815905] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2521.834388] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2521.849359] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2521.865141] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2521.881569] Task dump for CPU 0:
[ 2521.888965] swapper         R  running task        0     0      0 0x00000004
[ 2521.901408] Call Trace:
[ 2521.919245] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2521.937061] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2521.960005] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2521.979566] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2521.999974] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2522.018596] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2522.040927] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2522.058008] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2522.077173] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2522.096068] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2522.117197] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2522.125497] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2522.145855] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2522.160565] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2522.168640] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2522.201140] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2522.209944] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2522.218286] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2522.231826] [c0ad7ff0] [00003444] 0x3444
[ 2522.441421] INFO: rcu_preempt self-detected stall on CPU
[ 2522.464415] 	0-...: (52509 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2522.472445] 	 (t=52509 jiffies g=84874 c=84873 q=53)
[ 2522.489583] rcu_preempt kthread starved for 52509 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2522.505859] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2522.525531] Call Trace:
[ 2522.538913] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2522.551944] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2522.561387] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2522.570462] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2522.583787] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2522.601972] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2522.624230] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2522.641417] Task dump for CPU 0:
[ 2522.653978] swapper         R  running task        0     0      0 0x00000004
[ 2522.668508] Call Trace:
[ 2522.680780] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2522.694855] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2522.703821] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2522.719408] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2522.728043] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2522.748308] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2522.759501] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2522.772773] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2522.781213] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2522.806102] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2522.814316] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2522.829109] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2522.837047] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2522.850730] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2522.858394] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2522.892819] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2522.925100] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2522.956808] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2522.990500] [c0ad7ff0] [00003444] 0x3444
[ 2523.257071] INFO: rcu_preempt self-detected stall on CPU
[ 2523.276484] 	0-...: (68262 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2523.305298] 	 (t=68262 jiffies g=84874 c=84873 q=53)
[ 2523.322579] rcu_preempt kthread starved for 68262 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2523.359300] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2523.388241] Call Trace:
[ 2523.396544] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2523.410444] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2523.432059] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2523.446323] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2523.458810] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2523.476223] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2523.484875] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2523.499569] Task dump for CPU 0:
[ 2523.514355] swapper         R  running task        0     0      0 0x00000004
[ 2523.522838] Call Trace:
[ 2523.541521] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2523.553802] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2523.567107] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2523.592341] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2523.600879] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2523.623160] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2523.635156] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2523.657877] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2523.673547] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2523.694602] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2523.719862] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2523.728446] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2523.758495] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2523.766373] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2523.784484] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2523.805626] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2523.819352] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2523.835884] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2523.849914] [c0ad7ff0] [00003444] 0x3444
[ 2524.111485] INFO: rcu_preempt self-detected stall on CPU
[ 2524.129183] 	0-...: (84015 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2524.138878] 	 (t=84015 jiffies g=84874 c=84873 q=53)
[ 2524.162350] rcu_preempt kthread starved for 84015 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2524.197885] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2524.241858] Call Trace:
[ 2524.266465] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2524.285810] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2524.315556] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2524.342249] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2524.367516] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2524.386166] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2524.408919] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2524.439783] Task dump for CPU 0:
[ 2524.461764] swapper         R  running task        0     0      0 0x00000004
[ 2524.477239] Call Trace:
[ 2524.501798] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2524.542536] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2524.579243] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2524.613205] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2524.646312] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2524.667801] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2524.698779] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2524.728287] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2524.735969] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2524.756576] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2524.769777] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2524.777342] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2524.784810] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2524.798566] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2524.806066] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2524.826492] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2524.841045] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2524.852950] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2524.889695] [c0ad7ff0] [00003444] 0x3444
[ 2525.107610] INFO: rcu_preempt self-detected stall on CPU
[ 2525.128900] 	0-...: (99768 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2525.148960] 	 (t=99768 jiffies g=84874 c=84873 q=53)
[ 2525.168350] rcu_preempt kthread starved for 99768 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2525.198464] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2525.219203] Call Trace:
[ 2525.225550] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2525.237420] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2525.262647] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2525.282699] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2525.296637] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2525.307627] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2525.323336] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2525.339458] Task dump for CPU 0:
[ 2525.347600] swapper         R  running task        0     0      0 0x00000004
[ 2525.361613] Call Trace:
[ 2525.373252] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2525.386345] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2525.394520] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2525.411600] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2525.421429] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2525.437678] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2525.447791] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2525.455604] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2525.473499] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2525.492909] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2525.507993] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2525.522387] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2525.530560] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2525.544621] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2525.561456] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2525.585436] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2525.600882] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2525.608840] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2525.621369] [c0ad7ff0] [00003444] 0x3444
[ 2525.914617] INFO: rcu_preempt self-detected stall on CPU
[ 2525.936783] 	0-...: (115521 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2525.969488] 	 (t=115521 jiffies g=84874 c=84873 q=53)
[ 2525.999453] rcu_preempt kthread starved for 115521 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2526.036243] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2526.065961] Call Trace:
[ 2526.079568] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2526.110141] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2526.145682] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2526.166969] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2526.201463] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2526.234407] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2526.264631] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2526.295299] Task dump for CPU 0:
[ 2526.310434] swapper         R  running task        0     0      0 0x00000004
[ 2526.344170] Call Trace:
[ 2526.359761] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2526.394540] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2526.428176] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2526.462701] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2526.502646] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2526.535507] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2526.559743] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2526.592592] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2526.621050] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2526.658876] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2526.679539] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2526.695154] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2526.703675] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2526.718919] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2526.736756] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2526.769278] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2526.791669] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2526.825242] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2526.855811] [c0ad7ff0] [00003444] 0x3444
[ 2527.169031] INFO: rcu_preempt self-detected stall on CPU
[ 2527.192803] 	0-...: (131274 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2527.226446] 	 (t=131274 jiffies g=84874 c=84873 q=53)
[ 2527.259538] rcu_preempt kthread starved for 131274 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2527.302568] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2527.339126] Call Trace:
[ 2527.353606] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2527.390878] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2527.428458] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2527.448592] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2527.481498] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2527.513975] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2527.552475] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2527.570898] Task dump for CPU 0:
[ 2527.600691] swapper         R  running task        0     0      0 0x00000004
[ 2527.632358] Call Trace:
[ 2527.646232] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2527.677062] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2527.707781] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2527.728064] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2527.745596] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2527.757999] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2527.772554] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2527.782789] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2527.796885] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2527.816761] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2527.835809] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2527.843742] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2527.859959] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2527.867446] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2527.880319] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2527.908304] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2527.921470] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2527.936299] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2527.953244] [c0ad7ff0] [00003444] 0x3444
[ 2528.257487] INFO: rcu_preempt self-detected stall on CPU
[ 2528.275620] 	0-...: (147027 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2528.283571] 	 (t=147027 jiffies g=84874 c=84873 q=53)
[ 2528.291621] rcu_preempt kthread starved for 147027 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2528.319123] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2528.336659] Call Trace:
[ 2528.351187] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2528.359772] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2528.371848] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2528.384171] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2528.395311] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2528.403561] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2528.416507] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2528.432921] Task dump for CPU 0:
[ 2528.440117] swapper         R  running task        0     0      0 0x00000004
[ 2528.457810] Call Trace:
[ 2528.470962] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2528.486293] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2528.507972] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2528.515754] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2528.535182] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2528.545537] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2528.558596] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2528.565733] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2528.584616] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2528.599784] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2528.624461] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2528.637932] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2528.649534] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2528.660291] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2528.676930] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2528.708595] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2528.720024] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2528.736317] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2528.755405] [c0ad7ff0] [00003444] 0x3444
[ 2529.015338] INFO: rcu_preempt self-detected stall on CPU
[ 2529.038255] 	0-...: (162780 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2529.058346] 	 (t=162780 jiffies g=84874 c=84873 q=53)
[ 2529.075268] rcu_preempt kthread starved for 162780 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2529.103535] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2529.115675] Call Trace:
[ 2529.138955] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2529.150605] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2529.181898] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2529.193412] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2529.220487] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2529.252047] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2529.273128] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2529.305069] Task dump for CPU 0:
[ 2529.332280] swapper         R  running task        0     0      0 0x00000004
[ 2529.356791] Call Trace:
[ 2529.380548] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2529.411811] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2529.433189] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2529.446876] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2529.454786] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2529.488007] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2529.518769] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2529.541993] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2529.574187] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2529.618986] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2529.640526] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2529.648083] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2529.664110] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2529.678845] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2529.686867] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2529.710635] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2529.725363] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2529.759801] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2529.796653] [c0ad7ff0] [00003444] 0x3444
[ 2530.116354] INFO: rcu_preempt self-detected stall on CPU
[ 2530.133710] 	0-...: (178533 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2530.143753] 	 (t=178533 jiffies g=84874 c=84873 q=53)
[ 2530.163665] rcu_preempt kthread starved for 178533 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2530.181959] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2530.190116] Call Trace:
[ 2530.201038] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2530.212812] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2530.225676] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2530.239465] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2530.247115] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2530.259440] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2530.281232] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2530.298775] Task dump for CPU 0:
[ 2530.318156] swapper         R  running task        0     0      0 0x00000004
[ 2530.326954] Call Trace:
[ 2530.340661] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2530.358341] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2530.371708] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2530.384260] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2530.394474] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2530.402289] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2530.419579] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2530.434750] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2530.450684] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2530.483728] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2530.506582] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2530.536758] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2530.556750] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2530.592280] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2530.617012] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2530.644207] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2530.654646] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2530.663028] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2530.688666] [c0ad7ff0] [00003444] 0x3444
[ 2531.013674] INFO: rcu_preempt self-detected stall on CPU
[ 2531.027363] 	0-...: (194286 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2531.037624] 	 (t=194286 jiffies g=84874 c=84873 q=53)
[ 2531.047267] rcu_preempt kthread starved for 194286 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2531.072135] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2531.083806] Call Trace:
[ 2531.093576] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2531.105771] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2531.120681] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2531.133393] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2531.147597] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2531.159951] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2531.172739] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2531.200601] Task dump for CPU 0:
[ 2531.216548] swapper         R  running task        0     0      0 0x00000004
[ 2531.230100] Call Trace:
[ 2531.249336] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2531.268922] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2531.287880] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2531.310234] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2531.331946] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2531.349628] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2531.371115] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2531.389271] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2531.409999] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2531.436113] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2531.449696] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2531.461933] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2531.474184] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2531.486646] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2531.494524] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2531.515130] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2531.532345] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2531.543987] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2531.573438] [c0ad7ff0] [00003444] 0x3444
[ 2531.836746] INFO: rcu_preempt self-detected stall on CPU
[ 2531.852968] 	0-...: (210039 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2531.860860] 	 (t=210039 jiffies g=84874 c=84873 q=53)
[ 2531.887095] rcu_preempt kthread starved for 210039 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2531.909295] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2531.940888] Call Trace:
[ 2531.959686] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2531.994629] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2532.004461] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2532.020619] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2532.030474] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2532.045757] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2532.060897] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2532.075143] Task dump for CPU 0:
[ 2532.088050] swapper         R  running task        0     0      0 0x00000004
[ 2532.105019] Call Trace:
[ 2532.114150] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2532.128494] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2532.160723] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2532.184851] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2532.207407] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2532.224837] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2532.260705] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2532.282864] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2532.302674] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2532.325954] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2532.350791] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2532.372823] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2532.380553] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2532.395722] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2532.412315] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2532.426931] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2532.454993] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2532.472456] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2532.495456] [c0ad7ff0] [00003444] 0x3444
[ 2532.725581] INFO: rcu_preempt self-detected stall on CPU
[ 2532.738187] 	0-...: (225792 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2532.749810] 	 (t=225792 jiffies g=84874 c=84873 q=53)
[ 2532.757036] rcu_preempt kthread starved for 225792 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2532.775936] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2532.794782] Call Trace:
[ 2532.802628] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2532.810697] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2532.827624] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2532.842307] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2532.850119] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2532.863431] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2532.870920] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2532.883644] Task dump for CPU 0:
[ 2532.903822] swapper         R  running task        0     0      0 0x00000004
[ 2532.918481] Call Trace:
[ 2532.941341] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2532.963033] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2532.981115] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2533.004725] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2533.018495] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2533.033120] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2533.055486] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2533.082978] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2533.111277] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2533.146550] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2533.177387] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2533.193048] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2533.213204] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2533.233285] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2533.251316] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2533.294707] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2533.302462] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2533.320246] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2533.334036] [c0ad7ff0] [00003444] 0x3444
[ 2533.616880] INFO: rcu_preempt self-detected stall on CPU
[ 2533.631495] 	0-...: (241545 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2533.642014] 	 (t=241545 jiffies g=84874 c=84873 q=53)
[ 2533.649548] rcu_preempt kthread starved for 241545 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2533.674804] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2533.694140] Call Trace:
[ 2533.713326] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2533.729362] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2533.744931] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2533.752692] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2533.765309] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2533.773010] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2533.791180] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2533.799680] Task dump for CPU 0:
[ 2533.824490] swapper         R  running task        0     0      0 0x00000004
[ 2533.832484] Call Trace:
[ 2533.846127] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2533.864181] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2533.872620] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2533.880612] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2533.902207] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2533.909916] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2533.925726] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2533.942666] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2533.955926] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2533.978994] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2533.993495] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2534.007815] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2534.014860] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2534.027120] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2534.043145] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2534.063194] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2534.077901] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2534.085431] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2534.097901] [c0ad7ff0] [00003444] 0x3444
[ 2534.342372] INFO: rcu_preempt self-detected stall on CPU
[ 2534.356272] 	0-...: (257298 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2534.364177] 	 (t=257298 jiffies g=84874 c=84873 q=53)
[ 2534.373931] rcu_preempt kthread starved for 257298 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2534.398853] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2534.409561] Call Trace:
[ 2534.420177] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2534.432668] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2534.440424] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2534.453942] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2534.463563] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2534.471046] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2534.482540] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2534.490014] Task dump for CPU 0:
[ 2534.503245] swapper         R  running task        0     0      0 0x00000004
[ 2534.510651] Call Trace:
[ 2534.521955] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2534.534737] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2534.545810] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2534.557191] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2534.574563] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2534.596608] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2534.611763] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2534.626817] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2534.635711] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2534.660228] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2534.668068] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2534.687100] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2534.694289] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2534.701349] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2534.714106] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2534.736693] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2534.745608] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2534.753989] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2534.768622] [c0ad7ff0] [00003444] 0x3444
[ 2535.005544] INFO: rcu_preempt self-detected stall on CPU
[ 2535.021776] 	0-...: (273051 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2535.029516] 	 (t=273051 jiffies g=84874 c=84873 q=53)
[ 2535.043423] rcu_preempt kthread starved for 273051 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2535.064464] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2535.081389] Call Trace:
[ 2535.095413] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2535.102987] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2535.118654] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2535.140548] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2535.173372] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2535.181244] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2535.193016] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2535.200466] Task dump for CPU 0:
[ 2535.216645] swapper         R  running task        0     0      0 0x00000004
[ 2535.223621] Call Trace:
[ 2535.235489] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2535.251428] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2535.259428] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2535.273882] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2535.295415] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2535.312193] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2535.335539] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2535.355441] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2535.377468] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2535.407577] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2535.418629] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2535.427405] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2535.450101] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2535.457633] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2535.475954] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2535.494682] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2535.506455] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2535.520149] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2535.527655] [c0ad7ff0] [00003444] 0x3444
[ 2535.736312] INFO: rcu_preempt self-detected stall on CPU
[ 2535.754797] 	0-...: (288804 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2535.783182] 	 (t=288804 jiffies g=84874 c=84873 q=53)
[ 2535.801856] rcu_preempt kthread starved for 288804 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2535.834694] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2535.863692] Call Trace:
[ 2535.871343] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2535.902066] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2535.928956] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2535.946558] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2535.975256] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2536.002108] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2536.019470] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2536.048279] Task dump for CPU 0:
[ 2536.061819] swapper         R  running task        0     0      0 0x00000004
[ 2536.093707] Call Trace:
[ 2536.115952] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2536.136392] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2536.163809] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2536.181976] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2536.209206] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2536.238044] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2536.257000] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2536.264903] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2536.277222] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2536.296838] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2536.311834] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2536.321607] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2536.330484] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2536.358375] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2536.387598] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2536.424400] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2536.446027] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2536.473234] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2536.503378] [c0ad7ff0] [00003444] 0x3444
[ 2536.837171] INFO: rcu_preempt self-detected stall on CPU
[ 2536.870838] 	0-...: (304557 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2536.890682] 	 (t=304557 jiffies g=84874 c=84873 q=53)
[ 2536.917435] rcu_preempt kthread starved for 304557 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2536.953631] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2536.983784] Call Trace:
[ 2536.997546] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2537.027683] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2537.047520] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2537.070607] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2537.078040] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2537.107279] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2537.126489] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2537.150249] Task dump for CPU 0:
[ 2537.164004] swapper         R  running task        0     0      0 0x00000004
[ 2537.193634] Call Trace:
[ 2537.214328] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2537.235216] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2537.263687] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2537.291642] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2537.312050] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2537.339939] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2537.357990] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2537.370597] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2537.379076] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2537.418564] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2537.432048] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2537.440312] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2537.451660] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2537.458951] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2537.488746] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2537.503498] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2537.528453] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2537.546996] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2537.567576] [c0ad7ff0] [00003444] 0x3444
[ 2537.860086] INFO: rcu_preempt self-detected stall on CPU
[ 2537.882016] 	0-...: (320310 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2537.911366] 	 (t=320310 jiffies g=84874 c=84873 q=53)
[ 2537.940073] rcu_preempt kthread starved for 320310 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2537.978949] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2538.001826] Call Trace:
[ 2538.029738] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2538.070722] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2538.100205] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2538.128827] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2538.150252] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2538.178587] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2538.208109] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2538.243430] Task dump for CPU 0:
[ 2538.260763] swapper         R  running task        0     0      0 0x00000004
[ 2538.295255] Call Trace:
[ 2538.319326] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2538.353329] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2538.365422] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2538.388785] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2538.407878] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2538.436512] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2538.463303] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2538.485313] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2538.520096] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2538.551696] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2538.564070] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2538.587497] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2538.595562] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2538.620194] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2538.631853] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2538.663556] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2538.678921] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2538.687238] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2538.706436] [c0ad7ff0] [00003444] 0x3444
[ 2538.951213] INFO: rcu_preempt self-detected stall on CPU
[ 2538.960442] 	0-...: (336063 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2538.968171] 	 (t=336063 jiffies g=84874 c=84873 q=53)
[ 2538.975724] rcu_preempt kthread starved for 336063 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2538.990561] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2539.004898] Call Trace:
[ 2539.014382] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2539.033396] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2539.042215] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2539.051097] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2539.060116] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2539.079468] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2539.088440] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2539.098476] Task dump for CPU 0:
[ 2539.117168] swapper         R  running task        0     0      0 0x00000004
[ 2539.127044] Call Trace:
[ 2539.135466] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2539.154839] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2539.170320] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2539.194940] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2539.208877] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2539.230751] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2539.239349] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2539.256826] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2539.280717] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2539.324003] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2539.340321] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2539.356428] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2539.372904] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2539.389709] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2539.403558] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2539.440241] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2539.470266] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2539.498239] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2539.518479] [c0ad7ff0] [00003444] 0x3444
[ 2539.760533] INFO: rcu_preempt self-detected stall on CPU
[ 2539.778809] 	0-...: (351816 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2539.798089] 	 (t=351816 jiffies g=84874 c=84873 q=53)
[ 2539.815592] rcu_preempt kthread starved for 351816 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2539.850189] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2539.883634] Call Trace:
[ 2539.896572] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2539.927581] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2539.957673] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2539.976327] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2540.004235] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2540.032012] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2540.049489] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2540.080698] Task dump for CPU 0:
[ 2540.103505] swapper         R  running task        0     0      0 0x00000004
[ 2540.119580] Call Trace:
[ 2540.128604] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2540.144756] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2540.152782] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2540.172105] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2540.188729] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2540.196671] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2540.218673] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2540.236930] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2540.263564] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2540.298205] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2540.328478] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2540.347617] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2540.368475] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2540.376351] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2540.383423] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2540.407878] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2540.436648] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2540.457147] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2540.484954] [c0ad7ff0] [00003444] 0x3444
[ 2540.760162] INFO: rcu_preempt self-detected stall on CPU
[ 2540.780333] 	0-...: (367569 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0 
[ 2540.809632] 	 (t=367569 jiffies g=84874 c=84873 q=53)
[ 2540.839013] rcu_preempt kthread starved for 367569 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
[ 2540.876893] rcu_preempt     R  running task        0     7      2 0x00000800
[ 2540.907570] Call Trace:
[ 2540.922399] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
[ 2540.954627] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
[ 2540.985532] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
[ 2541.005708] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
[ 2541.038839] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
[ 2541.074001] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
[ 2541.104041] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
[ 2541.125933] Task dump for CPU 0:
[ 2541.151605] swapper         R  running task        0     0      0 0x00000004
[ 2541.185891] Call Trace:
[ 2541.199601] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
[ 2541.233668] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
[ 2541.264656] [cff73e30] [c0094a40] update_process_times+0x40/0x74
[ 2541.296985] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
[ 2541.330215] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
[ 2541.352252] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
[ 2541.378795] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
[ 2541.409014] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
[ 2541.430389] --- interrupt: 901 at __do_softirq+0xf4/0x394
                   LR = __do_softirq+0xe0/0x394
[ 2541.470313] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
[ 2541.500407] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
[ 2541.529840] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
[ 2541.559954] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
[ 2541.583389] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
[ 2541.612771] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
                   LR = arch_cpu_idle+0x30/0x78
[ 2541.656442] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
[ 2541.681584] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
[ 2541.707980] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
[ 2541.720637] [c0ad7ff0] [00003444] 0x3444


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

* Re: [PATCH 0/7] kernel-yocto: conslidated pull request
  2017-09-05 14:13     ` Richard Purdie
@ 2017-09-05 14:24       ` Bruce Ashfield
  2017-09-05 14:59         ` Richard Purdie
  0 siblings, 1 reply; 19+ messages in thread
From: Bruce Ashfield @ 2017-09-05 14:24 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core

On 09/05/2017 10:13 AM, Richard Purdie wrote:
> Hi Bruce,
> 
> We had a locked up qemuppc lsb image and I was able to find backtraces
> from the serial console log (/home/pokybuild/yocto-autobuilder/yocto-
> worker/nightly-ppc-lsb/build/build/tmp/work/qemuppc-poky-linux/core-
> image-lsb/1.0-r0/target_logs/dmesg_output.log in case anyone ever needs
> to find that). The log is below, this one is for the 4.9 kernel.
> 
> Failure as seen on the AB:
> https://autobuilder.yoctoproject.org/main/builders/nightly-ppc-lsb/buil
> ds/1189/steps/Running%20Sanity%20Tests/logs/stdio
> 
> Not sure what it means, perhaps you can make more sense of it? :)

Very interesting.

I'm (un)fortunately familiar with RCU issues, and obviously, this is
only happening under load. There's clearly a driver issue as it
interacts with whatever is running in userspace.

 From the log, it looks like this is running over NFS and pinning the
CPU and the qemu ethernet isn't handling it gracefully.

But exactly what it is, I can't say from that trace. I'll try and do
a cpu-pinned test on qemuppc (over NFS) and see if I can trigger the
same trace.

Bruce

> 
> Cheers,
> 
> Richard
> 
> 
> 
> [    0.000000] Total memory = 256MB; using 512kB for hash table (at cff80000)
> [    0.000000] Linux version 4.9.46-yocto-standard (oe-user@oe-host) (gcc version 7.2.0 (GCC) ) #1 PREEMPT Tue Sep 5 00:20:12 GMT 2017
> [    0.000000] Found UniNorth memory controller & host bridge @ 0xf8000000 revision: 0x3124be0
> [    0.000000] Mapped at 0xfdfc0000
> [    0.000000] Found a Keylargo mac-io controller, rev: 0, mapped at 0xfdf40000
> [    0.000000] Processor NAP mode on idle enabled.
> [    0.000000] PowerMac motherboard: PowerMac G4 AGP Graphics
> [    0.000000] Using PowerMac machine description
> [    0.000000] bootconsole [udbg0] enabled
> [    0.000000] -----------------------------------------------------
> [    0.000000] Hash_size         = 0x80000
> [    0.000000] phys_mem_size     = 0x10000000
> [    0.000000] dcache_bsize      = 0x20
> [    0.000000] icache_bsize      = 0x20
> [    0.000000] cpu_features      = 0x000000000020047a
> [    0.000000]   possible        = 0x0000000005a6fd7f
> [    0.000000]   always          = 0x0000000000000000
> [    0.000000] cpu_user_features = 0x9c000001 0x00000000
> [    0.000000] mmu_features      = 0x00000001
> [    0.000000] Hash              = 0xcff80000
> [    0.000000] Hash_mask         = 0x1fff
> [    0.000000] -----------------------------------------------------
> [    0.000000] Found UniNorth PCI host bridge at 0x00000000f2000000. Firmware bus number: 0->0
> [    0.000000] PCI host bridge /pci@f2000000 (primary) ranges:
> [    0.000000]   IO 0x00000000f2000000..0x00000000f27fffff -> 0x0000000000000000
> [    0.000000]  MEM 0x0000000080000000..0x000000008fffffff -> 0x0000000080000000
> [    0.000000] Top of RAM: 0x10000000, Total RAM: 0x10000000
> [    0.000000] Memory hole size: 0MB
> [    0.000000] Zone ranges:
> [    0.000000]   DMA      [mem 0x0000000000000000-0x000000000fffffff]
> [    0.000000]   Normal   empty
> [    0.000000] Movable zone start for each node
> [    0.000000] Early memory node ranges
> [    0.000000]   node   0: [mem 0x0000000000000000-0x000000000fffffff]
> [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff]
> [    0.000000] On node 0 totalpages: 65536
> [    0.000000] free_area_init_node: node 0, pgdat c0acf43c, node_mem_map cfd30000
> [    0.000000]   DMA zone: 576 pages used for memmap
> [    0.000000]   DMA zone: 0 pages reserved
> [    0.000000]   DMA zone: 65536 pages, LIFO batch:15
> [    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
> [    0.000000] pcpu-alloc: [0] 0
> [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64960
> [    0.000000] Kernel command line: root=/dev/vda rw highres=off  mem=256M ip=192.168.7.2::192.168.7.1:255.255.255.0 console=tty console=ttyS0 console=tty1 console=ttyS0,115200n8 printk.time=1 qemurunner_pid=17112
> [    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
> [    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
> [    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
> [    0.000000] Sorting __ex_table...
> [    0.000000] Memory: 247220K/262144K available (8164K kernel code, 548K rwdata, 1972K rodata, 440K init, 636K bss, 14924K reserved, 0K cma-reserved)
> [    0.000000] Kernel virtual memory layout:
> [    0.000000]   * 0xfffdf000..0xfffff000  : fixmap
> [    0.000000]   * 0xfd73b000..0xfe000000  : early ioremap
> [    0.000000]   * 0xd1000000..0xfd73b000  : vmalloc & ioremap
> [    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
> [    0.000000] Preemptible hierarchical RCU implementation.
> [    0.000000] 	Build-time adjustment of leaf fanout to 32.
> [    0.000000] NR_IRQS:512 nr_irqs:512 16
> [    0.000000] mpic: Resetting
> [    0.000000] mpic: Setting up MPIC " MPIC 1   " version 1.3 at 80040000, max 1 CPUs
> [    0.000000] mpic: ISU size: 48, shift: 6, mask: 3f
> [    0.000000] mpic: Initializing for 48 sources
> [    0.000000] time_init: decrementer frequency = 100.000000 MHz
> [    0.000000] time_init: processor frequency   = 266.000000 MHz
> [    0.000867] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x171024e7e0, max_idle_ns: 440795205315 ns
> [    0.001204] clocksource: timebase mult[a000000] shift[24] registered
> [    0.001562] clockevent: decrementer mult[1999999a] shift[32] cpu[0]
> [    0.014375] Console: colour dummy device 80x25
> [    0.030186] console [tty0] enabled
> [    0.060271] console [ttyS0] enabled
> [    0.061213] bootconsole [udbg0] disabled
> [    0.062025] pid_max: default: 32768 minimum: 301
> [    0.064889] Security Framework initialized
> [    0.068548] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
> [    0.068999] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
> [    0.104116] ftrace: allocating 22145 entries in 65 pages
> [    0.323145] devtmpfs: initialized
> [    0.370895] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
> [    0.375516] futex hash table entries: 256 (order: -1, 3072 bytes)
> [    0.378532] xor: measuring software checksum speed
> [    0.432575]    8regs     :   518.000 MB/sec
> [    0.489299]    8regs_prefetch:   409.000 MB/sec
> [    0.545544]    32regs    :   507.000 MB/sec
> [    0.612729]    32regs_prefetch:   407.000 MB/sec
> [    0.706286]    altivec   :  1854.000 MB/sec
> [    0.706655] xor: using function: altivec (1854.000 MB/sec)
> [    0.716165] NET: Registered protocol family 16
> [    0.740060] PCI: Probing PCI hardware
> [    0.743517] PCI host bridge to bus 0000:00
> [    0.758540] pci_bus 0000:00: root bus resource [io  0x0000-0x7fffff]
> [    0.758995] pci_bus 0000:00: root bus resource [mem 0x80000000-0x8fffffff]
> [    0.759661] pci_bus 0000:00: root bus resource [bus 00-ff]
> [    0.760273] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to ff
> [    0.763081] pci 0000:00:0b.0: [106b:0020] type 00 class 0x060000
> [    0.770861] pci 0000:00:0c.0: [106b:0022] type 00 class 0xff0000
> [    0.773154] pci 0000:00:0c.0: reg 0x10: [mem 0x80000000-0x8007ffff]
> [    0.785602] pci 0000:00:0d.0: [106b:003f] type 00 class 0x0c0310
> [    0.787413] pci 0000:00:0d.0: reg 0x10: [mem 0x80080000-0x800800ff]
> [    0.808536] pci 0000:00:0e.0: [1234:1111] type 00 class 0x030000
> [    0.813314] pci 0000:00:0e.0: reg 0x10: [mem 0x81000000-0x81ffffff pref]
> [    0.827532] pci 0000:00:0e.0: reg 0x18: [mem 0x82000000-0x82000fff]
> [    0.871671] pci 0000:00:0e.0: reg 0x30: [mem 0x82010000-0x8201ffff pref]
> [    0.872908] pci 0000:00:0f.0: [1af4:1000] type 00 class 0x020000
> [    0.879910] pci 0000:00:0f.0: reg 0x10: [io  0x1000-0x101f]
> [    0.903981] pci 0000:00:0f.0: reg 0x20: [mem 0x82020000-0x82023fff 64bit pref]
> [    0.910127] pci 0000:00:0f.0: reg 0x30: [mem 0x82040000-0x8207ffff pref]
> [    0.911217] pci 0000:00:10.0: [1af4:1005] type 00 class 0x00ff00
> [    0.913808] pci 0000:00:10.0: reg 0x10: [io  0x1080-0x109f]
> [    0.931684] pci 0000:00:10.0: reg 0x20: [mem 0x82080000-0x82083fff 64bit pref]
> [    0.941231] pci 0000:00:11.0: [1af4:1001] type 00 class 0x010000
> [    0.944078] pci 0000:00:11.0: reg 0x10: [io  0x1100-0x113f]
> [    0.956735] pci 0000:00:11.0: reg 0x20: [mem 0x82090000-0x82093fff 64bit pref]
> [    0.967289] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
> [    0.974008] pci_bus 0000:00: resource 4 [io  0x0000-0x7fffff]
> [    0.974081] pci_bus 0000:00: resource 5 [mem 0x80000000-0x8fffffff]
> [    1.151073] raid6: altivecx1 gen()   206 MB/s
> [    1.246767] raid6: altivecx2 gen()   251 MB/s
> [    1.357724] raid6: altivecx4 gen()   244 MB/s
> [    1.461651] raid6: altivecx8 gen()   243 MB/s
> [    1.556676] raid6: int32x1  gen()   260 MB/s
> [    1.651882] raid6: int32x1  xor()   195 MB/s
> [    1.750660] raid6: int32x2  gen()   367 MB/s
> [    1.844491] raid6: int32x2  xor()   254 MB/s
> [    1.939874] raid6: int32x4  gen()   358 MB/s
> [    2.038025] raid6: int32x4  xor()   280 MB/s
> [    2.139667] raid6: int32x8  gen()   335 MB/s
> [    2.234651] raid6: int32x8  xor()   257 MB/s
> [    2.240178] raid6: using algorithm int32x2 gen() 367 MB/s
> [    2.240472] raid6: .... xor() 254 MB/s, rmw enabled
> [    2.240788] raid6: using intx1 recovery algorithm
> [    2.260112] vgaarb: setting as boot device: PCI:0000:00:0e.0
> [    2.263716] vgaarb: device added: PCI:0000:00:0e.0,decodes=io+mem,owns=io+mem,locks=none
> [    2.264435] vgaarb: loaded
> [    2.264643] vgaarb: bridge control possible 0000:00:0e.0
> [    2.267735] usbcore: registered new interface driver usbfs
> [    2.268788] usbcore: registered new interface driver hub
> [    2.269605] usbcore: registered new device driver usb
> [    2.288951] clocksource: Switched to clocksource timebase
> [    2.687382] NET: Registered protocol family 2
> [    2.717271] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
> [    2.727254] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
> [    2.728797] TCP: Hash tables configured (established 2048 bind 2048)
> [    2.730815] UDP hash table entries: 256 (order: 0, 4096 bytes)
> [    2.731340] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
> [    2.734473] NET: Registered protocol family 1
> [    2.745334] RPC: Registered named UNIX socket transport module.
> [    2.750163] RPC: Registered udp transport module.
> [    2.750528] RPC: Registered tcp transport module.
> [    2.750779] RPC: Registered tcp NFSv4.1 backchannel transport module.
> [    2.969523] PCI: CLS 0 bytes, default 32
> [    3.007451] workingset: timestamp_bits=14 max_order=16 bucket_order=2
> [    3.212146] NFS: Registering the id_resolver key type
> [    3.217706] Key type id_resolver registered
> [    3.221361] Key type id_legacy registered
> [    3.264372] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
> [    3.271639] io scheduler noop registered
> [    3.271954] io scheduler deadline registered
> [    3.273256] io scheduler cfq registered (default)
> [    3.279525] Using unsupported 800x600 QEMU,VGA at 81000000, depth=32, pitch=3200
> [    3.317467] Console: switching to colour frame buffer device 100x37
> [    3.343240] fb0: Open Firmware frame buffer device on /pci@f2000000/QEMU,VGA@e
> [    3.361666] pmac_zilog: 0.6 (Benjamin Herrenschmidt <benh@kernel.crashing.org>)
> [    3.480448] brd: module loaded
> [    3.516275] MacIO PCI driver attached to Keylargo chipset
> [    3.527452] 0.00013020:ch-a: ttyS0 at MMIO 0x80013020 (irq = 37, base_baud = 230400) is a Z85c30 ESCC - Serial port
> [    3.531620] 0.00013000:ch-b: ttyS1 at MMIO 0x80013000 (irq = 36, base_baud = 230400) is a Z85c30 ESCC - Serial port
> [    3.539668] Macintosh CUDA driver v0.5 for Unified ADB.
> [    3.543260] Uniform Multi-Platform E-IDE driver
> [    3.547029] adb: starting probe task...
> [    3.644403] adb devices:
> [    3.647754]  [2]: 2 1
> [    3.673952]  [3]: 3 2
> 
> [    3.696968] ADB keyboard at 2, handler set to 3
> [    3.711720] Detected ADB keyboard, type
> [    3.712281] ANSI.
> [    3.727668] input: ADB keyboard as /devices/virtual/input/input0
> [    3.750853] random: fast init done
> [    3.805590] ADB mouse at 3, handler set to 2
> 
> [    3.819509] input: ADB mouse as /devices/virtual/input/input1
> [    3.829063] adb: finished probe task...
> [    4.588899] ide-pmac: Found Apple KeyLargo ATA-3 controller (macio), bus ID 0, irq 16
> [    4.606409] Probing IDE interface ide0...
> [    5.217882] ide0 at 0xd107c000-0xd107c070,0xd107c160 on irq 16
> [    6.284831] ide-pmac: Found Apple KeyLargo ATA-3 controller (macio), bus ID 1, irq 18
> [    6.298396] Probing IDE interface ide1...
> [    6.729531] hdc: QEMU DVD-ROM, ATAPI CD/DVD-ROM drive
> [    7.462162] hdc: host max PIO4 wanted PIO255(auto-tune) selected PIO0
> [    7.464430] hdc: MWDMA2 mode selected
> [    7.482565] ide1 at 0xd107e000-0xd107e070,0xd107e160 on irq 18
> [    7.500938] ide-gd driver 1.18
> [    7.535332] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
> [    7.563262] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [    7.577886] ehci-pci: EHCI PCI platform driver
> [    7.601267] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [    7.619630] ohci-pci: OHCI PCI platform driver
> [    7.641504] ohci-pci 0000:00:0d.0: OHCI PCI host controller
> [    7.673481] ohci-pci 0000:00:0d.0: new USB bus registered, assigned bus number 1
> [    7.694410] ohci-pci 0000:00:0d.0: irq 28, io mem 0x80080000
> [    7.794076] hub 1-0:1.0: USB hub found
> [    7.816895] hub 1-0:1.0: 3 ports detected
> [    7.850374] uhci_hcd: USB Universal Host Controller Interface driver
> [    7.878295] mousedev: PS/2 mouse device common for all mice
> [    7.899615] md: linear personality registered for level -1
> [    7.922860] md: raid0 personality registered for level 0
> [    7.935308] md: raid1 personality registered for level 1
> [    7.959702] md: raid10 personality registered for level 10
> [    7.969181] md: multipath personality registered for level -4
> [    7.995072] md: faulty personality registered for level -5
> [    8.009341] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
> [    8.046345] usbcore: registered new interface driver usbhid
> [    8.075651] usbhid: USB HID core driver
> [    8.095250] oprofile: using timer interrupt.
> [    8.116830] u32 classifier
> [    8.125570]     Actions configured
> [    8.155615] NET: Registered protocol family 10
> [    8.180096] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
> [    8.205700] NET: Registered protocol family 17
> [    8.233435] Key type dns_resolver registered
> [    8.270133] Btrfs loaded, crc32c=crc32c-generic
> [    8.301254] usb 1-1: new full-speed USB device number 2 using ohci-pci
> [    8.346923] Key type encrypted registered
> [    8.375761] console [netcon0] enabled
> [    8.390093] netconsole: network logging started
> [    8.469088] IP-Config: Complete:
> [    8.490858]      device=eth0, hwaddr=52:54:00:12:34:02, ipaddr=192.168.7.2, mask=255.255.255.0, gw=192.168.7.1
> [    8.519422]      host=192.168.7.2, domain=, nis-domain=(none)
> [    8.538316]      bootserver=255.255.255.255, rootserver=255.255.255.255, rootpath=
> [    8.623635] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:0d.0/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input2
> [    8.659733] hid-generic 0003:0627:0001.0001: input: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:0d.0-1/input0
> [    8.698987] md: Waiting for all devices to be available before autodetect
> [    8.727947] md: If you don't use raid, use raid=noautodetect
> [    8.748899] md: Autodetecting RAID arrays.
> [    8.765651] md: Scanned 0 and added 0 devices.
> [    8.775299] md: autorun ...
> [    8.801958] md: ... autorun DONE.
> [    8.835558] EXT4-fs (vda): couldn't mount as ext3 due to feature incompatibilities
> [    8.850387] EXT4-fs (vda): couldn't mount as ext2 due to feature incompatibilities
> [    8.944795] EXT4-fs (vda): mounted filesystem with ordered data mode. Opts: (null)
> [    8.954932] VFS: Mounted root (ext4 filesystem) on device 253:0.
> [    9.012302] devtmpfs: mounted
> [    9.076752] Freeing unused kernel memory: 440K
> [    9.102614] This architecture does not have kernel memory protection.
> [   11.002792] random: crng init done
> [   12.895348] udevd[109]: starting version 3.2.2
> [   13.323972] udevd[110]: starting eudev-3.2.2
> [   28.159641] EXT4-fs (vda): re-mounted. Opts: (null)
> [   80.754157] bluetoothd[670]: unhandled signal 11 at 6c69627b nip 0fcd584c lr 0fcd5838 code 30001
> [   82.498226] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
> [   83.191010] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
> [   83.209140] NFSD: starting 90-second grace period (net c0ac4728)
> [ 2519.362967] INFO: rcu_preempt self-detected stall on CPU
> [ 2519.458273] 	0-...: (5250 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2519.474546] 	 (t=5250 jiffies g=84874 c=84873 q=53)
> [ 2519.505200] rcu_preempt kthread starved for 5250 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x1
> [ 2519.546178] rcu_preempt     S    0     7      2 0x00000800
> [ 2519.569370] Call Trace:
> [ 2519.599529] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2519.635843] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2519.668939] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2519.699436] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2519.723081] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2519.757931] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2519.792981] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2519.826252] Task dump for CPU 0:
> [ 2519.853483] swapper         R  running task        0     0      0 0x00000004
> [ 2519.878159] Call Trace:
> [ 2519.903614] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2519.931710] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2519.953862] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2519.984461] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2520.015786] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2520.044767] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2520.066807] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2520.096014] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2520.125893] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2520.160139] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2520.172316] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2520.186787] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2520.205192] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2520.214268] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2520.234343] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2520.249673] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2520.280207] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2520.308617] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2520.324354] [c0ad7ff0] [00003444] 0x3444
> [ 2520.630597] INFO: rcu_preempt self-detected stall on CPU
> [ 2520.642865] 	0-...: (21003 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2520.680345] 	 (t=21003 jiffies g=84874 c=84873 q=53)
> [ 2520.715456] rcu_preempt kthread starved for 21003 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2520.764111] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2520.802127] Call Trace:
> [ 2520.828157] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2520.846921] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2520.878049] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2520.904027] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2520.923271] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2520.949466] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2520.974980] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2520.995655] Task dump for CPU 0:
> [ 2521.023548] swapper         R  running task        0     0      0 0x00000004
> [ 2521.052711] Call Trace:
> [ 2521.065930] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2521.096878] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2521.129535] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2521.153729] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2521.188698] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2521.217713] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2521.248336] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2521.270873] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2521.294181] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2521.308470] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2521.323820] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2521.333677] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2521.341010] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2521.353510] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2521.361561] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2521.381920] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2521.396954] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2521.414661] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2521.424721] [c0ad7ff0] [00003444] 0x3444
> [ 2521.650119] INFO: rcu_preempt self-detected stall on CPU
> [ 2521.670362] 	0-...: (36756 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2521.678747] 	 (t=36756 jiffies g=84874 c=84873 q=53)
> [ 2521.707581] rcu_preempt kthread starved for 36756 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2521.735371] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2521.758377] Call Trace:
> [ 2521.775049] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2521.789210] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2521.806969] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2521.815905] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2521.834388] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2521.849359] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2521.865141] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2521.881569] Task dump for CPU 0:
> [ 2521.888965] swapper         R  running task        0     0      0 0x00000004
> [ 2521.901408] Call Trace:
> [ 2521.919245] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2521.937061] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2521.960005] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2521.979566] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2521.999974] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2522.018596] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2522.040927] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2522.058008] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2522.077173] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2522.096068] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2522.117197] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2522.125497] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2522.145855] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2522.160565] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2522.168640] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2522.201140] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2522.209944] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2522.218286] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2522.231826] [c0ad7ff0] [00003444] 0x3444
> [ 2522.441421] INFO: rcu_preempt self-detected stall on CPU
> [ 2522.464415] 	0-...: (52509 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2522.472445] 	 (t=52509 jiffies g=84874 c=84873 q=53)
> [ 2522.489583] rcu_preempt kthread starved for 52509 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2522.505859] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2522.525531] Call Trace:
> [ 2522.538913] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2522.551944] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2522.561387] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2522.570462] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2522.583787] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2522.601972] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2522.624230] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2522.641417] Task dump for CPU 0:
> [ 2522.653978] swapper         R  running task        0     0      0 0x00000004
> [ 2522.668508] Call Trace:
> [ 2522.680780] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2522.694855] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2522.703821] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2522.719408] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2522.728043] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2522.748308] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2522.759501] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2522.772773] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2522.781213] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2522.806102] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2522.814316] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2522.829109] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2522.837047] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2522.850730] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2522.858394] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2522.892819] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2522.925100] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2522.956808] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2522.990500] [c0ad7ff0] [00003444] 0x3444
> [ 2523.257071] INFO: rcu_preempt self-detected stall on CPU
> [ 2523.276484] 	0-...: (68262 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2523.305298] 	 (t=68262 jiffies g=84874 c=84873 q=53)
> [ 2523.322579] rcu_preempt kthread starved for 68262 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2523.359300] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2523.388241] Call Trace:
> [ 2523.396544] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2523.410444] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2523.432059] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2523.446323] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2523.458810] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2523.476223] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2523.484875] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2523.499569] Task dump for CPU 0:
> [ 2523.514355] swapper         R  running task        0     0      0 0x00000004
> [ 2523.522838] Call Trace:
> [ 2523.541521] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2523.553802] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2523.567107] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2523.592341] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2523.600879] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2523.623160] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2523.635156] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2523.657877] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2523.673547] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2523.694602] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2523.719862] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2523.728446] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2523.758495] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2523.766373] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2523.784484] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2523.805626] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2523.819352] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2523.835884] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2523.849914] [c0ad7ff0] [00003444] 0x3444
> [ 2524.111485] INFO: rcu_preempt self-detected stall on CPU
> [ 2524.129183] 	0-...: (84015 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2524.138878] 	 (t=84015 jiffies g=84874 c=84873 q=53)
> [ 2524.162350] rcu_preempt kthread starved for 84015 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2524.197885] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2524.241858] Call Trace:
> [ 2524.266465] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2524.285810] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2524.315556] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2524.342249] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2524.367516] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2524.386166] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2524.408919] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2524.439783] Task dump for CPU 0:
> [ 2524.461764] swapper         R  running task        0     0      0 0x00000004
> [ 2524.477239] Call Trace:
> [ 2524.501798] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2524.542536] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2524.579243] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2524.613205] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2524.646312] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2524.667801] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2524.698779] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2524.728287] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2524.735969] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2524.756576] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2524.769777] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2524.777342] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2524.784810] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2524.798566] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2524.806066] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2524.826492] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2524.841045] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2524.852950] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2524.889695] [c0ad7ff0] [00003444] 0x3444
> [ 2525.107610] INFO: rcu_preempt self-detected stall on CPU
> [ 2525.128900] 	0-...: (99768 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2525.148960] 	 (t=99768 jiffies g=84874 c=84873 q=53)
> [ 2525.168350] rcu_preempt kthread starved for 99768 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2525.198464] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2525.219203] Call Trace:
> [ 2525.225550] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2525.237420] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2525.262647] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2525.282699] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2525.296637] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2525.307627] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2525.323336] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2525.339458] Task dump for CPU 0:
> [ 2525.347600] swapper         R  running task        0     0      0 0x00000004
> [ 2525.361613] Call Trace:
> [ 2525.373252] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2525.386345] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2525.394520] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2525.411600] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2525.421429] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2525.437678] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2525.447791] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2525.455604] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2525.473499] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2525.492909] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2525.507993] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2525.522387] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2525.530560] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2525.544621] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2525.561456] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2525.585436] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2525.600882] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2525.608840] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2525.621369] [c0ad7ff0] [00003444] 0x3444
> [ 2525.914617] INFO: rcu_preempt self-detected stall on CPU
> [ 2525.936783] 	0-...: (115521 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2525.969488] 	 (t=115521 jiffies g=84874 c=84873 q=53)
> [ 2525.999453] rcu_preempt kthread starved for 115521 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2526.036243] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2526.065961] Call Trace:
> [ 2526.079568] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2526.110141] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2526.145682] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2526.166969] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2526.201463] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2526.234407] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2526.264631] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2526.295299] Task dump for CPU 0:
> [ 2526.310434] swapper         R  running task        0     0      0 0x00000004
> [ 2526.344170] Call Trace:
> [ 2526.359761] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2526.394540] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2526.428176] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2526.462701] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2526.502646] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2526.535507] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2526.559743] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2526.592592] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2526.621050] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2526.658876] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2526.679539] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2526.695154] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2526.703675] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2526.718919] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2526.736756] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2526.769278] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2526.791669] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2526.825242] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2526.855811] [c0ad7ff0] [00003444] 0x3444
> [ 2527.169031] INFO: rcu_preempt self-detected stall on CPU
> [ 2527.192803] 	0-...: (131274 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2527.226446] 	 (t=131274 jiffies g=84874 c=84873 q=53)
> [ 2527.259538] rcu_preempt kthread starved for 131274 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2527.302568] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2527.339126] Call Trace:
> [ 2527.353606] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2527.390878] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2527.428458] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2527.448592] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2527.481498] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2527.513975] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2527.552475] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2527.570898] Task dump for CPU 0:
> [ 2527.600691] swapper         R  running task        0     0      0 0x00000004
> [ 2527.632358] Call Trace:
> [ 2527.646232] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2527.677062] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2527.707781] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2527.728064] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2527.745596] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2527.757999] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2527.772554] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2527.782789] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2527.796885] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2527.816761] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2527.835809] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2527.843742] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2527.859959] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2527.867446] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2527.880319] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2527.908304] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2527.921470] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2527.936299] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2527.953244] [c0ad7ff0] [00003444] 0x3444
> [ 2528.257487] INFO: rcu_preempt self-detected stall on CPU
> [ 2528.275620] 	0-...: (147027 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2528.283571] 	 (t=147027 jiffies g=84874 c=84873 q=53)
> [ 2528.291621] rcu_preempt kthread starved for 147027 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2528.319123] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2528.336659] Call Trace:
> [ 2528.351187] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2528.359772] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2528.371848] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2528.384171] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2528.395311] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2528.403561] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2528.416507] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2528.432921] Task dump for CPU 0:
> [ 2528.440117] swapper         R  running task        0     0      0 0x00000004
> [ 2528.457810] Call Trace:
> [ 2528.470962] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2528.486293] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2528.507972] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2528.515754] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2528.535182] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2528.545537] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2528.558596] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2528.565733] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2528.584616] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2528.599784] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2528.624461] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2528.637932] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2528.649534] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2528.660291] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2528.676930] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2528.708595] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2528.720024] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2528.736317] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2528.755405] [c0ad7ff0] [00003444] 0x3444
> [ 2529.015338] INFO: rcu_preempt self-detected stall on CPU
> [ 2529.038255] 	0-...: (162780 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2529.058346] 	 (t=162780 jiffies g=84874 c=84873 q=53)
> [ 2529.075268] rcu_preempt kthread starved for 162780 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2529.103535] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2529.115675] Call Trace:
> [ 2529.138955] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2529.150605] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2529.181898] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2529.193412] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2529.220487] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2529.252047] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2529.273128] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2529.305069] Task dump for CPU 0:
> [ 2529.332280] swapper         R  running task        0     0      0 0x00000004
> [ 2529.356791] Call Trace:
> [ 2529.380548] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2529.411811] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2529.433189] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2529.446876] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2529.454786] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2529.488007] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2529.518769] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2529.541993] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2529.574187] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2529.618986] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2529.640526] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2529.648083] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2529.664110] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2529.678845] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2529.686867] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2529.710635] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2529.725363] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2529.759801] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2529.796653] [c0ad7ff0] [00003444] 0x3444
> [ 2530.116354] INFO: rcu_preempt self-detected stall on CPU
> [ 2530.133710] 	0-...: (178533 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2530.143753] 	 (t=178533 jiffies g=84874 c=84873 q=53)
> [ 2530.163665] rcu_preempt kthread starved for 178533 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2530.181959] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2530.190116] Call Trace:
> [ 2530.201038] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2530.212812] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2530.225676] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2530.239465] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2530.247115] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2530.259440] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2530.281232] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2530.298775] Task dump for CPU 0:
> [ 2530.318156] swapper         R  running task        0     0      0 0x00000004
> [ 2530.326954] Call Trace:
> [ 2530.340661] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2530.358341] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2530.371708] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2530.384260] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2530.394474] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2530.402289] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2530.419579] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2530.434750] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2530.450684] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2530.483728] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2530.506582] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2530.536758] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2530.556750] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2530.592280] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2530.617012] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2530.644207] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2530.654646] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2530.663028] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2530.688666] [c0ad7ff0] [00003444] 0x3444
> [ 2531.013674] INFO: rcu_preempt self-detected stall on CPU
> [ 2531.027363] 	0-...: (194286 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2531.037624] 	 (t=194286 jiffies g=84874 c=84873 q=53)
> [ 2531.047267] rcu_preempt kthread starved for 194286 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2531.072135] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2531.083806] Call Trace:
> [ 2531.093576] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2531.105771] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2531.120681] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2531.133393] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2531.147597] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2531.159951] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2531.172739] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2531.200601] Task dump for CPU 0:
> [ 2531.216548] swapper         R  running task        0     0      0 0x00000004
> [ 2531.230100] Call Trace:
> [ 2531.249336] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2531.268922] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2531.287880] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2531.310234] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2531.331946] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2531.349628] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2531.371115] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2531.389271] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2531.409999] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2531.436113] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2531.449696] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2531.461933] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2531.474184] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2531.486646] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2531.494524] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2531.515130] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2531.532345] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2531.543987] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2531.573438] [c0ad7ff0] [00003444] 0x3444
> [ 2531.836746] INFO: rcu_preempt self-detected stall on CPU
> [ 2531.852968] 	0-...: (210039 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2531.860860] 	 (t=210039 jiffies g=84874 c=84873 q=53)
> [ 2531.887095] rcu_preempt kthread starved for 210039 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2531.909295] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2531.940888] Call Trace:
> [ 2531.959686] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2531.994629] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2532.004461] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2532.020619] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2532.030474] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2532.045757] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2532.060897] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2532.075143] Task dump for CPU 0:
> [ 2532.088050] swapper         R  running task        0     0      0 0x00000004
> [ 2532.105019] Call Trace:
> [ 2532.114150] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2532.128494] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2532.160723] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2532.184851] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2532.207407] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2532.224837] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2532.260705] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2532.282864] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2532.302674] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2532.325954] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2532.350791] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2532.372823] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2532.380553] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2532.395722] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2532.412315] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2532.426931] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2532.454993] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2532.472456] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2532.495456] [c0ad7ff0] [00003444] 0x3444
> [ 2532.725581] INFO: rcu_preempt self-detected stall on CPU
> [ 2532.738187] 	0-...: (225792 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2532.749810] 	 (t=225792 jiffies g=84874 c=84873 q=53)
> [ 2532.757036] rcu_preempt kthread starved for 225792 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2532.775936] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2532.794782] Call Trace:
> [ 2532.802628] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2532.810697] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2532.827624] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2532.842307] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2532.850119] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2532.863431] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2532.870920] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2532.883644] Task dump for CPU 0:
> [ 2532.903822] swapper         R  running task        0     0      0 0x00000004
> [ 2532.918481] Call Trace:
> [ 2532.941341] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2532.963033] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2532.981115] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2533.004725] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2533.018495] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2533.033120] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2533.055486] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2533.082978] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2533.111277] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2533.146550] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2533.177387] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2533.193048] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2533.213204] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2533.233285] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2533.251316] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2533.294707] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2533.302462] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2533.320246] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2533.334036] [c0ad7ff0] [00003444] 0x3444
> [ 2533.616880] INFO: rcu_preempt self-detected stall on CPU
> [ 2533.631495] 	0-...: (241545 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2533.642014] 	 (t=241545 jiffies g=84874 c=84873 q=53)
> [ 2533.649548] rcu_preempt kthread starved for 241545 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2533.674804] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2533.694140] Call Trace:
> [ 2533.713326] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2533.729362] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2533.744931] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2533.752692] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2533.765309] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2533.773010] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2533.791180] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2533.799680] Task dump for CPU 0:
> [ 2533.824490] swapper         R  running task        0     0      0 0x00000004
> [ 2533.832484] Call Trace:
> [ 2533.846127] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2533.864181] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2533.872620] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2533.880612] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2533.902207] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2533.909916] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2533.925726] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2533.942666] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2533.955926] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2533.978994] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2533.993495] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2534.007815] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2534.014860] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2534.027120] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2534.043145] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2534.063194] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2534.077901] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2534.085431] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2534.097901] [c0ad7ff0] [00003444] 0x3444
> [ 2534.342372] INFO: rcu_preempt self-detected stall on CPU
> [ 2534.356272] 	0-...: (257298 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2534.364177] 	 (t=257298 jiffies g=84874 c=84873 q=53)
> [ 2534.373931] rcu_preempt kthread starved for 257298 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2534.398853] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2534.409561] Call Trace:
> [ 2534.420177] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2534.432668] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2534.440424] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2534.453942] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2534.463563] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2534.471046] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2534.482540] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2534.490014] Task dump for CPU 0:
> [ 2534.503245] swapper         R  running task        0     0      0 0x00000004
> [ 2534.510651] Call Trace:
> [ 2534.521955] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2534.534737] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2534.545810] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2534.557191] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2534.574563] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2534.596608] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2534.611763] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2534.626817] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2534.635711] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2534.660228] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2534.668068] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2534.687100] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2534.694289] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2534.701349] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2534.714106] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2534.736693] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2534.745608] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2534.753989] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2534.768622] [c0ad7ff0] [00003444] 0x3444
> [ 2535.005544] INFO: rcu_preempt self-detected stall on CPU
> [ 2535.021776] 	0-...: (273051 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2535.029516] 	 (t=273051 jiffies g=84874 c=84873 q=53)
> [ 2535.043423] rcu_preempt kthread starved for 273051 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2535.064464] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2535.081389] Call Trace:
> [ 2535.095413] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2535.102987] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2535.118654] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2535.140548] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2535.173372] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2535.181244] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2535.193016] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2535.200466] Task dump for CPU 0:
> [ 2535.216645] swapper         R  running task        0     0      0 0x00000004
> [ 2535.223621] Call Trace:
> [ 2535.235489] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2535.251428] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2535.259428] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2535.273882] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2535.295415] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2535.312193] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2535.335539] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2535.355441] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2535.377468] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2535.407577] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2535.418629] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2535.427405] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2535.450101] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2535.457633] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2535.475954] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2535.494682] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2535.506455] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2535.520149] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2535.527655] [c0ad7ff0] [00003444] 0x3444
> [ 2535.736312] INFO: rcu_preempt self-detected stall on CPU
> [ 2535.754797] 	0-...: (288804 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2535.783182] 	 (t=288804 jiffies g=84874 c=84873 q=53)
> [ 2535.801856] rcu_preempt kthread starved for 288804 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2535.834694] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2535.863692] Call Trace:
> [ 2535.871343] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2535.902066] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2535.928956] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2535.946558] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2535.975256] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2536.002108] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2536.019470] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2536.048279] Task dump for CPU 0:
> [ 2536.061819] swapper         R  running task        0     0      0 0x00000004
> [ 2536.093707] Call Trace:
> [ 2536.115952] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2536.136392] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2536.163809] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2536.181976] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2536.209206] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2536.238044] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2536.257000] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2536.264903] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2536.277222] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2536.296838] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2536.311834] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2536.321607] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2536.330484] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2536.358375] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2536.387598] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2536.424400] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2536.446027] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2536.473234] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2536.503378] [c0ad7ff0] [00003444] 0x3444
> [ 2536.837171] INFO: rcu_preempt self-detected stall on CPU
> [ 2536.870838] 	0-...: (304557 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2536.890682] 	 (t=304557 jiffies g=84874 c=84873 q=53)
> [ 2536.917435] rcu_preempt kthread starved for 304557 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2536.953631] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2536.983784] Call Trace:
> [ 2536.997546] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2537.027683] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2537.047520] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2537.070607] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2537.078040] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2537.107279] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2537.126489] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2537.150249] Task dump for CPU 0:
> [ 2537.164004] swapper         R  running task        0     0      0 0x00000004
> [ 2537.193634] Call Trace:
> [ 2537.214328] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2537.235216] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2537.263687] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2537.291642] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2537.312050] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2537.339939] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2537.357990] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2537.370597] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2537.379076] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2537.418564] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2537.432048] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2537.440312] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2537.451660] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2537.458951] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2537.488746] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2537.503498] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2537.528453] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2537.546996] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2537.567576] [c0ad7ff0] [00003444] 0x3444
> [ 2537.860086] INFO: rcu_preempt self-detected stall on CPU
> [ 2537.882016] 	0-...: (320310 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2537.911366] 	 (t=320310 jiffies g=84874 c=84873 q=53)
> [ 2537.940073] rcu_preempt kthread starved for 320310 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2537.978949] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2538.001826] Call Trace:
> [ 2538.029738] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2538.070722] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2538.100205] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2538.128827] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2538.150252] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2538.178587] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2538.208109] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2538.243430] Task dump for CPU 0:
> [ 2538.260763] swapper         R  running task        0     0      0 0x00000004
> [ 2538.295255] Call Trace:
> [ 2538.319326] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2538.353329] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2538.365422] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2538.388785] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2538.407878] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2538.436512] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2538.463303] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2538.485313] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2538.520096] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2538.551696] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2538.564070] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2538.587497] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2538.595562] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2538.620194] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2538.631853] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2538.663556] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2538.678921] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2538.687238] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2538.706436] [c0ad7ff0] [00003444] 0x3444
> [ 2538.951213] INFO: rcu_preempt self-detected stall on CPU
> [ 2538.960442] 	0-...: (336063 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2538.968171] 	 (t=336063 jiffies g=84874 c=84873 q=53)
> [ 2538.975724] rcu_preempt kthread starved for 336063 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2538.990561] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2539.004898] Call Trace:
> [ 2539.014382] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2539.033396] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2539.042215] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2539.051097] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2539.060116] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2539.079468] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2539.088440] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2539.098476] Task dump for CPU 0:
> [ 2539.117168] swapper         R  running task        0     0      0 0x00000004
> [ 2539.127044] Call Trace:
> [ 2539.135466] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2539.154839] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2539.170320] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2539.194940] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2539.208877] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2539.230751] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2539.239349] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2539.256826] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2539.280717] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2539.324003] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2539.340321] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2539.356428] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2539.372904] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2539.389709] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2539.403558] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2539.440241] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2539.470266] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2539.498239] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2539.518479] [c0ad7ff0] [00003444] 0x3444
> [ 2539.760533] INFO: rcu_preempt self-detected stall on CPU
> [ 2539.778809] 	0-...: (351816 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2539.798089] 	 (t=351816 jiffies g=84874 c=84873 q=53)
> [ 2539.815592] rcu_preempt kthread starved for 351816 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2539.850189] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2539.883634] Call Trace:
> [ 2539.896572] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2539.927581] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2539.957673] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2539.976327] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2540.004235] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2540.032012] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2540.049489] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2540.080698] Task dump for CPU 0:
> [ 2540.103505] swapper         R  running task        0     0      0 0x00000004
> [ 2540.119580] Call Trace:
> [ 2540.128604] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2540.144756] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2540.152782] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2540.172105] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2540.188729] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2540.196671] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2540.218673] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2540.236930] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2540.263564] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2540.298205] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2540.328478] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2540.347617] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2540.368475] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2540.376351] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2540.383423] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2540.407878] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2540.436648] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2540.457147] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2540.484954] [c0ad7ff0] [00003444] 0x3444
> [ 2540.760162] INFO: rcu_preempt self-detected stall on CPU
> [ 2540.780333] 	0-...: (367569 ticks this GP) idle=7c3/2/0 softirq=119072/119072 fqs=0
> [ 2540.809632] 	 (t=367569 jiffies g=84874 c=84873 q=53)
> [ 2540.839013] rcu_preempt kthread starved for 367569 jiffies! g84874 c84873 f0x0 RCU_GP_WAIT_FQS(3) ->state=0x0
> [ 2540.876893] rcu_preempt     R  running task        0     7      2 0x00000800
> [ 2540.907570] Call Trace:
> [ 2540.922399] [cf8bfcf0] [84000242] 0x84000242 (unreliable)
> [ 2540.954627] [cf8bfdb0] [c07ea7c0] __schedule+0x2c4/0x83c
> [ 2540.985532] [cf8bfe10] [c07ead78] schedule+0x40/0xb0
> [ 2541.005708] [cf8bfe20] [c07ee728] schedule_timeout+0xa4/0x340
> [ 2541.038839] [cf8bfe90] [c008d49c] rcu_gp_kthread+0x638/0xae8
> [ 2541.074001] [cf8bfef0] [c0058038] kthread+0xf8/0xfc
> [ 2541.104041] [cf8bff40] [c001337c] ret_from_kernel_thread+0x5c/0x64
> [ 2541.125933] Task dump for CPU 0:
> [ 2541.151605] swapper         R  running task        0     0      0 0x00000004
> [ 2541.185891] Call Trace:
> [ 2541.199601] [cff73da0] [c07f37b4] rcu_dump_cpu_stacks+0xbc/0x100 (unreliable)
> [ 2541.233668] [cff73dc0] [c008e2f8] rcu_check_callbacks+0x5d8/0xa04
> [ 2541.264656] [cff73e30] [c0094a40] update_process_times+0x40/0x74
> [ 2541.296985] [cff73e40] [c00a7a80] tick_periodic+0xfc/0x124
> [ 2541.330215] [cff73e50] [c00a7b78] tick_handle_periodic+0xd0/0x124
> [ 2541.352252] [cff73e80] [c000ceac] __timer_interrupt+0xe0/0x310
> [ 2541.378795] [cff73ea0] [c000d30c] timer_interrupt+0x84/0xf8
> [ 2541.409014] [cff73ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2541.430389] --- interrupt: 901 at __do_softirq+0xf4/0x394
>                     LR = __do_softirq+0xe0/0x394
> [ 2541.470313] [cff73f80] [c07f290c] __do_softirq+0x9c/0x394 (unreliable)
> [ 2541.500407] [cff73fe0] [c0039080] irq_exit+0xc8/0xd0
> [ 2541.529840] [cff73ff0] [c0010f8c] call_do_irq+0x24/0x3c
> [ 2541.559954] [c0ad7e90] [c00074b4] do_IRQ+0xb0/0x164
> [ 2541.583389] [c0ad7ec0] [c001396c] ret_from_except+0x0/0x14
> [ 2541.612771] --- interrupt: 501 at arch_cpu_idle+0x30/0x78
>                     LR = arch_cpu_idle+0x30/0x78
> [ 2541.656442] [c0ad7f80] [c07eb158] schedule_preempt_disabled+0x2c/0x3c (unreliable)
> [ 2541.681584] [c0ad7f90] [c0070ff4] cpu_startup_entry+0xd4/0x170
> [ 2541.707980] [c0ad7fb0] [c09ed0fc] start_kernel+0x380/0x3ac
> [ 2541.720637] [c0ad7ff0] [00003444] 0x3444
> 



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

* Re: [PATCH 0/7] kernel-yocto: conslidated pull request
  2017-09-05 14:24       ` Bruce Ashfield
@ 2017-09-05 14:59         ` Richard Purdie
  2017-09-05 15:03           ` Bruce Ashfield
                             ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Richard Purdie @ 2017-09-05 14:59 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: openembedded-core

On Tue, 2017-09-05 at 10:24 -0400, Bruce Ashfield wrote:
> On 09/05/2017 10:13 AM, Richard Purdie wrote:
> > 
> > Hi Bruce,
> > 
> > We had a locked up qemuppc lsb image and I was able to find
> > backtraces
> > from the serial console log (/home/pokybuild/yocto-
> > autobuilder/yocto-
> > worker/nightly-ppc-lsb/build/build/tmp/work/qemuppc-poky-
> > linux/core-
> > image-lsb/1.0-r0/target_logs/dmesg_output.log in case anyone ever
> > needs
> > to find that). The log is below, this one is for the 4.9 kernel.
> > 
> > Failure as seen on the AB:
> > https://autobuilder.yoctoproject.org/main/builders/nightly-ppc-lsb/
> > buil
> > ds/1189/steps/Running%20Sanity%20Tests/logs/stdio
> > 
> > Not sure what it means, perhaps you can make more sense of it? :)
> Very interesting.
> 
> I'm (un)fortunately familiar with RCU issues, and obviously, this is
> only happening under load. There's clearly a driver issue as it
> interacts with whatever is running in userspace.
> 
>  From the log, it looks like this is running over NFS and pinning the
> CPU and the qemu ethernet isn't handling it gracefully.

Looking at the logs I've seen I don't think this is over NFS, it should
be over virtio:

"Kernel command line: root=/dev/vda"

> But exactly what it is, I can't say from that trace. I'll try and do
> a cpu-pinned test on qemuppc (over NFS) and see if I can trigger the
> same trace.

I'm also not sure what this might be. I did a bit more staring at the
log and I think the system did come back:

NOTE: core-image-lsb-1.0-r0 do_testimage:   test_dnf_install_from_disk (dnf.DnfRepoTest)
NOTE: core-image-lsb-1.0-r0 do_testimage:  ... OK (249.929s)
NOTE: core-image-lsb-1.0-r0 do_testimage:   test_dnf_install_from_http (dnf.DnfRepoTest)
NOTE: core-image-lsb-1.0-r0 do_testimage:  ... OK (212.547s)
NOTE: core-image-lsb-1.0-r0 do_testimage:   test_dnf_reinstall (dnf.DnfRepoTest)
NOTE: core-image-lsb-1.0-r0 do_testimage:  ... FAIL (1501.682s)
NOTE: core-image-lsb-1.0-r0 do_testimage:   test_dnf_repoinfo (dnf.DnfRepoTest)
NOTE: core-image-lsb-1.0-r0 do_testimage:  ... FAIL (15.952s)
NOTE: core-image-lsb-1.0-r0 do_testimage:   test_syslog_running (oe_syslog.SyslogTest)
NOTE: core-image-lsb-1.0-r0 do_testimage:  ... FAIL (3.039s)
NOTE: core-image-lsb-1.0-r0 do_testimage:   test_syslog_logger (oe_syslog.SyslogTestConfig)
NOTE: core-image-lsb-1.0-r0 do_testimage:  ... SKIP (0.001s)
NOTE: core-image-lsb-1.0-r0 do_testimage:   test_syslog_restart (oe_syslog.SyslogTestConfig)
NOTE: core-image-lsb-1.0-r0 do_testimage:  ... SKIP (0.001s)
NOTE: core-image-lsb-1.0-r0 do_testimage:   test_syslog_startup_config (oe_syslog.SyslogTestConfig)
NOTE: core-image-lsb-1.0-r0 do_testimage:  ... SKIP (0.001s)
NOTE: core-image-lsb-1.0-r0 do_testimage:   test_pam (pam.PamBasicTest)
NOTE: core-image-lsb-1.0-r0 do_testimage:  ... FAIL (3.003s)
NOTE: core-image-lsb-1.0-r0 do_testimage:   test_parselogs (parselogs.ParseLogsTest)
NOTE: core-image-lsb-1.0-r0 do_testimage:  ... OK (39.675s)
NOTE: core-image-lsb-1.0-r0 do_testimage:   test_rpm_help (rpm.RpmBasicTest)
NOTE: core-image-lsb-1.0-r0 do_testimage:  ... OK (2.590s)
NOTE: core-image-lsb-1.0-r0 do_testimage:   test_rpm_query (rpm.RpmBasicTest)
NOTE: core-image-lsb-1.0-r0 do_testimage:  ... OK (2.295s)
NOTE: core-image-lsb-1.0-r0 do_testimage:   test_rpm_instal

So for a while there the system "locked up":

AssertionError: 255 != 0 : dnf --repofrompath=oe-testimage-repo-noarch,http://192.168.7.1:38838/noarch --repofrompath=oe-testimage-repo-qemuppc,http://192.168.7.1:38838/qemuppc --repofrompath=oe-testimage-repo-ppc7400,http://192.168.7.1:38838/ppc7400 --nogpgcheck reinstall -y run-postinsts-dev

Process killed - no output for 1500 seconds. Total running time: 1501 seconds.

AssertionError: 255 != 0 : dnf --repofrompath=oe-testimage-repo-noarch,http://192.168.7.1:38838/noarch --repofrompath=oe-testimage-repo-qemuppc,http://192.168.7.1:38838/qemuppc --repofrompath=oe-testimage-repo-ppc7400,http://192.168.7.1:38838/ppc7400 --nogpgcheck repoinfo
ssh: connect to host 192.168.7.2 port 22: No route to host

self.assertEqual(status, 1, msg = msg)
AssertionError: 255 != 1 : login command does not work as expected. Status and output:255 and ssh: connect to host 192.168.7.2 port 22: No route to host

then the system seems to have come back. All very odd...

Cheers,

Richard



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

* Re: [PATCH 0/7] kernel-yocto: conslidated pull request
  2017-09-05 14:59         ` Richard Purdie
@ 2017-09-05 15:03           ` Bruce Ashfield
  2017-09-11  2:34           ` Bruce Ashfield
  2017-09-13 13:27           ` Bruce Ashfield
  2 siblings, 0 replies; 19+ messages in thread
From: Bruce Ashfield @ 2017-09-05 15:03 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core

On 09/05/2017 10:59 AM, Richard Purdie wrote:
> On Tue, 2017-09-05 at 10:24 -0400, Bruce Ashfield wrote:
>> On 09/05/2017 10:13 AM, Richard Purdie wrote:
>>>
>>> Hi Bruce,
>>>
>>> We had a locked up qemuppc lsb image and I was able to find
>>> backtraces
>>> from the serial console log (/home/pokybuild/yocto-
>>> autobuilder/yocto-
>>> worker/nightly-ppc-lsb/build/build/tmp/work/qemuppc-poky-
>>> linux/core-
>>> image-lsb/1.0-r0/target_logs/dmesg_output.log in case anyone ever
>>> needs
>>> to find that). The log is below, this one is for the 4.9 kernel.
>>>
>>> Failure as seen on the AB:
>>> https://autobuilder.yoctoproject.org/main/builders/nightly-ppc-lsb/
>>> buil
>>> ds/1189/steps/Running%20Sanity%20Tests/logs/stdio
>>>
>>> Not sure what it means, perhaps you can make more sense of it? :)
>> Very interesting.
>>
>> I'm (un)fortunately familiar with RCU issues, and obviously, this is
>> only happening under load. There's clearly a driver issue as it
>> interacts with whatever is running in userspace.
>>
>>   From the log, it looks like this is running over NFS and pinning the
>> CPU and the qemu ethernet isn't handling it gracefully.
> 
> Looking at the logs I've seen I don't think this is over NFS, it should
> be over virtio:
> 
> "Kernel command line: root=/dev/vda"
> 
>> But exactly what it is, I can't say from that trace. I'll try and do
>> a cpu-pinned test on qemuppc (over NFS) and see if I can trigger the
>> same trace.
> 
> I'm also not sure what this might be. I did a bit more staring at the
> log and I think the system did come back:
> 
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_dnf_install_from_disk (dnf.DnfRepoTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... OK (249.929s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_dnf_install_from_http (dnf.DnfRepoTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... OK (212.547s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_dnf_reinstall (dnf.DnfRepoTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... FAIL (1501.682s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_dnf_repoinfo (dnf.DnfRepoTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... FAIL (15.952s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_syslog_running (oe_syslog.SyslogTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... FAIL (3.039s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_syslog_logger (oe_syslog.SyslogTestConfig)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... SKIP (0.001s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_syslog_restart (oe_syslog.SyslogTestConfig)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... SKIP (0.001s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_syslog_startup_config (oe_syslog.SyslogTestConfig)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... SKIP (0.001s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_pam (pam.PamBasicTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... FAIL (3.003s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_parselogs (parselogs.ParseLogsTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... OK (39.675s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_rpm_help (rpm.RpmBasicTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... OK (2.590s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_rpm_query (rpm.RpmBasicTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... OK (2.295s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_rpm_instal
> 
> So for a while there the system "locked up":
> 
> AssertionError: 255 != 0 : dnf --repofrompath=oe-testimage-repo-noarch,http://192.168.7.1:38838/noarch --repofrompath=oe-testimage-repo-qemuppc,http://192.168.7.1:38838/qemuppc --repofrompath=oe-testimage-repo-ppc7400,http://192.168.7.1:38838/ppc7400 --nogpgcheck reinstall -y run-postinsts-dev
> 
> Process killed - no output for 1500 seconds. Total running time: 1501 seconds.
> 
> AssertionError: 255 != 0 : dnf --repofrompath=oe-testimage-repo-noarch,http://192.168.7.1:38838/noarch --repofrompath=oe-testimage-repo-qemuppc,http://192.168.7.1:38838/qemuppc --repofrompath=oe-testimage-repo-ppc7400,http://192.168.7.1:38838/ppc7400 --nogpgcheck repoinfo
> ssh: connect to host 192.168.7.2 port 22: No route to host
> 
> self.assertEqual(status, 1, msg = msg)
> AssertionError: 255 != 1 : login command does not work as expected. Status and output:255 and ssh: connect to host 192.168.7.2 port 22: No route to host
> 
> then the system seems to have come back. All very odd...

I'd expect after the stall that it would come back. But it
is good news that it isn't over NFS, since that would make things
harder to reproduce.

There's some sort of cpu intensive task -> virtio that is not
allowing softIRQd to run within limits.

We could back off the warning and increase the limit, but that
can cause more serious problems down the road.

Bruce

> 
> Cheers,
> 
> Richard
> 



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

* Re: [PATCH 0/7] kernel-yocto: conslidated pull request
  2017-09-05 14:59         ` Richard Purdie
  2017-09-05 15:03           ` Bruce Ashfield
@ 2017-09-11  2:34           ` Bruce Ashfield
  2017-09-13 13:27           ` Bruce Ashfield
  2 siblings, 0 replies; 19+ messages in thread
From: Bruce Ashfield @ 2017-09-11  2:34 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core

On 2017-09-05 10:59 AM, Richard Purdie wrote:
> On Tue, 2017-09-05 at 10:24 -0400, Bruce Ashfield wrote:
>> On 09/05/2017 10:13 AM, Richard Purdie wrote:
>>>
>>> Hi Bruce,
>>>
>>> We had a locked up qemuppc lsb image and I was able to find
>>> backtraces
>>> from the serial console log (/home/pokybuild/yocto-
>>> autobuilder/yocto-
>>> worker/nightly-ppc-lsb/build/build/tmp/work/qemuppc-poky-
>>> linux/core-
>>> image-lsb/1.0-r0/target_logs/dmesg_output.log in case anyone ever
>>> needs
>>> to find that). The log is below, this one is for the 4.9 kernel.
>>>
>>> Failure as seen on the AB:
>>> https://autobuilder.yoctoproject.org/main/builders/nightly-ppc-lsb/
>>> buil
>>> ds/1189/steps/Running%20Sanity%20Tests/logs/stdio
>>>
>>> Not sure what it means, perhaps you can make more sense of it? :)
>> Very interesting.
>>
>> I'm (un)fortunately familiar with RCU issues, and obviously, this is
>> only happening under load. There's clearly a driver issue as it
>> interacts with whatever is running in userspace.
>>
>>   From the log, it looks like this is running over NFS and pinning the
>> CPU and the qemu ethernet isn't handling it gracefully.
> 
> Looking at the logs I've seen I don't think this is over NFS, it should
> be over virtio:
> 
> "Kernel command line: root=/dev/vda"
> 
>> But exactly what it is, I can't say from that trace. I'll try and do
>> a cpu-pinned test on qemuppc (over NFS) and see if I can trigger the
>> same trace.
> 
> I'm also not sure what this might be. I did a bit more staring at the
> log and I think the system did come back:
> 
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_dnf_install_from_disk (dnf.DnfRepoTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... OK (249.929s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_dnf_install_from_http (dnf.DnfRepoTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... OK (212.547s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_dnf_reinstall (dnf.DnfRepoTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... FAIL (1501.682s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_dnf_repoinfo (dnf.DnfRepoTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... FAIL (15.952s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_syslog_running (oe_syslog.SyslogTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... FAIL (3.039s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_syslog_logger (oe_syslog.SyslogTestConfig)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... SKIP (0.001s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_syslog_restart (oe_syslog.SyslogTestConfig)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... SKIP (0.001s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_syslog_startup_config (oe_syslog.SyslogTestConfig)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... SKIP (0.001s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_pam (pam.PamBasicTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... FAIL (3.003s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_parselogs (parselogs.ParseLogsTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... OK (39.675s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_rpm_help (rpm.RpmBasicTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... OK (2.590s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_rpm_query (rpm.RpmBasicTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... OK (2.295s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_rpm_instal
> 
> So for a while there the system "locked up":
> 
> AssertionError: 255 != 0 : dnf --repofrompath=oe-testimage-repo-noarch,http://192.168.7.1:38838/noarch --repofrompath=oe-testimage-repo-qemuppc,http://192.168.7.1:38838/qemuppc --repofrompath=oe-testimage-repo-ppc7400,http://192.168.7.1:38838/ppc7400 --nogpgcheck reinstall -y run-postinsts-dev
> 
> Process killed - no output for 1500 seconds. Total running time: 1501 seconds.
> 
> AssertionError: 255 != 0 : dnf --repofrompath=oe-testimage-repo-noarch,http://192.168.7.1:38838/noarch --repofrompath=oe-testimage-repo-qemuppc,http://192.168.7.1:38838/qemuppc --repofrompath=oe-testimage-repo-ppc7400,http://192.168.7.1:38838/ppc7400 --nogpgcheck repoinfo
> ssh: connect to host 192.168.7.2 port 22: No route to host
> 
> self.assertEqual(status, 1, msg = msg)
> AssertionError: 255 != 1 : login command does not work as expected. Status and output:255 and ssh: connect to host 192.168.7.2 port 22: No route to host
> 
> then the system seems to have come back. All very odd...

After letting my qemuppc run with a hard cpu loop for 5 days, I did
finally manage to get a RCU stall.

I still don't have a root cause, but I can confirm that I saw this
with my 4.12 kernel as well.

Bruce

> 
> Cheers,
> 
> Richard
> 



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

* Re: [PATCH 0/7] kernel-yocto: conslidated pull request
  2017-09-05 14:59         ` Richard Purdie
  2017-09-05 15:03           ` Bruce Ashfield
  2017-09-11  2:34           ` Bruce Ashfield
@ 2017-09-13 13:27           ` Bruce Ashfield
  2 siblings, 0 replies; 19+ messages in thread
From: Bruce Ashfield @ 2017-09-13 13:27 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core

On 09/05/2017 10:59 AM, Richard Purdie wrote:
> On Tue, 2017-09-05 at 10:24 -0400, Bruce Ashfield wrote:
>> On 09/05/2017 10:13 AM, Richard Purdie wrote:
>>>
>>> Hi Bruce,
>>>
>>> We had a locked up qemuppc lsb image and I was able to find
>>> backtraces
>>> from the serial console log (/home/pokybuild/yocto-
>>> autobuilder/yocto-
>>> worker/nightly-ppc-lsb/build/build/tmp/work/qemuppc-poky-
>>> linux/core-
>>> image-lsb/1.0-r0/target_logs/dmesg_output.log in case anyone ever
>>> needs
>>> to find that). The log is below, this one is for the 4.9 kernel.
>>>
>>> Failure as seen on the AB:
>>> https://autobuilder.yoctoproject.org/main/builders/nightly-ppc-lsb/
>>> buil
>>> ds/1189/steps/Running%20Sanity%20Tests/logs/stdio
>>>
>>> Not sure what it means, perhaps you can make more sense of it? :)
>> Very interesting.
>>
>> I'm (un)fortunately familiar with RCU issues, and obviously, this is
>> only happening under load. There's clearly a driver issue as it
>> interacts with whatever is running in userspace.
>>
>>   From the log, it looks like this is running over NFS and pinning the
>> CPU and the qemu ethernet isn't handling it gracefully.
> 
> Looking at the logs I've seen I don't think this is over NFS, it should
> be over virtio:
> 
> "Kernel command line: root=/dev/vda"
> 
>> But exactly what it is, I can't say from that trace. I'll try and do
>> a cpu-pinned test on qemuppc (over NFS) and see if I can trigger the
>> same trace.
> 
> I'm also not sure what this might be. I did a bit more staring at the
> log and I think the system did come back:
> 
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_dnf_install_from_disk (dnf.DnfRepoTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... OK (249.929s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_dnf_install_from_http (dnf.DnfRepoTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... OK (212.547s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_dnf_reinstall (dnf.DnfRepoTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... FAIL (1501.682s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_dnf_repoinfo (dnf.DnfRepoTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... FAIL (15.952s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_syslog_running (oe_syslog.SyslogTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... FAIL (3.039s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_syslog_logger (oe_syslog.SyslogTestConfig)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... SKIP (0.001s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_syslog_restart (oe_syslog.SyslogTestConfig)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... SKIP (0.001s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_syslog_startup_config (oe_syslog.SyslogTestConfig)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... SKIP (0.001s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_pam (pam.PamBasicTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... FAIL (3.003s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_parselogs (parselogs.ParseLogsTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... OK (39.675s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_rpm_help (rpm.RpmBasicTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... OK (2.590s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_rpm_query (rpm.RpmBasicTest)
> NOTE: core-image-lsb-1.0-r0 do_testimage:  ... OK (2.295s)
> NOTE: core-image-lsb-1.0-r0 do_testimage:   test_rpm_instal
> 
> So for a while there the system "locked up":
> 
> AssertionError: 255 != 0 : dnf --repofrompath=oe-testimage-repo-noarch,http://192.168.7.1:38838/noarch --repofrompath=oe-testimage-repo-qemuppc,http://192.168.7.1:38838/qemuppc --repofrompath=oe-testimage-repo-ppc7400,http://192.168.7.1:38838/ppc7400 --nogpgcheck reinstall -y run-postinsts-dev
> 
> Process killed - no output for 1500 seconds. Total running time: 1501 seconds.
> 
> AssertionError: 255 != 0 : dnf --repofrompath=oe-testimage-repo-noarch,http://192.168.7.1:38838/noarch --repofrompath=oe-testimage-repo-qemuppc,http://192.168.7.1:38838/qemuppc --repofrompath=oe-testimage-repo-ppc7400,http://192.168.7.1:38838/ppc7400 --nogpgcheck repoinfo
> ssh: connect to host 192.168.7.2 port 22: No route to host
> 
> self.assertEqual(status, 1, msg = msg)
> AssertionError: 255 != 1 : login command does not work as expected. Status and output:255 and ssh: connect to host 192.168.7.2 port 22: No route to host
> 
> then the system seems to have come back. All very odd...

I'm still trying to get a solid reproducer for this, but I'm now
going down the route of isolating different parts of the system.

I was looking at:

https://autobuilder.yocto.io/builders/nightly-ppc-lsb/builds/475/steps/Running%20Sanity%20Tests/logs/stdio

And I thought that this was related to the switch of the cdrom to
be virtio backed, but looking at the command line:

tmp/work/x86_64-linux/qemu-helper-native/1.0-r1/recipe-sysroot-native/usr/bin//qemu-system-ppc 
-device virtio-net-pci,netdev=net0,mac=52:54:00:12:34:02 -netdev 
tap,id=net0,ifname=tap0,script=no,downscript=no -drive 
file=/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-ppc-lsb/build/build/tmp/deploy/images/qemuppc/core-image-lsb-sdk-qemuppc.ext4,if=virtio,format=raw 
-show-cursor -usb -device usb-tablet -device virtio-rng-pci -serial 
tcp:127.0.0.1:48509 -pidfile pidfile_13726 -machine mac99 -cpu G4 -m 256 
-serial tcp:127.0.0.1:40895 -snapshot -kernel 
tmp/deploy/images/qemuppc/vmlinux--4.9.46+git0+f16cac5343_cf9a7dd9f4-r0.2-qemuppc-20170912090305.bin 
-append root=/dev/vda rw highres=off  mem=256M 
ip=192.168.7.2::192.168.7.1:255.255.255.0 console=tty console=ttyS0 
console=tty1 console=ttyS0,115200n8 printk.time=1

That doesn't come into play here, so I've stopped mining the virtio
back end for the moment .. if you have

But since this does happen in 4.12 and 4.9, I can't shake the logic
that it has to do with some different way we are now invoking qemu
that is triggering and existing kernel issue.

.. but again, back to not seeing that -cdrom change in the command
line.

Do you know of any other qemu parameter changes that are fairly recent ?
I'm not seeing any, but wanted to check.

Bruce

> 
> Cheers,
> 
> Richard
> 



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

end of thread, other threads:[~2017-09-13 13:27 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-31 19:30 [PATCH 0/7] kernel-yocto: conslidated pull request Bruce Ashfield
2017-08-31 19:30 ` [PATCH 1/7] linux-yocto/4.10: fix aufs build Bruce Ashfield
2017-09-01  1:27   ` Kevin Hao
2017-09-01  1:53     ` Bruce Ashfield
2017-08-31 19:30 ` [PATCH 2/7] linux-yoct/4.12: fix yaffs2 build Bruce Ashfield
2017-08-31 19:33   ` Bruce Ashfield
2017-08-31 19:31 ` [PATCH 3/7] linux-yocto/4.10/4.9: fix BRCMFMAC_PROTO_MSGBUF warning Bruce Ashfield
2017-08-31 19:31 ` [PATCH 4/7] linux-yocto/4.12: silence qeumarma9 config warnings Bruce Ashfield
2017-08-31 19:31 ` [PATCH 5/7] linux-yocto/4.12: update to v4.12.10 Bruce Ashfield
2017-08-31 19:31 ` [PATCH 6/7] linux-yocto/4.9: update to v4.9.46 Bruce Ashfield
2017-08-31 19:31 ` [PATCH 7/7] linux-yocto/4.4: update to v4.4.85 Bruce Ashfield
2017-09-01 16:08 ` [PATCH 0/7] kernel-yocto: conslidated pull request Richard Purdie
2017-09-01 16:30   ` Bruce Ashfield
2017-09-05 14:13     ` Richard Purdie
2017-09-05 14:24       ` Bruce Ashfield
2017-09-05 14:59         ` Richard Purdie
2017-09-05 15:03           ` Bruce Ashfield
2017-09-11  2:34           ` Bruce Ashfield
2017-09-13 13:27           ` Bruce Ashfield

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.