mbox

[PULL] Documentation for 4.3

Message ID 20150831083512.32b39b49@xps
State New
Headers show

Pull-request

git://git.lwn.net/linux-2.6.git tags/docs-for-linus

Message

Jonathan Corbet Aug. 31, 2015, 6:35 a.m. UTC
The following changes since commit
d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

  git://git.lwn.net/linux-2.6.git tags/docs-for-linus

for you to fetch changes up to ce14c5831364118324b10c0355dead062b9ddd40:

  Documentation, add kernel-parameters.txt entry for dis_ucode_ldr (2015-08-28 14:10:13 +0200)

----------------------------------------------------------------
There's been a fair amount going on in the docs tree this time around,
including:

 - Support for reproducible document builds, from Ben Hutchings and
   company.

 - The ability to automatically generate cross-reference links within a
   single DocBook book and embedded descriptions for large structures.
   From Danilo Cesar Lemes de Paula.

 - A new document on how to add a system call from David Drysdale.

 - Chameleon bus documentation from Johannes Thumshirn.

...plus the usual collection of improvements, typo fixes, and more.

----------------------------------------------------------------
Ahmed Mohamed Abd EL Mawgood (1):
      fix Evolution submenu name in email-clients.txt

Alexander Kuleshov (1):
      Documentation/x86: Rename IRQSTACKSIZE to IRQ_STACK_SIZE

Ben Hutchings (5):
      DocBook: Don't store mtime (or name) in compressed man pages
      DocBook: Generate consistent IDs
      DocBook: Avoid building man pages repeatedly and inconsistently
      scripts/kernel-doc: Use $KBUILD_BUILD_TIMESTAMP as man page date
      DocBook: Fix non-determinstic installation of duplicate man pages

Benjamin Herr (1):
      Doc: fix trivial typo in SubmittingPatches

Daniel Grimshaw (1):
      Documentation: filesystems: btrfs: Fixed typos and whitespace

Danilo Cesar Lemes de Paula (2):
      scripts/kernel-doc Allow struct arguments documentation in struct body
      scripts/kernel-doc: Adding cross-reference links to html documentation.

David Drysdale (1):
      Documentation: describe how to add a system call

Diego Viola (1):
      README: GTK+ is a acronym

Jakub Wilk (1):
      SubmittingPatches: remove stray quote character

Jim Davis (1):
      Documentation: installed man pages don't need to be executable

Johannes Thumshirn (2):
      Documentation: Add MCB documentation
      Documentation: Minor changes to men-chameleon-bus.txt

Jonathan Corbet (4):
      MAINTAINERS: Direct Documentation/DocBook/media properly
      Revert "DocBook: Avoid building man pages repeatedly and inconsistently"
      Merge branch 'doc/4.3-reproducible' into docs-next
      kernel-doc: ignore unneeded attribute information

Jérémy Bobbio (1):
      scripts/kernel-doc: parse kernel-doc deterministically

Krzysztof Kozlowski (1):
      Documentation: ARM: EXYNOS: Extend boot loader interface documentation

Leo Yan (1):
      Documentation: minor typo fix in mailbox.txt

Luis de Bethencourt (1):
      SubmittingPatches: update CodingStyle reference

Mario Carrillo (1):
      docs: update HOWTO for 3.x -> 4.x versioning

Masanari Iida (2):
      Doc: powerpc: Fix typos in Documentation/powerpc
      Doc: pps: Fix file name in pps.txt

Murali Karicheri (1):
      ARM: keystone: add documentation for SoCs and EVMs

Nan Xiao (1):
      Documentation/Intel-IOMMU.txt: Modify definition of DRHD

Olivier C. Larocque (1):
      Documentation: CodingStyle: remove broken links in the References section

Peter Huewe (1):
      Documenation: Update location of docproc.c

Prarit Bhargava (1):
      Documentation, add kernel-parameters.txt entry for dis_ucode_ldr

