summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2020-08-01 16:39:59 +0200
committerDavid S. Miller <davem@davemloft.net>2020-08-01 11:52:55 -0700
commit7126bd5c8bcbc015cf89864cf71d750e8f33f924 (patch)
tree6819266d7ae3d0bb39789db40d73b139e78c1586 /Makefile
parent8b66a6fd34f519f4ad42c4ab0152c3c0782a7dbd (diff)
mptcp: fix syncookie build error on UP
kernel test robot says: net/mptcp/syncookies.c: In function 'mptcp_join_cookie_init': include/linux/kernel.h:47:38: warning: division by zero [-Wdiv-by-zero] #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr)) I forgot that spinock_t size is 0 on UP, so ARRAY_SIZE cannot be used. Fixes: 9466a1ccebbe54 ("mptcp: enable JOIN requests even if cookies are in use") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions