lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 13 Jan 2017 15:36:43 +0000 From: David Howells <dhowells@...hat.com> To: Nicolas Dichtel <nicolas.dichtel@...nd.com> Cc: dhowells@...hat.com, arnd@...db.de, linux-mips@...ux-mips.org, linux-m68k@...r.kernel.org, linux-ia64@...r.kernel.org, linux-doc@...r.kernel.org, alsa-devel@...a-project.org, dri-devel@...ts.freedesktop.org, linux-mtd@...ts.infradead.org, sparclinux@...r.kernel.org, linux-arch@...r.kernel.org, linux-s390@...r.kernel.org, linux-am33-list@...hat.com, linux-c6x-dev@...ux-c6x.org, linux-rdma@...r.kernel.org, linux-hexagon@...r.kernel.org, linux-sh@...r.kernel.org, linux@...linux.org.uk, coreteam@...filter.org, fcoe-devel@...n-fcoe.org, xen-devel@...ts.xenproject.org, linux-snps-arc@...ts.infradead.org, linux-media@...r.kernel.org, uclinux-h8-devel@...ts.sourceforge.jp, linux-xtensa@...ux-xtensa.org, linux-kbuild@...r.kernel.org, adi-buildroot-devel@...ts.sourceforge.net, linux-raid@...r.kernel.org, openrisc@...ts.librecores.org, linux-fbdev@...r.kernel.org, linux-metag@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-nfs@...r.kernel.org, linux-parisc@...r.kernel.org, linux-cris-kernel@...s.com, linux-mmc@...r.kernel.org, linux-kernel@...r.kernel.org, linux-spi@...r.kernel.org, netfilter-devel@...r.kernel.org, linux-alpha@...r.kernel.org, nio2-dev@...ts.rocketboards.org, linuxppc-dev@...ts.ozlabs.org Nicolas Dichtel <nicolas.dichtel@...nd.com> wrote: > This header file is exported, thus move it to uapi. Exported how? > +#ifdef __INT32_TYPE__ > +#undef __INT32_TYPE__ > +#define __INT32_TYPE__ int > +#endif > + > +#ifdef __UINT32_TYPE__ > +#undef __UINT32_TYPE__ > +#define __UINT32_TYPE__ unsigned int > +#endif > + > +#ifdef __UINTPTR_TYPE__ > +#undef __UINTPTR_TYPE__ > +#define __UINTPTR_TYPE__ unsigned long > +#endif These weren't defined by the kernel before, so why do we need to define them now? Will defining __UINTPTR_TYPE__ cause problems in compiling libboost by changing the signature on C++ functions that use uintptr_t? David
Powered by blists - more mailing lists