Re: [PATCH] kselftest/arm64: Set default OUTPUT path when undefined

2025-05-16 Thread Will Deacon
On Thu, 15 May 2025 13:18:39 +0800, tanze wrote: > When running 'make' in tools/testing/selftests/arm64/ without explicitly > setting the OUTPUT variable, the build system will creates test > directories (e.g., /bti) in the root filesystem due to OUTPUT defaulting > to an empty string. This causes

[PATCH] kselftest/arm64: Set default OUTPUT path when undefined

2025-05-14 Thread tanze
When running 'make' in tools/testing/selftests/arm64/ without explicitly setting the OUTPUT variable, the build system will creates test directories (e.g., /bti) in the root filesystem due to OUTPUT defaulting to an empty string. This causes unintended pollution of the root directory. This patch a