]> 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)
commiteb495ceefc2f584b51c8f52e2b8fd372a6b5babb
tree5aaa5a3d4b192da7bc9bb268d39038c60c068125
parent3cb2785e04d94a3c49ecc7abcbc628d24476aa64
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