Re: [Linux-kernel-mentees][PATCH v6 0/2] get_user_pages changes

From: Bharath Vedartham
Date: Sun Aug 18 2019 - 16:12:16 EST


On Mon, Aug 19, 2019 at 01:08:53AM +0530, Bharath Vedartham wrote:
CC'ing lkml, the mail id was wrong.

> This version only converts put_page to put_user_page and removes
> an unecessary ifdef.
>
> It does not convert atomic_pte_lookup to __get_user_pages as
> gru_vtop could run in an interrupt context in which we can't assume
> current as __get_user_pages does.
>
> Bharath Vedartham (2):
> sgi-gru: Convert put_page() to put_user_page*()
> sgi-gru: Remove uneccessary ifdef for CONFIG_HUGETLB_PAGE
>
> drivers/misc/sgi-gru/grufault.c | 23 ++++++++++++-----------
> 1 file changed, 12 insertions(+), 11 deletions(-)
>
> --
> 2.7.4
>