Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1625785

[PATCH] Documentation: DocBook: kgdb: update CONFIG_STRICT_KERNEL_RWX info

From Li Qiang <liq3ea@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] Documentation: DocBook: kgdb: update CONFIG_STRICT_KERNEL_RWX info
Date 2017-04-19 04:00 +0200
Message-ID <txN4u-5t3-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] Documentation: DocBook: kgdb: update CONFIG_STRICT_KERNEL_RWX info Li Qiang <liq3ea@gmail.com> - 2017-04-19 04:00 +0200
  Re: [PATCH] Documentation: DocBook: kgdb: update  CONFIG_STRICT_KERNEL_RWX info Daniel Thompson <daniel.thompson@linaro.org> - 2017-04-20 17:30 +0200
    Re: [PATCH] Documentation: DocBook: kgdb: update  CONFIG_STRICT_KERNEL_RWX info Daniel Thompson <daniel.thompson@linaro.org> - 2017-04-21 11:30 +0200
  Re: [PATCH] Documentation: DocBook: kgdb: update  CONFIG_STRICT_KERNEL_RWX info Jonathan Corbet <corbet@lwn.net> - 2017-04-20 23:10 +0200

csiph-web