Re: [GIT PULL] Documentation fixes for 5.12

2021-02-26 Thread pr-tracker-bot
The pull request you sent on Fri, 26 Feb 2021 11:54:04 -0700:

> git://git.lwn.net/linux.git tags/docs-5.12-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3fb6d0e00efc958d01c2f109c8453033a2d96796

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[GIT PULL] Documentation fixes for 5.12

2021-02-26 Thread Jonathan Corbet
The following changes since commit 3c2e0a489da6a7c48ad67a246c7a287fcb4a4607:

  docs: kernel-hacking: be more civil (2021-02-11 10:00:40 -0700)

are available in the Git repository at:

  git://git.lwn.net/linux.git tags/docs-5.12-2

for you to fetch changes up to f37a15ea8db022373a2cb6d1a6004c65c2b7f17e:

  docs: proc.rst: fix indentation warning (2021-02-25 13:11:00 -0700)


A handful of late-arriving documentation fixes, nothing all that notable.


Aditya Srivastava (1):
  scripts: kernel-doc: fix array element capture in pointer-to-func parsing

Andrew Donnellan (1):
  docs: powerpc: Fix tables in syscall64-abi.rst

Antonio Terceiro (1):
  Documentation: cgroup-v2: fix path to example BPF program

Arnd Bergmann (2):
  Documentation: features: remove c6x references
  Documentation: features: refresh feature list

Masahiro Yamada (1):
  doc: use KCFLAGS instead of EXTRA_CFLAGS to pass flags from command line

Matthew Wilcox (1):
  Fix unaesthetic indentation

Michael Weiß (1):
  docs: ABI: testing: ima_policy: Fixed missing bracket

Randy Dunlap (2):
  Documentation: proc.rst: add more about the 6 fields in loadavg
  docs: proc.rst: fix indentation warning

 Documentation/ABI/testing/ima_policy   |  2 +-
 Documentation/admin-guide/cgroup-v2.rst|  2 +-
 Documentation/conf.py  |  3 +-
 .../features/core/cBPF-JIT/arch-support.txt|  1 -
 .../features/core/eBPF-JIT/arch-support.txt|  1 -
 .../core/generic-idle-thread/arch-support.txt  |  1 -
 .../features/core/jump-labels/arch-support.txt |  1 -
 .../features/core/tracehook/arch-support.txt   |  1 -
 .../features/debug/KASAN/arch-support.txt  |  1 -
 .../debug/debug-vm-pgtable/arch-support.txt|  1 -
 .../debug/gcov-profile-all/arch-support.txt|  3 +-
 Documentation/features/debug/kcov/arch-support.txt |  1 -
 Documentation/features/debug/kgdb/arch-support.txt |  1 -
 .../features/debug/kmemleak/arch-support.txt   |  3 +-
 .../debug/kprobes-on-ftrace/arch-support.txt   |  3 +-
 .../features/debug/kprobes/arch-support.txt|  3 +-
 .../features/debug/kretprobes/arch-support.txt |  3 +-
 .../features/debug/optprobes/arch-support.txt  |  1 -
 .../features/debug/stackprotector/arch-support.txt |  1 -
 .../features/debug/uprobes/arch-support.txt|  3 +-
 .../debug/user-ret-profiler/arch-support.txt   |  1 -
 .../features/io/dma-contiguous/arch-support.txt|  1 -
 .../locking/cmpxchg-local/arch-support.txt |  1 -
 .../features/locking/lockdep/arch-support.txt  |  1 -
 .../locking/queued-rwlocks/arch-support.txt|  1 -
 .../locking/queued-spinlocks/arch-support.txt  |  1 -
 .../features/perf/kprobes-event/arch-support.txt   |  3 +-
 .../features/perf/perf-regs/arch-support.txt   |  3 +-
 .../features/perf/perf-stackdump/arch-support.txt  |  3 +-
 .../sched/membarrier-sync-core/arch-support.txt|  1 -
 .../features/sched/numa-balancing/arch-support.txt |  3 +-
 .../seccomp/seccomp-filter/arch-support.txt|  1 -
 .../time/arch-tick-broadcast/arch-support.txt  |  1 -
 .../features/time/clockevents/arch-support.txt |  1 -
 .../time/context-tracking/arch-support.txt |  1 -
 .../features/time/irq-time-acct/arch-support.txt   |  1 -
 .../features/time/virt-cpuacct/arch-support.txt|  1 -
 .../features/vm/ELF-ASLR/arch-support.txt  |  1 -
 .../features/vm/PG_uncached/arch-support.txt   |  1 -
 Documentation/features/vm/THP/arch-support.txt |  1 -
 Documentation/features/vm/TLB/arch-support.txt |  1 -
 .../features/vm/huge-vmap/arch-support.txt |  1 -
 .../features/vm/ioremap_prot/arch-support.txt  |  1 -
 .../features/vm/pte_special/arch-support.txt   |  1 -
 Documentation/filesystems/proc.rst |  4 ++
 Documentation/powerpc/syscall64-abi.rst| 51 ++
 Documentation/process/4.Coding.rst |  2 +-
 Documentation/process/submit-checklist.rst |  2 +-
 .../translations/it_IT/process/4.Coding.rst|  2 +-
 .../it_IT/process/submit-checklist.rst |  2 +-
 .../translations/zh_CN/process/4.Coding.rst|  2 +-
 drivers/gpu/drm/tilcdc/Makefile|  2 +-
 scripts/kernel-doc |  2 +-
 53 files changed, 56 insertions(+), 81 deletions(-)


