[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220824232450.723179-1-ira.weiny@intel.com>
Date: Wed, 24 Aug 2022 16:24:48 -0700
From: ira.weiny@...el.com
To: Dan Williams <dan.j.williams@...el.com>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Ira Weiny <ira.weiny@...el.com>,
Jonathan Cameron <Jonathan.Cameron@...wei.com>,
Alison Schofield <alison.schofield@...el.com>,
Vishal Verma <vishal.l.verma@...el.com>,
Ben Widawsky <bwidawsk@...nel.org>, linux-cxl@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-pci@...r.kernel.org
Subject: [PATCH V2 0/2] CXL: Taint user access to DOE mailbox config space
From: Ira Weiny <ira.weiny@...el.com>
Changes from V1
Incorporate feedback from Dan and Greg.
PCI config space access from user space has traditionally been unrestricted
with writes being an understood risk for device operation.
Unfortunately, device breakage or odd behavior from config writes lacks
indicators that can leave driver writers confused when evaluating failures.
This is especially true with the new PCIe Data Object Exchange (DOE) mailbox
protocol where backdoor shenanigans from user space through things such as
vendor defined protocols may affect device operation without complete breakage.
Even though access should not be restricted it would be nice for driver writers
to be able to flag critical parts of the config space such that interference
from user space can be detected.
Introduce pci_request_config_region_exclusive() and use it in the CXL driver
for DOE config space.
Ira Weiny (2):
PCI: Allow drivers to request exclusive config regions
cxl/doe: Request exclusive DOE access
drivers/cxl/pci.c | 5 +++++
drivers/pci/pci-sysfs.c | 7 +++++++
drivers/pci/probe.c | 6 ++++++
include/linux/ioport.h | 2 ++
include/linux/pci.h | 33 +++++++++++++++++++++++++--------
include/uapi/linux/pci_regs.h | 1 +
kernel/resource.c | 13 ++++++++-----
7 files changed, 54 insertions(+), 13 deletions(-)
base-commit: 1cd8a2537eb07751d405ab7e2223f20338a90506
--
2.37.2
Powered by blists - more mailing lists