All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	Thomas Gleixner <tglx@linutronix.de>,
	Borislav Petkov <bp@alien8.de>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [GIT PULL] x86/cleanups for v4.21
Date: Tue, 25 Dec 2018 00:00:33 +0100	[thread overview]
Message-ID: <20181224230033.GA65522@gmail.com> (raw)

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(-)

             reply	other threads:[~2018-12-24 23:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-24 23:00 Ingo Molnar [this message]
2018-12-27  2:45 ` [GIT PULL] x86/cleanups for v4.21 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181224230033.GA65522@gmail.com \
    --to=mingo@kernel.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=akpm@linux-foundation.org \
    --cc=bp@alien8.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.