From: Jonathan Corbet <corbet@lwn.net>
To: Linus Torvalds <torvalds@linuxfoundation.org>
Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] Documentation fixes for 5.19
Date: Fri, 10 Jun 2022 11:31:01 -0600 [thread overview]
Message-ID: <87h74s77e2.fsf@meer.lwn.net> (raw)
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)
are available in the Git repository at:
git://git.lwn.net/linux.git tags/docs-5.19-3
for you to fetch changes up to 387c67afccbb271707cbe6de2817f4e4c76287ad:
docs: arm: tcm: Fix typo in description of TCM and MMU usage (2022-06-09 12:56:33 -0600)
----------------------------------------------------------------
A few documentation fixes for 5.19, including moving the new HTE docs to a
more suitable location, adding loongarch to the features lists, and a
couple of typo fixes.
----------------------------------------------------------------
Jonathan Corbet (1):
docs: Move the HTE documentation to driver-api/
Justin Swartz (1):
docs: usb: fix literal block marker in usbmon verification example
Simon Horman (1):
docs: arm: tcm: Fix typo in description of TCM and MMU usage
Zheng Zengkai (1):
Documentation/features: Update the arch support status files
Documentation/arm/tcm.rst | 2 +-
Documentation/{ => driver-api}/hte/hte.rst | 0
Documentation/{ => driver-api}/hte/index.rst | 0
Documentation/{ => driver-api}/hte/tegra194-hte.rst | 0
Documentation/driver-api/index.rst | 1 +
Documentation/features/core/cBPF-JIT/arch-support.txt | 1 +
Documentation/features/core/eBPF-JIT/arch-support.txt | 1 +
Documentation/features/core/generic-idle-thread/arch-support.txt | 1 +
Documentation/features/core/jump-labels/arch-support.txt | 1 +
Documentation/features/core/thread-info-in-task/arch-support.txt | 1 +
Documentation/features/core/tracehook/arch-support.txt | 1 +
Documentation/features/debug/KASAN/arch-support.txt | 1 +
Documentation/features/debug/debug-vm-pgtable/arch-support.txt | 3 ++-
Documentation/features/debug/gcov-profile-all/arch-support.txt | 3 ++-
Documentation/features/debug/kcov/arch-support.txt | 1 +
Documentation/features/debug/kgdb/arch-support.txt | 1 +
Documentation/features/debug/kmemleak/arch-support.txt | 1 +
Documentation/features/debug/kprobes-on-ftrace/arch-support.txt | 1 +
Documentation/features/debug/kprobes/arch-support.txt | 1 +
Documentation/features/debug/kretprobes/arch-support.txt | 1 +
Documentation/features/debug/optprobes/arch-support.txt | 1 +
Documentation/features/debug/stackprotector/arch-support.txt | 1 +
Documentation/features/debug/uprobes/arch-support.txt | 1 +
Documentation/features/debug/user-ret-profiler/arch-support.txt | 1 +
Documentation/features/io/dma-contiguous/arch-support.txt | 1 +
Documentation/features/locking/cmpxchg-local/arch-support.txt | 1 +
Documentation/features/locking/lockdep/arch-support.txt | 1 +
Documentation/features/locking/queued-rwlocks/arch-support.txt | 3 ++-
Documentation/features/locking/queued-spinlocks/arch-support.txt | 1 +
Documentation/features/perf/kprobes-event/arch-support.txt | 3 ++-
Documentation/features/perf/perf-regs/arch-support.txt | 1 +
Documentation/features/perf/perf-stackdump/arch-support.txt | 1 +
Documentation/features/sched/membarrier-sync-core/arch-support.txt | 1 +
Documentation/features/sched/numa-balancing/arch-support.txt | 1 +
Documentation/features/seccomp/seccomp-filter/arch-support.txt | 1 +
Documentation/features/time/arch-tick-broadcast/arch-support.txt | 1 +
Documentation/features/time/clockevents/arch-support.txt | 1 +
Documentation/features/time/context-tracking/arch-support.txt | 1 +
Documentation/features/time/irq-time-acct/arch-support.txt | 1 +
Documentation/features/time/virt-cpuacct/arch-support.txt | 1 +
Documentation/features/vm/ELF-ASLR/arch-support.txt | 1 +
Documentation/features/vm/PG_uncached/arch-support.txt | 1 +
Documentation/features/vm/THP/arch-support.txt | 1 +
Documentation/features/vm/TLB/arch-support.txt | 1 +
Documentation/features/vm/huge-vmap/arch-support.txt | 1 +
Documentation/features/vm/ioremap_prot/arch-support.txt | 1 +
Documentation/features/vm/pte_special/arch-support.txt | 3 ++-
Documentation/index.rst | 1 -
Documentation/usb/usbmon.rst | 2 +-
MAINTAINERS | 2 +-
50 files changed, 51 insertions(+), 9 deletions(-)
rename Documentation/{ => driver-api}/hte/hte.rst (100%)
rename Documentation/{ => driver-api}/hte/index.rst (100%)
rename Documentation/{ => driver-api}/hte/tegra194-hte.rst (100%)
next reply other threads:[~2022-06-10 17:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-10 17:31 Jonathan Corbet [this message]
2022-06-10 18:26 ` [GIT PULL] Documentation fixes for 5.19 pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2022-06-02 21:37 Jonathan Corbet
2022-06-02 22:38 ` Linus Torvalds
2022-06-02 22:39 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87h74s77e2.fsf@meer.lwn.net \
--to=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).