Re: [PATCH RESEND v1 4/4] powerpc/vdso: Add support for time namespaces
From: Andrei Vagin <hidden>
Date: 2021-04-05 04:53:22
Also in:
linux-arch, lkml
From: Andrei Vagin <hidden>
Date: 2021-04-05 04:53:22
Also in:
linux-arch, lkml
On Wed, Mar 31, 2021 at 04:48:47PM +0000, Christophe Leroy wrote:
This patch adds the necessary glue to provide time namespaces. Things are mainly copied from ARM64. __arch_get_timens_vdso_data() calculates timens vdso data position based on the vdso data position, knowing it is the next page in vvar. This avoids having to redo the mflr/bcl/mflr/mtlr dance to locate the page relative to running code position.
Acked-by: Andrei Vagin <redacted>
Signed-off-by: Christophe Leroy <redacted>