next/master boot: 184 boots: 13 failed, 171 passed (next-20180711)
Full Boot Summary: https://kernelci.org/boot/all/job/next/branch/master/kernel/next-20180711/ Full Build Summary: https://kernelci.org/build/next/branch/master/kernel/next-20180711/
Tree: next Branch: master Git Describe: next-20180711 Git Commit: 98be45067040799a801e6ce52d8bf4659a153893 Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git Tested: 66 unique boards, 25 SoC families, 21 builds out of 200
Boot Regressions Detected:
arm:
imx_v6_v7_defconfig: imx6dl-wandboard_dual: lab-baylibre-seattle: new failure (last pass: next-20180710) imx6dl-wandboard_solo: lab-baylibre-seattle: new failure (last pass: next-20180710) imx6q-wandboard: lab-baylibre-seattle: new failure (last pass: next-20180710)
multi_v7_defconfig: rk3288-veyron-jaq: lab-collabora: new failure (last pass: next-20180710)
multi_v7_defconfig+CONFIG_EFI=y+CONFIG_ARM_LPAE=y: rk3288-veyron-jaq: lab-collabora: new failure (last pass: next-20180710)
multi_v7_defconfig+CONFIG_SMP=n: meson8b-odroidc1: lab-baylibre: failing since 1 day (last pass: next-20180706 - first fail: next-20180710) rk3288-veyron-jaq: lab-collabora: new failure (last pass: next-20180710)
sunxi_defconfig: sun4i-a10-cubieboard: lab-baylibre-seattle: new failure (last pass: next-20180710) sun7i-a20-bananapi: lab-baylibre-seattle: new failure (last pass: next-20180710) sun7i-a20-cubietruck: lab-baylibre-seattle: new failure (last pass: next-20180710)
arm64:
defconfig: mt7622-rfb1: lab-baylibre-seattle: failing since 1 day (last pass: next-20180709 - first fail: next-20180710)
defconfig+CONFIG_RANDOMIZE_BASE=y: meson-gxl-s905d-p230: lab-baylibre-seattle: new failure (last pass: next-20180710) mt7622-rfb1: lab-baylibre-seattle: failing since 1 day (last pass: next-20180709 - first fail: next-20180710)
Boot Failures Detected:
arm:
imx_v6_v7_defconfig imx6dl-wandboard_dual: 1 failed lab imx6dl-wandboard_solo: 1 failed lab imx6q-wandboard: 1 failed lab
multi_v7_defconfig+CONFIG_EFI=y+CONFIG_ARM_LPAE=y rk3288-veyron-jaq: 1 failed lab
multi_v7_defconfig+CONFIG_SMP=n meson8b-odroidc1: 1 failed lab rk3288-veyron-jaq: 1 failed lab
sunxi_defconfig sun4i-a10-cubieboard: 1 failed lab sun7i-a20-bananapi: 1 failed lab sun7i-a20-cubietruck: 1 failed lab
multi_v7_defconfig rk3288-veyron-jaq: 1 failed lab
arm64:
defconfig mt7622-rfb1: 1 failed lab
defconfig+CONFIG_RANDOMIZE_BASE=y meson-gxl-s905d-p230: 1 failed lab mt7622-rfb1: 1 failed lab
--- For more info write to info@kernelci.org
On Wed, Jul 11, 2018 at 05:23:59AM -0700, kernelci.org bot wrote:
Today's -next fails to boot on the Wandboards but only the i.MX defconfg:
imx_v6_v7_defconfig: imx6dl-wandboard_dual: lab-baylibre-seattle: new failure (last pass: next-20180710) imx6dl-wandboard_solo: lab-baylibre-seattle: new failure (last pass: next-20180710) imx6q-wandboard: lab-baylibre-seattle: new failure (last pass: next-20180710)
multi_v7_defconfig is fine, there are some failures on other platforms but not i.MX. The failures happen at a very similar point but the precise oops varies (one was an illegal instruction):
| [ 2.208738] caam 2100000.caam: job rings = 2, qi = 0 | [ 2.227429] caam algorithms registered in /proc/crypto | [ 2.235409] Bad mode in data abort handler detected | [ 2.235433] caam_jr 2101000.jr0: job ring error: irqstate: 00000103 | [ 2.240321] Internal error: Oops - bad mode: 0 [#1] SMP ARM | [ 2.252163] Modules linked in:
Full log and more details for the base wandboard at:
Hi Mark,
On Wed, Jul 11, 2018 at 11:52 AM, Mark Brown broonie@kernel.org wrote:
On Wed, Jul 11, 2018 at 05:23:59AM -0700, kernelci.org bot wrote:
Today's -next fails to boot on the Wandboards but only the i.MX defconfg:
imx_v6_v7_defconfig: imx6dl-wandboard_dual: lab-baylibre-seattle: new failure (last pass: next-20180710) imx6dl-wandboard_solo: lab-baylibre-seattle: new failure (last pass: next-20180710) imx6q-wandboard: lab-baylibre-seattle: new failure (last pass: next-20180710)
multi_v7_defconfig is fine, there are some failures on other platforms but not i.MX. The failures happen at a very similar point but the precise oops varies (one was an illegal instruction):
| [ 2.208738] caam 2100000.caam: job rings = 2, qi = 0 | [ 2.227429] caam algorithms registered in /proc/crypto | [ 2.235409] Bad mode in data abort handler detected | [ 2.235433] caam_jr 2101000.jr0: job ring error: irqstate: 00000103 | [ 2.240321] Internal error: Oops - bad mode: 0 [#1] SMP ARM | [ 2.252163] Modules linked in:
Full log and more details for the base wandboard at:
https://kernelci.org/boot/id/5b45cf3b59b514f35b96ba95/
This is caused by the following commit in linux-next:
commit f9b6e485fa ("crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64")
I have already reported this issue on a linux-next tree from last week and Stephen said he was going to drop such commit: https://patchwork.kernel.org/patch/10507333/
but it reappeared today's linux-next.
Stephen, Andrew
Could you please drop it?
Thanks
Hi,
On Wed, 11 Jul 2018 12:09:15 -0300 Fabio Estevam festevam@gmail.com wrote:
This is caused by the following commit in linux-next:
commit f9b6e485fa ("crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64")
I have already reported this issue on a linux-next tree from last week and Stephen said he was going to drop such commit: https://patchwork.kernel.org/patch/10507333/
but it reappeared today's linux-next.
Stephen, Andrew
Could you please drop it?
OK, I have dropped it (again).
Hi Andrew,
On Thu, 12 Jul 2018 10:08:09 +1000 Stephen Rothwell sfr@canb.auug.org.au wrote:
On Wed, 11 Jul 2018 12:09:15 -0300 Fabio Estevam festevam@gmail.com wrote:
This is caused by the following commit in linux-next:
commit f9b6e485fa ("crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64")
I have already reported this issue on a linux-next tree from last week and Stephen said he was going to drop such commit: https://patchwork.kernel.org/patch/10507333/
but it reappeared today's linux-next.
Stephen, Andrew
Could you please drop it?
OK, I have dropped it (again).
I have just imported the new mmotm, and that patch is still in there. Has it been fixed, or do I need to remove it again? (See the above patchwork entry).
On 13/07/18 08:10 PM, Stephen Rothwell wrote:
I have just imported the new mmotm, and that patch is still in there. Has it been fixed, or do I need to remove it again? (See the above patchwork entry).
It has not been fixed. The consensus was to drop it.
@Andrew: I think we should drop the entire series seeing there was another issue that cropped up earlier today after being in linux-next (from Guenter Roeck). I will submit an updated v19 when I have a chance. If you'd like me to handle this in a different way, let me know.
Thanks,
Logan
Hi Logan,
On Fri, 13 Jul 2018 20:19:23 -0600 Logan Gunthorpe logang@deltatee.com wrote:
On 13/07/18 08:10 PM, Stephen Rothwell wrote:
I have just imported the new mmotm, and that patch is still in there. Has it been fixed, or do I need to remove it again? (See the above patchwork entry).
It has not been fixed. The consensus was to drop it.
@Andrew: I think we should drop the entire series seeing there was another issue that cropped up earlier today after being in linux-next (from Guenter Roeck). I will submit an updated v19 when I have a chance. If you'd like me to handle this in a different way, let me know.
OK, so I have removed the following from linux-next today:
0b845db3ac65 ntb: ntb_hw_switchtec: cleanup 64bit IO defines to use the common header 6d997075ea14 crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64 9d235749060f ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks 1a516b53c12d io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros ddc62940244b iomap: introduce io{read|write}64_{lo_hi|hi_lo} 6f595ae8ed85 parisc: iomap: introduce io{read|write}64 b68c7928b65d iomap: use non-raw io functions for io{read|write}XXbe
Let me know if that is correct or otherwise.
On 15/07/18 04:31 PM, Stephen Rothwell wrote:
OK, so I have removed the following from linux-next today:
0b845db3ac65 ntb: ntb_hw_switchtec: cleanup 64bit IO defines to use the common header 6d997075ea14 crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64 9d235749060f ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks 1a516b53c12d io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros ddc62940244b iomap: introduce io{read|write}64_{lo_hi|hi_lo} 6f595ae8ed85 parisc: iomap: introduce io{read|write}64 b68c7928b65d iomap: use non-raw io functions for io{read|write}XXbe
Let me know if that is correct or otherwise.
That's correct.
Thanks,
Logan
On Wed, Jul 11, 2018 at 05:23:59AM -0700, kernelci.org bot wrote:
Today's -next fails to boot on a bunch of sunxi platforms
sunxi_defconfig: sun4i-a10-cubieboard: lab-baylibre-seattle: new failure (last pass: next-20180710) sun7i-a20-bananapi: lab-baylibre-seattle: new failure (last pass: next-20180710) sun7i-a20-cubietruck: lab-baylibre-seattle: new failure (last pass: next-20180710)
multi_v7_defconfig seems fine. It seems to get into userspace but not far enough to get to a prompt, the failure seems similar on all the platforms, full logs and other information can be found here:
https://kernelci.org/boot/id/5b45cfd759b514f3e696ba93/ https://kernelci.org/boot/id/5b45cfda59b514f41a96ba8f/ https://kernelci.org/boot/id/5b45cfdd59b514f41796ba8e/
kernel-build-reports@lists.linaro.org