[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200528190317.GN23230@ZenIV.linux.org.uk>
Date: Thu, 28 May 2020 20:03:17 +0100
From: Al Viro <viro@...iv.linux.org.uk>
To: Christoph Hellwig <hch@....de>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Ian Kent <raven@...maw.net>,
David Howells <dhowells@...hat.com>,
linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
linux-security-module@...r.kernel.org,
netfilter-devel@...r.kernel.org
Subject: Re: [PATCH 14/14] fs: don't change the address limit for ->read_iter
in __kernel_read
On Thu, May 28, 2020 at 07:40:43AM +0200, Christoph Hellwig wrote:
> If we read to a file that implements ->read_iter there is no need
> to change the address limit if we send a kvec down. Implement that
> case, and prefer it over using plain ->read with a changed address
> limit if available.
Ditto re never converting something that bails out on uaccess_kernel()
in ->read() over to ->read_iter().
Powered by blists - more mailing lists