Re: [RFC PATCH linus] tcp: md5: tcp_md5_do_lookup_exact() can be static

2017-07-06 Thread David Miller
From: Stephen Rothwell Date: Thu, 6 Jul 2017 10:27:12 +1000 > Hi, > > Not sure why you sent this to me ... it fixes a commit in the net-next > tree (now in Linus' tree) ... > > On Thu, 6 Jul 2017 07:58:53 +0800 kbuild test robot > wrote: >> >>

Re: [RFC PATCH linus] tcp: md5: tcp_md5_do_lookup_exact() can be static

2017-07-06 Thread Fengguang Wu
Hi Stephen, On Thu, Jul 06, 2017 at 10:27:12AM +1000, Stephen Rothwell wrote: Hi, Not sure why you sent this to me ... it fixes a commit in the net-next tree (now in Linus' tree) ... Yeah sorry -- it's a bug in the robot. On Thu, 6 Jul 2017 07:58:53 +0800 kbuild test robot

Re: [RFC PATCH linus] tcp: md5: tcp_md5_do_lookup_exact() can be static

2017-07-05 Thread Stephen Rothwell
Hi, Not sure why you sent this to me ... it fixes a commit in the net-next tree (now in Linus' tree) ... On Thu, 6 Jul 2017 07:58:53 +0800 kbuild test robot wrote: > > Fixes: 0c5f0311f690 ("Add linux-next specific files for 20170705") Actually: Fixes: 6797318e623d

[RFC PATCH linus] tcp: md5: tcp_md5_do_lookup_exact() can be static

2017-07-05 Thread kbuild test robot
Fixes: 0c5f0311f690 ("Add linux-next specific files for 20170705") Signed-off-by: Fengguang Wu --- tcp_ipv4.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 6ec6900..a20e7f0 100644 ---