]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Absorb the rxkad security module
authorDavid Howells <dhowells@redhat.com>
Thu, 7 Apr 2016 16:23:51 +0000 (17:23 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Apr 2016 19:34:41 +0000 (15:34 -0400)
commit925fb483c9d25c913ddc1b1de49c7e8e6b3174e9
tree5aaa5a3d4b192da7bc9bb268d39038c60c068125
parent1773f1c8fbd558775820c270a7e13088da622c65
rxrpc: Absorb the rxkad security module

Absorb the rxkad security module into the af_rxrpc module so that there's
only one module file.  This avoids a circular dependency whereby rxkad pins
af_rxrpc and cached connections pin rxkad but can't be manually evicted
(they will expire eventually and cease pinning).

With this change, af_rxrpc can just be unloaded, despite having cached
connections.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rxrpc/Kconfig
net/rxrpc/Makefile
net/rxrpc/af_rxrpc.c
net/rxrpc/ar-internal.h
net/rxrpc/ar-security.c
net/rxrpc/rxkad.c