diff options
| author | Baoquan He <[email protected]> | 2018-01-05 00:18:06 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2018-01-05 00:45:09 +0000 |
| commit | d09cfbbfa0f761a97687828b5afb27b56cbf2e19 (patch) | |
| tree | 0230e78eecb5d18a468861f33e3d8afd22c9fbec /tools/perf/scripts/python | |
| parent | mm/zsmalloc.c: include fs.h (diff) | |
| download | kernel-d09cfbbfa0f761a97687828b5afb27b56cbf2e19.tar.gz kernel-d09cfbbfa0f761a97687828b5afb27b56cbf2e19.zip | |
mm/sparse.c: wrong allocation for mem_section
In commit 83e3c48729d9 ("mm/sparsemem: Allocate mem_section at runtime
for CONFIG_SPARSEMEM_EXTREME=y") mem_section is allocated at runtime to
save memory.
It allocates the first dimension of array with sizeof(struct mem_section).
It costs extra memory, should be sizeof(struct mem_section *).
Fix it.
Link: http://lkml.kernel.org/r/[email protected]
Fixes: 83e3c48729 ("mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=y")
Signed-off-by: Baoquan He <[email protected]>
Tested-by: Dave Young <[email protected]>
Acked-by: Kirill A. Shutemov <[email protected]>
Cc: Kirill A. Shutemov <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Atsushi Kumagai <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
