Re: [PATCH v6 02/19] kernel: Define gettimeofday vdso common code

From: Arnd Bergmann
Date: Fri May 31 2019 - 04:23:39 EST


On Thu, May 30, 2019 at 4:15 PM Vincenzo Frascino
<vincenzo.frascino@xxxxxxx> 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.

Arnd