On Fri, May 29, 2020 at 08:36:56PM +0200, Marco Elver wrote:
> > +/* Section for code which can't be instrumented at all */
> > +#define noinstr
> > \
> > + noinline notrace __attribute((__section__(".noinstr.text")))
> > __no_kcsan
> > +
>
> Will this eventually need __no_sanitize_address?
Yes, and __no_sanitize_undefined and whatever else there is.
https://lkml.kernel.org/r/[email protected]
> Acked -- if you send a patch, do split the test-related change, so
> that Paul can apply it to the test which is currently only in -rcu.
Ok, I'll try not forget over the weekend ;-)