[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHk-=wg_r837DdEepGAA+jCz27Oqc5hxgYEJo9OoWrnKRhfz5g@mail.gmail.com>
Date: Thu, 3 Jun 2021 12:15:39 -0700
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Hugh Dickins <hughd@...gle.com>
Cc: Ming Lin <mlin@...nel.org>, Simon Ser <contact@...rsion.fr>,
Linux-MM <linux-mm@...ck.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-fsdevel <linux-fsdevel@...r.kernel.org>,
Linux API <linux-api@...r.kernel.org>
Subject: Re: [PATCH 2/2] mm: adds NOSIGBUS extension for out-of-band shmem read
On Thu, Jun 3, 2021 at 12:12 PM Linus Torvalds
<torvalds@...ux-foundation.org> wrote:
>
> Yeah, if that's sufficient, then that original patch should just work as-is.
To clarify: it obviously needs the VM_xyz flags things, but the
VM_SHARED check in do_anonymous_page() is fine, and the whole issue
with VM_MAYWRITE is entirely moot.
MAP_PRIVATE works fine with zero pages even when writable - they get
COW'ed properly, of course.
Linus
Powered by blists - more mailing lists