The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: "David Hildenbrand (Arm)" <david@kernel.org>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org,
	Jason Gunthorpe <jgg@ziepe.ca>,
	John Hubbard <jhubbard@nvidia.com>, Peter Xu <peterx@redhat.com>
Subject: Re: [PATCH v2] mm/gup: honour FOLL_PIN in NOMMU __get_user_pages_locked()
Date: Sun, 31 May 2026 19:23:15 +0200	[thread overview]
Message-ID: <e3b8216a-f5d3-4697-8573-459cfc4aea47@kernel.org> (raw)
In-Reply-To: <20260526173550.927ba4ba517e9af5a6d2c6bf@linux-foundation.org>

On 5/27/26 02:35, Andrew Morton wrote:
> On Fri, 24 Apr 2026 16:19:32 +0200 "David Hildenbrand (Arm)" <david@kernel.org> wrote:
> 
>> On 4/24/26 15:38, Andrew Morton wrote:
>>>
>>>
>>> Battle of the bots?
>>> 	https://sashiko.dev/#/patchset/2026042303-vendor-outright-b9d2@gregkh
>>
>> It references the
>>
>> 	if (pages && !(flags & FOLL_PIN))
>> 		flags |= FOLL_GET;
>>
>> I'm not sure if there is actual NOMMU code that triggers it. For example,
>> uprobes uses that pattern, but I suspect that that's not a thing on NOMMU.
>>
>>
>> Probably best to just squash:
>>
>> diff --git a/mm/gup.c b/mm/gup.c
>> index ad9ded39609c..44bd28cf6e00 100644
>> --- a/mm/gup.c
>> +++ b/mm/gup.c
>> @@ -1988,6 +1988,9 @@ static long __get_user_pages_locked(struct mm_struct *mm,
>> unsigned long start,
>>         if (!nr_pages)
>>                 return 0;
>>
>> +       if (pages && !(foll_flags & FOLL_PIN))
>> +               foll_flags |= FOLL_GET;
>> +
>>         /*
>>          * The internal caller expects GUP to manage the lock internally and the
>>          * lock must be released when this returns.
> 
> Nothing happened.
> 
> Should we proceed with this as-is?

No let's squash what I provided. Probably a resend would be best. If greg is too
busy I can give it a try tomorrow.

-- 
Cheers,

David

      reply	other threads:[~2026-05-31 17:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-23 14:28 [PATCH v2] mm/gup: honour FOLL_PIN in NOMMU __get_user_pages_locked() Greg Kroah-Hartman
2026-04-23 15:55 ` David Hildenbrand (Arm)
2026-04-24 11:31   ` Greg Kroah-Hartman
2026-04-24 11:39     ` Andrew Morton
2026-04-24 12:16     ` David Hildenbrand (Arm)
2026-04-24 12:41       ` Andrew Morton
2026-04-24 12:49         ` David Hildenbrand (Arm)
2026-04-24 13:38 ` Andrew Morton
2026-04-24 14:04   ` Greg Kroah-Hartman
2026-04-24 14:19   ` David Hildenbrand (Arm)
2026-05-27  0:35     ` Andrew Morton
2026-05-31 17:23       ` David Hildenbrand (Arm) [this message]

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=e3b8216a-f5d3-4697-8573-459cfc4aea47@kernel.org \
    --to=david@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jgg@ziepe.ca \
    --cc=jhubbard@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=peterx@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox