mirror of
https://github.com/torvalds/linux.git
synced 2024-12-17 00:21:32 +00:00
ed66bcd067
On those three files, the ABI representation described at README are violated. - at sysfs-bus-iio-proximity-as3935: a ':' character is missing after "What" - at sysfs-class-devfreq: there's a typo at Description - at sysfs-class-cxl, it is using the ":" character at a file preamble, causing it to be misinterpreted as a tag. - On the other files, instead of "What", they use "Where". Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Andrew Donnellan <ajd@linux.ibm.com> # cxl Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15 lines
598 B
Plaintext
15 lines
598 B
Plaintext
What: /sys/kernel/vmcoreinfo
|
|
Date: October 2007
|
|
KernelVersion: 2.6.24
|
|
Contact: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>
|
|
Kexec Mailing List <kexec@lists.infradead.org>
|
|
Vivek Goyal <vgoyal@redhat.com>
|
|
Description:
|
|
Shows physical address and size of vmcoreinfo ELF note.
|
|
First value contains physical address of note in hex and
|
|
second value contains the size of note in hex. This ELF
|
|
note info is parsed by second kernel and exported to user
|
|
space as part of ELF note in /proc/vmcore file. This note
|
|
contains various information like struct size, symbol
|
|
values, page size etc.
|