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 C2017C433FE for ; Tue, 22 Mar 2022 09:02:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231722AbiCVJEF (ORCPT ); Tue, 22 Mar 2022 05:04:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53514 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230511AbiCVJEF (ORCPT ); Tue, 22 Mar 2022 05:04:05 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C7C1C329B3; Tue, 22 Mar 2022 02:02:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=5+Lip+vSIUKtuIuzX9cI5mo/X5+lo2z7ecTSReE/c+U=; b=1p53Jd215lw9+Vfo3GycLOHLfe U73gr9/kUGPzYTV2ryQt6fvk4N7bit35T/3aAxeqnPzDVfo2u1si0l9whgww0ObY+G0KumaL/QRIF oYnQ9EsOEnOEBjWFAl1wmK59jbvvQRe+swwi9eBT5EUPCNZ6tq2C9sA9m4JlvVwMPbqeW45sizA2f 66AaVjCWQHlJhU2QW7acl2Ie/H6T6Oy1AnqG7f7kQUD2AS+peHM7zTbzcnyIYYcMMsHrRRjx97rJT QhZMiVR9kLspsZxffQPhMRLOt5+MiX/HewPa/0e2401/9R7W3K8FbBPyXHdZKt9PK0feFg9+04lDz q0dV0unA==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nWaPT-00AW9u-VP; Tue, 22 Mar 2022 09:02:35 +0000 Date: Tue, 22 Mar 2022 02:02:35 -0700 From: Christoph Hellwig To: Rajat Jain Cc: "Rafael J. Wysocki" , Len Brown , linux-pci@vger.kernel.org, Mika Westerberg , Greg Kroah-Hartman , Bjorn Helgaas , Bjorn Helgaas , ACPI Devel Maling List , Linux Kernel Mailing List , Rajat Jain , Dmitry Torokhov , Jesse Barnes , Jean-Philippe Brucker , Pavel Machek , Oliver O'Halloran , Joerg Roedel , Will Deacon , David Woodhouse , Lu Baolu , iommu@lists.linux-foundation.org Subject: Re: [PATCH v4 1/2] PCI: Rename "pci_dev->untrusted" to "pci_dev->poses_dma_risk" Message-ID: References: <20220320062907.3272903-1-rajatja@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220320062907.3272903-1-rajatja@google.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Sat, Mar 19, 2022 at 11:29:05PM -0700, Rajat Jain wrote: > Rename the field to make it more clear, that the device can execute DMA > attacks on the system, and thus the system may need protection from > such attacks from this device. > > No functional change intended. > > Signed-off-by: Rajat Jain > --- > v4: Initial version, created based on comments on other patch What a horrible name. Why not untrusted_dma which captures the intent much better?