From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751595AbdBAJvq (ORCPT ); Wed, 1 Feb 2017 04:51:46 -0500 Received: from mail-wj0-f194.google.com ([209.85.210.194]:36569 "EHLO mail-wj0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751086AbdBAJvo (ORCPT ); Wed, 1 Feb 2017 04:51:44 -0500 From: Ingo Molnar To: linux-kernel@vger.kernel.org Cc: Andrew Morton , Andy Lutomirski , Borislav Petkov , "H . Peter Anvin" , Linus Torvalds , Peter Zijlstra , Thomas Gleixner , Yinghai Lu Subject: [PATCH 0/5] x86: Clean up and reorganize the E820 table handling code, #updates Date: Wed, 1 Feb 2017 10:51:12 +0100 Message-Id: <1485942677-19973-1-git-send-email-mingo@kernel.org> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 dependency to 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