Sasha Levin <[email protected]> writes: > On Tue, Mar 17, 2026 at 12:37:13PM -0600, Jonathan Corbet wrote: >>Sasha Levin <[email protected]> writes: >> >>> On Fri, Mar 13, 2026 at 04:33:57PM +0100, Greg Kroah-Hartman wrote: >>>>On Fri, Mar 13, 2026 at 11:09:15AM -0400, Sasha Levin wrote: >> >>>>> + * since-version: 1.0 >>>> >>>>I think since older versions :) >>> >>> Right. I guess that in my mind 1.0 was the first official "release". I'll >>> update it to 0.01. >> >>That kind of raises the question of just what since-version means. The >>version-0.01 (or 1.0) version of open() surely didn't do everything >>described in this specification. So it's saying that some version of >>the system call has existed since then? > > You know, I'm not entierly sure what the definition should be here. > > I stole this from man pages where they indicate at which version the API was > introduced in. I'm not sure if it really adds any value. > > Any objections to just dropping it?
Not here. My general objective with the docs is to describe the kernel as it is now, without that sort of history unless there's something specific it can tell current users. Thanks, jon

