On 31/05/2019 09:19, Arnd Bergmann wrote:
On Thu, May 30, 2019 at 4:15 PM Vincenzo Frascino vincenzo.frascino@arm.com wrote:
+static __always_inline notrace void vdso_write_end(struct vdso_data *vd) +{
Rather than marking every single function in here as "notrace",I think it would be more robust to remove the '-pg' flag in the CFLAGS used for compiling the vdso files.
All the architectures that I added to this patchset are already compiled with $(CC_FLAGS_FTRACE), hence I think I just forgot to remove the "notrace" around the code. Will fix in v7.
Arnd