LWN.net Logo

Documentation tree

From:  Jonathan Corbet <corbet@lwn.net>
To:  Linus Torvalds <torvalds@linux-foundation.org>
Subject:  [Pull] Documentation tree
Date:  Thu, 16 Oct 2008 12:31:14 -0600
Message-ID:  <20081016123114.4841bc93@bike.lwn.net>
Cc:  LKML <linux-kernel@vger.kernel.org>, Randy Dunlap <rdunlap@xenotime.net>, Michael Kerrisk <mtk.manpages@googlemail.com>

Hi, Linus,

The latest version of my documentation tree can be pulled from:

  git://git.lwn.net/linux-2.6.git docs

It contains the development process document, the removal of the V4L1
document, and a number of other documentation-related patches I've
picked up from the list.

Alberto Bertogli (1):
      Documentation/block/data-integrity.txt: Fix section numbers

Andi Kleen (2):
      Add kerneldoc documentation for new printk format extensions
      Add a reference to paper to SubmittingPatches

Bernhard Walle (1):
      Document panic_on_unrecovered_nmi sysctl

Hidetoshi Seto (1):
      doc: Test-by?

Jonathan Corbet (2):
      Add the development process document
      Remove videobook.tmpl

 Documentation/00-INDEX                             |    3 +
 Documentation/DocBook/Makefile                     |    2 +-
 Documentation/DocBook/videobook.tmpl               | 1654 --------------------
 Documentation/SubmittingPatches                    |    7 +-
 Documentation/block/data-integrity.txt             |    4 +-
 Documentation/development-process/1.Intro          |  274 ++++
 Documentation/development-process/2.Process        |  459 ++++++
 Documentation/development-process/3.Early-stage    |  195 +++
 Documentation/development-process/4.Coding         |  384 +++++
 Documentation/development-process/5.Posting        |  278 ++++
 Documentation/development-process/6.Followthrough  |  202 +++
 Documentation/development-process/7.AdvancedTopics |  173 ++
 Documentation/development-process/8.Conclusion     |   74 +
 Documentation/filesystems/proc.txt                 |   12 +
 kernel/printk.c                                    |    2 +
 lib/vsprintf.c                                     |   12 +
 16 files changed, 2077 insertions(+), 1658 deletions(-)
 delete mode 100644 Documentation/DocBook/videobook.tmpl
 create mode 100644 Documentation/development-process/1.Intro
 create mode 100644 Documentation/development-process/2.Process
 create mode 100644 Documentation/development-process/3.Early-stage
 create mode 100644 Documentation/development-process/4.Coding
 create mode 100644 Documentation/development-process/5.Posting
 create mode 100644 Documentation/development-process/6.Followthrough
 create mode 100644 Documentation/development-process/7.AdvancedTopics
 create mode 100644 Documentation/development-process/8.Conclusion
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds