lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