linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] x86/cleanups for v4.21
@ 2018-12-24 23:00 Ingo Molnar
  2018-12-27  2:45 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2018-12-24 23:00 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Thomas Gleixner, Borislav Petkov, Peter Zijlstra,
	Andrew Morton

Linus,

Please pull the latest x86-cleanups-for-linus git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cleanups-for-linus

   # HEAD: 4b1bacab61aa252d15dde99cd0440a965bd863e5 x86/kprobes: Remove trampoline_handler() prototype

Misc cleanups.

  out-of-topic modifications in x86-cleanups-for-linus:
  -------------------------------------------------------
  include/acpi/cppc_acpi.h           # ad3bc25a3207: x86/kernel: Fix more -Wmissi
  include/linux/ftrace.h             # 89f579ce99f7: x86/headers: Fix -Wmissing-p
  include/linux/kexec.h              # 89f579ce99f7: x86/headers: Fix -Wmissing-p
  include/linux/kprobes.h            # ad3bc25a3207: x86/kernel: Fix more -Wmissi
  include/linux/of_fdt.h             # 89f579ce99f7: x86/headers: Fix -Wmissing-p
  include/linux/ptrace.h             # 89f579ce99f7: x86/headers: Fix -Wmissing-p

 Thanks,

	Ingo

------------------>
Borislav Petkov (5):
      x86/gart: Rewrite early_gart_iommu_check() comment
      x86/mce: Fix -Wmissing-prototypes warnings
      x86/traps: Complete prototype declarations
      x86/kernel: Fix more -Wmissing-prototypes warnings
      x86/kprobes: Remove trampoline_handler() prototype

Ingo Molnar (1):
      x86: Fix various typos in comments

Yafang Shao (1):
      x86/process: Avoid unnecessary NULL check in get_wchan()

Yi Wang (1):
      x86/headers: Fix -Wmissing-prototypes warning


 arch/x86/crypto/cast5_avx_glue.c                   |  2 +-
 arch/x86/crypto/cast6_avx_glue.c                   |  2 +-
 arch/x86/entry/common.c                            |  2 +-
 arch/x86/entry/vdso/vma.c                          |  2 +-
 arch/x86/events/intel/bts.c                        |  2 +-
 arch/x86/events/intel/core.c                       |  2 +-
 arch/x86/events/intel/ds.c                         |  2 +-
 arch/x86/events/intel/p4.c                         |  2 +-
 arch/x86/include/asm/alternative.h                 |  2 +-
 arch/x86/include/asm/cmpxchg.h                     |  2 +-
 arch/x86/include/asm/crash.h                       |  1 +
 arch/x86/include/asm/efi.h                         |  2 +-
 arch/x86/include/asm/irq.h                         |  7 +++
 arch/x86/include/asm/irq_work.h                    |  1 +
 arch/x86/include/asm/kvm_para.h                    |  1 +
 arch/x86/include/asm/paravirt.h                    |  5 ++
 arch/x86/include/asm/reboot.h                      |  1 +
 arch/x86/include/asm/setup.h                       |  3 ++
 arch/x86/include/asm/sighandling.h                 |  5 ++
 arch/x86/include/asm/smp.h                         |  6 +++
 arch/x86/include/asm/trace/exceptions.h            |  1 +
 arch/x86/include/asm/trace/irq_vectors.h           |  1 +
 arch/x86/include/asm/traps.h                       | 59 +++++++++++++---------
 arch/x86/include/asm/tsc.h                         |  1 +
 arch/x86/kernel/acpi/boot.c                        |  2 +-
 arch/x86/kernel/aperture_64.c                      | 25 +++++----
 arch/x86/kernel/apic/apic.c                        |  1 +
 arch/x86/kernel/apic/apic_flat_64.c                |  7 +--
 arch/x86/kernel/apic/vector.c                      |  1 +
 arch/x86/kernel/apic/x2apic_uv_x.c                 |  4 +-
 arch/x86/kernel/asm-offsets.c                      |  3 +-
 arch/x86/kernel/check.c                            |  3 +-
 arch/x86/kernel/cpu/amd.c                          |  1 +
 arch/x86/kernel/cpu/aperfmperf.c                   |  1 +
 arch/x86/kernel/cpu/bugs.c                         |  2 +
 arch/x86/kernel/cpu/cacheinfo.c                    |  1 +
 arch/x86/kernel/cpu/mcheck/mce.c                   |  2 +-
 arch/x86/kernel/cpu/mcheck/mce_amd.c               |  5 +-
 arch/x86/kernel/cpu/mcheck/therm_throt.c           |  3 +-
 arch/x86/kernel/cpu/mcheck/threshold.c             |  3 +-
 arch/x86/kernel/cpu/scattered.c                    |  3 +-
 arch/x86/kernel/cpu/topology.c                     |  2 +
 arch/x86/kernel/crash.c                            |  1 +
 arch/x86/kernel/crash_dump_64.c                    |  2 +-
 arch/x86/kernel/devicetree.c                       |  1 +
 arch/x86/kernel/fpu/xstate.c                       |  2 +-
 arch/x86/kernel/jailhouse.c                        |  1 +
 arch/x86/kernel/kprobes/core.c                     |  2 +-
 arch/x86/kernel/process.c                          |  5 +-
 arch/x86/kernel/process_64.c                       |  2 +-
 arch/x86/kernel/quirks.c                           |  1 +
 arch/x86/kernel/sysfb_efi.c                        |  3 ++
 arch/x86/kernel/tracepoint.c                       |  2 +
 arch/x86/kvm/vmx.c                                 |  4 +-
 arch/x86/kvm/x86.c                                 |  2 +-
 arch/x86/mm/pageattr.c                             |  2 +-
 arch/x86/platform/ce4100/ce4100.c                  |  4 +-
 .../intel-mid/device_libs/platform_bcm43xx.c       |  2 +-
 .../intel-mid/device_libs/platform_mrfld_spidev.c  |  2 +-
 .../intel-mid/device_libs/platform_pcal9555a.c     |  2 +-
 arch/x86/platform/intel/iosf_mbi.c                 |  2 +-
 arch/x86/platform/olpc/olpc-xo1-sci.c              |  2 +-
 arch/x86/platform/uv/uv_nmi.c                      |  2 +-
 arch/x86/xen/setup.c                               |  2 +-
 include/acpi/cppc_acpi.h                           |  3 ++
 include/linux/ftrace.h                             |  3 ++
 include/linux/kexec.h                              |  1 +
 include/linux/kprobes.h                            |  3 ++
 include/linux/of_fdt.h                             |  1 +
 include/linux/ptrace.h                             |  1 +
 70 files changed, 165 insertions(+), 78 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] x86/cleanups for v4.21
  2018-12-24 23:00 [GIT PULL] x86/cleanups for v4.21 Ingo Molnar
@ 2018-12-27  2:45 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2018-12-27  2:45 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, Thomas Gleixner, Borislav Petkov,
	Peter Zijlstra, Andrew Morton

The pull request you sent on Tue, 25 Dec 2018 00:00:33 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cleanups-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/312a466155108329c458049dc76a21ad56106960

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-27  2:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-24 23:00 [GIT PULL] x86/cleanups for v4.21 Ingo Molnar
2018-12-27  2:45 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).