linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Vlastimil Babka <vbabka@suse.cz>
To: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Cc: Alejandro Colomar <alx@kernel.org>,
	linux-man@vger.kernel.org, Suren Baghdasaryan <surenb@google.com>,
	"Liam R . Howlett" <Liam.Howlett@oracle.com>,
	Matthew Wilcox <willy@infradead.org>,
	Jann Horn <jannh@google.com>,
	linux-mm@kvack.org
Subject: Re: [PATCH man-pages v4] madvise.2: add MADV_GUARD_INSTALL, MADV_GUARD_REMOVE description
Date: Thu, 5 Dec 2024 21:43:09 +0100	[thread overview]
Message-ID: <01514d6a-5b8f-4a38-8c08-7cacede47f67@suse.cz> (raw)
In-Reply-To: <e71ad8a2-3dc7-44bd-97e5-fed6eaa30d55@lucifer.local>

On 12/5/24 19:09, Lorenzo Stoakes wrote:
> On Thu, Dec 05, 2024 at 06:50:09PM +0100, Vlastimil Babka wrote:
>> On 12/5/24 11:41, Lorenzo Stoakes wrote:
>> > Lightweight guard region support has been added to Linux 6.13, which adds
>> > MADV_GUARD_INSTALL and MADV_GUARD_REMOVE flags to the madvise() system
>> > call. Therefore, update the manpage for madvise() and describe these
>> > operations.
>> >
>> > Reviewed-by: Jann Horn <jannh@google.com>
>> > Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
>> > ---
>> > v4:
>> > * Reference function chapters as per Alejandro.
>> > * Minor rewording as per Alejandro.
>> >
>> > v3:
>> > * Don't describe SIGSEGV as a fatal signal as per Jann.
>> > https://lore.kernel.org/all/20241202165829.72121-1-lorenzo.stoakes@oracle.com
>> >
>> > v2:
>> > * Updated to use semantic newlines as suggested by Alejandro.
>> > * Avoided emboldening parens as suggested by Alejandro.
>> > * One very minor grammatical fix.
>> > https://lore.kernel.org/all/20241129155943.85215-1-lorenzo.stoakes@oracle.com
>> >
>> > v1:
>> > https://lore.kernel.org/all/20241129093205.8664-1-lorenzo.stoakes@oracle.com
>> >
>> >  man/man2/madvise.2 | 93 ++++++++++++++++++++++++++++++++++++++++++++++
>> >  1 file changed, 93 insertions(+)
>> >
>> > diff --git a/man/man2/madvise.2 b/man/man2/madvise.2
>> > index 4f2210ee2..7d682fa40 100644
>> > --- a/man/man2/madvise.2
>> > +++ b/man/man2/madvise.2
>> > @@ -676,6 +676,91 @@ or secret memory regions created using
>> >  Note that with
>> >  .BR MADV_POPULATE_WRITE ,
>> >  the process can be killed at any moment when the system runs out of memory.
>> > +.TP
>> > +.BR MADV_GUARD_INSTALL " (since Linux 6.13)"
>> > +Install a lightweight guard region into the range specified by
>> > +.I addr
>> > +and
>> > +.IR size ,
>> > +causing any read or write in the range to result in a
>> > +.B SIGSEGV
>> > +signal being raised.
>> > +.IP
>> > +If the region maps memory pages they will be cleared as part of the operation,
>> > +though if
>>
>> Hm this reads a bit ambiguous. One could read it as the memory pages are
>> being cleared, but it's the page tables.
> 
> This was really hard to word, because you don't want to say unmapped, and saying
> 'clearing page tables' or 'zapping' is clear to us but not necessarily to a
> reader. 'Clearing mapping' makes it ambiguous vs. munmap(), etc. etc.

Maybe saying "removed" instead of "cleared" would be better?

Anyway, I don't want to cause bikeshedding, so in any case:

Reviewed-by: Vlastimil Babka <vbabka@suse.cz>

> But you want to make it clear (no pun intended) that anon pages, if there's any
> data, it's probably lost. So I think this is a distinction that doesn't matter.
> 
> Will revisit once we support file-backed mappings.
> 


  reply	other threads:[~2024-12-05 20:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-05 10:41 Lorenzo Stoakes
2024-12-05 12:20 ` Alejandro Colomar
2024-12-05 12:26   ` Lorenzo Stoakes
2024-12-05 12:43     ` git repositories and branches (was: [PATCH man-pages v4] madvise.2: ...) Alejandro Colomar
2024-12-05 13:06       ` Lorenzo Stoakes
2024-12-05 17:50 ` [PATCH man-pages v4] madvise.2: add MADV_GUARD_INSTALL, MADV_GUARD_REMOVE description Vlastimil Babka
2024-12-05 18:09   ` Lorenzo Stoakes
2024-12-05 20:43     ` Vlastimil Babka [this message]
2024-12-05 22:53       ` Alejandro Colomar
2024-12-06 11:03       ` Lorenzo Stoakes
2024-12-06 11:22         ` Lorenzo Stoakes

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=01514d6a-5b8f-4a38-8c08-7cacede47f67@suse.cz \
    --to=vbabka@suse.cz \
    --cc=Liam.Howlett@oracle.com \
    --cc=alx@kernel.org \
    --cc=jannh@google.com \
    --cc=linux-man@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=lorenzo.stoakes@oracle.com \
    --cc=surenb@google.com \
    --cc=willy@infradead.org \
    /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