Skip to content

Commit

Permalink
Merge branch 'mauro' into docs-next
Browse files Browse the repository at this point in the history
Mauro says (as he's cleaning up my mess):

This small series address a regression caused by a new patch at
docs-next (and at linux-next).

Before this patch, when a cross-reference to a chapter within the
documentation is needed, we had to add a markup like:

	.. _foo:

	foo
	===

This behavor is now different after this patch:

	58ad30c ("docs: fix reference to core-api/namespaces.rst")

As a Sphinx extension now creates automatically a reference
like the above, without requiring any extra markup.

That, however, comes with a price: it is not possible anymore to have
two sections with the same name within the entire Kernel docs!

This causes thousands of warnings, as we have sections named
"introduction" on lots of places.

This series solve this regression by doing two changes:

1) The references are now prefixed by the document name. So,
   a file named "bar" would have the "foo" reference as "bar:foo".

2) It will only use the first two levels. The first one is (usually) the
   name of the document, and the second one the chapter name.

This solves almost all problems we have. Still, there are a few places
where we have two chapters at the same document with the
same name. The first patch addresses this problem.

The second patch limits the escope of the autosectionlabel.
  • Loading branch information
Jonathan Corbet committed Mar 20, 2020
2 parents 58ad30c + 4658b0e commit 769f90f
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 31 deletions.
4 changes: 4 additions & 0 deletions Documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
'kfigure', 'sphinx.ext.ifconfig', 'automarkup',
'maintainers_include', 'sphinx.ext.autosectionlabel' ]

# Ensure that autosectionlabel will produce unique names
autosectionlabel_prefix_document = True
autosectionlabel_maxdepth = 2

# The name of the math extension changed on Sphinx 1.4
if (major == 1 and minor > 3) or (major > 1):
extensions.append("sphinx.ext.imgmath")
Expand Down
8 changes: 4 additions & 4 deletions Documentation/driver-api/80211/mac80211-advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ STA information lifetime rules
.. kernel-doc:: net/mac80211/sta_info.c
:doc: STA information lifetime rules

Aggregation
===========
Aggregation Functions
=====================

.. kernel-doc:: net/mac80211/sta_info.h
:functions: sta_ampdu_mlme
Expand All @@ -284,8 +284,8 @@ Aggregation
.. kernel-doc:: net/mac80211/sta_info.h
:functions: tid_ampdu_rx

Synchronisation
===============
Synchronisation Functions
=========================

TBD

Expand Down
4 changes: 2 additions & 2 deletions Documentation/driver-api/dmaengine/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ DMAEngine documentation
DMAEngine documentation provides documents for various aspects of DMAEngine
framework.

DMAEngine documentation
-----------------------
DMAEngine development documentation
-----------------------------------

This book helps with DMAengine internal APIs and guide for DMAEngine device
driver writers.
Expand Down
11 changes: 5 additions & 6 deletions Documentation/filesystems/ecryptfs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ Userspace requirements include:
- Libgcrypt


Notes
=====
.. note::

In the beta/experimental releases of eCryptfs, when you upgrade
eCryptfs, you should copy the files to an unencrypted location and
then copy the files back into the new eCryptfs mount to migrate the
files.
In the beta/experimental releases of eCryptfs, when you upgrade
eCryptfs, you should copy the files to an unencrypted location and
then copy the files back into the new eCryptfs mount to migrate the
files.


Mount-wide Passphrase
Expand Down
4 changes: 2 additions & 2 deletions Documentation/kernel-hacking/hacking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ Defined in ``include/linux/export.h``

This is the variant of `EXPORT_SYMBOL()` that allows specifying a symbol
namespace. Symbol Namespaces are documented in
:ref:`Documentation/core-api/symbol-namespaces.rst <Symbol Namespaces>`
:doc:`../core-api/symbol-namespaces`

:c:func:`EXPORT_SYMBOL_NS_GPL()`
--------------------------------
Expand All @@ -610,7 +610,7 @@ Defined in ``include/linux/export.h``

