From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754719AbdIROg1 (ORCPT ); Mon, 18 Sep 2017 10:36:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63872 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754511AbdIROg0 (ORCPT ); Mon, 18 Sep 2017 10:36:26 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 7BA624ACCB Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=riel@redhat.com Message-ID: <1505745385.21121.53.camel@redhat.com> Subject: Re: [PATCH] mm: Fix typo in VM_MPX definition From: Rik van Riel To: "Kirill A. Shutemov" , Andrew Morton Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Dave Hansen Date: Mon, 18 Sep 2017 10:36:25 -0400 In-Reply-To: <20170918140253.36856-1-kirill.shutemov@linux.intel.com> References: <20170918140253.36856-1-kirill.shutemov@linux.intel.com> Organization: Red Hat, Inc Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 18 Sep 2017 14:36:26 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2017-09-18 at 17:02 +0300, Kirill A. Shutemov wrote: > There's typo in recent change of VM_MPX definition. We want it to be > VM_HIGH_ARCH_4, not VM_HIGH_ARCH_BIT_4. Ugh, indeed! Good catch! > Signed-off-by: Kirill A. Shutemov > Fixes: df3735c5b40f ("x86,mpx: make mpx depend on x86-64 to free up > VMA flag") > Cc: Rik van Riel > Cc: Dave Hansen Reviewed-by: Rik van Riel