Rabin Vincent (1):
      Documentation: mm: fix location of extfrag_index

Stefan Tatschner (1):
      can-doc: Fix wrong chapter reference

Sébastien Hinderer (3):
      SubmittingPatches: fix typo
      SubmittingPatches: fix wrong wording
      SubmittingPatches: fix wrong wording

Tim Bird (1):
      doc: Add more workqueue functions to the documentation

Wang Long (1):
      Documentation: Update filesystems/debugfs.txt

 Documentation/CodingStyle                          |   2 -
 Documentation/DocBook/Makefile                     |  53 ++-
 Documentation/DocBook/device-drivers.tmpl          |   1 +
 Documentation/DocBook/stylesheet.xsl               |   1 +
 Documentation/HOWTO                                |  28 +-
 Documentation/Intel-IOMMU.txt                      |   2 +-
 Documentation/SubmittingPatches                    |  12 +-
 Documentation/adding-syscalls.txt                  | 527 +++++++++++++++++++++
 Documentation/arm/Samsung/Bootloader-interface.txt |  15 +-
 Documentation/arm/keystone/Overview.txt            |  73 +++
 Documentation/email-clients.txt                    |   2 +-
 Documentation/filesystems/btrfs.txt                |  16 +-
 Documentation/filesystems/debugfs.txt              |  40 ++
 Documentation/kernel-doc-nano-HOWTO.txt            |   2 +-
 Documentation/kernel-parameters.txt                |   2 +
 Documentation/mailbox.txt                          |   6 +-
 Documentation/men-chameleon-bus.txt                | 163 +++++++
 Documentation/networking/can.txt                   |   4 +-
 Documentation/powerpc/cxl.txt                      |   2 +-
 Documentation/powerpc/dscr.txt                     |   6 +-
 Documentation/powerpc/qe_firmware.txt              |   2 +-
 Documentation/pps/pps.txt                          |   2 +-
 Documentation/sysctl/vm.txt                        |  10 +-
 Documentation/x86/kernel-stacks                    |   2 +-
 MAINTAINERS                                        |   2 +
 README                                             |   2 +-
 scripts/kernel-doc                                 |  96 +++-
 scripts/kernel-doc-xml-ref                         | 198 ++++++++
 28 files changed, 1195 insertions(+), 76 deletions(-)
 create mode 100644 Documentation/adding-syscalls.txt
 create mode 100644 Documentation/arm/keystone/Overview.txt
 create mode 100644 Documentation/men-chameleon-bus.txt
 create mode 100755 scripts/kernel-doc-xml-ref
--
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/

Comments

Diego Viola Sept. 12, 2015, 4:59 a.m. UTC | #1
I really wish the commit message instead said:

"GTK+ is an initialism"

Can't I change the commit message any longer?

Diego

