[apparmor] [PATCH 05/36] apparmor: fix namespace to be freeded via RCU

2013-05-01 Thread John Johansen
Namespace lookups are RCU lists just like profile lookups, so the free path for namespaces need to be done using RCU just as is being done for profiles. Add the missing rcu_call back for freeing namespaces. Signed-off-by: John Johansen john.johan...@canonical.com --- security/apparmor/policy.c

Re: [apparmor] [PATCH 05/36] apparmor: fix namespace to be freeded via RCU

2013-05-01 Thread Seth Arnold
On Wed, May 01, 2013 at 02:30:50PM -0700, John Johansen wrote: Namespace lookups are RCU lists just like profile lookups, so the free path for namespaces need to be done using RCU just as is being done for profiles. Add the missing rcu_call back for freeing namespaces. Signed-off-by: John