lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 10 Aug 2010 02:12:44 +0200
From:	"Hans J. Koch" <hjk@...utronix.de>
To:	"Hans J. Koch" <hjk@...utronix.de>
Cc:	Leon Woestenberg <leon.woestenberg@...il.com>,
	Tom Lyon <pugs@...co.com>, mst@...hat.com, gregkh@...e.de,
	chrisw@...s-sol.org, joro@...tes.org, avi@...hat.com,
	linux-kernel@...r.kernel.org
Subject: Re: UIO DMA to userspace question

On Mon, Aug 09, 2010 at 01:11:56PM +0200, Hans J. Koch wrote:
> On Sat, Aug 07, 2010 at 08:38:30PM +0200, Leon Woestenberg wrote:
> > Hello all,
> > 
> > can I use the UIO framework for the following?
> > 
> > The userspace portion of the driver allocates memory in user-space
> > using malloc() - usually resulting in a scatter pages in physical
> > memory.
> > The UIO kernel portion of the driver maps those using pci_map_sg().
> > 
> > Is this possible, or does the UIO framework assume memory for DMA is
> > allocated in kernel space?
> 
> You would have to write your own mmap() function and and set the pointer
> to it in struct uio_info->mmap. Have a look at uio_mmap() in

A few more thoughts about that: The UIO core currently doesn't support
dynamically allocated memory. That means, even if you manage to mmap your
memory allocated in userspace, it won't show up in sysfs. ATM, all UIO
supports is memory allocated at device creation time in kernel space.

So, what your trying to do is something that could probably work. The
uio_info->mmap pointer was made for unusual mappings. But it still causes
me some headaches. I'm not sure if this can be considered a clean solution.
An extension that makes UIO deal properly with dynamically allocated (DMA-)
memory would certainly be preferable.

Hans

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