Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6:
SELinux: Reduce max avtab size to avoid page allocation failures

+1 -1
+1 -1
security/selinux/ss/avtab.h
··· 82 82 void avtab_cache_init(void); 83 83 void avtab_cache_destroy(void); 84 84 85 - #define MAX_AVTAB_HASH_BITS 13 85 + #define MAX_AVTAB_HASH_BITS 11 86 86 #define MAX_AVTAB_HASH_BUCKETS (1 << MAX_AVTAB_HASH_BITS) 87 87 #define MAX_AVTAB_HASH_MASK (MAX_AVTAB_HASH_BUCKETS-1) 88 88 #define MAX_AVTAB_SIZE MAX_AVTAB_HASH_BUCKETS