From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761571AbcLPPTW (ORCPT ); Fri, 16 Dec 2016 10:19:22 -0500 Received: from mga01.intel.com ([192.55.52.88]:34167 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757583AbcLPPTO (ORCPT ); Fri, 16 Dec 2016 10:19:14 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,358,1477983600"; d="scan'208";a="1082705619" Subject: Re: [PATCH] x86: mpx: move bd_addr to mm_context_t To: Mark Rutland , linux-kernel@vger.kernel.org References: <1481892055-24596-1-git-send-email-mark.rutland@arm.com> Cc: Andrew Morton , "H. Peter Anvin" , Ingo Molnar , Thomas Gleixner From: Dave Hansen Message-ID: <4c5f114a-189c-897f-c887-92d39adb732d@linux.intel.com> Date: Fri, 16 Dec 2016 07:19:11 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <1481892055-24596-1-git-send-email-mark.rutland@arm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/16/2016 04:40 AM, Mark Rutland wrote: > Other x86-specific context like the pkey accounting data lives in > mm_context_t, and there's no readon the MPX data can't also live there. > So as to keep the arch-specific data togather, and to set a good example > for others, this patch moves bd_addr into x86's mm_context_t. Makes total sense to me. Acked-by: Dave Hansen