[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200803065629.GA19534@infradead.org>
Date: Mon, 3 Aug 2020 07:56:29 +0100
From: Christoph Hellwig <hch@...radead.org>
To: Bjorn Helgaas <helgaas@...nel.org>
Cc: Borislav Petkov <bp@...en8.de>,
Saheed Bolarinwa <refactormyself@...il.com>, trix@...hat.com,
Kalle Valo <kvalo@...eaurora.org>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Wolfgang Grandegger <wg@...ndegger.com>,
Marc Kleine-Budde <mkl@...gutronix.de>,
Miquel Raynal <miquel.raynal@...tlin.com>,
Richard Weinberger <richard@....at>,
Vignesh Raghavendra <vigneshr@...com>,
Joerg Roedel <joro@...tes.org>, bjorn@...gaas.com,
skhan@...uxfoundation.org,
linux-kernel-mentees@...ts.linuxfoundation.org,
linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
linux-mtd@...ts.infradead.org, iommu@...ts.linux-foundation.org,
linux-rdma@...r.kernel.org, linux-ide@...r.kernel.org,
linux-i2c@...r.kernel.org, linux-hwmon@...r.kernel.org,
dri-devel@...ts.freedesktop.org, intel-gfx@...ts.freedesktop.org,
linux-gpio@...r.kernel.org, linux-fpga@...r.kernel.org,
linux-edac@...r.kernel.org, dmaengine@...r.kernel.org,
linux-crypto@...r.kernel.org,
linux-atm-general@...ts.sourceforge.net
Subject: Re: [RFC PATCH 00/17] Drop uses of pci_read_config_*() return value
On Sun, Aug 02, 2020 at 02:14:06PM -0500, Bjorn Helgaas wrote:
> But what guarantees that a PCI config register cannot contain ~0?
> If there's something about that in the spec I'd love to know where it
> is because it would simplify a lot of things.
There isn't. An we even have cases like the NVMe controller memory
buffer and persistent memory region, which are BARs that store
abritrary values for later retreival, so it can't. (now those
features have a major issue with error detection, but that is another
issue)
Powered by blists - more mailing lists