On Wed, Dec 03, 2025 at 07:10:53PM +0200, Andy Shevchenko wrote: > On Wed, Dec 03, 2025 at 11:23:25AM -0500, Yury Norov (NVIDIA) wrote:
... > > +#ifndef _LINUX_TRACING_H > > +#define _LINUX_TRACING_H > > + > > +#include <linux/compiler_attributes.h> > > +#include <linux/instruction_pointer.h> > > + stddef.h // you use NULL > > + string.h // use of strlen() Why it should not conflict, it might be worth to research more and perhaps even use intrinsic instead of strlen(). Just a thought spoken loudly. > > +#include <linux/stringify.h> -- With Best Regards, Andy Shevchenko
