On Wed, May 08, 2024 at 07:54:13PM -0700, John Hubbard wrote:
Didn't we learn recently, though, that -static-pie is gcc 8.1+, while the kernel's minimum gcc version is 5?
Yes, that's true. If we encounter anyone trying to build the selftests with <8.1 I think we'll have to add a compiler version test in the Makefile to exclude the static pie tests.
There's also the potential issue with arm64 builds that caused the original attempt at -static. We'll likely need an exclusion there too.