From: Dave Jones <davej@redhat.com>
To: netdev@vger.kernel.org
Subject: Re: ip6_dst_lookup_tail oops
Date: Thu, 17 Jan 2013 10:25:04 -0500 [thread overview]
Message-ID: <20130117152504.GC32586@redhat.com> (raw)
In-Reply-To: <20130116145507.GA12244@redhat.com>
On Wed, Jan 16, 2013 at 09:55:07AM -0500, Dave Jones wrote:
> BUG: unable to handle kernel NULL pointer dereference at 000000000000017e
> IP: [<ffffffff81626308>] ip6_dst_lookup_tail+0xe8/0x200
> RIP: 0010:[<ffffffff81626308>] [<ffffffff81626308>] ip6_dst_lookup_tail+0xe8/0x200
> RAX: 0000000000000011 RBX: 0000000000000000 RCX: 0000000000000000
> ..
> Call Trace:
> [<ffffffff816266cb>] ip6_sk_dst_lookup_flow+0xcb/0x1b0
> [<ffffffff8164803e>] udpv6_sendmsg+0x66e/0xb80
> [<ffffffff815e6391>] inet_sendmsg+0x111/0x220
> [<ffffffff81547220>] sock_sendmsg+0xb0/0xe0
> [<ffffffff815486bc>] __sys_sendmsg+0x3ac/0x3c0
> [<ffffffff8154afb9>] sys_sendmsg+0x49/0x90
> [<ffffffff816a6802>] system_call_fastpath+0x16/0x1b
>
> 0: f6 80 6d 01 00 00 de testb $0xde,0x16d(%rax)
> 7: 75 b9 jne 0xffffffffffffffc2
> 9: 48 8b 56 18 mov 0x18(%rsi),%rdx
> d: 49 8d 75 24 lea 0x24(%r13),%rsi
> 11: b9 .byte 0xb9
> 12: 01 00 add %eax,(%rax)
> ...
>
> This looks like the GPF in this function I reported last September.
> http://www.spinics.net/lists/netdev/msg211894.html
>
> In those reports, I ended up with an rt->n == 0x8000000000000011,
> but this time, it's just 0x11.
Now I've hit it with rt->n = 2000000000000010. So I'm starting to
think this is getting passed in directly from userspace somehow, as
these values look like the output of my 'set a few random bits' routine
that sometimes gets called for params.
I'm having trouble mapping a corrupt sendmsg parameter to a messed up rt->n though.
Any clues ?
Dave
next prev parent reply other threads:[~2013-01-17 15:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-16 14:55 ip6_dst_lookup_tail oops Dave Jones
2013-01-17 15:25 ` Dave Jones [this message]
2013-01-18 12:48 ` Neil Horman
2013-01-18 15:20 ` Dave Jones
2013-01-18 18:25 ` Neil Horman
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=20130117152504.GC32586@redhat.com \
--to=davej@redhat.com \
--cc=netdev@vger.kernel.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).