From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752213AbeCWTaS (ORCPT ); Fri, 23 Mar 2018 15:30:18 -0400 Received: from mga12.intel.com ([192.55.52.136]:2533 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751668AbeCWTaB (ORCPT ); Fri, 23 Mar 2018 15:30:01 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,351,1517904000"; d="scan'208";a="185455589" Subject: Re: [PATCH 4/9] x86, pkeys: override pkey when moving away from PROT_EXEC To: Shakeel Butt References: <20180323180903.33B17168@viggo.jf.intel.com> <20180323180911.E43ACAB8@viggo.jf.intel.com> Cc: Dave Hansen , LKML , Linux MM , linuxram@us.ibm.com, Thomas Gleixner , mpe@ellerman.id.au, Ingo Molnar , Andrew Morton , shuah@kernel.org From: Dave Hansen Message-ID: <9ef40243-3dc2-9bba-16b6-a94cffb57a24@intel.com> Date: Fri, 23 Mar 2018 12:29:59 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/23/2018 12:27 PM, Shakeel Butt wrote: > On Fri, Mar 23, 2018 at 12:23 PM, Dave Hansen wrote: >> On 03/23/2018 12:15 PM, Shakeel Butt wrote: >>>> We had a check for PROT_READ/WRITE, but it did not work >>>> for PROT_NONE. This entirely removes the PROT_* checks, >>>> which ensures that PROT_NONE now works. >>>> >>>> Reported-by: Shakeel Butt >>>> Signed-off-by: Dave Hansen >>> Should there be a 'Fixes' tag? Also should this patch go to stable? >> There could be, but I'm to lazy to dig up the original commit. Does it >> matter? >> > I think for stable 'Fixes' is usually preferable. This one is a no-brainer. If pkeys.c is there, it's necesary.