]> Git Repo - J-linux.git/commitdiff
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
authorLinus Torvalds <[email protected]>
Sun, 1 Dec 2024 21:10:51 +0000 (13:10 -0800)
committerLinus Torvalds <[email protected]>
Sun, 1 Dec 2024 21:10:51 +0000 (13:10 -0800)
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'


Trivial merge
This page took 0.048 seconds and 4 git commands to generate.