Merge tag 'rxrpc-next-20200914' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorDavid S. Miller <davem@davemloft.net>
Mon, 14 Sep 2020 21:03:38 +0000 (14:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Sep 2020 21:03:38 +0000 (14:03 -0700)
commite0d9ae699e3ab5b907b9bc826ea37dba50d29dbd
treec186e356a145be898cdf86df3a336095c42701d7
parent33acd755f406358c10b39c444492c8cc8a56411f
parentf1b449748760e333a6aeef2455f3875be07c9b5a
Merge tag 'rxrpc-next-20200914' of git://git./linux/kernel/git/dhowells/linux-fs

David Howells says:

====================
rxrpc: Fixes for the connection manager rewrite

Here are some fixes for the connection manager rewrite:

 (1) Fix a goto to the wrong place in error handling.

 (2) Fix a missing NULL pointer check.

 (3) The stored allocation error needs to be stored signed.

 (4) Fix a leak of connection bundle when clearing connections due to
     net namespace exit.

 (5) Fix an overget of the bundle when setting up a new client conn.
====================

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