public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] x86: Clean up and reorganize the E820 table handling code, #updates
@ 2017-02-01  9:51 Ingo Molnar
  2017-02-01  9:51 ` [PATCH 1/5] x86/boot/e820: Fix and clean up e820_type switch() statements Ingo Molnar
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Ingo Molnar @ 2017-02-01  9:51 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Andy Lutomirski, Borislav Petkov, H . Peter Anvin,
	Linus Torvalds, Peter Zijlstra, Thomas Gleixner, Yinghai Lu

This is a quick update to the original series, mostly to address Linus's
feedback.

The full tree can be found at:

   git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.x86/boot

Thanks,

     Ingo

========>

Borislav Petkov (1):
  x86/boot: Fix pr_debug() API braindamage

Ingo Molnar (4):
  x86/boot/e820: Fix and clean up e820_type switch() statements
  x86/boot/e820: Separate the E820 ABI structures from the in-kernel structures
  x86/boot/e820: Simplify e820__update_table()
  xen, x86/headers: Add <linux/device.h> dependency to <asm/xen/page.h>

 arch/x86/boot/compressed/eboot.c       |  16 ++++----
 arch/x86/boot/compressed/kaslr.c       |   2 +-
 arch/x86/boot/memory.c                 |   4 +-
 arch/x86/include/asm/e820/types.h      |  48 +++++++++++++++++++++++-
 arch/x86/include/asm/xen/page.h        |   1 +
 arch/x86/include/uapi/asm/bootparam.h  |  18 ++++++++-
 arch/x86/include/uapi/asm/e820/types.h |  55 ---------------------------
 arch/x86/kernel/e820.c                 | 108 ++++++++++++++++++++++++++---------------------------
 8 files changed, 128 insertions(+), 124 deletions(-)
 delete mode 100644 arch/x86/include/uapi/asm/e820/types.h

-- 
2.7.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-02-01 11:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-01  9:51 [PATCH 0/5] x86: Clean up and reorganize the E820 table handling code, #updates Ingo Molnar
2017-02-01  9:51 ` [PATCH 1/5] x86/boot/e820: Fix and clean up e820_type switch() statements Ingo Molnar
2017-02-01  9:51 ` [PATCH 2/5] x86/boot/e820: Separate the E820 ABI structures from the in-kernel structures Ingo Molnar
2017-02-01  9:51 ` [PATCH 3/5] x86/boot/e820: Simplify e820__update_table() Ingo Molnar
2017-02-01  9:51 ` [PATCH 4/5] xen, x86/headers: Add <linux/device.h> dependency to <asm/xen/page.h> Ingo Molnar
2017-02-01 10:00   ` Juergen Gross
2017-02-01 10:08     ` Ingo Molnar
2017-02-01  9:51 ` [PATCH 5/5] x86/boot: Fix pr_debug() API braindamage Ingo Molnar
2017-02-01 11:57   ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox