gtp: avoid zero size hashtable
authorTaehee Yoo <ap420073@gmail.com>
Wed, 11 Dec 2019 08:23:48 +0000 (08:23 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 4 Jan 2020 18:13:43 +0000 (19:13 +0100)
commitcd2458224c6f51d76298cfe1a0c98ff5fcb75106
tree2302dc3cb171da422730314346a6f2a82359ed00
parent043a283d24f40fea4c8a8d06b0e2694c8e372200
gtp: avoid zero size hashtable

[ Upstream commit 6a902c0f31993ab02e1b6ea7085002b9c9083b6a ]

GTP default hashtable size is 1024 and userspace could set specific
hashtable size with IFLA_GTP_PDP_HASHSIZE. If hashtable size is set to 0
from userspace,  hashtable will not work and panic will occur.

Fixes: 459aa660eb1d ("gtp: add initial driver for datapath of GPRS Tunneling Protocol (GTP-U)")
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/gtp.c