From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yu-cheng Yu Subject: Re: [RFC PATCH v2 18/27] x86/cet/shstk: Introduce WRUSS instruction Date: Fri, 13 Jul 2018 10:39:05 -0700 Message-ID: <1531503545.11680.4.camel@intel.com> References: <20180710222639.8241-1-yu-cheng.yu@intel.com> <20180710222639.8241-19-yu-cheng.yu@intel.com> <1531436398.2965.18.camel@intel.com> <46784af0-6fbb-522d-6acb-c6248e5e0e0d@linux.intel.com> <167645aa-f1c7-bd6a-c7e0-2da317cbbaba@intel.com> <55A0592D-0E8D-4BC5-BA4B-E82E92EEA36A@amacapital.net> <66016722-9872-a3f9-f88b-37397f9b6979@intel.com> <8bd46e0e-5418-0b22-d471-092d31c78320@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <8bd46e0e-5418-0b22-d471-092d31c78320@intel.com> Sender: linux-kernel-owner@vger.kernel.org To: Dave Hansen , Andy Lutomirski Cc: x86@kernel.org, "H. Peter Anvin" , Thomas Gleixner , Ingo Molnar , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-mm@kvack.org, linux-arch@vger.kernel.org, linux-api@vger.kernel.org, Arnd Bergmann , Balbir Singh , Cyrill Gorcunov , Florian Weimer , "H.J. Lu" , Jann Horn , Jonathan Corbet , Kees Cook , Mike Kravetz , Nadav Amit , Oleg Nesterov , Pavel Machek , Peter Zijlstra , "Ravi V. Shankar" , Vedvyas List-Id: linux-api@vger.kernel.org On Thu, 2018-07-12 at 21:18 -0700, Dave Hansen wrote: > On 07/12/2018 09:16 PM, Dave Hansen wrote: > > > > On 07/12/2018 07:21 PM, Andy Lutomirski wrote: > > > > > > I am tempted to suggest that the whole series not be merged until > > > there are actual docs. It’s not a fantastic precedent. > > Do you mean Documentation or manpages, or are you talking about hardware > > documentation? > > https://software.intel.com/sites/default/files/managed/4d/2a/control-flow-enforcement-technology-preview.pdf > Hit send too soon... > > We do need manpages a well.  If I had to do it for protection keys, > everyone else has to suffer too. :) > > Yu-cheng, I really do think selftests are a necessity before this gets > merged. > We already have some.  I will put those in patches. Yu-cheng