aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorKyeongdon Kim <kyeongdon.kim@lge.com>2017-09-06 18:50:19 +0900
committerPaul Moore <paul@paul-moore.com>2017-09-20 12:01:58 -0400
commit7c620ece125cbab7b5dfcb574ee1e64ab8b562cd (patch)
tree53535c964faebf8e3ced3151353c8577213a59cc /.gitattributes
parentLinux 4.14-rc1 (diff)
downloadlinux-dev-7c620ece125cbab7b5dfcb574ee1e64ab8b562cd.tar.xz
linux-dev-7c620ece125cbab7b5dfcb574ee1e64ab8b562cd.zip
selinux: Use kmem_cache for hashtab_node
During random test as own device to check slub account, we found some slack memory from hashtab_node(kmalloc-64). By using kzalloc(), middle of test result like below: allocated size 240768 request size 45144 slack size 195624 allocation count 3762 So, we want to use kmem_cache_zalloc() and that can reduce memory size 52byte(slack size/alloc count) per each struct. Signed-off-by: Kyeongdon Kim <kyeongdon.kim@lge.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions