Merge branch 'x86/entry' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip...
authorJens Axboe <axboe@kernel.dk>
Mon, 9 Nov 2020 15:16:48 +0000 (08:16 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 Nov 2020 15:16:48 +0000 (08:16 -0700)
commit88f93de1de0c4633332631eb148bc36e8e8eb28f
tree2d31bc12c83f810dafc4e1e1c0b3eb0a24b47722
parent29701d69b98d0a132abd63fe2e51125f478fbc53
parentc8d5ed67936fddbe2ae845fc80397718006322d7
Merge branch 'x86/entry' of git://git./linux/kernel/git/tip/tip into tif-task_work.arch

* 'x86/entry' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86: Wire up TIF_NOTIFY_SIGNAL
  x86: Reclaim TIF_IA32 and TIF_X32
  x86/mm: Convert mmu context ia32_compat into a proper flags field
  x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages()
  elf: Expose ELF header on arch_setup_additional_pages()
  x86/elf: Use e_machine to select start_thread for x32
  elf: Expose ELF header in compat_start_thread()
  x86/elf: Use e_machine to choose DLINFO in compat
  x86/oprofile: Avoid TIF_IA32 when checking 64bit mode
  x86/compat: Simplify compat syscall userspace allocation
  perf/x86: Avoid TIF_IA32 when checking 64bit mode
fs/binfmt_elf.c