Linux Documentation
 help / color / mirror / Atom feed
* [PATCH] docs: ABI: make the KernelVersion field optional
@ 2025-06-26  2:40 alison.schofield
  2025-06-26  2:52 ` Randy Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: alison.schofield @ 2025-06-26  2:40 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc; +Cc: Alison Schofield, Dan Williams

From: Alison Schofield <alison.schofield@intel.com>

The KernelVersion field has limited practical value. Git history
provides more accurate tracking of when features were introduced
and target kernel versions often change during development and
merge.

Label it optional.

Signed-off-by: Alison Schofield <alison.schofield@intel.com>
---

Plan B is to remove the field entirely. 


 Documentation/ABI/README | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/ABI/README b/Documentation/ABI/README
index ef0e6d11e919..315fffe1f831 100644
--- a/Documentation/ABI/README
+++ b/Documentation/ABI/README
@@ -46,7 +46,9 @@ Every file in these directories will contain the following information:
 
 What:		Short description of the interface
 Date:		Date created
-KernelVersion:	Kernel version this feature first showed up in.
+KernelVersion:	(Optional) Kernel version this feature first showed up in.
+		Note: git history often provides more accurate version
+		info, so this field may be omitted.
 Contact:	Primary contact for this interface (may be a mailing list)
 Description:	Long description of the interface and how to use it.
 Users:		All users of this interface who wish to be notified when
-- 
2.37.3


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

end of thread, other threads:[~2025-07-01 19:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-26  2:40 [PATCH] docs: ABI: make the KernelVersion field optional alison.schofield
2025-06-26  2:52 ` Randy Dunlap
2025-06-26  3:32   ` Alison Schofield
2025-06-26  3:53     ` Randy Dunlap
2025-06-26  3:10 ` dan.j.williams
2025-07-01 19:18 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox