Date: Wed, 21 Aug 2024 10:28:59 -0400 From: John Baldwin <jhb@FreeBSD.org> To: Andrew Turner <andrew@FreeBSD.org>, src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 43e8849bc294 - main - conf: Enable BTI checking in the arm64 kernel Message-ID: <77cbcd47-1778-4e71-b824-4e75e0e4b2d6@FreeBSD.org> In-Reply-To: <202408200902.47K92BsJ078096@gitrepo.freebsd.org> References: <202408200902.47K92BsJ078096@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 8/20/24 05:02, Andrew Turner wrote: > The branch main has been updated by andrew: > > URL: https://cgit.FreeBSD.org/src/commit/?id=43e8849bc29414036ccaef7788de95a07ad32ab5 > > commit 43e8849bc29414036ccaef7788de95a07ad32ab5 > Author: Andrew Turner <andrew@FreeBSD.org> > AuthorDate: 2024-08-19 12:59:49 +0000 > Commit: Andrew Turner <andrew@FreeBSD.org> > CommitDate: 2024-08-20 08:49:15 +0000 > > conf: Enable BTI checking in the arm64 kernel > > To ensure new code has BTI support make it an error to not have the > BTI ELF note when linking the kernel and kernel modules. > > Reviewed by: kib, emaste > Sponsored by: Arm Ltd > Differential Revision: https://reviews.freebsd.org/D45469 This has broken two of the GitHub CI actions using clang 12 and clang 13. Please fix this to be conditional on a supported linker version (or perhaps add a new linker feature to bsd.linker.mk). -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?77cbcd47-1778-4e71-b824-4e75e0e4b2d6>