On Mon, Aug 31, 2015 at 3:35 AM, Jonathan Corbet <corbet@lwn.net> wrote:
> The following changes since commit
> d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
>
>   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
>
> are available in the git repository at:
>
>   git://git.lwn.net/linux-2.6.git tags/docs-for-linus
>
> for you to fetch changes up to ce14c5831364118324b10c0355dead062b9ddd40:
>
>   Documentation, add kernel-parameters.txt entry for dis_ucode_ldr (2015-08-28 14:10:13 +0200)
>
> ----------------------------------------------------------------
> There's been a fair amount going on in the docs tree this time around,
> including:
>
>  - Support for reproducible document builds, from Ben Hutchings and
>    company.
>
>  - The ability to automatically generate cross-reference links within a
>    single DocBook book and embedded descriptions for large structures.
>    From Danilo Cesar Lemes de Paula.
>
>  - A new document on how to add a system call from David Drysdale.
>
>  - Chameleon bus documentation from Johannes Thumshirn.
>
> ...plus the usual collection of improvements, typo fixes, and more.
>
> ----------------------------------------------------------------
> Ahmed Mohamed Abd EL Mawgood (1):
>       fix Evolution submenu name in email-clients.txt
>
> Alexander Kuleshov (1):
>       Documentation/x86: Rename IRQSTACKSIZE to IRQ_STACK_SIZE
>
> Ben Hutchings (5):
>       DocBook: Don't store mtime (or name) in compressed man pages
>       DocBook: Generate consistent IDs
>       DocBook: Avoid building man pages repeatedly and inconsistently
>       scripts/kernel-doc: Use $KBUILD_BUILD_TIMESTAMP as man page date
>       DocBook: Fix non-determinstic installation of duplicate man pages
>
> Benjamin Herr (1):
>       Doc: fix trivial typo in SubmittingPatches
>
> Daniel Grimshaw (1):
>       Documentation: filesystems: btrfs: Fixed typos and whitespace
>
> Danilo Cesar Lemes de Paula (2):
>       scripts/kernel-doc Allow struct arguments documentation in struct body
>       scripts/kernel-doc: Adding cross-reference links to html documentation.
>
> David Drysdale (1):
>       Documentation: describe how to add a system call
>
> Diego Viola (1):
>       README: GTK+ is a acronym
>
> Jakub Wilk (1):
>       SubmittingPatches: remove stray quote character
>
> Jim Davis (1):
>       Documentation: installed man pages don't need to be executable
>
> Johannes Thumshirn (2):
>       Documentation: Add MCB documentation
>       Documentation: Minor changes to men-chameleon-bus.txt
>
> Jonathan Corbet (4):
>       MAINTAINERS: Direct Documentation/DocBook/media properly
>       Revert "DocBook: Avoid building man pages repeatedly and inconsistently"
>       Merge branch 'doc/4.3-reproducible' into docs-next
>       kernel-doc: ignore unneeded attribute information
>
> Jérémy Bobbio (1):
>       scripts/kernel-doc: parse kernel-doc deterministically
>
> Krzysztof Kozlowski (1):
>       Documentation: ARM: EXYNOS: Extend boot loader interface documentation
>
> Leo Yan (1):
>       Documentation: minor typo fix in mailbox.txt
>
> Luis de Bethencourt (1):
>       SubmittingPatches: update CodingStyle reference
>
> Mario Carrillo (1):
>       docs: update HOWTO for 3.x -> 4.x versioning
>
> Masanari Iida (2):
>       Doc: powerpc: Fix typos in Documentation/powerpc
>       Doc: pps: Fix file name in pps.txt
>
> Murali Karicheri (1):
>       ARM: keystone: add documentation for SoCs and EVMs
>
> Nan Xiao (1):
>       Documentation/Intel-IOMMU.txt: Modify definition of DRHD
>
> Olivier C. Larocque (1):
>       Documentation: CodingStyle: remove broken links in the References section
>
> Peter Huewe (1):
>       Documenation: Update location of docproc.c
>
> Prarit Bhargava (1):
>       Documentation, add kernel-parameters.txt entry for dis_ucode_ldr
>
> Rabin Vincent (1):
>       Documentation: mm: fix location of extfrag_index
>
> Stefan Tatschner (1):
>       can-doc: Fix wrong chapter reference
>
> Sébastien Hinderer (3):
>       SubmittingPatches: fix typo
>       SubmittingPatches: fix wrong wording
>       SubmittingPatches: fix wrong wording
>
> Tim Bird (1):
>       doc: Add more workqueue functions to the documentation
>
> Wang Long (1):
>       Documentation: Update filesystems/debugfs.txt
>
>  Documentation/CodingStyle                          |   2 -
>  Documentation/DocBook/Makefile                     |  53 ++-
>  Documentation/DocBook/device-drivers.tmpl          |   1 +
>  Documentation/DocBook/stylesheet.xsl               |   1 +
>  Documentation/HOWTO                                |  28 +-
>  Documentation/Intel-IOMMU.txt                      |   2 +-
>  Documentation/SubmittingPatches                    |  12 +-
>  Documentation/adding-syscalls.txt                  | 527 +++++++++++++++++++++
>  Documentation/arm/Samsung/Bootloader-interface.txt |  15 +-
>  Documentation/arm/keystone/Overview.txt            |  73 +++
>  Documentation/email-clients.txt                    |   2 +-
>  Documentation/filesystems/btrfs.txt                |  16 +-
>  Documentation/filesystems/debugfs.txt              |  40 ++
>  Documentation/kernel-doc-nano-HOWTO.txt            |   2 +-
>  Documentation/kernel-parameters.txt                |   2 +
>  Documentation/mailbox.txt                          |   6 +-
>  Documentation/men-chameleon-bus.txt                | 163 +++++++
>  Documentation/networking/can.txt                   |   4 +-
>  Documentation/powerpc/cxl.txt                      |   2 +-
>  Documentation/powerpc/dscr.txt                     |   6 +-
>  Documentation/powerpc/qe_firmware.txt              |   2 +-
>  Documentation/pps/pps.txt                          |   2 +-
>  Documentation/sysctl/vm.txt                        |  10 +-
>  Documentation/x86/kernel-stacks                    |   2 +-
>  MAINTAINERS                                        |   2 +
>  README                                             |   2 +-
>  scripts/kernel-doc                                 |  96 +++-
>  scripts/kernel-doc-xml-ref                         | 198 ++++++++
>  28 files changed, 1195 insertions(+), 76 deletions(-)
>  create mode 100644 Documentation/adding-syscalls.txt
>  create mode 100644 Documentation/arm/keystone/Overview.txt
>  create mode 100644 Documentation/men-chameleon-bus.txt
>  create mode 100755 scripts/kernel-doc-xml-ref
> --
> 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/
--
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/
Jonathan Corbet Sept. 12, 2015, 1:25 p.m. UTC | #2
On Sat, 12 Sep 2015 01:59:34 -0300
Diego Viola <diego.viola@gmail.com> wrote:

