lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 25 Dec 2018 00:00:33 +0100
From:   Ingo Molnar <mingo@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
        Borislav Petkov <bp@...en8.de>,
        Peter Zijlstra <a.p.zijlstra@...llo.nl>,
        Andrew Morton <akpm@...ux-foundation.org>
Subject: [GIT PULL] x86/cleanups for v4.21

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