2021-11-18 10:29:42

by Jonathan Corbet

[permalink] [raw]
Subject: [GIT PULL] Documentation fixes for 5.16

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b96ff02ab2be1791248237b1bf318aaf62e8b701:

Documentation/process: fix a cross reference (2021-11-17 06:12:14 -0700)

----------------------------------------------------------------
A handful of documentation fixes for 5.16

----------------------------------------------------------------
Akira Yokosawa (1):
docs: Update Sphinx requirements

Alex Shi (1):
doc/zh_CN: fix a translation error in management-style

Mauro Carvalho Chehab (4):
libbpf: update index.rst reference
docs: accounting: update delay-accounting.rst reference
Documentation: update vcpu-requests.rst reference
Documentation/process: fix a cross reference

Pali Rohár (3):
Documentation: arm: marvell: Add some links to homepage / product infos
Documentation: arm: marvell: Put Armada XP section between Armada 370 and 375
Documentation: arm: marvell: Fix link to armada_1000_pb.pdf document

Wasin Thonkaew (1):
docs: filesystems: Fix grammatical error "with" to "which"

Zhaoyu Liu (1):
docs: ftrace: fix the wrong path of tracefs

Documentation/admin-guide/sysctl/kernel.rst | 2 +-
Documentation/arm/marvell.rst | 48 +++++++++++-----------
Documentation/bpf/index.rst | 2 +-
Documentation/doc-guide/sphinx.rst | 22 ++++------
Documentation/filesystems/autofs.rst | 2 +-
Documentation/process/changes.rst | 2 +-
Documentation/process/submitting-patches.rst | 4 +-
Documentation/trace/ftrace.rst | 9 ++--
.../translations/it_IT/doc-guide/sphinx.rst | 23 ++++-------
.../translations/it_IT/process/changes.rst | 2 +-
.../translations/zh_CN/doc-guide/sphinx.rst | 21 ++++------
.../zh_CN/process/management-style.rst | 4 +-
arch/riscv/kvm/vcpu.c | 2 +-
13 files changed, 65 insertions(+), 78 deletions(-)


2021-11-18 20:49:13

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [GIT PULL] Documentation fixes for 5.16

The pull request you sent on Thu, 18 Nov 2021 03:29:26 -0700:

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

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

Thank you!

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

2021-12-06 19:13:30

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [GIT PULL] Documentation fixes for 5.16

Somehow I managed to not CC the usual lists on this one, so, for the
record...

Jonathan Corbet <[email protected]> writes:

> The following changes since commit b96ff02ab2be1791248237b1bf318aaf62e8b701:
>
> Documentation/process: fix a cross reference (2021-11-17 06:12:14 -0700)
>
> are available in the Git repository at:
>
> git://git.lwn.net/linux.git tags/docs-5.16-3
>
> for you to fetch changes up to 333b11e541feeb79e7cce31dd5b280ceded388e4:
>
> Documentation: Add minimum pahole version (2021-11-29 14:48:00 -0700)
>
> ----------------------------------------------------------------
> A few important documentation fixes, including breakage that comes with
> v1.0 of the ReadTheDocs theme.
>
> ----------------------------------------------------------------
> Akira Yokosawa (1):
> docs: admin-guide/blockdev: Remove digraph of node-states
>
> Arnaldo Carvalho de Melo (1):
> Documentation: Add minimum pahole version
>
> Erik Ekman (1):
> Documentation/process: fix self reference
>
> Mauro Carvalho Chehab (1):
> docs: conf.py: fix support for Readthedocs v 1.0.0
>
> Documentation/admin-guide/blockdev/drbd/figures.rst | 4 ++--
> .../drbd/{node-states-8.dot => peer-states-8.dot} | 5 -----
> Documentation/conf.py | 15 ++++++++++-----
> Documentation/process/changes.rst | 11 +++++++++++
> Documentation/process/submitting-patches.rst | 3 ++-
> 5 files changed, 25 insertions(+), 13 deletions(-)
> rename Documentation/admin-guide/blockdev/drbd/{node-states-8.dot => peer-states-8.dot} (71%)

2021-12-06 19:36:06

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] Documentation fixes for 5.16

On Mon, Dec 6, 2021 at 11:13 AM Jonathan Corbet <[email protected]> wrote:
>
> Somehow I managed to not CC the usual lists on this one, so, for the
> record...

.. and now that it was sent quoted (instead of re-sending the original
email), pr-tracker-bot doesn't recognize it as a pull request any more
and doesn't react to it.

So no pr-tracker-bot replies for you.

Only this manual one.

Linus