Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760718AbcDMNUH (ORCPT ); Wed, 13 Apr 2016 09:20:07 -0400 Received: from g1t5425.austin.hp.com ([15.216.225.55]:56194 "EHLO g1t5425.austin.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760176AbcDMNUF (ORCPT ); Wed, 13 Apr 2016 09:20:05 -0400 Message-ID: <1460553081.24985.4.camel@hpe.com> Subject: Re: [PATCH v2] x86/mm/pat: Fix BUG_ON in mmap_mem on QEMU/i386 From: Toshi Kani To: Ingo Molnar Cc: bp@suse.de, hpa@zytor.com, tglx@linutronix.de, ying.huang@linux.intel.com, x86@kernel.org, xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org, David Vrabel Date: Wed, 13 Apr 2016 07:11:21 -0600 In-Reply-To: <20160413093517.GA3273@gmail.com> References: <1460403360-25441-1-git-send-email-toshi.kani@hpe.com> <20160413093517.GA3273@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2 (3.18.5.2-1.fc23) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1028 Lines: 31 On Wed, 2016-04-13 at 11:35 +0200, Ingo Molnar wrote: > * Toshi Kani wrote:  : > > > > However, this code block, originally written for Pentiums and > > earlier, is no longer adequate since a 32-bit Xen guest has > > MTRRs disabled and supports ZONE_HIGHMEM.  In this setup, > > this code sets UC attribute for accessing RAM in high memory > > range. > > > > Delete this code block as it has been unused for a long time. > > > > Reported-by: kernel test robot > > Link: https://lkml.org/lkml/2016/4/1/608 > > Signed-off-by: Toshi Kani > > Cc: Thomas Gleixner > > Cc: Ingo Molnar > > Cc: H. Peter Anvin > > Cc: Borislav Petkov > > Cc: David Vrabel > > So you missed the Reviewed-by tag from Boris ... > > I've added it, but please try to propagate tags! Thanks Ingo! I decided to drop the Reviewed-by tag for v1 since v2 has a different approach. -Toshi