]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'rxrpc-fixes-20200203' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorJakub Kicinski <kuba@kernel.org>
Mon, 3 Feb 2020 18:26:23 +0000 (10:26 -0800)
committerJakub Kicinski <kuba@kernel.org>
Mon, 3 Feb 2020 18:26:23 +0000 (10:26 -0800)
commitec17dc885a842e6022ccd6eb42370c4a37b5f17b
tree99061f816e354089b0a420b540224be9f4e8f13b
parent33bb1b40c0db3600679db4d99b7b80e7e22b8077
parentd2fe3f4fdb25417eb154610a66f6848bfc3bd841
Merge tag 'rxrpc-fixes-20200203' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs

David Howells says:

====================
RxRPC fixes

Here are a number of fixes for AF_RXRPC:

 (1) Fix a potential use after free in rxrpc_put_local() where it was
     accessing the object just put to get tracing information.

 (2) Fix insufficient notifications being generated by the function that
     queues data packets on a call.  This occasionally causes recvmsg() to
     stall indefinitely.

 (3) Fix a number of packet-transmitting work functions to hold an active
     count on the local endpoint so that the UDP socket doesn't get
     destroyed whilst they're calling kernel_sendmsg() on it.

 (4) Fix a NULL pointer deref that stemmed from a call's connection pointer
     being cleared when the call was disconnected.

Changes:

 v2: Removed a couple of BUG() statements that got added.
====================

Signed-off-by: Jakub Kicinski <kuba@kernel.org>