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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B85A0C433F5 for ; Tue, 30 Nov 2021 06:42:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233796AbhK3Gpi (ORCPT ); Tue, 30 Nov 2021 01:45:38 -0500 Received: from verein.lst.de ([213.95.11.211]:57122 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233500AbhK3Gpi (ORCPT ); Tue, 30 Nov 2021 01:45:38 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 4A2E668B05; Tue, 30 Nov 2021 07:42:17 +0100 (CET) Date: Tue, 30 Nov 2021 07:42:17 +0100 From: Christoph Hellwig To: Dan Williams Cc: Christoph Hellwig , Bjorn Helgaas , Jonathan Cameron , "Weiny, Ira" , Alison Schofield , Vishal Verma , Ben Widawsky , Bjorn Helgaas , linux-cxl@vger.kernel.org, Linux PCI , Thomas Gleixner Subject: Re: [PATCH 3/5] cxl/pci: Add DOE Auxiliary Devices Message-ID: <20211130064217.GA10312@lst.de> References: <20211117122335.00000b35@Huawei.com> <20211117221536.GA1778765@bhelgaas> <20211119064830.GA15425@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-cxl@vger.kernel.org On Mon, Nov 29, 2021 at 03:59:25PM -0800, Dan Williams wrote: > DOE negotiates security features like SPDM and IDE. I think it is > important for the kernel to be able to control access to DOE instances > even though it has not cared about protecting itself from userspace > initiated configuration writes in the past. I think DOE is pretty much a kernel only feature and we can't allow userspace access to it at all.