From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751323AbdBHSSV (ORCPT ); Wed, 8 Feb 2017 13:18:21 -0500 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:45211 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750940AbdBHSSU (ORCPT ); Wed, 8 Feb 2017 13:18:20 -0500 Subject: Re: [PATCH 0/2] selftests, x86: updates for x86 protection keys self tests To: Dave Hansen , linux-kernel@vger.kernel.org References: <20170203185132.E0B32D42@viggo.jf.intel.com> Cc: x86@kernel.org, linux-kselftest@vger.kernel.org, Shuah Khan From: Shuah Khan Message-ID: Date: Wed, 8 Feb 2017 11:18:11 -0700 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: <20170203185132.E0B32D42@viggo.jf.intel.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 02/03/2017 11:51 AM, Dave Hansen wrote: > The memory protection keys selftests are spewing an uninitialized > variable warning > > I also included a fix that affected the 32-bit version of the > pkeys test case. It was parsing the siginfo incorrectly. > Dave, Thanks. Applied to linux-kselftest next for 4.11-rc1 -- Shuah