Re: [PATCH v3 2/4] buildtools/chkincs: check headers with stable API only

2024-10-21 Thread Bruce Richardson
On Mon, Oct 21, 2024 at 06:04:45PM +0200, David Marchand wrote: > An exported header should be usable w/ and w/o ALLOW_EXPERIMENTAL_API so > that an application that only wants stable API may include it. > > Plus, the widely common case is that an application will not use > internal API. > > Cove

[PATCH v3 2/4] buildtools/chkincs: check headers with stable API only

2024-10-21 Thread David Marchand
An exported header should be usable w/ and w/o ALLOW_EXPERIMENTAL_API so that an application that only wants stable API may include it. Plus, the widely common case is that an application will not use internal API. Cover those cases but keep the original test. Signed-off-by: David Marchand ---