• Linus Torvalds's avatar
    Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 405f868f
    Linus Torvalds authored
    Pull x86 cleanups from Borislav Petkov:
     "Another branch with a nicely negative diffstat, just the way I
      like 'em:
    
       - Remove all uses of TIF_IA32 and TIF_X32 and reclaim the two bits in
         the end (Gabriel Krisman Bertazi)
    
       - All kinds of minor cleanups all over the tree"
    
    * tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (24 commits)
      x86/ia32_signal: Propagate __user annotation properly
      x86/alternative: Update text_poke_bp() kernel-doc comment
      x86/PCI: Make a kernel-doc comment a normal one
      x86/asm: Drop unused RDPID macro
      x86/boot/compressed/64: Use TEST %reg,%reg instead of CMP $0,%reg
      x86/head64: Remove duplicate include
      x86/mm: Declare 'start' variable where it is used
      x86/head/64: Remove unused GET_CR2_INTO() macro
      x86/boot: Remove unused finalize_identity_maps()
      x86/uaccess: Document copy_from_user_nmi()
      x86/dumpstack: Make show_trace_log_lvl() static
      x86/mtrr: Fix a kernel-doc markup
      x86/setup: Remove unused MCA variables
      x86, libnvdimm/test: Remove COPY_MC_TEST
      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()
      ...
    405f868f
alternative.c 34.5 KB