2.6.12-rc4-mm2 - sleeping function called from invalid context at mm/slab.c:2502

David Woodhouse dwmw2 at infradead.org
Fri May 20 14:59:54 UTC 2005


On Fri, 2005-05-20 at 10:30 -0400, Valdis.Kletnieks at vt.edu wrote:
> Looks like we either only swatted half the bug, or the patch moved it
> around. Slightly different trace this time:

OK. Steve's audit_log_d_path() change, which I pulled in because it had
the side-effect of NUL-terminating the buffer, is now using GFP_KERNEL
where previously it was not. 

We could make it use GFP_ATOMIC, but I suspect the better answer if at
all possible would be to make sure that avc_audit doesn't call it with
spinlocks held. Or maybe to make avc_audit() pass a gfp_mask to it, but
I don't like that much.

-- 
dwmw2




More information about the Linux-audit mailing list