Hi Quentin, since last merge window bpftool triggers a warn: $ bpftool prog tracelog [ 72.942082] NOTICE: Automounting of tracing to debugfs is deprecated and will be removed in 2030 I suspect it happens because get_tracefs_pipe() accesses debug/tracing first which causes automnount and triggers this warning. Pls take a look.