mbox series

[v3,0/1] get_user_pages changes

Message ID 1564170120-11882-1-git-send-email-linux.bhar@gmail.com (mailing list archive)
Headers show
Series get_user_pages changes | expand

Message

Bharath Vedartham July 26, 2019, 7:41 p.m. UTC
In this 3rd version of the patch series, I have compressed the patches
of the previous patch series into one patch. This was suggested by Christoph Hellwig.
The suggestion was to remove the pte_lookup functions and use the g
et_user_pages* functions directly instead of the pte_lookup functions.

There is nothing different in this series compared to the previous 
series, It essentially compresses the 3 patches of the original series 
into one patch.

Bharath Vedartham (1):
  sgi-gru: Remove *pte_lookup functions

 drivers/misc/sgi-gru/grufault.c | 114 +++++++++-------------------------------
 1 file changed, 25 insertions(+), 89 deletions(-)