All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Documentation fixes for 5.19
@ 2022-06-10 17:31 Jonathan Corbet
  2022-06-10 18:26 ` pr-tracker-bot
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Corbet @ 2022-06-10 17:31 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-doc, linux-kernel

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%)

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [GIT PULL] Documentation fixes for 5.19
@ 2022-06-02 21:37 Jonathan Corbet
  2022-06-02 22:38 ` Linus Torvalds
  2022-06-02 22:39 ` pr-tracker-bot
  0 siblings, 2 replies; 5+ messages in thread
From: Jonathan Corbet @ 2022-06-02 21:37 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-doc, linux-kernel

The following changes since commit b86f46d5ce3e7497930be931a9a9e57480f0baff:

  docs: pdfdocs: Add space for chapter counts >= 100 in TOC (2022-05-17 13:41:26 -0600)

are available in the Git repository at:

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

for you to fetch changes up to a27e51b45e1bc57f15cffd6b9bfc38efef8cc419:

  documentation: Format button_dev as a pointer. (2022-06-01 09:34:28 -0600)

----------------------------------------------------------------
A handful of late-arriving documentation fixes and the addition of an SVG
tux logo which, I'm assured, we're going to want.

----------------------------------------------------------------
Akira Yokosawa (1):
      docs/conf.py: Cope with removal of language=None in Sphinx 5.0.0

Joel Colledge (1):
      docs: blockdev: change title to match section content

Miguel Ojeda (2):
      docs: move Linux logo into a new `images` folder
      docs: add SVG version of the Linux logo

Nelson Penn (1):
      documentation: Format button_dev as a pointer.

 Documentation/admin-guide/blockdev/index.rst |    6 +-
 Documentation/conf.py                        |    2 +-
 Documentation/{ => images}/COPYING-logo      |    8 +
 Documentation/{ => images}/logo.gif          |  Bin
 Documentation/images/logo.svg                | 2040 ++++++++++++++++++++++++++
 Documentation/input/input-programming.rst    |    6 +-
 scripts/spdxcheck-test.sh                    |    2 +-
 7 files changed, 2056 insertions(+), 8 deletions(-)
 rename Documentation/{ => images}/COPYING-logo (64%)
 rename Documentation/{ => images}/logo.gif (100%)
 create mode 100644 Documentation/images/logo.svg

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-06-10 18:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-10 17:31 [GIT PULL] Documentation fixes for 5.19 Jonathan Corbet
2022-06-10 18:26 ` 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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.