[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YwcPQ987poRYjfoL@kroah.com>
Date: Thu, 25 Aug 2022 07:57:23 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Alejandro Colomar <alx.manpages@...il.com>
Cc: Alexei Starovoitov <alexei.starovoitov@...il.com>,
Alex Colomar <alx@...nel.org>,
Alexei Starovoitov <ast@...nel.org>,
linux-man <linux-man@...r.kernel.org>,
Daniel Borkmann <daniel@...earbox.net>,
Zack Weinberg <zackw@...ix.com>,
LKML <linux-kernel@...r.kernel.org>,
glibc <libc-alpha@...rceware.org>, GCC <gcc-patches@....gnu.org>,
bpf <bpf@...r.kernel.org>, LTP List <ltp@...ts.linux.it>,
Linux API <linux-api@...r.kernel.org>,
linux-arch <linux-arch@...r.kernel.org>,
David Laight <David.Laight@...lab.com>,
Joseph Myers <joseph@...esourcery.com>,
Florian Weimer <fweimer@...hat.com>,
Cyril Hrubis <chrubis@...e.cz>,
David Howells <dhowells@...hat.com>,
Arnd Bergmann <arnd@...db.de>, Rich Felker <dalias@...c.org>,
Adhemerval Zanella <adhemerval.zanella@...aro.org>,
Michael Kerrisk <mtk.manpages@...il.com>,
Linus Torvalds <torvalds@...ux-foundation.org>
Subject: Re: [PATCH v3] Many pages: Document fixed-width types with ISO C
naming
On Thu, Aug 25, 2022 at 01:36:10AM +0200, Alejandro Colomar wrote:
> But from your side what do we have? Just direct NAKs without much
> explanation. The only one who gave some explanation was Greg, and he
> vaguely pointed to Linus's comments about it in the past, with no precise
> pointer to it. I investigated a lot before v2, and could not find anything
> strong enough to recommend using kernel types in user space, so I pushed v2,
> and the discussion was kept.
So despite me saying that "this is not ok", and many other maintainers
saying "this is not ok", you applied a patch with our objections on it?
That is very odd and a bit rude.
> I would like that if you still oppose to the patch, at least were able to
> provide some facts to this discussion.
The fact is that the kernel can not use the namespace that userspace has
with ISO C names. It's that simple as the ISO standard does NOT
describe the variable types for an ABI that can cross the user/kernel
boundry.
Work with the ISO C standard if you wish to document such type usage,
and get it approved and then we would be willing to consider such a
change. But until then, we have to stick to our variable name types,
just like all other operating systems have to (we are not alone here.)
Please revert your change.
greg k-h
Powered by blists - more mailing lists