Re: [GIT PULL] Documentation fixes

2021-01-08 Thread pr-tracker-bot
The pull request you sent on Fri, 8 Jan 2021 10:31:20 -0700:

> git://git.lwn.net/linux.git tags/docs-5.11-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/50dbd96e4f31e28fc2fcc80abaabab4fb277227c

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[GIT PULL] Documentation fixes

2021-01-08 Thread Jonathan Corbet
The following changes since commit
5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.lwn.net/linux.git tags/docs-5.11-3

for you to fetch changes up to 9d54ee78aef62c29b15ae2f58a70b1d1cd63a8f0:

  docs: admin-guide: bootconfig: Fix feils to fails (2021-01-07 14:44:58 -0700)


A handful of relatively small documentation fixes.


Bhaskar Chowdhury (1):
  docs: admin-guide: bootconfig: Fix feils to fails

Jonathan Neuschäfer (1):
  docs: binfmt-misc: Fix .rst formatting

Liao Pingfang (1):
  docs/mm: concepts.rst: Correct the threshold to low watermark

Lukas Bulwahn (1):
  atomic: remove further references to atomic_ops

Miguel Ojeda (1):
  docs: remove mention of ENABLE_MUST_CHECK

Nícolas F. R. A. Prado (1):
  docs: Fix reST markup when linking to sections

Randy Dunlap (3):
  Documentation: admin: early_param()s are also listed in kernel-parameters
  Documentation: doc-guide: fixes to sphinx.rst
  Documentation/admin-guide: kernel-parameters: hyphenate comma-separated

 .../Memory-Ordering/Tree-RCU-Memory-Ordering.rst   |  8 +++---
 .../RCU/Design/Requirements/Requirements.rst   | 20 +++---
 Documentation/admin-guide/binfmt-misc.rst  |  4 +--
 Documentation/admin-guide/bootconfig.rst   |  2 +-
 Documentation/admin-guide/kernel-parameters.rst|  4 +--
 Documentation/admin-guide/kernel-parameters.txt| 12 
 Documentation/admin-guide/mm/concepts.rst  |  2 +-
 Documentation/core-api/index.rst   |  1 -
 Documentation/doc-guide/sphinx.rst | 32 +++---
 Documentation/kernel-hacking/locking.rst   |  8 +++---
 Documentation/process/4.Coding.rst |  6 ++--
 .../sound/kernel-api/writing-an-alsa-driver.rst| 16 +--
 MAINTAINERS|  1 -
 13 files changed, 56 insertions(+), 60 deletions(-)


