From: Denys Vlasenko Date: Fri, 5 Oct 2012 00:15:36 +0000 (-0700) Subject: coredump: extend core dump note section to contain file names of mapped files X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~12^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aa362c49c314a98fb9aebbd7760a461667bac05;p=pandora-kernel.git coredump: extend core dump note section to contain file names of mapped files This note has the following format: long count -- how many files are mapped long page_size -- units for file_ofs array of [COUNT] elements of long start long end long file_ofs followed by COUNT filenames in ASCII: "FILE1" NUL "FILE2" NUL... Signed-off-by: Denys Vlasenko Cc: Oleg Nesterov Cc: Amerigo Wang Cc: "Jonathan M. Foote" Cc: Roland McGrath Cc: Pedro Alves Cc: Fengguang Wu Cc: Stephen Rothwell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed