The conference will start soone. You can follow it here:
https://www.youtube.com/watch?v=PSS9VemnSkg
Enjoy!
Linux Plumbers Conference General Registration has reopened. Get your tickets now before we sell out again.
I’m running the Tracing Microconference at Linux Plumbers. If there’s an issue you would like to discuss there, please submit a MC topic. https://lpc.events/blog/current/index.php/2023/08/17/tracing-mc-cfp/
Plan on submitting a topic to one of the microconferences at Linux Plumbers? Read this blog on what an ideal microconference submission is. https://lpc.events/blog/current/index.php/2023/06/26/the-ideal-microconference-topic-session/
Linux Plumbers RISC-V CFP is out! https://lpc.events/blog/current/index.php/2023/06/23/risc-v-microconference-cfp/
Real-time and Scheduling Microconference CFP https://lpc.events/blog/current/index.php/2023/06/20/real-time-and-scheduling-microconference-cfp/
Linux Plumbers Registration is now open! https://lpc.events/blog/current/index.php/2023/06/16/registration-for-lpc-2023-is-open/
Announce: Tracing tooling: trace-cmd v3.2 libtracecmd v1.4 libtracefs v1.7 libtraceevent v1.7.3
Have been released!
Happy birthday to make localmodconfig
! It is now 14 years old. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=03fa25da8335a942161a8070b3298cfd4edf9b6a
I’m debugging something that is causing a lockup, where I only get a single line out on the crash (no stackdump, nada!). Frustrated, I thought about slapping printk()’s all over the place, and then thought to myself. Hmm, it would be much nicer to just hook function tracing to printk….
Coming soon: ftrace_printk!