netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Russell King - ARM Linux <linux@armlinux.org.uk>
To: Peter Robinson <pbrobinson@gmail.com>
Cc: Daniel Borkmann <daniel@iogearbox.net>,
	netdev@vger.kernel.org, labbott@redhat.com,
	linux-arm-kernel@lists.infradead.org,
	Eric Dumazet <eric.dumazet@gmail.com>
Subject: Re: [offlist] Re: Crash in netlink/sk_filter_trim_cap on ARMv7 on 4.18rc1
Date: Thu, 5 Jul 2018 00:41:54 +0100	[thread overview]
Message-ID: <20180704234154.GT17271@n2100.armlinux.org.uk> (raw)
In-Reply-To: <CALeDE9OJomWstG+AcftR543WBi5Bo8ANQj3T-pOW3BfBNzB=uw@mail.gmail.com>

Subject says offlist, but this isn't...

On Wed, Jul 04, 2018 at 08:33:20AM +0100, Peter Robinson wrote:
> Sorry for the delay on this from my end. I noticed there was some bpf
> bits land in the last net fixes pull request landed Monday so I built
> a kernel with the JIT reenabled. It seems it's improved in that the
> completely dead no output boot has gone but the original problem that
> arrived in the merge window still persists:
> 
> [   17.564142] note: systemd-udevd[194] exited with preempt_count 1
> [   17.592739] Unable to handle kernel NULL pointer dereference at
> virtual address 0000000c
> [   17.601002] pgd = (ptrval)
> [   17.603819] [0000000c] *pgd=00000000
> [   17.607487] Internal error: Oops: 805 [#10] SMP ARM
> [   17.612396] Modules linked in:
> [   17.615484] CPU: 0 PID: 195 Comm: systemd-udevd Tainted: G      D
>         4.18.0-0.rc3.git1.1.bpf1.fc29.armv7hl #1
> [   17.626056] Hardware name: Generic AM33XX (Flattened Device Tree)
> [   17.632198] PC is at sk_filter_trim_cap+0x218/0x2fc
> [   17.637102] LR is at   (null)
> [   17.640086] pc : [<c0ab03b4>]    lr : [<00000000>]    psr: 60000013
> [   17.646384] sp : cfe1dd48  ip : 00000000  fp : 00000000
> [   17.651635] r10: d837e000  r9 : d833be00  r8 : 00000000
> [   17.656887] r7 : 00000001  r6 : e003d000  r5 : 00000000  r4 : 00000000
> [   17.663447] r3 : 00000007  r2 : 00000000  r1 : 00000000  r0 : 00000000
> [   17.670009] Flags: nZCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
> [   17.677180] Control: 10c5387d  Table: 8fe20019  DAC: 00000051
> [   17.682956] Process systemd-udevd (pid: 195, stack limit = 0x(ptrval))
> [   17.689518] Stack: (0xcfe1dd48 to 0xcfe1e000)

Can you provide a full disassembly of sk_filter_trim_cap from vmlinux
(iow, annotated with its linked address) for the above dump please -
alternatively a new dump with matching disassembly.  Thanks.

-- 
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line in suburbia: sync at 13.8Mbps down 630kbps up
According to speedtest.net: 13Mbps down 490kbps up

  parent reply	other threads:[~2018-07-04 23:42 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-22 11:19 Crash in netlink/sk_filter_trim_cap on ARMv7 on 4.18rc1 Peter Robinson
2018-06-22 12:55 ` Eric Dumazet
2018-06-24  9:24   ` Peter Robinson
2018-06-25  8:48     ` Daniel Borkmann
2018-06-25 12:03       ` Peter Robinson
     [not found]     ` <ad98d60c-bd60-b495-c4bd-507fc29c8bcd@iogearbox.net>
     [not found]       ` <CALeDE9PBZWJBp8KB0mB4zoNXqscmzxWzz+LnuqRA-z4t1e9T8g@mail.gmail.com>
2018-06-25 16:41         ` [offlist] " Peter Robinson
2018-06-26 12:23           ` Peter Robinson
2018-06-26 12:52             ` Daniel Borkmann
2018-07-04  7:33               ` Peter Robinson
2018-07-04 23:10                 ` Daniel Borkmann
2018-07-04 23:41                 ` Russell King - ARM Linux [this message]
2018-07-05  7:31                   ` Russell King - ARM Linux
2018-07-05  7:46                     ` Daniel Borkmann
2018-08-16 20:35           ` Marc Haber
2018-08-16 22:58             ` Russell King - ARM Linux
2018-08-17 12:25               ` Peter Robinson
2018-08-17 12:40                 ` Daniel Borkmann
2018-08-17 14:32                   ` Peter Robinson
2018-08-17 16:17                   ` Russell King - ARM Linux
2018-08-17 18:30                     ` Daniel Borkmann
2018-08-17 18:51                       ` Stefan Wahren
2018-08-17 21:15                         ` Peter Robinson
2018-08-17 21:13                       ` Peter Robinson
2018-08-17 22:06                         ` Daniel Borkmann
2018-08-17 21:12                     ` Peter Robinson

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=20180704234154.GT17271@n2100.armlinux.org.uk \
    --to=linux@armlinux.org.uk \
    --cc=daniel@iogearbox.net \
    --cc=eric.dumazet@gmail.com \
    --cc=labbott@redhat.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=netdev@vger.kernel.org \
    --cc=pbrobinson@gmail.com \
    /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).