On 17/02/2025 10:10 pm, Andrew Cooper wrote: > On 17/02/2025 10:02 pm, Greg A. Woods wrote: >> Note again my local patches do not change any actual code in the xen subdir. >> >> The "has no endbr64" messages are possibly due to the fact that I'm still >> using GCC-9.x on NetBSD, and as I understand it that compiler is too old >> to support ENDBR instructions. I disabled the related build-time tests. >> I can build with GCC-10.5 on another host and try that too. > Can you attach your .config file from the build? Those messages ought > to only show up in builds where ENDBR's are present, but it's possible > that something's out of sync with the various Kconfig controls involved.
Godbolt thinks that GCC 9.3 should be sufficient to be CET-IBT compatible, and my notes (in Kconfig) match. https://godbolt.org/z/1r9PqYb8j ~Andrew
