lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 31 Aug 2015 08:35:12 +0200
From:	Jonathan Corbet <corbet@....net>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	LKML <linux-kernel@...r.kernel.org>, linux-doc@...r.kernel.org
Subject: [PULL] Documentation for 4.3

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