linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] lib/vsprintf: Rework header inclusions
@ 2023-08-14 16:33 Andy Shevchenko
  2023-08-14 16:33 ` [PATCH v3 1/2] lib/vsprintf: Split out sprintf() and friends Andy Shevchenko
  2023-08-14 16:33 ` [PATCH v3 2/2] lib/vsprintf: Declare no_hash_pointers in sprintf.h Andy Shevchenko
  0 siblings, 2 replies; 5+ messages in thread
From: Andy Shevchenko @ 2023-08-14 16:33 UTC (permalink / raw)
  To: Andy Shevchenko, Petr Mladek, Marco Elver, linux-kernel,
	kasan-dev, linux-mm
  Cc: Steven Rostedt, Rasmus Villemoes, Sergey Senozhatsky,
	Alexander Potapenko, Dmitry Vyukov, Andrew Morton

Some patches that reduce the mess with the header inclusions related to
vsprintf.c module. Each patch has its own description, and has no
dependencies to each other, except the collisions over modifications
of the same places. Hence the series.

Changelog v3:
- dropped sorting headers patch (Petr)
- added tag (Marco)

Changelog v2:
- covered test_printf.c in patches 1 & 2
- do not remove likely implict inclusions (Rasmus)
- declare no_hash_pointers in sprintf.h (Marco, Steven, Rasmus)

Andy Shevchenko (2):
  lib/vsprintf: Split out sprintf() and friends
  lib/vsprintf: Declare no_hash_pointers in sprintf.h

 include/linux/kernel.h  | 30 +-----------------------------
 include/linux/sprintf.h | 27 +++++++++++++++++++++++++++
 lib/test_printf.c       |  3 +--
 lib/vsprintf.c          |  1 +
 mm/kfence/report.c      |  3 +--
 5 files changed, 31 insertions(+), 33 deletions(-)
 create mode 100644 include/linux/sprintf.h

-- 
2.40.0.1.gaa8946217a0b



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

end of thread, other threads:[~2023-08-15 10:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-14 16:33 [PATCH v3 0/2] lib/vsprintf: Rework header inclusions Andy Shevchenko
2023-08-14 16:33 ` [PATCH v3 1/2] lib/vsprintf: Split out sprintf() and friends Andy Shevchenko
2023-08-15 10:58   ` Petr Mladek
2023-08-14 16:33 ` [PATCH v3 2/2] lib/vsprintf: Declare no_hash_pointers in sprintf.h Andy Shevchenko
2023-08-15 10:58   ` Petr Mladek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox