[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] CONTRIBUTING.d/patches: Document new features alongside the
From: |
Alejandro Colomar |
Subject: |
Re: [PATCH] CONTRIBUTING.d/patches: Document new features alongside the features |
Date: |
Sun, 3 Nov 2024 00:17:08 +0100 |
Oops, this was sent by accident. :)
On Sun, Nov 03, 2024 at 12:10:18AM +0100, Alejandro Colomar wrote:
> Link: <https://lwn.net/Articles/989380/>
> Cc: Jiri Olsa <jolsa@kernel.org>
> Cc: Günther Noack <gnoack@google.com>
> Signed-off-by: Alejandro Colomar <alx@kernel.org>
> ---
>
> [offlist]
>
> Hi Günther, Jiri,
>
> I've prepared a draft of this contributing process that we talked about.
> I won't officially post it until the other situation (sponsoring) is
> resolved, but we can discuss it in private if you want.
>
>
> Have a lovely night!
> Alex
>
> CONTRIBUTING.d/patches | 23 +++++++++++++++++++++++
> 1 file changed, 23 insertions(+)
>
> diff --git a/CONTRIBUTING.d/patches b/CONTRIBUTING.d/patches
> index fedb163d3..0562ded66 100644
> --- a/CONTRIBUTING.d/patches
> +++ b/CONTRIBUTING.d/patches
> @@ -131,6 +131,26 @@ Description
> to the list. See also <CONTRIBUTING.d/git> for instructions for
> configuring git-send-email(1) to use neomutt(1) as a driver.
>
> + New kernel/libc features
> + If you write a new kernel or libc feature, you should document it
> + in the same patch set that adds the feature, including any
> + patches to the manual pages. The entire patch set consisting of
> + both the feature and its manual page should be sent to all
> + recipients for a better review process. That can be done with
> + the following procedure:
> +
> + 1) Generate the kernel or libc patch set, with a cover letter,
> + and using --thread in git-format-patch(1) (as specified in
> + our ./CONTRIBUTING.d/git). This will generate a Message-ID
> + header field in the cover letter.
> +
> + 2) Generate the man-pages patch set using
> + --in-reply-to="<message-id>", where <message-id> is the value
> + of the header field of the cover letter.
> +
> + 3) Send first the kernel/libc patch set, and then the man-pages
> + one, so that they have a consistent order.
> +
> See also
> CONTRIBUTING
> CONTRIBUTING.d/*
> --
> 2.39.2
>
--
<https://www.alejandro-colomar.es/>
signature.asc
Description: PGP signature
- [PATCH 0/3] Add mansect(1) program and manual page, Alejandro Colomar, 2024/11/02
- [PATCH] CONTRIBUTING.d/patches: Document new features alongside the features, Alejandro Colomar, 2024/11/02
- Re: [PATCH] CONTRIBUTING.d/patches: Document new features alongside the features,
Alejandro Colomar <=
- [PATCH 1/3] signal.7: Better description for SIGFPE, Alejandro Colomar, 2024/11/02
- [PATCH 2/3] src/bin/mansect, mansect.1: Add program and its manual page, Alejandro Colomar, 2024/11/02
- [PATCH 3/3] scripts/bash_aliases: man_section(), man_lsfunc(), man_lsvar(): Use mansect(1), Alejandro Colomar, 2024/11/02
- [PATCH v2 0/4] Add mansect(1), Alejandro Colomar, 2024/11/02
- [PATCH v2 1/4] src/bin/mansect, mansect.1: Add program and its manual page, Alejandro Colomar, 2024/11/02
- [PATCH v2 2/4] scripts/bash_aliases: man_lsfunc(), man_lsvar(): Use mansect(1), Alejandro Colomar, 2024/11/02
- [PATCH v2 3/4] scripts/bash_aliases: man_lsfunc(), man_lsvar(): Use pcre2grep(1) instead of pcregrep(1), Alejandro Colomar, 2024/11/02
- [PATCH v2 4/4] src/bin/mansect: Preprocess with preconv(1), Alejandro Colomar, 2024/11/02