aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins/randomize_layout_plugin.c
diff options
context:
space:
mode:
authorDaniel Xu <[email protected]>2020-03-12 13:03:14 -0700
committerTejun Heo <[email protected]>2020-03-16 15:53:47 -0400
commitfdc85222d58eb6e19ac11181024ac766b19dc470 (patch)
treef9ea506b4f94759dd3ceab39e8a3d25ed6689891 /scripts/gcc-plugins/randomize_layout_plugin.c
parente7b20d97967c2995700041f0348ea33047e5c942 (diff)
kernfs: kvmalloc xattr value instead of kmalloc
xattr values have a 64k maximum size. This can result in an order 4 kmalloc request which can be difficult to fulfill. Since xattrs do not need physically contiguous memory, we can switch to kvmalloc and not have to worry about higher order allocations failing. Signed-off-by: Daniel Xu <[email protected]> Acked-by: Chris Down <[email protected]> Reviewed-by: Andreas Dilger <[email protected]> Reviewed-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/randomize_layout_plugin.c')
0 files changed, 0 insertions, 0 deletions