Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752250AbbDCGdJ (ORCPT ); Fri, 3 Apr 2015 02:33:09 -0400 Received: from mail-wi0-f176.google.com ([209.85.212.176]:36193 "EHLO mail-wi0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751125AbbDCGdH (ORCPT ); Fri, 3 Apr 2015 02:33:07 -0400 Date: Fri, 3 Apr 2015 08:33:02 +0200 From: Ingo Molnar To: Andrew Morton Cc: Toshi Kani , hpa@zytor.com, tglx@linutronix.de, mingo@redhat.com, linux-mm@kvack.org, x86@kernel.org, linux-kernel@vger.kernel.org, dave.hansen@intel.com, Elliott@hp.com, pebolle@tiscali.nl Subject: Re: [PATCH v4 0/7] mtrr, mm, x86: Enhance MTRR checks for huge I/O mapping Message-ID: <20150403063302.GA29212@gmail.com> References: <1427234921-19737-1-git-send-email-toshi.kani@hp.com> <20150324154324.f9ca557127f7bc7aed45a86b@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150324154324.f9ca557127f7bc7aed45a86b@linux-foundation.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1393 Lines: 37 * Andrew Morton wrote: > On Tue, 24 Mar 2015 16:08:34 -0600 Toshi Kani wrote: > > > This patchset enhances MTRR checks for the kernel huge I/O mapping, > > which was enabled by the patchset below: > > https://lkml.org/lkml/2015/3/3/589 > > > > The following functional changes are made in patch 7/7. > > - Allow pud_set_huge() and pmd_set_huge() to create a huge page > > mapping to a range covered by a single MTRR entry of any memory > > type. > > - Log a pr_warn() message when a specified PMD map range spans more > > than a single MTRR entry. Drivers should make a mapping request > > aligned to a single MTRR entry when the range is covered by MTRRs. > > > > OK, I grabbed these after barely looking at them, to get them a bit of > runtime testing. > > I'll await guidance from the x86 maintainers regarding next steps? Could you please send the current version of them over to us if your testing didn't find any problems? I'd like to take a final look and have them cook in the x86 tree as well for a while and want to preserve your testing effort. Thanks! Ingo -- 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/