Re: [PATCH v2 0/8] vdso: Use only headers from the vdso/ namespace

From: Christophe Leroy
Date: Wed Sep 25 2024 - 02:39:18 EST




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

The purpose of this patch series is to refactor the code to make sure
that the library uses only the allowed namespace.

The series has been rebased on [1] to simplify the testing.

[1] git://git.kernel.org/pub/scm/linux/kernel/git/crng/random.git master

This tree includes random support for s390, x86, arm64 and loongarch but your series only handles x86 and arm64 it seems.

Christophe