All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] lib/string_choices: Add new helpers
@ 2025-02-26  5:34 Kuninori Morimoto
  2025-02-26  5:35 ` [PATCH 02/10] lib/string_choices: Add str_enabling_disabling() helper Kuninori Morimoto
                   ` (10 more replies)
  0 siblings, 11 replies; 19+ messages in thread
From: Kuninori Morimoto @ 2025-02-26  5:34 UTC (permalink / raw)
  To: Kees Cook, linux-hardening

Hi Kees

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.

Kuninori Morimoto (10):
  lib/string_choices: Add str_tx_rx() helper
  lib/string_choices: Add str_enabling_disabling() helper
  lib/string_choices: Add str_in_out() helper
  lib/string_choices: Add str_input_output() helper
  lib/string_choices: Add str_Y_N() helper
  lib/string_choices: Add str_pass_fail() helper
  lib/string_choices: Add str_to_from() helper
  lib/string_choices: Add str_level_edge() helper
  lib/string_choices: Add str_kernel_user() helper
  lib/string_choices: Add str_attach_detach() helper

 include/linux/string_choices.h | 61 ++++++++++++++++++++++++++++++++++
 1 file changed, 61 insertions(+)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2025-03-04  1:43 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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.