diff options
author | Lorenzo Stoakes <lstoakes@gmail.com> | 2023-03-22 19:57:02 +0100 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-04-06 04:42:56 +0200 |
commit | 46c0d6d0904a10785faabee53fe53ee1aa718fea (patch) | |
tree | 8a23ab1ef975801cf4f2c067331cfd28ee9f70e3 /lib | |
parent | fs/proc/kcore: avoid bounce buffer for ktext data (diff) | |
download | linux-46c0d6d0904a10785faabee53fe53ee1aa718fea.tar.xz linux-46c0d6d0904a10785faabee53fe53ee1aa718fea.zip |
fs/proc/kcore: convert read_kcore() to read_kcore_iter()
For the time being we still use a bounce buffer for vread(), however in
the next patch we will convert this to interact directly with the iterator
and eliminate the bounce buffer altogether.
Link: https://lkml.kernel.org/r/ebe12c8d70eebd71f487d80095605f3ad0d1489c.1679511146.git.lstoakes@gmail.com
Signed-off-by: Lorenzo Stoakes <lstoakes@gmail.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Baoquan He <bhe@redhat.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Liu Shixin <liushixin2@huawei.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Uladzislau Rezki (Sony) <urezki@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions