All of lore.kernel.org
 help / color / mirror / Atom feed
From: linux.bhar at gmail.com (Bharath Vedartham)
Subject: [Linux-kernel-mentees] [PATCH v4 0/1] get_user_pages changes
Date: Fri,  9 Aug 2019 00:25:54 +0530	[thread overview]
Message-ID: <1565290555-14126-1-git-send-email-linux.bhar@gmail.com> (raw)

In this 4th version of the patch series, I have compressed the patches
of the v2 patch series into one patch. This was suggested by Christoph Hellwig.
The suggestion was to remove the pte_lookup functions and use the 
get_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.

This series survives a compile test.

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

 drivers/misc/sgi-gru/grufault.c | 112 +++++++++-------------------------------
 1 file changed, 24 insertions(+), 88 deletions(-)

-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: linux.bhar@gmail.com (Bharath Vedartham)
Subject: [Linux-kernel-mentees] [PATCH v4 0/1] get_user_pages changes
Date: Fri,  9 Aug 2019 00:25:54 +0530	[thread overview]
Message-ID: <1565290555-14126-1-git-send-email-linux.bhar@gmail.com> (raw)
Message-ID: <20190808185554.-y1OtjN9N3x4pA4hHMzhp1Y-meZSQMsrkTQrufwm4OI@z> (raw)

In this 4th version of the patch series, I have compressed the patches
of the v2 patch series into one patch. This was suggested by Christoph Hellwig.
The suggestion was to remove the pte_lookup functions and use the 
get_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.

This series survives a compile test.

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

 drivers/misc/sgi-gru/grufault.c | 112 +++++++++-------------------------------
 1 file changed, 24 insertions(+), 88 deletions(-)

-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: Bharath Vedartham <linux.bhar@gmail.com>
To: arnd@arndb.de, gregkh@linuxfoundation.org, sivanich@sgi.com,
	jhubbard@nvidia.com
Cc: ira.weiny@intel.com, jglisse@redhat.com,
	william.kucharski@oracle.com, hch@lst.de,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	linux-kernel-mentees@lists.linuxfoundation.org,
	Bharath Vedartham <linux.bhar@gmail.com>
Subject: [Linux-kernel-mentees][PATCH v4 0/1] get_user_pages changes
Date: Fri,  9 Aug 2019 00:25:54 +0530	[thread overview]
Message-ID: <1565290555-14126-1-git-send-email-linux.bhar@gmail.com> (raw)

In this 4th version of the patch series, I have compressed the patches
of the v2 patch series into one patch. This was suggested by Christoph Hellwig.
The suggestion was to remove the pte_lookup functions and use the 
get_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.

This series survives a compile test.

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

 drivers/misc/sgi-gru/grufault.c | 112 +++++++++-------------------------------
 1 file changed, 24 insertions(+), 88 deletions(-)

-- 
2.7.4


             reply	other threads:[~2019-08-08 18:55 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-08 18:55 linux.bhar [this message]
2019-08-08 18:55 ` [Linux-kernel-mentees][PATCH v4 0/1] get_user_pages changes Bharath Vedartham
2019-08-08 18:55 ` [Linux-kernel-mentees] [PATCH " Bharath Vedartham
2019-08-08 18:55 ` [Linux-kernel-mentees] [PATCH v4 1/1] sgi-gru: Remove *pte_lookup functions linux.bhar
2019-08-08 18:55   ` [Linux-kernel-mentees][PATCH " Bharath Vedartham
2019-08-08 18:55   ` [Linux-kernel-mentees] [PATCH " Bharath Vedartham
2019-08-08 23:21   ` jhubbard
2019-08-08 23:21     ` [Linux-kernel-mentees][PATCH " John Hubbard
2019-08-08 23:21     ` [Linux-kernel-mentees] [PATCH " John Hubbard
2019-08-08 23:30     ` jhubbard
2019-08-08 23:30       ` [Linux-kernel-mentees][PATCH " John Hubbard
2019-08-08 23:30       ` [Linux-kernel-mentees] [PATCH " John Hubbard
2019-08-09  9:44       ` linux.bhar
2019-08-09  9:44         ` [Linux-kernel-mentees][PATCH " Bharath Vedartham
2019-08-09  9:44         ` [Linux-kernel-mentees] [PATCH " Bharath Vedartham
2019-08-09  9:44     ` linux.bhar
2019-08-09  9:44       ` [Linux-kernel-mentees][PATCH " Bharath Vedartham
2019-08-09  9:44       ` [Linux-kernel-mentees] [PATCH " Bharath Vedartham
2019-08-09 18:03       ` jhubbard
2019-08-09 18:03         ` [Linux-kernel-mentees][PATCH " John Hubbard
2019-08-09 18:03         ` [Linux-kernel-mentees] [PATCH " John Hubbard
2019-08-09  9:52     ` linux.bhar
2019-08-09  9:52       ` [Linux-kernel-mentees][PATCH " Bharath Vedartham
2019-08-09  9:52       ` [Linux-kernel-mentees] [PATCH " Bharath Vedartham
  -- strict thread matches above, loose matches on Subject: below --
2019-07-30 15:39 [Linux-kernel-mentees] [PATCH v4 0/1] get_user_pages changes linux.bhar
2019-07-30 15:39 ` [Linux-kernel-mentees][PATCH " Bharath Vedartham
2019-07-30 15:39 ` [Linux-kernel-mentees] [PATCH " Bharath Vedartham

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1565290555-14126-1-git-send-email-linux.bhar@gmail.com \
    --to=unknown@example.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.