login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
April
»
1
Re: [PATCH 0/1] uio_pci_generic: extensions to allow access for non-privileged processes
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Tom Lyon
Subject:
Re: [PATCH 0/1] uio_pci_generic: extensions to allow access for non-privileged processes
Date: Thursday, April 1, 2010 - 8:40 am
On Thursday 01 April 2010 05:52:18 am Joerg Roedel wrote:
quoted text
> On Wed, Mar 31, 2010 at 05:08:38PM -0700, Tom Lyon wrote: > > uio_pci_generic has previously been discussed on the KVM list, but this > > patch has nothing to do with KVM, so it is also going to LKML. > > But since you send it to the KVM list it should be suitable for KVM too, > no?
I know not.
quoted text
> > > The point of this patch is to beef up the uio_pci_generic driver so that > > a non-privileged user process can run a user level driver for most PCIe > > devices. This can only be safe if there is an IOMMU in the system with > > per-device domains. Privileged users (CAP_SYS_RAWIO) are allowed if > > there is no IOMMU. > > If you rely on an IOMMU you can use the IOMMU-API instead of the DMA-API > for dma mappings. This change makes this driver suitable for KVM use > too. If the interface is designed clever enough we can even use it for > IOMMU emulation for pass-through devices.
The use with privileged processes and no IOMMUs is still quite useful, so I'd rather stick with the DMA interface. --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/1] uio_pci_generic: extensions to allow access fo ...
, Tom Lyon
, (Wed Mar 31, 5:08 pm)
[PATCH 1/1] uio_pci_generic: extensions to allow access fo ...
, Tom Lyon
, (Wed Mar 31, 5:12 pm)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Avi Kivity
, (Thu Apr 1, 2:09 am)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Joerg Roedel
, (Thu Apr 1, 5:52 am)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Michael S. Tsirkin
, (Thu Apr 1, 7:25 am)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Tom Lyon
, (Thu Apr 1, 8:39 am)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Tom Lyon
, (Thu Apr 1, 8:40 am)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Avi Kivity
, (Thu Apr 1, 8:54 am)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Tom Lyon
, (Thu Apr 1, 9:02 am)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Tom Lyon
, (Thu Apr 1, 9:06 am)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Joerg Roedel
, (Thu Apr 1, 9:07 am)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Avi Kivity
, (Thu Apr 1, 9:10 am)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Joerg Roedel
, (Thu Apr 1, 9:57 am)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Hans J. Koch
, (Thu Apr 1, 12:08 pm)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Tom Lyon
, (Thu Apr 1, 12:18 pm)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Tom Lyon
, (Thu Apr 1, 12:24 pm)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Joerg Roedel
, (Thu Apr 1, 1:09 pm)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Joerg Roedel
, (Thu Apr 1, 1:21 pm)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Tom Lyon
, (Thu Apr 1, 2:27 pm)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Avi Kivity
, (Thu Apr 1, 11:43 pm)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Avi Kivity
, (Thu Apr 1, 11:44 pm)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Greg KH
, (Fri Apr 2, 10:05 am)
Re: [PATCH 1/1] uio_pci_generic: extensions to allow acces ...
, Joerg Roedel
, (Fri Apr 9, 2:08 am)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Avi Kivity
, (Fri Apr 9, 2:58 am)
Re: [PATCH 1/1] uio_pci_generic: extensions to allow acces ...
, Tom Lyon
, (Fri Apr 9, 9:27 am)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Tom Lyon
, (Fri Apr 9, 9:34 am)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Joerg Roedel
, (Fri Apr 9, 9:48 am)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Avi Kivity
, (Fri Apr 9, 10:43 am)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Chris Wright
, (Fri Apr 9, 1:05 pm)
Re: [PATCH 0/1] uio_pci_generic: extensions to allow acces ...
, Chris Wright
, (Fri Apr 9, 1:09 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Rusty Russell
Re: 2.6.22-rc3-mm1
Eric Sandeen
Re: [PATCH] xfs: do not pass unused params to xfs_flush_pages
Bill Fink
Re: [PATCH] net: add ability to clear stats via ethtool - e1000/pcnet32
David Miller
Re: NO_HZ: timer interrupt stuck
Jeffrey V. Merkey
Re: Versioning file system
git
:
Johannes Schindelin
[PATCH] fetch: refuse to fetch into the current branch in a non-bare repository
Junio C Hamano
Re: [PATCH] http-push: making HTTP push more robust and more user-friendly
Oliver Kullmann
Re: how to move with history?
Junio C Hamano
Re: [PATCH 2/3] git-add--interactive: remove hunk coalescing
Shawn O. Pearce
Re: Bugs in Gitosis
linux-netdev
:
Patrick McHardy
Re: [rfc 02/13] [RFC 02/13] netfilter: nf_conntrack_sip: Add callid parser
webmaster Maintenance
联系系统管理员
Krzysztof Oledzki
Re: Error: an inet prefix is expected rather than "0/0".
Paul Gortmaker
[PATCH net-next 09/16] tipc: Relocate trivial link status functions to header file
David Miller
Re: [2.6.30-rc3] powerpc: compilation error of mace module
git-commits-head
:
Linux Kernel Mailing List
V4L/DVB: tm6000: add special usb request to quit i2c tuner transfer
Linux Kernel Mailing List
OMAP: DSS2: SDI driver
Linux Kernel Mailing List
PCI: introduce pci_pcie_cap()
Linux Kernel Mailing List
drivers/acpi: use kasprintf
Linux Kernel Mailing List
Staging: et131x: prune all the debug code
openbsd-misc
:
Ted Bullock
Re: Proliant DL380 G3 cannot get on network
Úlfar M. E. Johnson
installing openbsd in xen
Eric Furman
Re: Defending OpenBSD Performance
Damien Miller
Re: Patching a SSH 'Weakness'
Brian
CARP multicast and ADSL bridge
Colocation donated by:
Syndicate