Re: [PATCH v2 7/8] vdso: Introduce uapi/vdso/random.h

From: Christophe Leroy
Date: Wed Sep 25 2024 - 03:00:38 EST




Le 23/09/2024 à 16:19, Vincenzo Frascino a écrit :
The VDSO implementation includes headers from outside of the
vdso/ namespace.

Introduce uapi/vdso/random.h to make sure that the generic
library uses only the allowed namespace.

I can't see the reason for this change.

VDSO is userland code and should be safe to include any UAPI header.

Christophe