All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kees Cook <kees@kernel.org>
To: Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
	Andy Shevchenko <andy@kernel.org>,
	linux-hardening@vger.kernel.org
Subject: Re: [PATCH 00/10] lib/string_choices: Add new helpers
Date: Mon, 3 Mar 2025 09:18:01 -0800	[thread overview]
Message-ID: <202503030917.6A99B05D2D@keescook> (raw)
In-Reply-To: <CAHp75VdX_LtL8vJAjwSqHfW9KbLGV5xhjX4MjFnpFo0VA2SMWA@mail.gmail.com>

On Fri, Feb 28, 2025 at 10:24:22PM +0200, Andy Shevchenko wrote:
> On Fri, Feb 28, 2025 at 9:44 PM Kees Cook <kees@kernel.org> wrote:
> >
> > On Wed, Feb 26, 2025 at 05:34:48AM +0000, Kuninori Morimoto wrote:
> > > I would like to use string_choices helper to cleanup the code, but it missing
> > > some of well used string pair in kernel. This patch-set adds it.
> >
> > Do you have some Coccinelle scripts or other patches that show the use
> > of these helpers? We tend to avoid adding new helpers to the kernel
> > unless there are active uses of them.
> 
> Kees, what is the status of the
> https://lore.kernel.org/linux-kernel/20241119021719.7659-1-prosunofficial@gmail.com/
> ?

Fell through the cracks! I've applied patch 1 now.

If we can see some conversions for locked/unlocked, we can do patch 2 as
well.

-Kees

-- 
Kees Cook

  reply	other threads:[~2025-03-03 17:18 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-26  5:34 [PATCH 00/10] lib/string_choices: Add new helpers Kuninori Morimoto
2025-02-26  5:35 ` [PATCH 02/10] lib/string_choices: Add str_enabling_disabling() helper Kuninori Morimoto
2025-02-26  5:35 ` [PATCH 01/10] lib/string_choices: Add str_tx_rx() helper Kuninori Morimoto
2025-02-26  5:35 ` [PATCH 03/10] lib/string_choices: Add str_in_out() helper Kuninori Morimoto
2025-02-26  5:36 ` [PATCH 04/10] lib/string_choices: Add str_input_output() helper Kuninori Morimoto
2025-02-26  5:36 ` [PATCH 05/10] lib/string_choices: Add str_Y_N() helper Kuninori Morimoto
2025-02-26  5:36 ` [PATCH 06/10] lib/string_choices: Add str_pass_fail() helper Kuninori Morimoto
2025-02-26  5:36 ` [PATCH 07/10] lib/string_choices: Add str_to_from() helper Kuninori Morimoto
2025-02-26  5:36 ` [PATCH 08/10] lib/string_choices: Add str_level_edge() helper Kuninori Morimoto
2025-02-26  5:36 ` [PATCH 09/10] lib/string_choices: Add str_kernel_user() helper Kuninori Morimoto
2025-02-26  5:36 ` [PATCH 10/10] lib/string_choices: Add str_attach_detach() helper Kuninori Morimoto
2025-02-28 19:44 ` [PATCH 00/10] lib/string_choices: Add new helpers Kees Cook
2025-02-28 20:24   ` Andy Shevchenko
2025-03-03 17:18     ` Kees Cook [this message]
2025-03-03 17:26       ` Andy Shevchenko
2025-03-02 23:16   ` Kuninori Morimoto
2025-03-03  6:20     ` Andy Shevchenko
2025-03-03 17:13       ` Kees Cook
2025-03-04  1:43         ` Kuninori Morimoto

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=202503030917.6A99B05D2D@keescook \
    --to=kees@kernel.org \
    --cc=andy.shevchenko@gmail.com \
    --cc=andy@kernel.org \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-hardening@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.