Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1279672
| From | Heiko Carstens <heiko.carstens@de.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ARM64: fix building without CONFIG_UID16 |
| Date | 2015-11-30 09:40 +0100 |
| Message-ID | <qAsa5-1cU-5@gated-at.bofh.it> (permalink) |
| References | <qwRTr-6uh-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Nov 20, 2015 at 12:12:21PM +0100, Arnd Bergmann wrote: > As reported by Michal Simek, building an ARM64 kernel with CONFIG_UID16 > disabled currently fails because the system call table still needs to > reference the individual function entry points that are provided by > kernel/sys_ni.c in this case, and the declarations are hidden inside > of #ifdef CONFIG_UID16: Will we ever get rid of UID16? kernel/uid.c contains this nice comment: /* * Wrapper functions for 16bit uid back compatibility. All nicely tied * together in the faint hope we can take the out in five years time. */ Which seems to exist since at least February 2000. ;) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] ARM64: fix building without CONFIG_UID16 Arnd Bergmann <arnd@arndb.de> - 2015-11-20 12:20 +0100 Re: [PATCH] ARM64: fix building without CONFIG_UID16 Will Deacon <will.deacon@arm.com> - 2015-11-23 16:30 +0100 Re: [PATCH] ARM64: fix building without CONFIG_UID16 Catalin Marinas <catalin.marinas@arm.com> - 2015-11-25 13:20 +0100 Re: [PATCH] ARM64: fix building without CONFIG_UID16 Heiko Carstens <heiko.carstens@de.ibm.com> - 2015-11-30 09:40 +0100
csiph-web