> I really wish the commit message instead said:
> 
> "GTK+ is an initialism"
> 
> Can't I change the commit message any longer?

No, you need to consider it set in stone at this point.

jon
--
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/
Diego Viola Sept. 13, 2015, 12:23 a.m. UTC | #3
On Sat, Sep 12, 2015 at 10:25 AM, Jonathan Corbet <corbet@lwn.net> wrote:
> On Sat, 12 Sep 2015 01:59:34 -0300
> Diego Viola <diego.viola@gmail.com> wrote:
>
>> I really wish the commit message instead said:
>>
>> "GTK+ is an initialism"
>>
>> Can't I change the commit message any longer?
>
> No, you need to consider it set in stone at this point.
>
> jon

The commit message that I can't longer change ended up bothering more
than the typo I fixed.

How does one get over this?

Diego
--
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/
Diego Viola Sept. 13, 2015, 6:36 a.m. UTC | #4
On Sat, Sep 12, 2015 at 9:23 PM, Diego Viola <diego.viola@gmail.com> wrote:
> On Sat, Sep 12, 2015 at 10:25 AM, Jonathan Corbet <corbet@lwn.net> wrote:
>> On Sat, 12 Sep 2015 01:59:34 -0300
>> Diego Viola <diego.viola@gmail.com> wrote:
>>
>>> I really wish the commit message instead said:
>>>
>>> "GTK+ is an initialism"
>>>
>>> Can't I change the commit message any longer?
>>
>> No, you need to consider it set in stone at this point.
>>
>> jon
>
> The commit message that I can't longer change ended up bothering more
> than the typo I fixed.
>
> How does one get over this?
>
> Diego

I feel terrible for that "a acronym" grammar mistake.

Should have been "an acronym".

Sorry about that.

Diego
--
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/