]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tipc'
authorDavid S. Miller <davem@davemloft.net>
Thu, 6 Mar 2014 19:46:38 +0000 (14:46 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Mar 2014 19:46:38 +0000 (14:46 -0500)
commita48c7d601235591c50aa90d5689a22a35e80f83e
tree399fe3c584aaf3a9c71d770e5ae00d55e50e0841
parent6a11c52b774358ffb9734849a3e5e600637bb4a5
parenteff7a741ee7739dfeaedbe1d81e4bc7efa83ce84
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>