summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorPaolo Abeni <pabeni@redhat.com>2026-03-24 11:08:20 +0100
committerPaolo Abeni <pabeni@redhat.com>2026-03-24 11:08:20 +0100
commita41a5733e71ac103ca8a045539f7b56050dae75a (patch)
tree5ea732518a6fe6174ba86e4d4c1e9504c878671d /tools/perf/scripts/python/bin
parent9d9f21d314933edaf8180839375a47724cc322fc (diff)
parentde69301dc2f6d4172c69c3d1c7ceaad7af89b0dc (diff)
Merge branch 'net-cleanup-bitmaps-printing'
Yury Norov says: ==================== net: cleanup bitmaps printing Bitmap API has a bitmap_print_to_pagebuf() function that is intended to print bitmap into a human readable format, making sure that the output string will not get big enough to cross the current page limit. Some drivers use this function immediately before passing the result to scnprintf() with no modification. This is useless because scnprintf(), and helpers based on it like seq_pritf() and sysfs_emit(), take care of not overflowing the buffer by itself, and perfectly print bitmaps with "%*pb[l]". v1: https://lore.kernel.org/all/20260219181407.290201-1-ynorov@nvidia.com/ ==================== Link: https://patch.msgid.link/20260319201713.941956-1-ynorov@nvidia.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions