From: Jonathan Corbet <corbet@lwn.net>
To: SeongJae Park <sj@kernel.org>
Cc: SeongJae Park <sj@kernel.org>, Albert Ou <aou@eecs.berkeley.edu>,
Alex Shi <alexs@kernel.org>, Avadhut Naik <avadhut.naik@amd.com>,
Bill Wendling <morbo@google.com>,
Carlos Bilbao <carlos.bilbao.osdev@gmail.com>,
Federico Vaga <federico.vaga@vaga.pv.it>,
Hu Haowen <2023002089@link.tyut.edu.cn>,
Justin Stitt <justinstitt@google.com>,
Miguel Ojeda <ojeda@kernel.org>,
Nathan Chancellor <nathan@kernel.org>,
Nick Desaulniers <ndesaulniers@google.com>,
Palmer Dabbelt <palmer@dabbelt.com>,
Paul Walmsley <paul.walmsley@sifive.com>,
Yanteng Si <siyanteng@loongson.cn>,
linux-doc@vger.kernel.org, linux-riscv@lists.infradead.org,
llvm@lists.linux.dev, workflows@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/7] minor document fixups
Date: Wed, 26 Jun 2024 16:50:33 -0600 [thread overview]
Message-ID: <87zfr7xqrq.fsf@trenco.lwn.net> (raw)
In-Reply-To: <20240624185312.94537-1-sj@kernel.org>
SeongJae Park <sj@kernel.org> writes:
> This patch series is for minor document fixups. First five patches
> clean up and remove 'Other material' section of process/index in favor
> of 'staging/' and better place for docs on the section. A patch for
> adding DAMON maintainer-profile reference on maintainers' handbook
> follows. And then the last patch adds 'hkml' as one of available email
> tools on email-clients document.
>
> SeongJae Park (7):
> Docs/process/index: Remove unaligned-memory-access from 'Other
> material'
> Docs/process/index: Remove riscv/patch-acceptance from 'Other
> material' section
> Docs: Move magic-number from process to staging
> Docs: Move clang-format from process/ to dev-tools/
> Docs/process/index: Remove unsorted docs section
> Docs/maintainer/maintainer-entry-profile: add DAMON maintainer profile
> Docs/process/email-clients: Document HacKerMaiL
>
> .clang-format | 2 +-
> Documentation/{process => dev-tools}/clang-format.rst | 0
> Documentation/dev-tools/index.rst | 1 +
> Documentation/maintainer/maintainer-entry-profile.rst | 1 +
> Documentation/process/4.Coding.rst | 2 +-
> Documentation/process/coding-style.rst | 2 +-
> Documentation/process/email-clients.rst | 9 +++++++++
> Documentation/process/index.rst | 11 -----------
> Documentation/staging/index.rst | 1 +
> Documentation/{process => staging}/magic-number.rst | 0
> .../translations/it_IT/process/clang-format.rst | 2 +-
> .../translations/it_IT/process/magic-number.rst | 2 +-
> .../translations/sp_SP/process/coding-style.rst | 2 +-
> .../translations/sp_SP/process/magic-number.rst | 2 +-
> Documentation/translations/zh_CN/process/4.Coding.rst | 2 +-
> .../translations/zh_CN/process/coding-style.rst | 2 +-
> .../translations/zh_CN/process/magic-number.rst | 2 +-
> Documentation/translations/zh_TW/process/4.Coding.rst | 2 +-
> .../translations/zh_TW/process/coding-style.rst | 2 +-
> .../translations/zh_TW/process/magic-number.rst | 2 +-
> 20 files changed, 25 insertions(+), 24 deletions(-)
> rename Documentation/{process => dev-tools}/clang-format.rst (100%)
> rename Documentation/{process => staging}/magic-number.rst (100%)
Series applied, thanks.
jon
prev parent reply other threads:[~2024-06-26 22:50 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-24 18:53 SeongJae Park
2024-06-24 18:53 ` [PATCH 1/7] Docs/process/index: Remove unaligned-memory-access from 'Other material' SeongJae Park
2024-06-24 18:53 ` [PATCH 2/7] Docs/process/index: Remove riscv/patch-acceptance from 'Other material' section SeongJae Park
2024-06-24 18:53 ` [PATCH 3/7] Docs: Move magic-number from process to staging SeongJae Park
2024-06-25 7:50 ` Federico Vaga
2024-06-26 22:34 ` Jonathan Corbet
2024-06-24 18:53 ` [PATCH 4/7] Docs: Move clang-format from process/ to dev-tools/ SeongJae Park
2024-06-24 19:26 ` Miguel Ojeda
2024-06-25 7:51 ` Federico Vaga
2024-06-24 18:53 ` [PATCH 5/7] Docs/process/index: Remove unsorted docs section SeongJae Park
2024-06-24 18:53 ` [PATCH 6/7] Docs/maintainer/maintainer-entry-profile: add DAMON maintainer profile SeongJae Park
2024-06-24 18:53 ` [PATCH 7/7] Docs/process/email-clients: Document HacKerMaiL SeongJae Park
2024-06-25 22:16 ` Randy Dunlap
2024-06-26 22:35 ` Jonathan Corbet
2024-06-26 22:48 ` SeongJae Park
2024-06-26 22:50 ` Jonathan Corbet [this message]
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=87zfr7xqrq.fsf@trenco.lwn.net \
--to=corbet@lwn.net \
--cc=2023002089@link.tyut.edu.cn \
--cc=alexs@kernel.org \
--cc=aou@eecs.berkeley.edu \
--cc=avadhut.naik@amd.com \
--cc=carlos.bilbao.osdev@gmail.com \
--cc=federico.vaga@vaga.pv.it \
--cc=justinstitt@google.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=llvm@lists.linux.dev \
--cc=morbo@google.com \
--cc=nathan@kernel.org \
--cc=ndesaulniers@google.com \
--cc=ojeda@kernel.org \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=siyanteng@loongson.cn \
--cc=sj@kernel.org \
--cc=workflows@vger.kernel.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