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 v5.8
Date: Mon, 1 Jun 2020 18:34:18 +0200 [thread overview]
Message-ID: <20200601163418.GA1220330@gmail.com> (raw)
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@kernel.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
next reply other threads:[~2020-06-01 16:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-01 16:34 Ingo Molnar [this message]
2020-06-01 21:55 ` [GIT PULL] x86/cleanups for v5.8 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=20200601163418.GA1220330@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.