mbox series

[net,v3,00/14] docs: update and move the netdev-FAQ

Message ID 20220330042505.2902770-1-kuba@kernel.org (mailing list archive)
Headers show
Series docs: update and move the netdev-FAQ | expand

Message

Jakub Kicinski March 30, 2022, 4:24 a.m. UTC
A section of documentation for tree-specific process quirks had
been created a while back. There's only one tree in it, so far,
the tip tree, but the contents seem to answer similar questions
as we answer in the netdev-FAQ. Move the netdev-FAQ.

Take this opportunity to touch up and update a few sections.

v3: remove some confrontational? language from patch 7
v2: remove non-git in patch 3
    add patch 5

Jakub Kicinski (14):
  docs: netdev: replace references to old archives
  docs: netdev: minor reword
  docs: netdev: move the patch marking section up
  docs: netdev: turn the net-next closed into a Warning
  docs: netdev: note that RFC postings are allowed any time
  docs: netdev: shorten the name and mention msgid for patch status
  docs: netdev: rephrase the 'Under review' question
  docs: netdev: rephrase the 'should I update patchwork' question
  docs: netdev: add a question about re-posting frequency
  docs: netdev: make the testing requirement more stringent
  docs: netdev: add missing back ticks
  docs: netdev: call out the merge window in tag checking
  docs: netdev: broaden the new vs old code formatting guidelines
  docs: netdev: move the netdev-FAQ to the process pages

 Documentation/bpf/bpf_devel_QA.rst            |   2 +-
 Documentation/networking/index.rst            |   3 +-
 .../process/maintainer-handbooks.rst          |   1 +
 .../maintainer-netdev.rst}                    | 114 +++++++++++-------
 MAINTAINERS                                   |   1 +
 5 files changed, 73 insertions(+), 48 deletions(-)
 rename Documentation/{networking/netdev-FAQ.rst => process/maintainer-netdev.rst} (75%)

Comments

patchwork-bot+netdevbpf@kernel.org March 31, 2022, 9:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Paolo Abeni <pabeni@redhat.com>:

On Tue, 29 Mar 2022 21:24:51 -0700 you wrote:
> A section of documentation for tree-specific process quirks had
> been created a while back. There's only one tree in it, so far,
> the tip tree, but the contents seem to answer similar questions
> as we answer in the netdev-FAQ. Move the netdev-FAQ.
> 
> Take this opportunity to touch up and update a few sections.
> 
> [...]

Here is the summary with links:
  - [net,v3,01/14] docs: netdev: replace references to old archives
    https://git.kernel.org/netdev/net/c/50386f7526dd
  - [net,v3,02/14] docs: netdev: minor reword
    https://git.kernel.org/netdev/net/c/30cddd30532a
  - [net,v3,03/14] docs: netdev: move the patch marking section up
    https://git.kernel.org/netdev/net/c/c82d90b14f6c
  - [net,v3,04/14] docs: netdev: turn the net-next closed into a Warning
    https://git.kernel.org/netdev/net/c/2fd4c50dbff1
  - [net,v3,05/14] docs: netdev: note that RFC postings are allowed any time
    https://git.kernel.org/netdev/net/c/0e242e3fb7a7
  - [net,v3,06/14] docs: netdev: shorten the name and mention msgid for patch status
    https://git.kernel.org/netdev/net/c/5d84921ac750
  - [net,v3,07/14] docs: netdev: rephrase the 'Under review' question
    https://git.kernel.org/netdev/net/c/8f785c1bb84f
  - [net,v3,08/14] docs: netdev: rephrase the 'should I update patchwork' question
    https://git.kernel.org/netdev/net/c/724c1a7443c5
  - [net,v3,09/14] docs: netdev: add a question about re-posting frequency
    https://git.kernel.org/netdev/net/c/b8ba106378a0
  - [net,v3,10/14] docs: netdev: make the testing requirement more stringent
    https://git.kernel.org/netdev/net/c/3eca381457ca
  - [net,v3,11/14] docs: netdev: add missing back ticks
    https://git.kernel.org/netdev/net/c/a30059731877
  - [net,v3,12/14] docs: netdev: call out the merge window in tag checking
    https://git.kernel.org/netdev/net/c/99eba4e5cbd4
  - [net,v3,13/14] docs: netdev: broaden the new vs old code formatting guidelines
    https://git.kernel.org/netdev/net/c/08767a26f095
  - [net,v3,14/14] docs: netdev: move the netdev-FAQ to the process pages
    https://git.kernel.org/netdev/net/c/8df0136376dc

You are awesome, thank you!