Re: [GIT PULL] Documentation fixes for 5.10-rc3

2020-11-03 Thread pr-tracker-bot
The pull request you sent on Tue, 3 Nov 2020 08:30:06 -0700:

> git://git.lwn.net/linux.git tags/docs-5.10-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ce2e33ba4163c66ff89d2c0f2a9a51214a122e27

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[GIT PULL] Documentation fixes for 5.10-rc3

2020-11-03 Thread Jonathan Corbet
The following changes since commit
3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.lwn.net/linux.git tags/docs-5.10-3

for you to fetch changes up to 4f3e69060dc9cc8f14ad9e172ada7120dc76445b:

  docs: fix automarkup regression on Python 2 (2020-11-03 08:22:00 -0700)


A small number of fixes, plus a build tweak to respect the desire for
silence in V=0 builds.


Jonathan Corbet (1):
  docs: fix automarkup regression on Python 2

Mauro Carvalho Chehab (3):
  docs: Makefile: honor V=0 for docs building
  scripts: kernel-doc: fix typedef parsing
  scripts: kernel-doc: split typedef complex regex

Wilken Gottwalt (1):
  documentation: arm: sunxi: add Allwinner H6 documents

 Documentation/Makefile |  4 
 Documentation/arm/sunxi.rst| 10 ++
 Documentation/sphinx/automarkup.py | 20 ++--
 scripts/kernel-doc | 15 ++-
 4 files changed, 38 insertions(+), 11 deletions(-)


Re: [GIT PULL] Documentation fixes for 5.10

2020-10-23 Thread pr-tracker-bot
The pull request you sent on Fri, 23 Oct 2020 13:17:19 -0600:

> git://git.lwn.net/linux.git tags/docs-5.10-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c80e42a4963b3f593d53fb8f565e5bbca61a6531

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[GIT PULL] Documentation fixes for 5.10

2020-10-23 Thread Jonathan Corbet
The following changes since commit
4fb220da0dd03d3699776220d86ac84b38941c0c:

  gpiolib: Update indentation in driver.rst for code excerpts (2020-10-12 
13:15:34 -0600)

are available in the Git repository at:

  git://git.lwn.net/linux.git tags/docs-5.10-2

for you to fetch changes up to 62af696471e58bdfcf416fd56f032a60853c2bae:

  docs: Add two missing entries in vm sysctl index (2020-10-22 16:11:46 -0600)


A handful of late-arriving documentation fixes.


Bailu Lin (1):
  Documentation: Chinese translation of Documentation/arm64/hugetlbpage.rst

Colin Ian King (1):
  docs/vm: trivial fixes to several spelling mistakes

Fam Zheng (1):
  docs: Add two missing entries in vm sysctl index

Hui Su (1):
  docs/cpu-load: format the example code.

Kees Cook (2):
  docs: deprecated.rst: Expand str*cpy() replacement notes
  docs: lkdtm: Modernize and improve details

Krzysztof Kozlowski (1):
  docs: submitting-patches: describe preserving review/test tags

Mauro Carvalho Chehab (1):
  docs: driver-api: remove a duplicated index entry

Wei Lin Chang (1):
  Documentation: x86: fix a missing word in x86_64/mm.rst.

 Documentation/admin-guide/cpu-load.rst | 63 +++---
 Documentation/admin-guide/sysctl/vm.rst|  2 +
 Documentation/arm64/hugetlbpage.rst|  2 +
 Documentation/driver-api/index.rst |  1 -
 Documentation/fault-injection/provoke-crashes.rst  | 56 +++
 Documentation/process/deprecated.rst   | 44 ---
 Documentation/process/submitting-patches.rst   |  7 +++
 .../translations/zh_CN/arm64/hugetlbpage.rst   | 45 
 Documentation/translations/zh_CN/arm64/index.rst   |  1 +
 Documentation/vm/mmu_notifier.rst  |  2 +-
 Documentation/vm/page_migration.rst|  2 +-
 Documentation/vm/page_owner.rst|  2 +-
 Documentation/vm/slub.rst  |  2 +-
 Documentation/x86/x86_64/mm.rst|  2 +-
 14 files changed, 154 insertions(+), 77 deletions(-)
 create mode 100644 Documentation/translations/zh_CN/arm64/hugetlbpage.rst


