[PATCH v2 01/17] asm-generic/unaligned.h: Extract common header for vDSO

Jason A. Donenfeld Jason at zx2c4.com
Mon Aug 26 17:20:48 AEST 2024


On Thu, Aug 22, 2024 at 09:13:09AM +0200, Christophe Leroy wrote:
>  include/asm-generic/unaligned.h | 11 +----------
>  include/vdso/unaligned.h        | 15 +++++++++++++++
>  2 files changed, 16 insertions(+), 10 deletions(-)
>  create mode 100644 include/vdso/unaligned.h

Do you need to also adjust the `#include <asm/unaligned.h>` inside of
lib/vdso/getrandom.c to instead read `#include <vdso/unaligned.h>`?

Jason


More information about the Linuxppc-dev mailing list