[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1480357600.18162.74.camel@edumazet-glaptop3.roam.corp.google.com>
Date: Mon, 28 Nov 2016 10:26:40 -0800
From: Eric Dumazet <eric.dumazet@...il.com>
To: Florian Westphal <fw@...len.de>
Cc: Neil Horman <nhorman@...driver.com>,
Marcelo Ricardo Leitner <marcelo.leitner@...il.com>,
netdev <netdev@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>,
netfilter-devel@...r.kernel.org
Subject: Re: net/sctp: vmalloc allocation failure in
sctp_setsockopt/xt_alloc_table_info
On Mon, 2016-11-28 at 19:09 +0100, Florian Westphal wrote:
> We should prevent OOM killer from running in first place (GFP_NORETRY should work).
Make sure that a vmalloc(80000) will succeed, even if few pages need to
be swapped out.
Otherwise, some scripts using iptables will die while they where okay
before ?
I am not sure how GFP_NORETRY really works among different linux
kernels.
Maybe this flag has no effect for order-0 allocations anyway.
Powered by blists - more mailing lists