Re: [GIT PULL] Documentation fixes

2020-08-31 Thread pr-tracker-bot
The pull request you sent on Mon, 31 Aug 2020 13:10:14 -0600:

> git://git.lwn.net/linux.git tags/docs-5.9-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b51594df17d0ce80b9f9f35394a1f42d7ac94472

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[GIT PULL] Documentation fixes

2020-08-31 Thread Jonathan Corbet
The following changes since commit
9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  git://git.lwn.net/linux.git tags/docs-5.9-3

for you to fetch changes up to 92001bc0365a144783f8f3108be94e74baf61011:

  Documentation: laptops: thinkpad-acpi: fix underline length build warning 
(2020-08-24 17:19:07 -0600)


A handful of documentation fixes for 5.9.


Brandon Jiang (1):
  Documentation: fix typo for abituguru documentation

Kees Cook (1):
  docs: Fix function name trailing double-()s

Lukas Bulwahn (2):
  MAINTAINERS: mention documentation maintainer entry profile
  Documentation: add riscv entry in list of existing profiles

Marta Rybczynska (1):
  Documentation/locking/locktypes: fix local_locks documentation

Puranjay Mohan (2):
  IIO: Documentation: Replace deprecated :c:func: Usage
  Fpga: Documentation: Replace deprecated :c:func: Usage

Randy Dunlap (1):
  Documentation: laptops: thinkpad-acpi: fix underline length build warning

Theodore Dubois (1):
  devices.txt: fix typo of "ubd" as "udb"

 Documentation/RCU/lockdep.rst  |  2 +-
 Documentation/admin-guide/devices.txt  |  2 +-
 .../admin-guide/laptops/thinkpad-acpi.rst  |  2 +-
 Documentation/driver-api/fpga/fpga-bridge.rst  |  6 +++---
 Documentation/driver-api/fpga/fpga-mgr.rst |  6 +++---
 Documentation/driver-api/fpga/fpga-programming.rst | 16 +++
 Documentation/driver-api/fpga/fpga-region.rst  | 18 
 Documentation/driver-api/iio/core.rst  | 16 +++
 Documentation/hwmon/abituguru-datasheet.rst|  6 +++---
 Documentation/hwmon/abituguru.rst  |  4 ++--
 Documentation/hwmon/abituguru3.rst |  4 ++--
 Documentation/locking/locktypes.rst| 24 +++---
 .../maintainer/maintainer-entry-profile.rst|  1 +
 Documentation/process/deprecated.rst   |  2 +-
 .../translations/it_IT/process/deprecated.rst  |  2 +-
 MAINTAINERS|  1 +
 16 files changed, 57 insertions(+), 55 deletions(-)


Re: [GIT PULL] Documentation fixes for 5.9

2020-08-13 Thread pr-tracker-bot
The pull request you sent on Thu, 13 Aug 2020 14:52:07 -0600:

> git://git.lwn.net/linux.git tags/docs-5.9-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dddcbc139e96bd18d8c65ef7b7e440f0d32457c2

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[GIT PULL] Documentation fixes for 5.9

2020-08-13 Thread Jonathan Corbet
The following changes since commit
2c12c8103d8f15790cf880f1545dafa36acb004a:

  scripts/kernel-doc: optionally treat warnings as errors (2020-07-31 11:11:17 
-0600)

are available in the Git repository at:

  git://git.lwn.net/linux.git tags/docs-5.9-2

for you to fetch changes up to 1edcd4675e44dc0e6e3b34e8e29000d8a05f998c:

  Documentation/locking/locktypes: fix the typo (2020-08-13 14:47:38 -0600)


A handful of obvious fixes that wandered in during the merge window.


Billy Wilson (1):
  docs: Correct the release date of 5.2 stable

