Merge branch 'tipc'
Eric Hugne says:
====================
tipc: refcount and memory leak fixes
v3: Remove error logging from data path completely. Rebased on top of
latest net merge.
v2: Drop specific -ENOMEM logging in patch #1 (tipc: allow connection
shutdown callback to be invoked in advance) And add a general error
message if an internal server tries to send a message on a
closed/nonexisting connection.
In addition to the fix for refcount leak and memory leak during
module removal, we also fix a problem where the topology server
listening socket where unexpectedly closed. We also eliminate an
unnecessary context switch during accept()/recvmsg() for nonblocking
sockets.
It might be good to include this patchset in stable aswell. After the
v3 rebase on latest merge from net all patches apply cleanly on that
tree.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- net/tipc/config.c 2 additions, 7 deletionsnet/tipc/config.c
- net/tipc/handler.c 0 additions, 1 deletionnet/tipc/handler.c
- net/tipc/name_table.c 34 additions, 3 deletionsnet/tipc/name_table.c
- net/tipc/server.c 7 additions, 7 deletionsnet/tipc/server.c
- net/tipc/socket.c 2 additions, 2 deletionsnet/tipc/socket.c
- net/tipc/subscr.c 2 additions, 17 deletionsnet/tipc/subscr.c
Loading
Please register or sign in to comment