From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752049AbdBCSv5 (ORCPT ); Fri, 3 Feb 2017 13:51:57 -0500 Received: from mga03.intel.com ([134.134.136.65]:7976 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751509AbdBCSvh (ORCPT ); Fri, 3 Feb 2017 13:51:37 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,329,1477983600"; d="scan'208";a="60897569" Subject: [PATCH 0/2] selftests, x86: updates for x86 protection keys self tests To: linux-kernel@vger.kernel.org Cc: x86@kernel.org, shuahkh@osg.samsung.com, Dave Hansen From: Dave Hansen Date: Fri, 03 Feb 2017 10:51:32 -0800 Message-Id: <20170203185132.E0B32D42@viggo.jf.intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.