]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'rxrpc-fixes-20201005' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorDavid S. Miller <davem@davemloft.net>
Tue, 6 Oct 2020 13:18:20 +0000 (06:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Oct 2020 13:18:20 +0000 (06:18 -0700)
commit4277a4a0fdf081316b210be12b32623828722eec
tree2c06c95ba2001e527d9823ba8bfc03a313bfa2b1
parenta6bdbe8d2499f63a08dda36bb698199a4f4da1a8
parentd5caf65387201329b5168fa525cde7893635c190
Merge tag 'rxrpc-fixes-20201005' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs

David Howells says:

====================
rxrpc: Miscellaneous fixes

Here are some miscellaneous rxrpc fixes:

 (1) Fix the xdr encoding of the contents read from an rxrpc key.

 (2) Fix a BUG() for a unsupported encoding type.

 (3) Fix missing _bh lock annotations.

 (4) Fix acceptance handling for an incoming call where the incoming call
     is encrypted.

 (5) The server token keyring isn't network namespaced - it belongs to the
     server, so there's no need.  Namespacing it means that request_key()
     fails to find it.

 (6) Fix a leak of the server keyring.
====================

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