All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Improvements to %pGp
@ 2021-10-12 18:26 Matthew Wilcox (Oracle)
  2021-10-12 18:26 ` [PATCH 1/5] test_printf: Make pft array const Matthew Wilcox (Oracle)
                   ` (4 more replies)
  0 siblings, 5 replies; 26+ messages in thread
From: Matthew Wilcox (Oracle) @ 2021-10-12 18: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().

Matthew Wilcox (Oracle) (5):
  test_printf: Make pft array const
  test_printf: Assign all flags to page_flags
  test_printf: Remove custom appending of '|'
  test_printf: Append '|' more efficiently
  vsprintf: Make %pGp print the hex value

 lib/test_printf.c   | 48 +++++++++++++++++++++------------------------
 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, 39 insertions(+), 35 deletions(-)

-- 
2.32.0



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

end of thread, other threads:[~2021-10-27 11:28 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-12 18:26 [PATCH 0/5] Improvements to %pGp Matthew Wilcox (Oracle)
2021-10-12 18:26 ` [PATCH 1/5] test_printf: Make pft array const Matthew Wilcox (Oracle)
2021-10-13  5:20   ` Yafang Shao
2021-10-15  9:21   ` Petr Mladek
2021-10-18  5:32   ` Anshuman Khandual
2021-10-12 18:26 ` [PATCH 2/5] test_printf: Assign all flags to page_flags Matthew Wilcox (Oracle)
2021-10-13  5:20   ` Yafang Shao
2021-10-13  9:25   ` Kirill A. Shutemov
2021-10-15 10:22     ` Petr Mladek
2021-10-18  5:33     ` Anshuman Khandual
2021-10-15 10:14   ` Petr Mladek
2021-10-12 18:26 ` [PATCH 3/5] test_printf: Remove custom appending of '|' Matthew Wilcox (Oracle)
2021-10-13  5:21   ` Yafang Shao
2021-10-15 10:23     ` Petr Mladek
2021-10-18  5:41   ` Anshuman Khandual
2021-10-12 18:26 ` [PATCH 4/5] test_printf: Append '|' more efficiently Matthew Wilcox (Oracle)
2021-10-13  5:22   ` Yafang Shao
2021-10-13  9:27     ` Kirill A. Shutemov
2021-10-18  5:42       ` Anshuman Khandual
2021-10-13  9:59     ` Rasmus Villemoes
2021-10-15 10:37       ` Petr Mladek
2021-10-12 18:26 ` [PATCH 5/5] vsprintf: Make %pGp print the hex value Matthew Wilcox (Oracle)
2021-10-13  5:24   ` Yafang Shao
2021-10-15 10:55   ` Petr Mladek
2021-10-27 11:28     ` Petr Mladek
2021-10-18  6:13   ` Anshuman Khandual

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.