linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Revamp admin-guide/tainted-kernels.rst to make it more comprehensible
@ 2019-01-08 19:40 Thorsten Leemhuis
  2019-01-08 19:40 ` [PATCH v2 1/2] tools: create tools/debugging/ and add a script decoding /proc/sys/kernel/tainted Thorsten Leemhuis
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Thorsten Leemhuis @ 2019-01-08 19:40 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc
  Cc: Linux Kernel Mailing List, Randy Dunlap, Thorsten Leemhuis

Hi! This is the second version of my patch to make
admin-guide/tainted-kernels.rst more comprehensible. It got triggered while
working on an update for reporting-bugs.rst, as improving the documentation
around reporting bugs and regressions was one of the main things that a lot of
people wanted to see while regression tracking was discussed in the kernel and
maintainer summit 2017 in Prague.

This is the second version of the patch, which became a patch set, as it now
contains a script Randy (thx) provided during the discussion of the first
version. 

Please review and consider applying.

Ciao, Thorsten

Changes since v1 [1]:
- add tools/debugging/kernel-chktaint
- take care of Documentation/sysctl/kernel.txt as well
- renumber existing description to avoid and off-by-one
- add verbose description for three more taints bits
- fix a lots of small issues raised during review

[1] https://lore.kernel.org/lkml/20181217152043.9989-1-linux@leemhuis.info/

Thorsten Leemhuis (2):
  tools: create tools/debugging/ and add a script decoding
    /proc/sys/kernel/tainted
  docs: Revamp tainted-kernels.rst to make it more comprehensible

 Documentation/admin-guide/tainted-kernels.rst | 159 +++++++++++---
 Documentation/sysctl/kernel.txt               |  50 ++---
 tools/Makefile                                |  14 +-
 tools/debugging/Makefile                      |  16 ++
 tools/debugging/kernel-chktaint               | 202 ++++++++++++++++++
 5 files changed, 380 insertions(+), 61 deletions(-)
 create mode 100644 tools/debugging/Makefile
 create mode 100755 tools/debugging/kernel-chktaint

-- 
2.20.1


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

end of thread, other threads:[~2019-01-09 11:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-08 19:40 [PATCH v2 0/2] Revamp admin-guide/tainted-kernels.rst to make it more comprehensible Thorsten Leemhuis
2019-01-08 19:40 ` [PATCH v2 1/2] tools: create tools/debugging/ and add a script decoding /proc/sys/kernel/tainted Thorsten Leemhuis
2019-01-08 19:40 ` [PATCH v2 2/2] docs: Revamp tainted-kernels.rst to make it more comprehensible Thorsten Leemhuis
2019-01-08 23:47 ` [PATCH v2 0/2] Revamp admin-guide/tainted-kernels.rst " Jonathan Corbet
2019-01-09 11:52   ` Thorsten Leemhuis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).