aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorOscar Salvador <[email protected]>2018-07-13 23:59:13 +0000
committerLinus Torvalds <[email protected]>2018-07-14 18:11:10 +0000
commit24962af7e1041b7e50c1bc71d8d10dc678c556b5 (patch)
treebd8ad1a349422c13872dfc60a8c697fd2585590b /tools/perf/scripts/python/event_analyzing_sample.py
parentx86/purgatory: add missing FORCE to Makefile target (diff)
downloadkernel-24962af7e1041b7e50c1bc71d8d10dc678c556b5.tar.gz
kernel-24962af7e1041b7e50c1bc71d8d10dc678c556b5.zip
fs, elf: make sure to page align bss in load_elf_library
The current code does not make sure to page align bss before calling vm_brk(), and this can lead to a VM_BUG_ON() in __mm_populate() due to the requested lenght not being correctly aligned. Let us make sure to align it properly. Kees: only applicable to CONFIG_USELIB kernels: 32-bit and configured for libc5. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Oscar Salvador <[email protected]> Reported-by: [email protected] Tested-by: Tetsuo Handa <[email protected]> Acked-by: Kees Cook <[email protected]> Cc: Michal Hocko <[email protected]> Cc: Nicolas Pitre <[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/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions