Re: [PATCH] Yama: add RCU to drop read locking

2012-11-14 Thread John Johansen
On 11/13/2012 07:58 PM, Kees Cook wrote: > Stop using spinlocks in the read path. Add RCU list to handle the readers. > > Signed-off-by: Kees Cook Looks good to me Acked-by: John Johansen > --- > security/yama/yama_lsm.c | 43 --- > 1 file changed, 2

Re: [PATCH] Yama: add RCU to drop read locking

2012-11-14 Thread Serge Hallyn
Quoting Kees Cook (keesc...@chromium.org): > Stop using spinlocks in the read path. Add RCU list to handle the readers. Looks good to me. BTW, kfree_rcu is neat :) Reviewed-by: Serge E. Hallyn > Signed-off-by: Kees Cook > --- > security/yama/yama_lsm.c | 43