public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: DocBook: kgdb: update CONFIG_STRICT_KERNEL_RWX info
@ 2017-04-19  1:58 Li Qiang
  2017-04-20 15:28 ` Daniel Thompson
  2017-04-20 21:09 ` Jonathan Corbet
  0 siblings, 2 replies; 4+ messages in thread
From: Li Qiang @ 2017-04-19  1:58 UTC (permalink / raw)
  To: jason.wessel, corbet, labbott
  Cc: linux-doc, linux-kernel, kgdb-bugreport, Li Qiang

CONFIG_STRICT_KERNEL_RWX is no longer selectable on most architectures.
Update this info to the documentation.

Signed-off-by: Li Qiang <liqiang6-s@360.cn>
---
 Documentation/DocBook/kgdb.tmpl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/DocBook/kgdb.tmpl b/Documentation/DocBook/kgdb.tmpl
index 856ac20..ef0b67b 100644
--- a/Documentation/DocBook/kgdb.tmpl
+++ b/Documentation/DocBook/kgdb.tmpl
@@ -121,7 +121,9 @@
     If kgdb supports it for the architecture you are using, you can
     use hardware breakpoints if you desire to run with the
     CONFIG_STRICT_KERNEL_RWX option turned on, else you need to turn off
-    this option.
+    this option. In most architectures, this option is not selectable.
+    For this situation, it can be turned off by adding a runtime parameter
+    'rodata=off'.
     </para>
     <para>
     Next you should choose one of more I/O drivers to interconnect
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-21  9:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-19  1:58 [PATCH] Documentation: DocBook: kgdb: update CONFIG_STRICT_KERNEL_RWX info Li Qiang
2017-04-20 15:28 ` Daniel Thompson
     [not found]   ` <CAKXe6S+gu2xm+rC390_PTt5EoGgG8psCJD11333_7ndz6TZHAg@mail.gmail.com>
2017-04-21  9:19     ` Daniel Thompson
2017-04-20 21:09 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox