On Mon, 11 Nov 2024 18:32:58 +0000, Mark Brown wrote: > Currently we don't build the PAC selftests when building with LLVM=1 since > we attempt to test for PAC support in the toolchain before we've set up the > build system to point at LLVM in lib.mk, which has to be one of the last > things in the Makefile. > > Since all versions of LLVM supported for use with the kernel have PAC > support we can just sidestep the issue by just assuming PAC is there when > doing a LLVM=1 build. > > [...] Applied to arm64 (for-next/kselftest), thanks! [1/1] kselftest/arm64: Enable build of PAC tests with LLVM=1 https://git.kernel.org/arm64/c/c297aa7d3fb6 -- Catalin