All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Improvements to %pGp
@ 2021-10-19 14:26 Matthew Wilcox (Oracle)
  2021-10-19 14:26 ` [PATCH v2 1/5] test_printf: Make pft array const Matthew Wilcox (Oracle)
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Matthew Wilcox (Oracle) @ 2021-10-19 14:26 UTC (permalink / raw)
  To: Yafang Shao
  Cc: Matthew Wilcox (Oracle),
	Sergey Senozhatsky, Petr Mladek, linux-mm, Vlastimil Babka,
	Rasmus Villemoes

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(-)

-- 
2.32.0



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-11-02  9:35 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH v2 0/5] Improvements to %pGp Petr Mladek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.