[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200204.123958.1136310259052678902.davem@davemloft.net>
Date: Tue, 04 Feb 2020 12:39:58 +0100 (CET)
From: David Miller <davem@...emloft.net>
To: ap420073@...il.com
Cc: kuba@...nel.org, pablo@...filter.org, laforge@...monks.org,
netdev@...r.kernel.org, osmocom-net-gprs@...ts.osmocom.org
Subject: Re: [PATCH net] gtp: use __GFP_NOWARN to avoid memalloc warning
From: Taehee Yoo <ap420073@...il.com>
Date: Tue, 4 Feb 2020 03:24:59 +0000
> gtp hashtable size is received by user-space.
> So, this hashtable size could be too large. If so, kmalloc will internally
> print a warning message.
> This warning message is actually not necessary for the gtp module.
> So, this patch adds __GFP_NOWARN to avoid this message.
...
> Fixes: 459aa660eb1d ("gtp: add initial driver for datapath of GPRS Tunneling Protocol (GTP-U)")
> Signed-off-by: Taehee Yoo <ap420073@...il.com>
Applied and queued up for -stable, thanks.
Powered by blists - more mailing lists