diff options
| author | Alexander Popov <[email protected]> | 2020-12-14 19:04:33 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2020-12-15 12:13:37 -0800 |
| commit | a32d654db543843a5ffb248feaec1a909718addd (patch) | |
| tree | e7d4d79eb4ff3668d1c394ee4f709c76ccfea77d /tools/perf/scripts/python/sched-migration.py | |
| parent | 0c06dd75514327be4b1c22b109341ff7dfeeff98 (diff) | |
mm/slab: rerform init_on_free earlier
Currently in CONFIG_SLAB init_on_free happens too late, and heap objects
go to the heap quarantine not being erased.
Lets move init_on_free clearing before calling kasan_slab_free(). In that
case heap quarantine will store erased objects, similarly to CONFIG_SLUB=y
behavior.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Alexander Popov <[email protected]>
Reviewed-by: Alexander Potapenko <[email protected]>
Acked-by: David Rientjes <[email protected]>
Acked-by: Joonsoo Kim <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: Pekka Enberg <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions