From: Eric Dumazet
Date: Mon, 02 Nov 2015 21:04:01 -0800
> On Mon, 2015-11-02 at 22:46 -0500, David Miller wrote:
>> From: Eric Dumazet
>> Date: Mon, 02 Nov 2015 07:50:07 -0800
>>
>> > From: Eric Dumazet
>> >
>> > Under low memory conditions, tcp_sk_init() and icmp_sk_init()
>> > can both ite
On Mon, 2015-11-02 at 22:46 -0500, David Miller wrote:
> From: Eric Dumazet
> Date: Mon, 02 Nov 2015 07:50:07 -0800
>
> > From: Eric Dumazet
> >
> > Under low memory conditions, tcp_sk_init() and icmp_sk_init()
> > can both iterate on all possible cpus and call inet_ctl_sock_destroy(),
> > with
From: Eric Dumazet
Date: Mon, 02 Nov 2015 07:50:07 -0800
> From: Eric Dumazet
>
> Under low memory conditions, tcp_sk_init() and icmp_sk_init()
> can both iterate on all possible cpus and call inet_ctl_sock_destroy(),
> with eventual NULL pointer.
>
> Signed-off-by: Eric Dumazet
> Reported-by
On Mon, Nov 2, 2015 at 6:00 PM, Eric Dumazet wrote:
> On Mon, 2015-11-02 at 17:53 +0100, Hannes Frederic Sowa wrote:
>> On Mon, Nov 2, 2015, at 16:50, Eric Dumazet wrote:
>> > From: Eric Dumazet
>> >
>> > Under low memory conditions, tcp_sk_init() and icmp_sk_init()
>> > can both iterate on all p
On Mon, 2015-11-02 at 17:53 +0100, Hannes Frederic Sowa wrote:
> On Mon, Nov 2, 2015, at 16:50, Eric Dumazet wrote:
> > From: Eric Dumazet
> >
> > Under low memory conditions, tcp_sk_init() and icmp_sk_init()
> > can both iterate on all possible cpus and call inet_ctl_sock_destroy(),
> > with eve
On Mon, Nov 2, 2015, at 16:50, Eric Dumazet wrote:
> From: Eric Dumazet
>
> Under low memory conditions, tcp_sk_init() and icmp_sk_init()
> can both iterate on all possible cpus and call inet_ctl_sock_destroy(),
> with eventual NULL pointer.
>
> Signed-off-by: Eric Dumazet
> Reported-by: Dmitry
From: Eric Dumazet
Under low memory conditions, tcp_sk_init() and icmp_sk_init()
can both iterate on all possible cpus and call inet_ctl_sock_destroy(),
with eventual NULL pointer.
Signed-off-by: Eric Dumazet
Reported-by: Dmitry Vyukov
---
include/net/inet_common.h |3 ++-
1 file changed,