* [PATCH v2 4/4] arm64: Do not expose PCI mmap through procfs
@ 2017-03-15 20:42 David Woodhouse
2017-03-15 20:42 ` David Woodhouse
0 siblings, 1 reply; 2+ messages in thread
From: David Woodhouse @ 2017-03-15 20:42 UTC (permalink / raw)
To: linux-arch, linux-kernel, linux-arm-kernel
Cc: Catalin Marinas, Will Deacon, Mark Rutland
[-- Attachment #1: Type: text/plain, Size: 709 bytes --]
From: David Woodhouse <dwmw@amazon.co.uk>
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
---
We shouldn't do this bit. But you did ask...
drivers/pci/proc.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/drivers/pci/proc.c b/drivers/pci/proc.c
index 5cd960c..233d549 100644
--- a/drivers/pci/proc.c
+++ b/drivers/pci/proc.c
@@ -17,6 +17,11 @@
static int proc_initialized; /* = 0 */
+#ifdef __aarch64__
+/* ARM64 wants to be special and not expose this through /proc like everyone else */
+#undef HAVE_PCI_MMAP
+#endif
+
static loff_t proc_bus_pci_lseek(struct file *file, loff_t off, int whence)
{
struct pci_dev *dev = PDE_DATA(file_inode(file));
--
dwmw2
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 4938 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH v2 4/4] arm64: Do not expose PCI mmap through procfs
2017-03-15 20:42 [PATCH v2 4/4] arm64: Do not expose PCI mmap through procfs David Woodhouse
@ 2017-03-15 20:42 ` David Woodhouse
0 siblings, 0 replies; 2+ messages in thread
From: David Woodhouse @ 2017-03-15 20:42 UTC (permalink / raw)
To: linux-arch, linux-kernel, linux-arm-kernel
Cc: Catalin Marinas, Will Deacon, Mark Rutland
[-- Attachment #1: Type: text/plain, Size: 709 bytes --]
From: David Woodhouse <dwmw@amazon.co.uk>
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
---
We shouldn't do this bit. But you did ask...
drivers/pci/proc.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/drivers/pci/proc.c b/drivers/pci/proc.c
index 5cd960c..233d549 100644
--- a/drivers/pci/proc.c
+++ b/drivers/pci/proc.c
@@ -17,6 +17,11 @@
static int proc_initialized; /* = 0 */
+#ifdef __aarch64__
+/* ARM64 wants to be special and not expose this through /proc like everyone else */
+#undef HAVE_PCI_MMAP
+#endif
+
static loff_t proc_bus_pci_lseek(struct file *file, loff_t off, int whence)
{
struct pci_dev *dev = PDE_DATA(file_inode(file));
--
dwmw2
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 4938 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-15 20:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-15 20:42 [PATCH v2 4/4] arm64: Do not expose PCI mmap through procfs David Woodhouse
2017-03-15 20:42 ` David Woodhouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox