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>] [day] [month] [year] [list]
Date:	Thu, 5 Nov 2015 13:00:55 -0700
From:	Jonathan Corbet <corbet@....net>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: [PULL] Docs for 4.4

Here's the documentation pull request for 4.4.  You'll run into a small
conflict with Documentation/Changes, but it's not a complicated one to
resolve.

jon

The following changes since commit
d5fc4f555d7d29f9c868e7505e08bcd7676bc943:

  Merge tag 'spi-fix-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi (2015-09-24 11:40:58 -0700)

are available in the git repository at:

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

for you to fetch changes up to 3ce96239d482a7d2dfdc1f332152c580b219fef1:

  Documentation: add new description of path-name lookup. (2015-11-02 18:18:25 -0700)

----------------------------------------------------------------
There is a nice new document from Neil on how pathname lookups work and
some new CAN driver documentation.  Beyond that, we have kernel-doc fixes,
a bit more work to support reproducible builds, and the usual collection of
small fixes.

----------------------------------------------------------------
Alex Henrie (1):
      SubmittingPatches: make Subject examples match the de facto standard

Alexey Klimov (1):
      documentation: fix small typo in rbtree.txt

Baoquan He (1):
      Documentation: Update the default value of crashkernel low

Ben Hutchings (2):
      Documentation: Avoid creating man pages in source tree
      DocBook: Use a fixed encoding for output

Benoit Lemarchand (1):
      Documentation/Changes: Add bc in "Current Minimal Requirements" section

Brian Norris (1):
      DocBook: ignore .proc files

Danilo Cesar Lemes de Paula (2):
      scripts/kernel-doc: Processing -nofunc for functions only
      scripts/kernel-doc: Replacing highlights hash by an array

Javier Martinez Canillas (1):
      Documentation: gpio: mention that <function>-gpio has been deprecated

Jonathan Corbet (4):
      Docs/DocBook: Add .db files to .gitignore
      MAINTAINERS: claim scripts/*doc* in the docs tree
      Merge branch 'doc/4.4' of git.lwn.net:/home/git/linux-2.6
      MAINTAINERS: The docs tree has moved

Luis de Bethencourt (1):
      Documentation/email-clients.txt: remove trailing whitespace

Masanari Iida (3):
      Doc:misc-devices: Fix typo in Documentation/misc-devices
      Doc:kvm: Fix typo in Doc/virtual/kvm
      Doc: ABI/stable: Fix typo in ABI/stable

Mauro Carvalho Chehab (1):
      DocBook: Fix kernel-doc to be case-insensitive for private:

Neil Brown (1):
      Documentation: add new description of path-name lookup.

Oliver Hartkopp (1):
      can: Add documentation for CAN FD driver configuration

Pranith Kumar (1):
      doc: Clarify that nmi_watchdog param is for hardlockups

Richard Sailer (1):
      kernel-docs.txt: update kernelnewbies reference

Sachin Pandhare (1):
      Typo correction for description in gpio document.

Sakari Ailus (1):
      Documentation: DMA API: Be more explicit that nents is always the same

Scott Wood (1):
      Docs/kernel-parameters: Add earlycon devicetree usage

Sergey SENOZHATSKY (1):
      zram: update documentation

Sergey Senozhatsky (1):
      Documentation/vm/slub.txt: document slabinfo-gnuplot.sh

Stephen Boyd (1):
      Documentation: lockstat: Fix typo lokcing -> locking

Ulf Magnusson (3):
      sysfs.txt: fix pre-kernfs sysfs_dirent reference
      sysfs-tagging.txt: fix pre-kernfs references
      sysfs.txt: mention that store method buffers are null-terminated

Vineet Gupta (1):
      README: Add ARC architecture

Wang Long (1):
      Documentation: Update kselftest.txt

Yuan Sun (1):
      Documentation: cgroups: just fix a few typos

 Documentation/ABI/stable/sysfs-class-tpm          |    4 +-
 Documentation/ABI/stable/sysfs-firmware-opal-elog |    2 +-
 Documentation/Changes                             |    1 +
 Documentation/DMA-API-HOWTO.txt                   |    5 +
 Documentation/DMA-API.txt                         |    6 +-
 Documentation/DocBook/.gitignore                  |    2 +
 Documentation/DocBook/Makefile                    |    6 +
 Documentation/SubmittingPatches                   |    8 +-
 Documentation/blockdev/zram.txt                   |   44 +-
 Documentation/cgroups/blkio-controller.txt        |    2 +-
 Documentation/cgroups/freezer-subsystem.txt       |    2 +-
 Documentation/cgroups/unified-hierarchy.txt       |    2 +-
 Documentation/email-clients.txt                   |    2 +-
 Documentation/filesystems/path-lookup.md          | 1297 +++++++++++++++++++++
 Documentation/filesystems/path-lookup.txt         |    2 +-
 Documentation/filesystems/sysfs-tagging.txt       |   14 +-
 Documentation/filesystems/sysfs.txt               |    9 +-
 Documentation/gpio/board.txt                      |   10 +-
 Documentation/gpio/sysfs.txt                      |    6 +-
 Documentation/kernel-docs.txt                     |   14 +-
 Documentation/kernel-parameters.txt               |   17 +-
 Documentation/kselftest.txt                       |   16 +
 Documentation/locking/lockstat.txt                |    2 +-
 Documentation/misc-devices/apds990x.txt           |    2 +-
 Documentation/misc-devices/isl29003               |    2 +-
 Documentation/misc-devices/max6875                |    2 +-
 Documentation/networking/can.txt                  |   97 +-
 Documentation/rbtree.txt                          |    2 +-
 Documentation/virtual/kvm/api.txt                 |    4 +-
 Documentation/virtual/kvm/devices/vm.txt          |    2 +-
 Documentation/virtual/kvm/ppc-pv.txt              |    2 +-
 Documentation/vm/slub.txt                         |   59 +
 Documentation/zh_CN/filesystems/sysfs.txt         |    2 +-
 MAINTAINERS                                       |    4 +-
 Makefile                                          |    2 +-
 README                                            |    2 +-
 scripts/.gitignore                                |    1 +
 scripts/Makefile                                  |    7 +-
 scripts/check-lc_ctype.c                          |   11 +
 scripts/kernel-doc                                |  119 +-
 40 files changed, 1659 insertions(+), 134 deletions(-)
 create mode 100644 Documentation/filesystems/path-lookup.md
 create mode 100644 scripts/check-lc_ctype.c
--
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