Bryan Brattlof (1):
  docs: trace: fix a typo

Huang Shijie (1):
  Documentation/locking/locktypes: fix the typo

Kees Cook (1):
  mailmap: Update comments for with format and more detalis

Lukas Bulwahn (2):
  doc/zh_CN: fix title heading markup in admin-guide cpu-load
  doc/zh_CN: resolve undefined label warning in admin-guide index

Puranjay Mohan (3):
  Filesystems: Documentation: Replace deprecated :c:func: Usage
  Dev-tools: Documentation: Replace deprecated :c:func: Usage
  Core-api: Documentation: Replace deprecated :c:func: Usage

Randy Dunlap (1):
  Doc: admin-guide: use correct legends in kernel-parameters.txt

Remi Andruccioli (1):
  docs: cdrom: Fix a typo and rst markup

Stephen Kitt (1):
  docs: remove the 2.6 "Upgrading I2C Drivers" guide

Sumera Priyadarsini (1):
  documentation: coccinelle: Improve command example for make C={1,2}

Tobias Klauser (1):
  Documentation/features: refresh RISC-V arch support files

 .mailmap   |   9 +-
 Documentation/admin-guide/kernel-parameters.txt|  36 +--
 Documentation/cdrom/cdrom-standard.rst |   4 +-
 Documentation/core-api/idr.rst |  32 +--
 Documentation/dev-tools/coccinelle.rst |  15 +-
 Documentation/dev-tools/kgdb.rst   |  16 +-
 .../features/debug/kmemleak/arch-support.txt   |   2 +-
 .../features/debug/stackprotector/arch-support.txt |   2 +-
 .../features/locking/lockdep/arch-support.txt  |   2 +-
 .../time/context-tracking/arch-support.txt |   2 +-
 Documentation/filesystems/journalling.rst  |  66 ++---
 Documentation/i2c/index.rst|   1 -
 Documentation/i2c/upgrading-clients.rst| 285 -
 Documentation/locking/locktypes.rst|   2 +-
 Documentation/process/2.Process.rst|   2 +-
 Documentation/trace/intel_th.rst   |   2 +-
 .../translations/zh_CN/admin-guide/cpu-load.rst|   4 +-
 .../translations/zh_CN/admin-guide/index.rst   |   2 +-
 18 files changed, 105 insertions(+), 379 deletions(-)
 delete mode 100644 Documentation/i2c/upgrading-clients.rst


Re: [GIT PULL] Documentation fixes

2019-01-05 Thread pr-tracker-bot
The pull request you sent on Fri, 4 Jan 2019 15:02:39 -0700:

> git://git.lwn.net/linux.git tags/docs-5.0-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b5aef86e089a2d85a6d627372287785d08938cbe

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


[GIT PULL] Documentation fixes

2019-01-04 Thread Jonathan Corbet
The following changes since commit
942104a21ce4951420ddf6c6b3179a0627301f7e:

  docs: improve pathname-lookup document structure (2018-12-20 08:47:18 -0700)

are available in the Git repository at:

  git://git.lwn.net/linux.git tags/docs-5.0-fixes

for you to fetch changes up to 93fb7f19985a08bbe3b76da0b35e97b6e472e4a5:

  doc: filesystems: fix bad references to nonexistent ext4.rst file (2019-01-03 
09:28:45 -0700)


A handful of late-arriving documentation fixes.


Marcos Paulo de Souza (1):
  Docs/kernel-api.rst: Remove blk-tag.c reference

Otto Sabart (1):
  doc: filesystems: fix bad references to nonexistent ext4.rst file

Ramunas Geciauskas (1):
  Documentation/admin-guide: update URL of LKML information link

 Documentation/admin-guide/reporting-bugs.rst | 2 +-
 Documentation/core-api/kernel-api.rst| 6 --
 Documentation/filesystems/dax.txt| 2 +-
 Documentation/filesystems/ext2.txt   | 2 +-
 MAINTAINERS  | 2 +-
 5 files changed, 4 insertions(+), 10 deletions(-)