linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Petr Mladek <pmladek@suse.com>
To: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Cc: Yafang Shao <laoar.shao@gmail.com>,
	Sergey Senozhatsky <senozhatsky@chromium.org>,
	linux-mm@kvack.org, Vlastimil Babka <vbabka@suse.cz>,
	Rasmus Villemoes <linux@rasmusvillemoes.dk>
Subject: Re: [PATCH v2 0/5] Improvements to %pGp
Date: Wed, 27 Oct 2021 14:09:09 +0200	[thread overview]
Message-ID: <YXlBZZ2imLR5uA+I@alley> (raw)
In-Reply-To: <20211019142621.2810043-1-willy@infradead.org>

On Tue 2021-10-19 15:26:16, Matthew Wilcox (Oracle) wrote:
> The first four patches are improvements to page_flags_test().
> The fifth is the patch I originally sent out which exposed some of
> the weaknesses in page_flags_test().
> 
> v2:
>  - use scnprintf (Rasmus)
>  - remove page_flags variable (Kirill)
> 
> Matthew Wilcox (Oracle) (5):
>   test_printf: Make pft array const
>   test_printf: Remove separate page_flags variable
>   test_printf: Remove custom appending of '|'
>   test_printf: Append strings more efficiently
>   vsprintf: Make %pGp print the hex value
> 
>  lib/test_printf.c   | 61 +++++++++++++++++++--------------------------
>  lib/vsprintf.c      |  8 ++++++
>  mm/debug.c          |  2 +-
>  mm/memory-failure.c |  8 +++---
>  mm/page_owner.c     |  4 +--
>  mm/slub.c           |  4 +--
>  6 files changed, 42 insertions(+), 45 deletions(-)

The patchset has been committed into printk/linux.git,
branch for-5.16-vsprintf-pgp.

Best Regards,
Petr


      parent reply	other threads:[~2021-10-27 12:09 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-19 14:26 [PATCH v2 0/5] Improvements to %pGp Matthew Wilcox (Oracle)
2021-10-19 14:26 ` [PATCH v2 1/5] test_printf: Make pft array const Matthew Wilcox (Oracle)
2021-10-19 14:26 ` [PATCH v2 2/5] test_printf: Remove separate page_flags variable Matthew Wilcox (Oracle)
2021-10-22 15:12   ` Yafang Shao
2021-10-27  9:47   ` Petr Mladek
2021-10-19 14:26 ` [PATCH v2 3/5] test_printf: Remove custom appending of '|' Matthew Wilcox (Oracle)
2021-10-19 14:26 ` [PATCH v2 4/5] test_printf: Append strings more efficiently Matthew Wilcox (Oracle)
2021-10-22 15:13   ` Yafang Shao
2021-10-27 10:14   ` Petr Mladek
2021-10-19 14:26 ` [PATCH v2 5/5] vsprintf: Make %pGp print the hex value Matthew Wilcox (Oracle)
2021-10-22 15:14   ` Yafang Shao
2021-10-27 10:27   ` Petr Mladek
2021-10-27 12:48   ` [PATCH] vsprintf: Update %pGp documentation about that it prints " Petr Mladek
2021-10-29  2:15     ` Yafang Shao
2021-10-29  2:18       ` Yafang Shao
2021-11-02  9:35         ` Petr Mladek
2021-10-27 12:09 ` Petr Mladek [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=YXlBZZ2imLR5uA+I@alley \
    --to=pmladek@suse.com \
    --cc=laoar.shao@gmail.com \
    --cc=linux-mm@kvack.org \
    --cc=linux@rasmusvillemoes.dk \
    --cc=senozhatsky@chromium.org \
    --cc=vbabka@suse.cz \
    --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;
as well as URLs for NNTP newsgroup(s).