[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6e43cc76-bc70-4392-a822-0ef0db19ea1b@lucifer.local>
Date: Tue, 5 Nov 2024 12:23:50 +0000
From: Lorenzo Stoakes <lorenzo.stoakes@...cle.com>
To: Mike Rapoport <rppt@...nel.org>
Cc: Jonathan Corbet <corbet@....net>,
Andrew Morton <akpm@...ux-foundation.org>,
"Liam R . Howlett" <Liam.Howlett@...cle.com>,
Vlastimil Babka <vbabka@...e.cz>, Jann Horn <jannh@...gle.com>,
Alice Ryhl <aliceryhl@...gle.com>, Boqun Feng <boqun.feng@...il.com>,
Matthew Wilcox <willy@...radead.org>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: Re: [RFC PATCH] docs/mm: add VMA locks documentation
On Mon, Nov 04, 2024 at 05:19:21PM +0200, Mike Rapoport wrote:
> On Mon, Nov 04, 2024 at 02:17:36PM +0000, Lorenzo Stoakes wrote:
> > On Sat, Nov 02, 2024 at 11:00:20AM +0200, Mike Rapoport wrote:
> > > > +
> > > > +The table specifies which write locks must be held to write to the field.
> > > > +
> > > > +.. list-table::
> > > > + :widths: 20 10 22 5 20
> > > > + :header-rows: 1
> > >
> > > And use .. table here as well, e.g
> >
> > Hm this one is a little less clearly worth it because not only will that take me
> > ages but it'll be quite difficult to read in a sensible editor. I can if you
> > insist though?
>
> With spaces it will look just fine in a text editor and IMHO better than
> list-table, but I don't insist.
>
> > > .. table::
> > >
> > > ======== ======== ========================== ================== ==========
> > > Field Config Description Unstable RCU read? Write lock
> > > ======== ======== ========================== ================== ==========
> > > vm_start Inclusive start virtual mmap write,
> > > address of range VMA VMA write
> > > describes
> > >
> > > vm_end Exclusive end virtual mmap write,
> > > address of range VMA VMA write
> > > describes
> > >
> > > vm_rcu vma_lock RCU list head, in union N/A N/A
> > > with vma_start, vma_end.
> > > RCU implementation detail
> > > ======== ======== ========================== ================== ==========
>
> --
> Sincerely yours,
> Mike.
Since it's you Mike I'll do it ;) unless it turns out obviously
awful. Should probably be fine! :)
Powered by blists - more mailing lists