[GIT,PULL] x86/cleanups for 6.5

Message ID 20230626194712.1536077-1-dave.hansen@linux.intel.com
State New
Headers
Series [GIT,PULL] x86/cleanups for 6.5 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_cleanups_for_6.5

Message

Dave Hansen June 26, 2023, 7:47 p.m. UTC
  Hi Linus,

Please pull some x86/cleanups changes for 6.5.

As usual, these are all over the map. The biggest cluster is
work from Arnd to eliminate -Wmissing-prototype warnings.

--

The following changes since commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6:

  Linux 6.4-rc2 (2023-05-14 12:51:40 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_cleanups_for_6.5

for you to fetch changes up to b360cbd254fde61cb500a4a3ca2e65dff3dfa039:

  x86/acpi: Remove unused extern declaration acpi_copy_wakeup_routine() (2023-06-21 10:57:54 -0700)

----------------------------------------------------------------
 - Address -Wmissing-prototype warnings
 - Remove repeated 'the' in comments
 - Remove unused current_untag_mask()
 - Document urgent tip branch timing
 - Clean up MSR kernel-doc notation
 - Clean up paravirt_ops doc
 - Update Srivatsa S. Bhat's maintained areas
 - Remove unused extern declaration acpi_copy_wakeup_routine()

----------------------------------------------------------------
Arnd Bergmann (15):
      x86/ftrace: Move prepare_ftrace_return prototype to header
      x86/pci: Mark local functions as 'static'
      x86: Add dummy prototype for mk_early_pgtbl_32()
      x86/fpu: Include asm/fpu/regset.h
      x86: Avoid missing-prototype warnings for doublefault code
      x86/mm: Include asm/numa.h for set_highmem_pages_init()
      x86/quirks: Include linux/pnp.h for arch_pnpbios_disabled()
      x86/entry: Add do_SYSENTER_32() prototype
      x86/hibernate: Declare global functions in suspend.h
      x86/fbdev: Include asm/fb.h as needed
      x86/mce: Add copy_mc_fragile_handle_tail() prototype
      x86/vdso: Include vdso/processor.h
      x86/usercopy: Include arch_wb_cache_pmem() declaration
      x86/mm: Add early_memremap_pgprot_adjust() prototype
      x86/platform: Avoid missing-prototype warnings for OLPC

Bo Liu (1):
      x86/mm: Remove repeated word in comments

Borislav Petkov (AMD) (1):
      x86/mm: Remove unused current_untag_mask()

Christian Kujau (1):
      Documentation/process: Explain when tip branches get merged into mainline

Randy Dunlap (2):
      x86/lib/msr: Clean up kernel-doc notation
      Documentation: virt: Clean up paravirt_ops doc

Srivatsa S. Bhat (VMware) (1):
      MAINTAINERS: Update Srivatsa S. Bhat's maintained areas

YueHaibing (1):
      x86/acpi: Remove unused extern declaration acpi_copy_wakeup_routine()

 CREDITS                                  |  6 ++++++
 Documentation/process/maintainer-tip.rst |  3 +++
 Documentation/virt/paravirt_ops.rst      | 16 ++++++++--------
 MAINTAINERS                              |  6 +++---
 arch/x86/entry/vdso/vgetcpu.c            |  1 +
 arch/x86/include/asm/doublefault.h       |  4 ++++
 arch/x86/include/asm/ftrace.h            |  3 +++
 arch/x86/include/asm/mce.h               |  3 +++
 arch/x86/include/asm/syscall.h           |  6 ++++--
 arch/x86/include/asm/tlbflush.h          | 11 ++---------
 arch/x86/kernel/acpi/sleep.h             |  1 -
 arch/x86/kernel/doublefault_32.c         |  1 +
 arch/x86/kernel/ftrace.c                 |  3 ---
 arch/x86/kernel/head32.c                 |  1 +
 arch/x86/kernel/platform-quirks.c        |  1 +
 arch/x86/lib/msr.c                       | 32 +++++++++++++++++++-------------
 arch/x86/lib/usercopy_64.c               |  1 +
 arch/x86/math-emu/fpu_entry.c            |  1 +
 arch/x86/mm/highmem_32.c                 |  1 +
 arch/x86/mm/pat/set_memory.c             |  2 +-
 arch/x86/pci/ce4100.c                    |  4 ++--
 arch/x86/platform/olpc/olpc_dt.c         |  2 +-
 arch/x86/video/fbdev.c                   |  1 +
 include/linux/io.h                       |  5 +++++
 include/linux/olpc-ec.h                  |  2 ++
 include/linux/suspend.h                  |  4 ++++
 kernel/power/power.h                     |  5 -----
 mm/internal.h                            |  6 ------
 28 files changed, 78 insertions(+), 54 deletions(-)
  

Comments

pr-tracker-bot@kernel.org June 27, 2023, 12:01 a.m. UTC | #1
The pull request you sent on Mon, 26 Jun 2023 12:47:12 -0700:

> https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_cleanups_for_6.5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/19300488c9d9c9ed539ab3f4f1bfc0050c9a4482

Thank you!