[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1770496163.git.wen.yang@linux.dev>
Date: Sun, 8 Feb 2026 04:35:15 +0800
From: wen.yang@...ux.dev
To: Joel Granados <joel.granados@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Wen Yang <wen.yang@...ux.dev>
Subject: [RFC PATCH v2 0/2] sysctl: refactor ctl_table creation and change extra{1,2} type
From: Wen Yang <wen.yang@...ux.dev>
This series introduces macros to centralize ctl_table initialization,
preparing for future type changes to extra1/extra2 fields.
Following Joel's suggestion [1], we start with helpers that work for all
existing patterns before making invasive changes.
[1] https://lore.kernel.org/all/sytyqb3ajm6ysoifwp57ga7gzlnzodhdsbgizbn3hqnlwytn5a@pbscftrq2qwl/
[2] https://sysctl-dev-rtd.readthedocs.io/en/latest/notes/ctltable_entry_macro.html#table-entry-macro
Wen Yang (2):
sysctl: introduce SYSCTL_ENTRY() helper macro
sysctl: convert kernel/sysctl-test.c to use SYSCTL_TBL_ENTRY()
include/linux/sysctl.h | 131 ++++++++++++++++++++++++++++++++++++++
kernel/sysctl-test.c | 139 ++++++++++++-----------------------------
2 files changed, 171 insertions(+), 99 deletions(-)
--
2.25.1
Powered by blists - more mailing lists