aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorOleg Nesterov <[email protected]>2012-10-04 17:15:25 -0700
committerLinus Torvalds <[email protected]>2012-10-06 03:05:15 +0900
commit12a2b4b2241e318b4f6df31228e4272d2c2968a1 (patch)
tree569ce8d4d64fa163a997d98fb9dd20d275c72068 /tools/perf/scripts/python/bin/stackcollapse-report
parent179899fd5dc780fe3bcd44d0eb7823e3d855c855 (diff)
coredump: add support for %d=__get_dumpable() in core name
Some coredump handlers want to create a core file in a way compatible with standard behavior. Standard behavior with fs.suid_dumpable = 2 is to create core file with uid=gid=0. However, there was no way for coredump handler to know that the process being dumped was suid'ed. This patch adds the new %d specifier for format_corename() which simply reports __get_dumpable(mm->flags), this is compatible with /proc/sys/fs/suid_dumpable we already have. Addresses https://bugzilla.redhat.com/show_bug.cgi?id=787135 Developed during a discussion with Denys Vlasenko. Signed-off-by: Oleg Nesterov <[email protected]> Cc: Denys Vlasenko <[email protected]> Cc: Alex Kelly <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Cong Wang <[email protected]> Cc: Jiri Moskovcak <[email protected]> Acked-by: Neil Horman <[email protected]> Cc: Alan Cox <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions