Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753863AbbBXTWp (ORCPT ); Tue, 24 Feb 2015 14:22:45 -0500 Received: from mail-wi0-f170.google.com ([209.85.212.170]:37083 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753759AbbBXTWl (ORCPT ); Tue, 24 Feb 2015 14:22:41 -0500 Date: Tue, 24 Feb 2015 19:22:38 +0000 From: Matt Fleming To: Juergen Gross Cc: linux-kernel@vger.kernel.org, x86@kernel.org, hpa@zytor.com, tglx@linutronix.de, mingo@redhat.com, linux-efi@vger.kernel.org, matt.fleming@intel.com Subject: Re: [PATCH 0/4] x86: use correct early_[mem,io][re,un]map pairs Message-ID: <20150224192238.GA9758@codeblueprint.co.uk> References: <1424769211-11378-1-git-send-email-jgross@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424769211-11378-1-git-send-email-jgross@suse.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1274 Lines: 32 On Tue, 24 Feb, at 10:13:27AM, Juergen Gross wrote: > Areas mapped via early_memremap() should be unmapped via > early_memunmap(), while I/O-areas should be mapped via early_ioremap() > and unmapped via early_iounmap(). > > There are multiple spots where an area is mapped via the mem variant > and unmapped via the io variant. This series corrects this by using > the appropriate variants. > > Juergen Gross (4): > x86: use early_memunmap in arch/x86/kernel/devicetree.c > x86: use early_memunmap in arch/x86/kernel/e820.c > x86: use early_memunmap in arch/x86/kernel/setup.c > x86, efi: use early_ioremap in arch/x86/platform/efi/efi-bgrt.c > > arch/x86/kernel/devicetree.c | 4 ++-- > arch/x86/kernel/e820.c | 2 +- > arch/x86/kernel/setup.c | 8 ++++---- > arch/x86/platform/efi/efi-bgrt.c | 4 ++-- > 4 files changed, 9 insertions(+), 9 deletions(-) Whole series looks good to me. Reviewed-by: Matt Fleming -- Matt Fleming, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/