From: Randy Dunlap <rdun...@infradead.org>

Under Pseudo filesystems, /proc/kcore support has no help,
so add some.

Fixes a portion of kernel bugzilla #52671:
  https://bugzilla.kernel.org/show_bug.cgi?id=52671

Signed-off-by: Randy Dunlap <rdun...@infradead.org>
Reported-by: lailavrazda1...@gmail.com
---
Would anyone like to expand on this help text?
Thanks.

 fs/proc/Kconfig |    2 ++
 1 file changed, 2 insertions(+)

--- lnx-312.orig/fs/proc/Kconfig
+++ lnx-312/fs/proc/Kconfig
@@ -31,6 +31,8 @@ config PROC_FS
 config PROC_KCORE
        bool "/proc/kcore support" if !ARM
        depends on PROC_FS && MMU
+       help
+         Exports kernel core in ELF format.
 
 config PROC_VMCORE
        bool "/proc/vmcore support"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to