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]
Message-ID: <815151.1766145968@warthog.procyon.org.uk>
Date: Fri, 19 Dec 2025 12:06:08 +0000
From: David Howells <dhowells@...hat.com>
To: Christian Schoenebeck <linux_oss@...debyte.com>
Cc: dhowells@...hat.com, Eric Van Hensbergen <ericvh@...nel.org>,
    Latchesar Ionkov <lucho@...kov.net>, asmadeus@...ewreck.org,
    Chris Arges <carges@...udflare.com>, v9fs@...ts.linux.dev,
    linux-kernel@...r.kernel.org, Matthew Wilcox <willy@...radead.org>,
    linux-fsdevel@...r.kernel.org
Subject: Re: [PATCH] 9p/virtio: restrict page pinning to user_backed_iter() iovec

Christian Schoenebeck <linux_oss@...debyte.com> wrote:

> > -	if (!iov_iter_is_kvec(data)) {
> > +	if (user_backed_iter(data)) {

That looks wrong.  If the I/O is coming through netfslib, you should never see
ITER_UBUF or ITER_IOVEC in the filesystem.

David


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