From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Hansen Subject: Re: [PATCH v18 00/24] selftests, powerpc, x86: Memory Protection Keys Date: Thu, 30 Jan 2020 13:51:45 -0800 Message-ID: <5887a858-b669-752e-b65e-ed7d7ded34aa@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mga02.intel.com ([134.134.136.20]:28915 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725835AbgA3Vvr (ORCPT ); Thu, 30 Jan 2020 16:51:47 -0500 In-Reply-To: Content-Language: en-US Sender: linux-arch-owner@vger.kernel.org List-ID: To: Sandipan Das , shuah@kernel.org, skhan@linuxfoundation.org, linux-kselftest@vger.kernel.org Cc: linux-arch@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, x86@kernel.org, linux-mm@kvack.org, fweimer@redhat.com, linuxram@us.ibm.com, mhocko@kernel.org, mingo@redhat.com, aneesh.kumar@linux.ibm.com, bauerman@linux.ibm.com, msuchanek@suse.de, mpe@ellerman.id.au On 1/29/20 10:36 PM, Sandipan Das wrote: > v18: > (1) Fixed issues with x86 multilib builds based on > feedback from Dave. > (2) Moved patch 2 to the end of the series. These (finally) build and run successfully for me on an x86 system with protection keys. Feel free to add my Tested-by, and Acked-by. FWIW, I don't think look perfect, but my standards are lower for selftests/ than normal kernel code. :) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH v18 00/24] selftests, powerpc, x86: Memory Protection Keys References: From: Dave Hansen Message-ID: <5887a858-b669-752e-b65e-ed7d7ded34aa@intel.com> Date: Thu, 30 Jan 2020 13:51:45 -0800 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Sender: owner-linux-mm@kvack.org To: Sandipan Das , shuah@kernel.org, skhan@linuxfoundation.org, linux-kselftest@vger.kernel.org Cc: linux-arch@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, x86@kernel.org, linux-mm@kvack.org, fweimer@redhat.com, linuxram@us.ibm.com, mhocko@kernel.org, mingo@redhat.com, aneesh.kumar@linux.ibm.com, bauerman@linux.ibm.com, msuchanek@suse.de, mpe@ellerman.id.au List-ID: Message-ID: <20200130215145.w8gnYEk-DhlmYfUe3-anCMN0U-Ms3jVP7Q5Q_DHbW9g@z> On 1/29/20 10:36 PM, Sandipan Das wrote: > v18: > (1) Fixed issues with x86 multilib builds based on > feedback from Dave. > (2) Moved patch 2 to the end of the series. These (finally) build and run successfully for me on an x86 system with protection keys. Feel free to add my Tested-by, and Acked-by. FWIW, I don't think look perfect, but my standards are lower for selftests/ than normal kernel code. :)