On Sun, 24 Nov 2024 22:30:45 -0500 Steven Rostedt <rostedt@xxxxxxxxxxx> wrote: > > > Ack. BPF should not be causing deadlocks by doing code called from > > > tracepoints. > > > > I sense so much BPF love here that it diminishes the ability to read > > stack traces :) > > You know I love BPF ;-) I do recommend it when I feel it's the right > tool for the job. BTW, I want to apologize if my email sounded like an attack on BPF. That wasn't my intention. It was more about Peter's response being so short, where the submitter may not understand his response. It's not up to Peter to explain himself. As I said, this isn't his problem. I figured I would fill in the gap. As I fear with more people using BPF, when some bug happens when they attach a BPF program somewhere, they then blame the code that they attached to. If this was titled "Possible deadlock when attaching BPF program to scheduler" and was sent to the BPF folks, I would not have any issue with it. But it was sent to the scheduler maintainers. We need to teach people that if a bug happens because they attach a BPF program somewhere, they first notify the BPF folks. Then if it really ends up being a bug where the BPF program was attached, it should be the BPF folks that inform that subsystem maintainers. Not the original submitter. Cheers, -- Steve