* [PATCH 0/2] bitmap: drop bitmap_print_to_pagebuf()
@ 2026-04-28 19:37 Yury Norov
0 siblings, 0 replies; only message in thread
From: Yury Norov @ 2026-04-28 19:37 UTC (permalink / raw)
To: Yury Norov, Rasmus Villemoes, Andrew Morton, linux-kernel; +Cc: Yury Norov
The function has a long story of misuse. Now that all non-lib users are
switched to the scnprintf(), switch the last user in cpumasks to it, and
get rid of bitmap_print_to_pagebuf().
Yury Norov (2):
cpumask: switch cpumap_print_to_pagebuf() to using scnprintf()
bitmap: drop bitmap_print_to_pagebuf()
include/linux/bitmap-str.h | 1 -
include/linux/cpumask.h | 17 +--------------
lib/bitmap-str.c | 42 +++++---------------------------------
lib/cpumask.c | 17 +++++++++++++++
4 files changed, 23 insertions(+), 54 deletions(-)
--
2.51.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-04-28 19:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-28 19:37 [PATCH 0/2] bitmap: drop bitmap_print_to_pagebuf() Yury Norov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox