2022-04-21 23:58:35

by Boris Ostrovsky

[permalink] [raw]
Subject: Re: [PATCH v2] xen: Convert kmap() to kmap_local_page()


On 4/19/22 7:43 PM, Alaa Mohamed wrote:
> kmap() is being deprecated and these usages are all local to the thread
> so there is no reason kmap_local_page() can't be used.
>
> Replace kmap() calls with kmap_local_page().
>
> Signed-off-by: Alaa Mohamed <[email protected]>


Applied to for-linus-5.18. (Juergen, I kept your R-b from v1)


-boris