Re: [PATCH v2] selftests: vDSO: fix cross build for getrandom and chacha tests

2024-08-30 Thread Mark Brown
On Fri, Aug 30, 2024 at 05:54:35PM +0200, Jason A. Donenfeld wrote: > From: Mark Brown > > Unlike the check for the standalone x86 test, the check for building the > vDSO getrandom and chacaha tests looks at the architecture for the host > rather than the architecture for the target when deciding

[PATCH v2] selftests: vDSO: fix cross build for getrandom and chacha tests

2024-08-30 Thread Jason A. Donenfeld
From: Mark Brown Unlike the check for the standalone x86 test, the check for building the vDSO getrandom and chacaha tests looks at the architecture for the host rather than the architecture for the target when deciding if they should be built. Since the chacha test includes some assembler code t