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, 11 Sep 2007 13:25:27 +0200
From:	Jens Axboe <jens.axboe@...cle.com>
To:	David Howells <dhowells@...hat.com>
Cc:	Paul Mundt <lethal@...ux-sh.org>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Greg Ungerer <gerg@...pgear.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH -mm] splice: Disable vmsplice on nommu.

On Tue, Sep 11 2007, David Howells wrote:
> Jens Axboe <jens.axboe@...cle.com> wrote:
> 
> > It's a bit of a sledge hammer... Since get_user_pages() appears to work
> > on nummu, we can just disable the vmsplice-to-userspace bits and leave
> > the (working) vmsplice-from-userspace in place.
> 
> That sounds about right.  I don't think you can do the latter without
> an MMU, but I may be wrong about what it does.

You mean the former? The latter is vmsplice() filling a pipe with user
pages, using get_user_pages() to set them up. And that looks like it
should work on nommu.

The former is vmsplice() using mmap like functionality to map pages into
a user vma.

Just making sure we agree :-)

-- 
Jens Axboe

-
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