Re: [PATCH] net: tipc: fix general protection fault in tipc_conn_delete_sub
From: David Miller <davem@davemloft.net>
Date: 2020-07-27 19:38:59
Also in:
linux-kernel-mentees, lkml, oe-kbuild-all
From: David Miller <davem@davemloft.net>
Date: 2020-07-27 19:38:59
Also in:
linux-kernel-mentees, lkml, oe-kbuild-all
From: kernel test robot <redacted> Date: Mon, 27 Jul 2020 23:52:50 +0800
All warnings (new ones prefixed by >>): net/tipc/topsrv.c: In function 'tipc_conn_send_to_sock':quoted
quoted
net/tipc/topsrv.c:259:10: warning: 'return' with a value, in function returning void [-Wreturn-type]259 | return -EINVAL; | ^ net/tipc/topsrv.c:247:13: note: declared here 247 | static void tipc_conn_send_to_sock(struct tipc_conn *con) | ^~~~~~~~~~~~~~~~~~~~~~
Please look at the compiler output when you submit changes.