linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Bjorn Andersson <bjorn.andersson@linaro.org>,
	Lina Iyer <ilina@codeaurora.org>,
	Linus Walleij <linus.walleij@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org,
	kernel-build-reports@lists.linaro.org
Subject: Re: next/master boot: 265 boots: 17 failed, 184 passed with 64 offline (next-20190730)
Date: Tue, 30 Jul 2019 14:41:15 +0100	[thread overview]
Message-ID: <20190730134115.GE4264@sirena.org.uk> (raw)
In-Reply-To: <5d403574.1c69fb81.14163.65d3@mx.google.com>


[-- Attachment #1.1: Type: text/plain, Size: 4035 bytes --]

On Tue, Jul 30, 2019 at 05:17:56AM -0700, kernelci.org bot wrote:

Today's -next fails to boot on QDF2400 systems:

> arm64:
>     defconfig:
>         gcc-8:
>             qcom-qdf2400: 1 failed lab

>     defconfig+CONFIG_RANDOMIZE_BASE=y:
>         gcc-8:
>             qcom-qdf2400: 1 failed lab

It crashes trying to load the pinctrl driver, looking at the diff I
suspect due to 0ce242ad2ec17dd (pinctrl: qcom: Pass irqchip when adding
gpiochip) but haven't bisected or anything.

More info including full logs at:

	https://kernelci.org/boot/id/5d40064459b5148b2631b2a6/
	https://kernelci.org/boot/id/5d40073a59b5148bc631b28d/
	https://kernelci.org/boot/id/5d40054959b5148a5e31b29b/
	https://kernelci.org/boot/id/5d40082a59b5148c2931b28d/

(both configs, built with GCC and clang), interesting bit of one of the
backtraces is:

08:56:35.942217  [    4.264434] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000
08:56:35.942520  [    4.272262] Mem abort info:
08:56:35.942781  [    4.275032]   ESR = 0x96000044
08:56:35.943081  [    4.278074]   Exception class = DABT (current EL), IL = 32 bits
08:56:35.943330  [    4.283976]   SET = 0, FnV = 0
08:56:35.943569  [    4.287011]   EA = 0, S1PTW = 0
08:56:35.943809  [    4.290139] Data abort info:
08:56:35.982983  [    4.293001]   ISV = 0, ISS = 0x00000044
08:56:35.983330  [    4.296823]   CM = 0, WnR = 1
08:56:35.983608  [    4.299772] [0000000000000000] user address but active_mm is swapper
08:56:35.985342  [    4.306113] Internal error: Oops: 96000044 [#1] PREEMPT SMP
08:56:35.985640  [    4.311664] Modules linked in:
08:56:35.985901  [    4.314704] CPU: 3 PID: 1 Comm: swapper/0 Not tainted 5.3.0-rc2-next-20190730 #1
08:56:35.986154  [    4.322081] Hardware name: WIWYNN QDF2400 Reference Evaluation Platform CV90-LA115-P900/QDF2400 Customer Reference Board, BIOS 0ACJA551 06/12/2018
08:56:36.026209  [    4.335189] pstate: 80400005 (Nzcv daif +PAN -UAO)
08:56:36.026587  [    4.339966] pc : __memset+0x80/0x188
08:56:36.026867  [    4.343524] lr : msm_gpio_init_valid_mask+0x134/0x1a4
08:56:36.028625  [    4.348556] sp : ffff00001015b480
08:56:36.028923  [    4.351855] x29: ffff00001015b4c0 x28: ffffbc73ef19a768 
08:56:36.029191  [    4.357150] x27: ffffbc73ef19a400 x26: 000000000000016a 
08:56:36.029441  [    4.362445] x25: 0000000000000096 x24: 0000000000000020 
08:56:36.029688  [    4.367740] x23: 0000000000000020 x22: ffffbc73ef7ba000 
08:56:36.029927  [    4.373035] x21: 0000000000000000 x20: ffffbc73ef7cb880 
08:56:36.069212  [    4.378330] x19: ffffbc73ef7cb890 x18: 0000000000000002 
08:56:36.069560  [    4.383626] x17: 0000000000000000 x16: 0000000000002680 
08:56:36.071378  [    4.388921] x15: ffff524de59c5827 x14: 0000000000000000 
08:56:36.071694  [    4.394216] x13: 0000000000000000 x12: 0000000000000083 
08:56:36.071963  [    4.399511] x11: 0000000000000018 x10: 0000000000000021 
08:56:36.072213  [    4.404806] x9 : 0000000000000020 x8 : 0000000000000000 
08:56:36.072462  [    4.410101] x7 : 0000000000000000 x6 : 0000000000804661 
08:56:36.072701  [    4.415396] x5 : 6146000000000000 x4 : 0000000000000000 
08:56:36.112335  [    4.420692] x3 : 0000000000000010 x2 : 0000000000000018 
08:56:36.112682  [    4.425986] x1 : 0000000000000000 x0 : 0000000000000000 
08:56:36.112962  [    4.431282] Call trace:
08:56:36.114798  [    4.433713]  __memset+0x80/0x188
08:56:36.115105  [    4.436927]  gpiochip_add_data_with_key+0x624/0xa58
08:56:36.115373  [    4.441786]  msm_pinctrl_probe+0x34c/0x458
08:56:36.115623  [    4.445866]  qdf2xxx_pinctrl_probe+0x290/0x334
08:56:36.115870  [    4.450296]  platform_drv_probe+0x8c/0xb4
08:56:36.116109  [    4.454286]  really_probe+0x214/0x490
08:56:36.116344  [    4.457932]  driver_probe_device+0x60/0xf8
08:56:36.116581  [    4.462012]  __device_attach_driver+0xfc/0x114
08:56:36.155329  [    4.466439]  bus_for_each_drv+0x7c/0xc4
08:56:36.155676  [    4.470258]  __device_attach+0xbc/0x15c

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

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2019-07-30 13:41 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <5d403574.1c69fb81.14163.65d3@mx.google.com>
2019-07-30 12:34 ` next/master boot: 265 boots: 17 failed, 184 passed with 64 offline (next-20190730) Mark Brown
2019-08-02 13:03   ` Neil Armstrong
2019-07-30 13:00 ` Mark Brown
2019-07-30 13:28 ` Mark Brown
2019-07-30 13:41 ` Mark Brown [this message]
2019-07-31  8:48   ` Linus Walleij
2019-07-31 10:39     ` Mark Brown
2019-08-05  9:23       ` Lee Jones
2019-07-31 15:13     ` Stephen Boyd
2019-07-31 17:58       ` Jeffrey Hugo
2019-08-01  3:49         ` Timur Tabi
2019-08-01  8:09           ` Linus Walleij
2019-08-01 16:17             ` Jeffrey Hugo
2019-08-02  2:51         ` Timur Tabi
2019-08-03  9:42           ` Linus Walleij
2019-08-12 14:07             ` Jeffrey Hugo
2019-08-14  9:05               ` Linus Walleij
2019-08-05  9:20           ` Lee Jones
2019-07-31 22:40       ` Linus Walleij

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190730134115.GE4264@sirena.org.uk \
    --to=broonie@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=ilina@codeaurora.org \
    --cc=kernel-build-reports@lists.linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).