[PATCH 0/2] bitmap: drop bitmap_print_to_pagebuf()

From: Yury Norov

Date: Tue May 19 2026 - 12:31:36 EST


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