0/isp1760-hcd.c | 2 +-
> drivers/usb/musb/cppi_dma.c | 2 +-
> drivers/usb/phy/phy-fsl-usb.c | 2 +-
> drivers/video/fbdev/stifb.c | 2 +-
> fs/afs/yfsclient.c| 8
> fs/ceph/dir.c | 2 +-
For ceph:
Acked-by: Ilya Dryomov
Thanks,
Ilya
for sysfs-bus-papr-pmem
> Signed-off-by: Mauro Carvalho Chehab
>
> [...]
>
> Documentation/ABI/testing/sysfs-bus-rbd | 37 ++-
Acked-by: Ilya Dryomov # for rbd
Thanks,
Ilya
On Tue, Jun 8, 2021 at 6:06 PM Christoph Hellwig wrote:
>
> Add a helper to call kmap_local_page on a bvec. There is no need for
> an unmap helper given that kunmap_local accept any address in the mapped
> page.
>
> Signed-off-by: Christoph Hellwig
> ---
> include/linux/bvec.h | 6 ++
> 1 f
p(&it, bytes, ({
> - zero_bvec(&bv);
> + memzero_bvec(&bv);
> }));
> }
>
Ira already brought up the fact that this conversion drops
flush_dcache_page() calls throughout. Other than that:
Acked-by: Ilya Dryomov
Thanks,
Ilya