[GIT,PULL] Documentation fixes for 6.3

Message ID 874jqntes0.fsf@meer.lwn.net
State New
Headers
Series [GIT,PULL] Documentation fixes for 6.3 |

Pull-request

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

Message

Jonathan Corbet March 14, 2023, 5:37 p.m. UTC
  The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d7ba3657d5162bd551e5c653f67f941c94a7dc0a:

  docs: vfio: fix header path (2023-03-14 11:31:57 -0600)

----------------------------------------------------------------
A handful of fixes and minor documentation updates.

----------------------------------------------------------------
Glenn Washburn (1):
      docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidate

Jiri Pirko (1):
      docs: vfio: fix header path

Miguel Ojeda (2):
      docs: programming-language: remove mention of the Intel compiler
      docs: programming-language: add Rust programming language section

Mike Rapoport (IBM) (2):
      docs/mm: Physical Memory: fix a reference to a file that doesn't exist
      docs/mm: hugetlbfs_reserv: fix a reference to a file that doesn't exist

Song Shuai (1):
      sched/doc: supplement CPU capacity with RISC-V

Uwe Kleine-König (1):
      docs: rebasing-and-merging: Drop wrong statement about git

Xujun Leng (1):
      docs: process: typo fix

 Documentation/driver-api/vfio.rst                  |  2 +-
 Documentation/filesystems/vfs.rst                  |  2 +-
 Documentation/maintainer/rebasing-and-merging.rst  |  6 +-----
 Documentation/mm/hugetlbfs_reserv.rst              |  8 ++++----
 Documentation/mm/physical_memory.rst               |  2 +-
 Documentation/process/programming-language.rst     | 24 ++++++++++++++++------
 Documentation/process/submitting-patches.rst       |  2 +-
 Documentation/scheduler/sched-capacity.rst         |  2 +-
 .../translations/zh_CN/mm/hugetlbfs_reserv.rst     |  3 ++-
 .../zh_CN/scheduler/sched-capacity.rst             |  2 +-
 10 files changed, 31 insertions(+), 22 deletions(-)
  

Comments

pr-tracker-bot@kernel.org March 14, 2023, 6:13 p.m. UTC | #1
The pull request you sent on Tue, 14 Mar 2023 11:37:51 -0600:

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

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

Thank you!