x86: Remove __USER32_DS
authorBrian Gerst <brgerst@gmail.com>
Mon, 6 Jun 2022 20:37:58 +0000 (16:37 -0400)
committerBorislav Petkov <bp@suse.de>
Wed, 19 Oct 2022 07:58:49 +0000 (09:58 +0200)
commit695c39bc5b8686a6b27254e60fb830f4989f322d
treee4e74bc5f683f59d377c04809d316c88612845a7
parent653714220f88717f239d811222c2dd0e64b181ba
x86: Remove __USER32_DS

Replace all users with the equivalent __USER_DS, which will make merging
native and compat code simpler.

Signed-off-by: Brian Gerst <brgerst@gmail.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: "Eric W. Biederman" <ebiederm@xmission.com>
Link: https://lore.kernel.org/r/20220606203802.158958-5-brgerst@gmail.com
Signed-off-by: Borislav Petkov <bp@suse.de>
arch/x86/entry/entry_64_compat.S
arch/x86/ia32/ia32_signal.c
arch/x86/include/asm/elf.h
arch/x86/include/asm/segment.h
arch/x86/xen/xen-asm.S