| Submitter | Peter Zijlstra |
|---|---|
| Date | Oct. 2, 2008, 1:05 p.m. |
| Message ID | <20081002131608.595165971@chello.nl> |
| Download | mbox | patch |
| Permalink | /patch/2404/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
Index: linux-2.6/security/selinux/avc.c =================================================================== --- linux-2.6.orig/security/selinux/avc.c +++ linux-2.6/security/selinux/avc.c @@ -334,7 +334,7 @@ static struct avc_node *avc_alloc_node(v { struct avc_node *node; - node = kmem_cache_zalloc(avc_node_cachep, GFP_ATOMIC); + node = kmem_cache_zalloc(avc_node_cachep, GFP_ATOMIC|__GFP_NOMEMALLOC); if (!node) goto out;