This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-net-gprs@lists.osmocom.org/.
David Miller davem at davemloft.netFrom: Taehee Yoo <ap420073 at gmail.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 at gmail.com>
Applied and queued up for -stable, thanks.