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:   Mon, 1 Jun 2020 18:34:18 +0200
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 v5.8

Linus,

Please pull the latest x86/cleanups git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cleanups-2020-06-01

   # HEAD: 2ca41f555e857ec5beef6063bfa43a17ee76d7ec x86/spinlock: Remove obsolete ticket spinlock macros and types

Misc cleanups, with an emphasis on removing obsolete/dead code.

Signed-off-by: Ingo Molnar <mingo@...nel.org>

  out-of-topic modifications in x86/cleanups:
  ---------------------------------------------
  fs/proc/task_mmu.c                 # 66648766ef38: mm: Remove MPX leftovers
  include/linux/crash_dump.h         # 4c5b566c2193: crash_dump: Remove no longer
  include/linux/mm.h                 # 66648766ef38: mm: Remove MPX leftovers
  kernel/crash_dump.c                # 4c5b566c2193: crash_dump: Remove no longer

 Thanks,

	Ingo

------------------>
Andy Shevchenko (1):
      x86/early_printk: Remove unused includes

Arvind Sankar (1):
      x86/mm: Stop printing BRK addresses

Benjamin Thiel (2):
      x86/mm/mmap: Fix -Wmissing-prototypes warnings
      x86/audit: Fix a -Wmissing-prototypes warning for ia32_classify_syscall()

Borislav Petkov (2):
      x86/smpboot: Remove the last ICPU() macro
      x86/nmi: Remove edac.h include leftover

Jimmy Assarsson (1):
      mm: Remove MPX leftovers

Johan Hovold (2):
      x86/apb_timer: Drop unused TSC calibration
      x86/apb_timer: Drop unused declaration and macro

Kairui Song (1):
      crash_dump: Remove no longer used saved_max_pfn

Mike Rapoport (1):
      x86/mm: Drop deprecated DISCONTIGMEM support for 32-bit

Waiman Long (1):
      x86/spinlock: Remove obsolete ticket spinlock macros and types

YueHaibing (1):
      x86/io_apic: Remove unused function mp_init_irq_at_boot()


 arch/x86/Kconfig                      |  9 ------
 arch/x86/ia32/audit.c                 |  1 +
 arch/x86/include/asm/apb_timer.h      |  5 ----
 arch/x86/include/asm/audit.h          |  7 +++++
 arch/x86/include/asm/mmzone_32.h      | 39 --------------------------
 arch/x86/include/asm/pgtable_32.h     |  3 +-
 arch/x86/include/asm/spinlock_types.h | 22 ---------------
 arch/x86/kernel/apb_timer.c           | 53 -----------------------------------
 arch/x86/kernel/apic/io_apic.c        | 13 ---------
 arch/x86/kernel/audit_64.c            |  2 +-
 arch/x86/kernel/e820.c                |  8 ------
 arch/x86/kernel/early_printk.c        |  3 --
 arch/x86/kernel/nmi.c                 |  4 ---
 arch/x86/kernel/smpboot.c             | 17 +++++------
 arch/x86/mm/init.c                    |  2 --
 arch/x86/mm/mmap.c                    |  2 ++
 arch/x86/mm/numa_32.c                 | 34 ----------------------
 fs/proc/task_mmu.c                    |  3 --
 include/linux/crash_dump.h            |  2 --
 include/linux/mm.h                    |  7 -----
 kernel/crash_dump.c                   |  6 ----
 21 files changed, 21 insertions(+), 221 deletions(-)
 create mode 100644 arch/x86/include/asm/audit.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