Re: [PATCH] Yama: use atomic allocations when reporting

2016-05-04 Thread Kees Cook
On Wed, May 4, 2016 at 7:18 AM, Sasha Levin wrote: > Access reporting often happens from atomic contexes. Avoid > lockups when allocating memory for command lines. > > Fixes: 8a56038c2ae ("Yama: consolidate error reporting") > Signed-off-by: Sasha Levin Thanks for catching this! Applied. -Kees

[PATCH] Yama: use atomic allocations when reporting

2016-05-04 Thread Sasha Levin
Access reporting often happens from atomic contexes. Avoid lockups when allocating memory for command lines. Fixes: 8a56038c2ae ("Yama: consolidate error reporting") Signed-off-by: Sasha Levin --- security/yama/yama_lsm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/se