On Thu, 30 Mar 2023 11:49:24 -0700, Chaitanya Kulkarni wrote: > From :include/linux/highmem.h: > "kmap_atomic - Atomically map a page for temporary usage - Deprecated!" > > Use memcpy_from_page() since does the same job of mapping, copying, and > unmaping except it uses non deprecated kmap_local_page() and > kunmap_local(). Following are the differences between kmal_local_page() > and kmap_atomic() :- > > [...] Applied, thanks! [1/2] null_blk: use non-deprecated lib functions commit: acc3c8799b9723d0b6a8cd67f8036dfdaa280825 [2/2] null_blk: use kmap_local_page() and kunmap_local() commit: acc3c8799b9723d0b6a8cd67f8036dfdaa280825 Best regards, -- Jens Axboe