* [REGRESSION v3.14-rc2] NULL dereference in icmp6_send()
@ 2014-02-17 18:46 Theodore Ts'o
2014-02-17 18:50 ` Hannes Frederic Sowa
0 siblings, 1 reply; 4+ messages in thread
From: Theodore Ts'o @ 2014-02-17 18:46 UTC (permalink / raw)
To: netdev, linux-kernel
I was sitting in the Admiral's Club of Boston Logan airport, having
connected to the free airport wifi, although I had not yet logged into
the captive portal, when I received the following BUG. I've also seen
this once before when connected to my home network (running the CeroWRT
stable snapshot, versoin 3.7.5-2), although I wasn't able to get a
screen shot that time:
https://plus.google.com/photos/+TheodoreTso/albums/5981437894092747105/5981437896646076466
The transcribed stack dump is:
icmp6_send
ip6_expire_frag_queue
ip6_frag_expire
call_timer_fn
run_timer_softirq
irq_exit
...
I was running v3.13 and v3.13-rcX previously without seeing this, so I
suspect this is a regression.
Cheers,
- Ted
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [REGRESSION v3.14-rc2] NULL dereference in icmp6_send()
2014-02-17 18:46 [REGRESSION v3.14-rc2] NULL dereference in icmp6_send() Theodore Ts'o
@ 2014-02-17 18:50 ` Hannes Frederic Sowa
2014-02-17 19:13 ` David Miller
2014-02-17 19:43 ` Theodore Ts'o
0 siblings, 2 replies; 4+ messages in thread
From: Hannes Frederic Sowa @ 2014-02-17 18:50 UTC (permalink / raw)
To: Theodore Ts'o; +Cc: netdev, linux-kernel
Hi!
On Mon, Feb 17, 2014 at 01:46:13PM -0500, Theodore Ts'o wrote:
> I was sitting in the Admiral's Club of Boston Logan airport, having
> connected to the free airport wifi, although I had not yet logged into
> the captive portal, when I received the following BUG. I've also seen
> this once before when connected to my home network (running the CeroWRT
> stable snapshot, versoin 3.7.5-2), although I wasn't able to get a
> screen shot that time:
>
> https://plus.google.com/photos/+TheodoreTso/albums/5981437894092747105/5981437896646076466
>
> The transcribed stack dump is:
>
> icmp6_send
> ip6_expire_frag_queue
> ip6_frag_expire
> call_timer_fn
> run_timer_softirq
> irq_exit
> ...
>
> I was running v3.13 and v3.13-rcX previously without seeing this, so I
> suspect this is a regression.
At that point the skb does not have a dst attached, so we panic in
icmp6_send.
This is fixed here:
https://git.kernel.org/cgit/linux/kernel/git/davem/net.git/commit/?id=d94c1f92bbf2c42c5febd68bbea51fffeac90834
Greetings,
Hannes
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [REGRESSION v3.14-rc2] NULL dereference in icmp6_send()
2014-02-17 18:50 ` Hannes Frederic Sowa
@ 2014-02-17 19:13 ` David Miller
2014-02-17 19:43 ` Theodore Ts'o
1 sibling, 0 replies; 4+ messages in thread
From: David Miller @ 2014-02-17 19:13 UTC (permalink / raw)
To: hannes; +Cc: tytso, netdev, linux-kernel
From: Hannes Frederic Sowa <hannes@stressinduktion.org>
Date: Mon, 17 Feb 2014 19:50:53 +0100
> At that point the skb does not have a dst attached, so we panic in
> icmp6_send.
>
> This is fixed here:
> https://git.kernel.org/cgit/linux/kernel/git/davem/net.git/commit/?id=d94c1f92bbf2c42c5febd68bbea51fffeac90834
Yep I'll get this to Linus soon.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [REGRESSION v3.14-rc2] NULL dereference in icmp6_send()
2014-02-17 18:50 ` Hannes Frederic Sowa
2014-02-17 19:13 ` David Miller
@ 2014-02-17 19:43 ` Theodore Ts'o
1 sibling, 0 replies; 4+ messages in thread
From: Theodore Ts'o @ 2014-02-17 19:43 UTC (permalink / raw)
To: netdev, linux-kernel
On Mon, Feb 17, 2014 at 07:50:53PM +0100, Hannes Frederic Sowa wrote:
> At that point the skb does not have a dst attached, so we panic in
> icmp6_send.
>
> This is fixed here:
> https://git.kernel.org/cgit/linux/kernel/git/davem/net.git/commit/?id=d94c1f92bbf2c42c5febd68bbea51fffeac90834
Thanks!!
BTW, apologies for the inadvertent share of the photo to my G+ stream.
I had taken the photo using my cell phone, and I was trying to make
sure the URL was publically viewable before I filed the bug report.
- Ted
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-02-17 19:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-17 18:46 [REGRESSION v3.14-rc2] NULL dereference in icmp6_send() Theodore Ts'o
2014-02-17 18:50 ` Hannes Frederic Sowa
2014-02-17 19:13 ` David Miller
2014-02-17 19:43 ` Theodore Ts'o
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).