linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Jonathan Corbet <corbet@lwn.net>, 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 09:31:37 -0800	[thread overview]
Message-ID: <2a14eb40-ea42-fcf0-6f1a-458e13f9983d@infradead.org> (raw)
In-Reply-To: <20190211082705.0ff3d86b@lwn.net>

On 2/11/19 7:27 AM, Jonathan Corbet wrote:
> 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 for the info.

-- 
~Randy


      reply	other threads:[~2019-02-11 17:31 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
2019-02-11 17:31   ` Randy Dunlap [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=2a14eb40-ea42-fcf0-6f1a-458e13f9983d@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=akpm@linux-foundation.org \
    --cc=cl@linux.com \
    --cc=corbet@lwn.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.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).