Re: [PATCH] Remove #ifdef CONFIG_64BIT from all asm-generic/fcntl.h
From: Palmer Dabbelt <palmer@dabbelt.com>
Date: 2015-09-14 22:50:19
Also in:
linux-api, linux-fbdev, lkml, netdev
From: Palmer Dabbelt <palmer@dabbelt.com>
Date: 2015-09-14 22:50:19
Also in:
linux-api, linux-fbdev, lkml, netdev
On Thu, 10 Sep 2015 04:18:05 PDT (-0700), dhowells@redhat.com wrote:
David Howells [off-list ref] wrote:quoted
Rather than iterating through all the rest of your patches and saying the same thing, if there's something in a UAPI header that needs wrapping in __KERNEL__ to exclude it from userspace's use, then it should be transferred to the non-UAPI variant of that header (which should #include the UAPI variant).I should mention that there is the odd case where this is difficult to achieve. See include/uapi/linux/acct.h for an example...
OK, sorry about that. I'm submitting a v3 that should fix these problems.