[PATCH] bit_spinlock: Include

2023-01-08 Thread Christophe JAILLET
In an attempt to simplify some includes in , it appeared, when compiling fs/ecryptfs/dentry.c, that was relying on other includes to get the definition of cpu_relax(). (see [1]) It broke on arc. Include in to fix the issue. This will help remove some un-needed includes from . [1]: https://lor

Re: [PATCH v3 6/8] treewide: Trace IPIs sent via smp_send_reschedule()

2023-01-08 Thread Huacai Chen
Hi, Valentin, On Fri, Dec 2, 2022 at 11:59 PM Valentin Schneider wrote: > > To be able to trace invocations of smp_send_reschedule(), rename the > arch-specific definitions of it to arch_smp_send_reschedule() and wrap it > into an smp_send_reschedule() that contains a tracepoint. > > Changes to i