diff options
author | 2024-12-01 13:10:51 -0800 | |
---|---|---|
committer | 2024-12-01 13:10:51 -0800 | |
commit | 88862eeb476375687a1de5f45528a437ea598338 (patch) | |
tree | d3b202397e6cf53a35d9f1523559abefd445ddcc /net/lapb/lapb_timer.c | |
parent | Merge tag 'timers_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (diff) | |
parent | printf: Remove unused 'bprintf' (diff) | |
download | wireguard-linux-88862eeb476375687a1de5f45528a437ea598338.tar.xz wireguard-linux-88862eeb476375687a1de5f45528a437ea598338.zip |
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Pull bprintf() removal from Steven Rostedt:
- Remove unused bprintf() function, that was added with the rest of the
"bin-printf" functions.
These are functions that are used by trace_printk() that allows to
quickly save the format and arguments into the ring buffer without
the expensive processing of converting numbers to ASCII. Then on
output, at a much later time, the ring buffer is read and the string
processing occurs then. The bprintf() was added for consistency but
was never used. It can be safely removed.
* tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
printf: Remove unused 'bprintf'
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions