]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
Merge tag 'docs-5.2' of git://git.lwn.net/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 May 2019 19:42:50 +0000 (12:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 May 2019 19:42:50 +0000 (12:42 -0700)
Pull documentation updates from Jonathan Corbet:
 "A reasonably busy cycle for docs, including:

   - Lots of work on the Chinese and Italian translations

   - Some license-rules clarifications from Christoph

   - Various build-script fixes

   - A new document on memory models

   - RST conversion of the live-patching docs

   - The usual collection of typo fixes and corrections"

* tag 'docs-5.2' of git://git.lwn.net/linux: (140 commits)
  docs/livepatch: Unify style of livepatch documentation in the ReST format
  docs: livepatch: convert docs to ReST and rename to *.rst
  scripts/documentation-file-ref-check: detect broken :doc:`foo`
  scripts/documentation-file-ref-check: don't parse Next/ dir
  LICENSES: Rename other to deprecated
  LICENSES: Clearly mark dual license only licenses
  docs: Don't reference the ZLib license in license-rules.rst
  docs/vm: Minor editorial changes in the THP and hugetlbfs
  docs/vm: add documentation of memory models
  doc:it_IT: translation alignment
  doc: fix typo in PGP guide
  dontdiff: update with Kconfig build artifacts
  docs/zh_CN: fix typos in 1.Intro.rst file
  docs/zh_CN: redirect CoC docs to Chinese version
  doc: mm: migration doesn't use FOLL_SPLIT anymore
  docs: doc-guide: remove the extension from .rst files
  doc: kselftest: Fix KBUILD_OUTPUT usage instructions
  docs: trace: fix some Sphinx warnings
  docs: speculation.txt: mark example blocks as such
  docs: ntb.txt: add blank lines to clean up some Sphinx warnings
  ...

1  2 
.mailmap
Documentation/clearing-warn-once.txt
Documentation/dev-tools/kselftest.rst
Documentation/dontdiff
MAINTAINERS
scripts/checkpatch.pl

diff --cc .mailmap
index 0049c0b49056e3217852a1d11be98c7b3fc76962,7dc884c03d138e0db6d6c74560db435c50b7e364..07a777f9d687eb8a9bc74b4aa53c080af8f3fccb
+++ b/.mailmap
@@@ -16,9 -16,8 +16,11 @@@ Alan Cox <alan@lxorguk.ukuu.org.uk
  Alan Cox <root@hraefn.swansea.linux.org.uk>
  Aleksey Gorelov <aleksey_gorelov@phoenix.com>
  Aleksandar Markovic <aleksandar.markovic@mips.com> <aleksandar.markovic@imgtec.com>
+ Alex Shi <alex.shi@linux.alibaba.com> <alex.shi@intel.com>
+ Alex Shi <alex.shi@linux.alibaba.com> <alex.shi@linaro.org>
 +Alexei Starovoitov <ast@kernel.org> <ast@plumgrid.com>
 +Alexei Starovoitov <ast@kernel.org> <alexei.starovoitov@gmail.com>
 +Alexei Starovoitov <ast@kernel.org> <ast@fb.com>
  Al Viro <viro@ftp.linux.org.uk>
  Al Viro <viro@zenIV.linux.org.uk>
  Andi Shyti <andi@etezian.org> <andi.shyti@samsung.com>
index c68598b31428d7726816011b8ff4bd1eab33f583,4aa938262d0ea5724db100e42f7a066fcc86b493..211fd926cf00f5994f322d4edb1f0d45a4fd442a
@@@ -1,5 -1,7 +1,7 @@@
+ Clearing WARN_ONCE
+ ------------------
  
 -WARN_ONCE / WARN_ON_ONCE only print a warning once.
 +WARN_ONCE / WARN_ON_ONCE / printk_once only emit a message once.
  
  echo 1 > /sys/kernel/debug/clear_warn_once
  
Simple merge
Simple merge
diff --cc MAINTAINERS
Simple merge
Simple merge