From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EAF08C32789 for ; Fri, 2 Nov 2018 23:33:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BA41F2081F for ; Fri, 2 Nov 2018 23:33:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BA41F2081F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=alien8.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728745AbeKCImN (ORCPT ); Sat, 3 Nov 2018 04:42:13 -0400 Received: from mail.skyhub.de ([5.9.137.197]:51042 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728338AbeKCImN (ORCPT ); Sat, 3 Nov 2018 04:42:13 -0400 X-Virus-Scanned: Nedap ESD1 at mail.skyhub.de Received: from mail.skyhub.de ([127.0.0.1]) by localhost (blast.alien8.de [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id D7NNaipEBSSv; Sat, 3 Nov 2018 00:33:01 +0100 (CET) Received: from zn.tnic (p200300EC2BCD3B00329C23FFFEA6A903.dip0.t-ipconnect.de [IPv6:2003:ec:2bcd:3b00:329c:23ff:fea6:a903]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id D40C11EC0A67; Sat, 3 Nov 2018 00:33:00 +0100 (CET) Date: Sat, 3 Nov 2018 00:33:01 +0100 From: Borislav Petkov To: Jarkko Sakkinen Cc: x86@kernel.org, platform-driver-x86@vger.kernel.org, linux-sgx@vger.kernel.org, dave.hansen@intel.com, sean.j.christopherson@intel.com, nhorman@redhat.com, npmccallum@redhat.com, serge.ayoun@intel.com, shay.katz-zamir@intel.com, haitao.huang@intel.com, mark.shanahan@intel.com, andriy.shevchenko@linux.intel.com, Kai Huang , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Konrad Rzeszutek Wilk , David Woodhouse , "open list:X86 ARCHITECTURE (32-BIT AND 64-BIT)" Subject: Re: [PATCH v15 02/23] x86/cpufeatures: Add Intel-defined SGX feature bit Message-ID: <20181102233301.GD26770@zn.tnic> References: <20181102231320.29164-1-jarkko.sakkinen@linux.intel.com> <20181102231320.29164-3-jarkko.sakkinen@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20181102231320.29164-3-jarkko.sakkinen@linux.intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 03, 2018 at 01:11:01AM +0200, Jarkko Sakkinen wrote: > From: Kai Huang > > X86_FEATURE_SGX reflects whether or not the CPU supports Intel's > Software Guard eXtensions (SGX). > > Signed-off-by: Kai Huang This and all the other patches of which you're not the author, need to have your SOB after the author's SOB. See Documentation/process/submitting-patches.rst -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.skyhub.de ([5.9.137.197]:51042 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728338AbeKCImN (ORCPT ); Sat, 3 Nov 2018 04:42:13 -0400 Date: Sat, 3 Nov 2018 00:33:01 +0100 From: Borislav Petkov To: Jarkko Sakkinen CC: , , , , , , , , , , , , Kai Huang , Thomas Gleixner , "Ingo Molnar" , "H. Peter Anvin" , "Konrad Rzeszutek Wilk" , David Woodhouse , "open list:X86 ARCHITECTURE (32-BIT AND 64-BIT)" Subject: Re: [PATCH v15 02/23] x86/cpufeatures: Add Intel-defined SGX feature bit Message-ID: <20181102233301.GD26770@zn.tnic> References: <20181102231320.29164-1-jarkko.sakkinen@linux.intel.com> <20181102231320.29164-3-jarkko.sakkinen@linux.intel.com> Content-Type: text/plain; charset="utf-8" In-Reply-To: <20181102231320.29164-3-jarkko.sakkinen@linux.intel.com> Sender: List-ID: Return-Path: linux-sgx-owner@vger.kernel.org MIME-Version: 1.0 On Sat, Nov 03, 2018 at 01:11:01AM +0200, Jarkko Sakkinen wrote: > From: Kai Huang > > X86_FEATURE_SGX reflects whether or not the CPU supports Intel's > Software Guard eXtensions (SGX). > > Signed-off-by: Kai Huang This and all the other patches of which you're not the author, need to have your SOB after the author's SOB. See Documentation/process/submitting-patches.rst -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Borislav Petkov Subject: Re: [PATCH v15 02/23] x86/cpufeatures: Add Intel-defined SGX feature bit Date: Sat, 3 Nov 2018 00:33:01 +0100 Message-ID: <20181102233301.GD26770@zn.tnic> References: <20181102231320.29164-1-jarkko.sakkinen@linux.intel.com> <20181102231320.29164-3-jarkko.sakkinen@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <20181102231320.29164-3-jarkko.sakkinen@linux.intel.com> Sender: linux-kernel-owner@vger.kernel.org To: Jarkko Sakkinen Cc: x86@kernel.org, platform-driver-x86@vger.kernel.org, linux-sgx@vger.kernel.org, dave.hansen@intel.com, sean.j.christopherson@intel.com, nhorman@redhat.com, npmccallum@redhat.com, serge.ayoun@intel.com, shay.katz-zamir@intel.com, haitao.huang@intel.com, mark.shanahan@intel.com, andriy.shevchenko@linux.intel.com, Kai Huang , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Konrad Rzeszutek Wilk , David Woodhouse , "open list:X86 ARCHITECTURE (32-BIT AND 64-BIT)" List-Id: platform-driver-x86.vger.kernel.org On Sat, Nov 03, 2018 at 01:11:01AM +0200, Jarkko Sakkinen wrote: > From: Kai Huang > > X86_FEATURE_SGX reflects whether or not the CPU supports Intel's > Software Guard eXtensions (SGX). > > Signed-off-by: Kai Huang This and all the other patches of which you're not the author, need to have your SOB after the author's SOB. See Documentation/process/submitting-patches.rst -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.