Denys Vlasenko 2aa362c49c 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 <vda.linux@googlemail.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Amerigo Wang <amwang@redhat.com>
Cc: "Jonathan M. Foote" <jmfoote@cert.org>
Cc: Roland McGrath <roland@hack.frob.com>
Cc: Pedro Alves <palves@redhat.com>
Cc: Fengguang Wu <fengguang.wu@intel.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-10-06 03:05:17 +09:00
..
2012-07-14 16:38:34 +04:00
2012-10-06 03:05:12 +09:00
2012-10-06 03:05:08 +09:00
2012-10-03 08:48:21 -07:00
2012-07-14 16:34:47 +04:00
2012-10-02 20:47:48 -07:00
2012-10-02 20:42:58 -07:00
2012-09-07 14:57:46 -04:00
2012-07-14 16:34:47 +04:00
2012-09-26 22:20:20 -04:00
2012-09-26 21:10:06 -04:00
2012-07-14 16:32:47 +04:00
2012-07-14 16:32:48 +04:00
2012-09-22 20:48:18 -04:00
2012-09-26 21:08:52 -04:00
2012-10-06 03:04:56 +09:00