From: Jonathan Corbet <corbet@lwn.net>
To: Randy Dunlap <rdunlap@infradead.org>, Linux MM <linux-mm@kvack.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
"linux-doc@vger.kernel.org" <linux-doc@vger.kernel.org>,
Christoph Lameter <cl@linux.com>,
Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>,
"Tobin C. Harding" <tobin@kernel.org>
Subject: Re: [PATCH] Documentation: fix vm/slub.rst warning
Date: Mon, 11 Feb 2019 08:27:05 -0700 [thread overview]
Message-ID: <20190211082705.0ff3d86b@lwn.net> (raw)
In-Reply-To: <1e992162-c4ac-fe4e-f1b0-d8a16a51d5e7@infradead.org>
On Sun, 10 Feb 2019 22:34:11 -0800
Randy Dunlap <rdunlap@infradead.org> wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> Fix markup warning by quoting the '*' character with a backslash.
>
> Documentation/vm/slub.rst:71: WARNING: Inline emphasis start-string without end-string.
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Christoph Lameter <cl@linux.com>
> Cc: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
> ---
> Documentation/vm/slub.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- lnx-50-rc6.orig/Documentation/vm/slub.rst
> +++ lnx-50-rc6/Documentation/vm/slub.rst
> @@ -68,7 +68,7 @@ end of the slab name, in order to cover
> example, here's how you can poison the dentry cache as well as all kmalloc
> slabs:
>
> - slub_debug=P,kmalloc-*,dentry
> + slub_debug=P,kmalloc-\*,dentry
>
> Red zoning and tracking may realign the slab. We can just apply sanity checks
> to the dentry cache with::
The better fix here is to make that a literal block ("slabs::"). Happily
for all of us, Tobin already did that in 11ede50059d0.
Thanks,
jon
next prev parent reply other threads:[~2019-02-11 15:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-11 6:34 [PATCH] Documentation: fix vm/slub.rst warning Randy Dunlap
2019-02-11 7:35 ` Mike Rapoport
2019-02-11 7:43 ` Sergey Senozhatsky
2019-02-11 15:27 ` Jonathan Corbet [this message]
2019-02-11 17:31 ` Randy Dunlap
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=20190211082705.0ff3d86b@lwn.net \
--to=corbet@lwn.net \
--cc=akpm@linux-foundation.org \
--cc=cl@linux.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=rdunlap@infradead.org \
--cc=sergey.senozhatsky.work@gmail.com \
--cc=tobin@kernel.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;
as well as URLs for NNTP newsgroup(s).