Re: [PATCH v5 00/23] Unify vDSOs across more architectures
From: Thomas Gleixner <hidden>
Date: 2019-02-23 17:39:57
Also in:
linux-arm-kernel
From: Thomas Gleixner <hidden>
Date: 2019-02-23 17:39:57
Also in:
linux-arm-kernel
On Fri, 22 Feb 2019, Vincenzo Frascino wrote:
This implementation contains the following design choices: * Every architecture defines the arch specific code in an header in "asm/vdso/". * The generic implementation includes the arch specific one and lives in "lib/vdso". * The arch specific code for gettimeofday lives in "<arch path>/vdso/gettimeofday.c" and includes the generic code only. * This approach allows to consolidate the common code in a single place with the benefit of avoiding code duplication.
This is moving into the right direction. Good job! Thanks, tglx