On 16 Oct 2023, at 9:09, Geert Uytterhoeven wrote: > The tk_pid member in the rpc_task structure exists conditionally on > debug or tracing being enabled. > > Introduce and use a wapper to read the value of this member, so users > outside tracing no longer have to care about these conditions. > > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Closes: https://lore.kernel.org/oe-kbuild-all/202310121759.0CF34DcN-lkp@xxxxxxxxx/ > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> I never work on kernels that don't have tk_pid, but I can say its so useful that for 2 out of the 224 bytes that rpc_task uses (on aarch64), I'd be inclined to just include it all the time. That way its around for folks to reference with realtime tools (like bpftrace, stap). Does anyone know if there is a good reason not to include it for all configurations? Ben ..also: Reviewed-by: Benjamin Coddington <bcodding@xxxxxxxxxx>