summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/Kbuild
diff options
context:
space:
mode:
authorWill Deacon <will.deacon@arm.com>2014-06-02 11:47:29 +0100
committerCatalin Marinas <catalin.marinas@arm.com>2014-06-18 12:41:09 +0100
commit34c65c43f1518bf85f93526ad373adc6a683b4c5 (patch)
tree2905578f17e2f92b9dc217bddd9421998c0e3d6b /arch/arm64/include/asm/Kbuild
parentc168870704bcde6bb63d05f7882b620dd3985a46 (diff)
downloadlinux-stable-34c65c43f1518bf85f93526ad373adc6a683b4c5.tar.gz
linux-stable-34c65c43f1518bf85f93526ad373adc6a683b4c5.tar.bz2
linux-stable-34c65c43f1518bf85f93526ad373adc6a683b4c5.zip
arm64: uid16: fix __kernel_old_{gid,uid}_t definitions
Whilst native arm64 applications don't have the 16-bit UID/GID syscalls wired up, compat tasks can still access them. The 16-bit wrappers for these syscalls use __kernel_old_uid_t and __kernel_old_gid_t, which must be 16-bit data types to maintain compatibility with the 16-bit UIDs used by compat applications. This patch defines 16-bit __kernel_old_{gid,uid}_t types for arm64 instead of using the 32-bit types provided by asm-generic. Signed-off-by: Will Deacon <will.deacon@arm.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: <stable@vger.kernel.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/include/asm/Kbuild')
-rw-r--r--arch/arm64/include/asm/Kbuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/Kbuild b/arch/arm64/include/asm/Kbuild
index 42c7eecd2bb6..0b3fcf86e6ba 100644
--- a/arch/arm64/include/asm/Kbuild
+++ b/arch/arm64/include/asm/Kbuild
@@ -30,7 +30,6 @@ generic-y += msgbuf.h
generic-y += mutex.h
generic-y += pci.h
generic-y += poll.h
-generic-y += posix_types.h
generic-y += preempt.h
generic-y += resource.h
generic-y += rwsem.h