From mboxrd@z Thu Jan 1 00:00:00 1970 From: vincenzo.frascino@arm.com (Vincenzo Frascino) Date: Tue, 4 Jun 2019 13:08:35 +0100 Subject: [PATCH v6 02/19] kernel: Define gettimeofday vdso common code In-Reply-To: References: <20190530141531.43462-1-vincenzo.frascino@arm.com> <20190530141531.43462-3-vincenzo.frascino@arm.com> Message-ID: Content-Type: text/plain; charset="UTF-8" Message-ID: <20190604120835.mOs6RfahCpuczin_ABtwg-BLcjGdy8G0M9Jsdu04r-M@z> On 31/05/2019 09:19, Arnd Bergmann wrote: > On Thu, May 30, 2019 at 4:15 PM Vincenzo Frascino > 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 > -- Regards, Vincenzo