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, 25 Nov 2019 14:28:34 +0100
From:   Ingo Molnar <mingo@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, Borislav Petkov <bp@...en8.de>,
        Thomas Gleixner <tglx@...utronix.de>,
        Peter Zijlstra <a.p.zijlstra@...llo.nl>,
        Andrew Morton <akpm@...ux-foundation.org>
Subject: [GIT PULL] x86/cleanups for v5.5

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: b41d62201b9772c7c750360ab668d2caa502e642 x86: Remove unused asm/rio.h

Misc cleanups, plus the removal of obsolete code such as Calgary IOMMU 
support, which code hasn't seen any real testing in a long time and 
there's no known users left.

 Thanks,

	Ingo

------------------>
Borislav Petkov (1):
      x86/nmi: Remove stale EDAC include leftover

Cao jin (1):
      x86: Fix typos in comments

Christoph Hellwig (3):
      x86: Remove the calgary IOMMU driver
      x86/pci: Remove pci_64.h
      x86/pci: Remove #ifdef __KERNEL__ guard from <asm/pci.h>

Lianbo Jiang (1):
      x86/kdump: Remove the unused crash_copy_backup_region()

Thomas Gleixner (1):
      x86: Remove unused asm/rio.h

Yi Wang (1):
      x86/apic, x86/uprobes: Correct parameter names in kernel-doc comments


 MAINTAINERS                       |   10 -
 arch/x86/Kconfig                  |   30 -
 arch/x86/configs/x86_64_defconfig |    1 -
 arch/x86/include/asm/calgary.h    |   57 --
 arch/x86/include/asm/crash.h      |    1 -
 arch/x86/include/asm/pci.h        |    7 -
 arch/x86/include/asm/pci_64.h     |   28 -
 arch/x86/include/asm/rio.h        |   64 --
 arch/x86/include/asm/tce.h        |   35 -
 arch/x86/kernel/Makefile          |    1 -
 arch/x86/kernel/apic/apic.c       |    2 +-
 arch/x86/kernel/pci-calgary_64.c  | 1586 -------------------------------------
 arch/x86/kernel/pci-dma.c         |    6 -
 arch/x86/kernel/setup.c           |    6 +-
 arch/x86/kernel/tce_64.c          |  177 -----
 arch/x86/kernel/traps.c           |    5 -
 arch/x86/kernel/uprobes.c         |    2 +-
 arch/x86/mm/numa.c                |    2 +-
 18 files changed, 6 insertions(+), 2014 deletions(-)
 delete mode 100644 arch/x86/include/asm/calgary.h
 delete mode 100644 arch/x86/include/asm/pci_64.h
 delete mode 100644 arch/x86/include/asm/rio.h
 delete mode 100644 arch/x86/include/asm/tce.h
 delete mode 100644 arch/x86/kernel/pci-calgary_64.c
 delete mode 100644 arch/x86/kernel/tce_64.c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