Files
linux-st/include/linux
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-09-19 19:08:53 -06:00
2012-10-06 03:04:35 +09:00
2012-09-19 19:08:46 -06:00
2012-09-26 21:10:00 -04:00
2012-10-02 21:35:55 -04:00
2012-09-19 19:50:20 +02:00
2012-10-06 03:04:56 +09:00
2012-10-01 18:39:45 -04:00
2012-09-26 13:52:36 -07:00
2012-09-27 10:47:59 +02:00
2012-10-06 03:05:01 +09:00