Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp676698pxb; Thu, 5 Nov 2020 10:01:01 -0800 (PST) X-Google-Smtp-Source: ABdhPJz1V82hPrIXsh4K0pW/+SDo5Z544gT8al7494tLsg0nW9AUAcCGtc3s0dBYUd4t4lUjsRWy X-Received: by 2002:a17:906:a43:: with SMTP id x3mr3553008ejf.197.1604599261139; Thu, 05 Nov 2020 10:01:01 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604599261; cv=none; d=google.com; s=arc-20160816; b=vRk43m3xCyV6BMAO1EOwgvr0nkmls5Fqc2AFv8B7KEIxtfhbLQsLw4cUSEB2qYtO8I GswaLDWEQjkLL9yuISMlzt9r2GmG4KuMOc9nY1wLIuYjKK2qjnUgTlH/JDiqthzY2XYo YaQP8NkjWE89lI4zabc1u4WKkIPY25DRzIkOOPVmnbqAyuAW+qAISD4VbTnnoKjikCj4 KYm49wryG46KGmTtQRmov37jlezT04SdLECpuvfU/rQvMe0w4bnlVtVHm1Oz85hTCh0a pk/RUZXKQDA1c6FYd/MLAshHES7A/MLOOPyktHznyUSeQx1U6cja0fBSnjZP4i89Ziu6 61jQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=slXb+c6jzmkuZItahwY+cEkY02jS5F5LRr8BQQepE6s=; b=pXcQzXBw0uJmjvi3pKNbOCwykDTT8KhyYIrW2TeweXqUaMP3+nUjsJrJO04mvynjRc F5pRQne5AUrpaNVm8/4CRRjjOrXMTlvhFmSB6twhyE8L/SZvVm/x3Ysky0IGb14zCz2x Zli15TX8wB+laolx+M/ctICZjDKhoEDw3m3Ccow4T1N6a+UwWGcxFzXNIifh0zjJo0lf 65mYn5IdtV17Mf434P9nLlc3dxBWRAIxgTjquqlCmsAUcqq53WlJDDL5NZ2A3ossWSde NYtGQb4JgTfqh0xr0+2RjSTeURKH6PvhRurWpefsWXYlxc3jLAzBxpcBsSBzg1I2/PXi SIiA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=At6stxp7; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id k23si1943747ejk.246.2020.11.05.10.00.33; Thu, 05 Nov 2020 10:01:01 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=At6stxp7; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731669AbgKER55 (ORCPT + 99 others); Thu, 5 Nov 2020 12:57:57 -0500 Received: from mail.kernel.org ([198.145.29.99]:38592 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726214AbgKER55 (ORCPT ); Thu, 5 Nov 2020 12:57:57 -0500 Received: from kernel.org (83-245-197-237.elisa-laajakaista.fi [83.245.197.237]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B334520739; Thu, 5 Nov 2020 17:57:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604599076; bh=gdDo+sqJVja87qPkIpas68x1aYr8jJBmS3cjdIDyP9U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=At6stxp7vNzfZh/URn0v04q7j3x42qli01PBi0EkC1HOQVH4TwpK1rPAldQqBKCBW AW50KLQJJYS7ZKoGP9jqMq1U8oXT0aS1UGp5qDVlNbqWi5rj0j18ELqReySo6cIoH8 ePIxujPjwFKKhSNX8B1IsTXniaud2eityWtO+Ndw= Date: Thu, 5 Nov 2020 19:57:45 +0200 From: Jarkko Sakkinen To: Borislav Petkov Cc: Jarkko Sakkinen , x86@kernel.org, linux-sgx@vger.kernel.org, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, linux-mm@kvack.org, Andrew Morton , Matthew Wilcox , Jethro Beekman , Haitao Huang , Chunyang Hui , Jordan Hand , Nathaniel McCallum , Seth Moore , Darren Kenny , Sean Christopherson , Suresh Siddha , andriy.shevchenko@linux.intel.com, asapek@google.com, cedric.xing@intel.com, chenalexchen@google.com, conradparker@google.com, cyhanish@google.com, dave.hansen@intel.com, haitao.huang@intel.com, kai.huang@intel.com, kai.svahn@intel.com, kmoy@google.com, ludloff@google.com, luto@kernel.org, nhorman@redhat.com, puiterwijk@redhat.com, rientjes@google.com, tglx@linutronix.de, yaozhangx@google.com, mikko.ylinen@intel.com Subject: Re: [PATCH v40 11/24] x86/sgx: Add SGX misc driver interface Message-ID: <20201105175745.GA15463@kernel.org> References: <20201104145430.300542-1-jarkko.sakkinen@linux.intel.com> <20201104145430.300542-12-jarkko.sakkinen@linux.intel.com> <20201105011043.GA700495@kernel.org> <20201105011615.GA701257@kernel.org> <20201105160559.GD25636@zn.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201105160559.GD25636@zn.tnic> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 05, 2020 at 05:05:59PM +0100, Borislav Petkov wrote: > On Thu, Nov 05, 2020 at 03:16:15AM +0200, Jarkko Sakkinen wrote: > > Further, I'd declare this as an inline function given how trivial it > > turn into. > > > ... > > So are you sending a new version of only this patch as a reply to this > subthread? Just remarked those, so that I will not forget either, e.g. even in the case the patch was pulled as it is, I would eventually refine these parts. I'll rather send a full patch set if required. > -- > Regards/Gruss, > Boris. > > https://people.kernel.org/tglx/notes-about-netiquette /Jarkko