]> Git Repo - linux.git/commit - mm/slab_common.c
mm/slab_common.c: mark kmalloc machinery as __ro_after_init
authorAlexey Dobriyan <[email protected]>
Thu, 5 Apr 2018 23:20:11 +0000 (16:20 -0700)
committerLinus Torvalds <[email protected]>
Fri, 6 Apr 2018 04:36:23 +0000 (21:36 -0700)
commit1c99ba2918df372c7cb1fde81d8a6311fdd62aab
treeea6f163697fd26035e0727168278eb192c87ae0b
parent849cf55963dfd877ad92996195e0fe7218eaf0e9
mm/slab_common.c: mark kmalloc machinery as __ro_after_init

kmalloc caches aren't relocated after being set up neither does
"size_index" array.

Link: http://lkml.kernel.org/r/20180226203519.GA6886@avx2
Signed-off-by: Alexey Dobriyan <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: David Rientjes <[email protected]>
Cc: Joonsoo Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/slab_common.c
This page took 0.04787 seconds and 4 git commands to generate.