mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] bitmap: drop bitmap_print_to_pagebuf()
@ 2026-05-19 16:30 Yury Norov
  2026-05-19 16:30 ` [PATCH 1/2] cpumask: switch cpumap_print_to_pagebuf() to using scnprintf() Yury Norov
  2026-05-19 16:30 ` [PATCH 2/2] bitmap: drop bitmap_print_to_pagebuf() Yury Norov
  0 siblings, 2 replies; 4+ messages in thread
From: Yury Norov @ 2026-05-19 16:30 UTC (permalink / raw)
  To: Yury Norov, Rasmus Villemoes, Andrew Morton, linux-kernel
  Cc: Yury Norov, Thorsten Blum, Lorenzo Stoakes,
	David Hildenbrand (Arm),
	Andy Shevchenko, William Kucharski

bitmap_print_to_pagebuf() users are now all switched to more
straightforward alternative. The last one is cpumap_print_to_pagebuf()
helper in linux/cpumask.h.

Switch it to scnprintf(), and drop the 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    |  7 +++++--
 lib/bitmap-str.c           | 42 +++++---------------------------------
 3 files changed, 10 insertions(+), 40 deletions(-)

-- 
2.51.0


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

end of thread, other threads:[~2026-06-01 18:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-19 16:30 [PATCH 0/2] bitmap: drop bitmap_print_to_pagebuf() Yury Norov
2026-05-19 16:30 ` [PATCH 1/2] cpumask: switch cpumap_print_to_pagebuf() to using scnprintf() Yury Norov
2026-06-01 18:55   ` Andy Shevchenko
2026-05-19 16:30 ` [PATCH 2/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

all inboxes | Powered by JetHome®