[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230804082619.61833-1-andriy.shevchenko@linux.intel.com>
Date: Fri, 4 Aug 2023 11:26:15 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Marco Elver <elver@...gle.com>, linux-kernel@...r.kernel.org,
kasan-dev@...glegroups.com, linux-mm@...ck.org
Cc: Petr Mladek <pmladek@...e.com>,
Steven Rostedt <rostedt@...dmis.org>,
Rasmus Villemoes <linux@...musvillemoes.dk>,
Sergey Senozhatsky <senozhatsky@...omium.org>,
Alexander Potapenko <glider@...gle.com>,
Dmitry Vyukov <dvyukov@...gle.com>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH v1 0/4] lib/vsprintf: Rework header inclusions
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.
Andy Shevchenko (4):
lib/vsprintf: Declare no_hash_pointers in a local header
lib/vsprintf: Sort headers alphabetically
lib/vsprintf: Remove implied inclusions
lib/vsprintf: Split out sprintf() and friends
include/linux/kernel.h | 30 +-----------------------------
include/linux/sprintf.h | 24 ++++++++++++++++++++++++
lib/test_printf.c | 4 ++--
lib/vsprintf.c | 38 ++++++++++++++++++++------------------
lib/vsprintf.h | 7 +++++++
mm/kfence/report.c | 3 +--
6 files changed, 55 insertions(+), 51 deletions(-)
create mode 100644 include/linux/sprintf.h
create mode 100644 lib/vsprintf.h
--
2.40.0.1.gaa8946217a0b
Powered by blists - more mailing lists