OSDN Git Service

Merge branch 'smc-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 3 May 2018 18:47:32 +0000 (14:47 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 May 2018 18:47:32 +0000 (14:47 -0400)
Ursula Braun says:

====================
net/smc: fixes 2018/05/03

here are smc fixes for 2 problems:
 * receive buffers in SMC must be registered. If registration fails
   these buffers must not be kept within the link group for reuse.
   Patch 1 is a preparational patch; patch 2 contains the fix.
 * sendpage: do not hold the sock lock when calling kernel_sendpage()
             or sock_no_sendpage()
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge