[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200513065656.2110441-1-hch@lst.de>
Date: Wed, 13 May 2020 08:56:42 +0200
From: Christoph Hellwig <hch@....de>
To: Al Viro <viro@...iv.linux.org.uk>
Cc: 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: clean up kernel_{read,write} & friends v2
Hi Al,
this series fixes a few issues and cleans up the helpers that read from
or write to kernel space buffers, and ensures that we don't change the
address limit if we are using the ->read_iter and ->write_iter methods
that don't need the changed address limit.
Changes since v1:
- __kernel_write must not take sb_writers
- unexported __kernel_write
Powered by blists - more mailing lists