On 2/4/24 17:23, Kumar Kartikeya Dwivedi wrote:
This set allows a BPF program to make a call to a static subprog within a bpf_spin_lock critical section. This problem has been hit in sched-ext and ghOSt [0] as well, and is mostly an annoyance which is worked around by inling the static subprog into the critical section.
thanks! i look forward to deleting my various noinline hacks. =)