From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758277Ab2IUWKU (ORCPT ); Fri, 21 Sep 2012 18:10:20 -0400 Received: from mga11.intel.com ([192.55.52.93]:21566 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756984Ab2IUWKT (ORCPT ); Fri, 21 Sep 2012 18:10:19 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,464,1344236400"; d="scan'208";a="225257225" Message-ID: <505CE5C8.80007@linux.intel.com> Date: Fri, 21 Sep 2012 15:10:16 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0 MIME-Version: 1.0 To: Dave Jones , Linux Kernel Mailing List , "H. Peter Anvin" , Ingo Molnar , Thomas Gleixner , Linus Torvalds , Kees Cook , Linda Wang , Matt Fleming Subject: Re: [PATCH 00/11] x86: Supervisor Mode Access Prevention References: <1348256595-29119-1-git-send-email-hpa@linux.intel.com> <20120921220818.GA30959@redhat.com> In-Reply-To: <20120921220818.GA30959@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/21/2012 03:08 PM, Dave Jones wrote: > > Perhaps add a printk somewhere to show that it's actually been enabled maybe ? > > Also, would it be feasible to add something like we have for test_nx ? > If this feature regresses in some way in the future, I suspect we'd like > to know about it sooner rather than later. > Good idea... should add this both for SMEP and SMAP. -hpa