From mboxrd@z Thu Jan 1 00:00:00 1970 From: heiko.carstens@de.ibm.com (Heiko Carstens) Date: Mon, 30 Nov 2015 09:38:58 +0100 Subject: [PATCH] ARM64: fix building without CONFIG_UID16 In-Reply-To: <3891403.6hGat7eHq5@wuerfel> References: <3891403.6hGat7eHq5@wuerfel> Message-ID: <20151130083858.GB4045@osiris> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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. ;)