This is the variant of `EXPORT_SYMBOL_GPL()` that allows specifying a symbol
namespace. Symbol Namespaces are documented in
:ref:`Documentation/core-api/symbol-namespaces.rst <Symbol Namespaces>`
:doc:`../core-api/symbol-namespaces`

Routines and Conventions
========================
Expand Down
8 changes: 4 additions & 4 deletions Documentation/media/kapi/v4l2-controls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ and QUERYMENU. And G/S_CTRL as well as G/TRY/S_EXT_CTRLS are automatically suppo
In practice the basic usage as described above is sufficient for most drivers.


Inheriting Controls
-------------------
Inheriting Sub-device Controls
------------------------------

When a sub-device is registered with a V4L2 driver by calling
v4l2_device_register_subdev() and the ctrl_handler fields of both v4l2_subdev
Expand Down Expand Up @@ -757,8 +757,8 @@ attempting to find another control from the same handler will deadlock.
It is recommended not to use this function from inside the control ops.


Inheriting Controls
-------------------
Preventing Controls inheritance
-------------------------------

When one control handler is added to another using v4l2_ctrl_add_handler, then
by default all controls from one are merged to the other. But a subdev might
Expand Down
4 changes: 2 additions & 2 deletions Documentation/networking/snmp_counter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -908,8 +908,8 @@ A TLP probe packet is sent.

A packet loss is detected and recovered by TLP.

TCP Fast Open
=============
TCP Fast Open description
=========================
TCP Fast Open is a technology which allows data transfer before the
3-way handshake complete. Please refer the `TCP Fast Open wiki`_ for a
general description.
Expand Down
4 changes: 2 additions & 2 deletions Documentation/powerpc/ultravisor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Protected Execution Facility
.. contents::
:depth: 3

Protected Execution Facility
############################
Introduction
############

Protected Execution Facility (PEF) is an architectural change for
POWER 9 that enables Secure Virtual Machines (SVMs). DD2.3 chips
Expand Down
8 changes: 4 additions & 4 deletions Documentation/security/siphash.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ then when you can be absolutely certain that the outputs will never be
transmitted out of the kernel. This is only remotely useful over `jhash` as a
means of mitigating hashtable flooding denial of service attacks.

Generating a key
================
Generating a HalfSipHash key
============================

Keys should always be generated from a cryptographically secure source of
random numbers, either using get_random_bytes or get_random_once:
Expand All @@ -139,8 +139,8 @@ get_random_bytes(&key, sizeof(key));

If you're not deriving your key from here, you're doing it wrong.

Using the functions
===================
Using the HalfSipHash functions
===============================

There are two variants of the function, one that takes a list of integers, and
one that takes a buffer::
Expand Down
6 changes: 3 additions & 3 deletions Documentation/target/tcmu-design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TCM Userspace Design

.. Contents:
1) TCM Userspace Design
1) Design
a) Background
b) Benefits
c) Design constraints
Expand All @@ -23,8 +23,8 @@ TCM Userspace Design
3) A final note
TCM Userspace Design
====================
Design
======

TCM is another name for LIO, an in-kernel iSCSI target (server).
Existing TCM targets run in the kernel. TCMU (TCM in Userspace)
Expand Down
2 changes: 1 addition & 1 deletion Documentation/translations/zh_CN/process/5.Posting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

.. _cn_development_posting:

发送补丁
发布补丁
========

迟早,当您的工作准备好提交给社区进行审查,并最终包含到主线内核中时。不出所料,
Expand Down
3 changes: 2 additions & 1 deletion Documentation/x86/intel-iommu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ and any RMRR's processed::
When DMAR is enabled for use, you will notice..

PCI-DMA: Using DMAR IOMMU
-------------------------

Fault reporting
---------------
^^^^^^^^^^^^^^^

::

Expand Down

0 comments on commit 769f90f

Please sign in to comment.