From nobody Fri Aug 30 08:55:54 2024 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WwBp46h5wz52PVQ for ; Fri, 30 Aug 2024 08:56:12 +0000 (UTC) (envelope-from bT.v6n72r96s3jq2a3=igs2lrpm4m52=kcbwmr5xlan541@em790814.fubar.geek.nz) Received: from e2i270.smtp2go.com (e2i270.smtp2go.com [103.2.141.14]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4WwBp466FGz4VCd for ; Fri, 30 Aug 2024 08:56:12 +0000 (UTC) (envelope-from bT.v6n72r96s3jq2a3=igs2lrpm4m52=kcbwmr5xlan541@em790814.fubar.geek.nz) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smtpservice.net; s=a1-4; h=X-Smtpcorp-Track:Feedback-ID:To:Message-Id:Date: From:Subject:Reply-To:Sender:List-Unsubscribe:List-Unsubscribe-Post; bh=XADESgTWy5H3SSRm8j8xOAXrrAn/50YBQg+LJKu/dJE=; b=RMstYTm0o6q1zbcl28DV1hUKuJ D92/nNTrWUJ3h+Jiv1hdu6VVimVwAz6JhEG/0+ke8DXX1oAkU1D+EtdrHCnZ3rXjN0Zywh6HYFlfA yYnKMx1tTeUX1kgTczwqchxb+/puP6vn/zPkq/dAFS4WTIiuzCBZ2aXKpq8TTUKfR9pGcsvmy4G3g j5XvCGYDz/JSR1EPKeM9qAyKCCdLL0JQaG3W57JmOmJuKQS4rDbiszECQXZaUCRFgZY//oI0vdn70 PchClOOJZqKAEPUoSPTMLkpq6+0thjgqoYWrqnMj1VwtcT9FqXNV32NpkDqiymt9NmFOk2IfpYlQi 4mA4NpVg==; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fubar.geek.nz; i=@fubar.geek.nz; q=dns/txt; s=s790814; t=1725008172; h=from : subject : to : message-id : date; bh=XADESgTWy5H3SSRm8j8xOAXrrAn/50YBQg+LJKu/dJE=; b=WW9Svg/DQDK00p8qcrXXsDqN9F+Y5QeYVwfOLZ6fCN0Nqf3jKQJ+P5wyMaTzKXGLaXCN6 n7sLSubPwSjpzfBeq0lFCCs5D1kq4KoeRYeS+dgP9tgT9X8FC4HrpAJP9R7Cy0yPXzlzUgF jYJGNpEW2KFfPC+A3amDdvF4JuGXHQPTfMZa72CxcVZIB2vcY03DkHCqDSetMVFcF8ahR+Q iyD3wMlI4NBqiKY6exiY+tER3izCc2oqcXjp1y68bfB56vIBnhEBc4XFwCz74P3L+soJ+/0 X7ywzgLEIpoXfeaJfdyGDbOfVnWfulowwSDJtb7QqCV3hbuzyHAzsQKK4sig== Received: from [10.176.58.103] (helo=SmtpCorp) by smtpcorp.com with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2-S2G) (envelope-from ) id 1sjxQN-TRjxvw-Hf; Fri, 30 Aug 2024 08:56:07 +0000 Received: from [10.99.243.232] (helo=morbo.fubar.geek.nz) by smtpcorp.com with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.97.1-S2G) (envelope-from ) id 1sjxQM-4o5NDgrplYW-s7Po; Fri, 30 Aug 2024 08:56:07 +0000 Received: from smtpclient.apple (92.40.184.78.threembb.co.uk [92.40.184.78]) by morbo.fubar.geek.nz (Postfix) with ESMTPSA id 9341C16931; Fri, 30 Aug 2024 08:56:05 +0000 (UTC) Content-Type: text/plain; charset=utf-8 List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.600.62\)) Subject: Re: git: 43e8849bc294 - main - conf: Enable BTI checking in the arm64 kernel From: Andrew Turner In-Reply-To: <19DBDC11-EB0F-48C0-9AAE-9EED087F0AB6@freebsd.org> Date: Fri, 30 Aug 2024 09:55:54 +0100 Cc: John Baldwin , "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <202408200902.47K92BsJ078096@gitrepo.freebsd.org> <77cbcd47-1778-4e71-b824-4e75e0e4b2d6@FreeBSD.org> <19DBDC11-EB0F-48C0-9AAE-9EED087F0AB6@freebsd.org> To: Jessica Clarke X-Mailer: Apple Mail (2.3774.600.62) X-Smtpcorp-Track: MouS1z8jUquh.ulnHn6xSXLYC.AD-4KQ9dM7_ Feedback-ID: 790814m:790814amQcrys:790814sU1FG6a83q X-Report-Abuse: Please forward a copy of this message, including all headers, to X-Smtpcorp-Track: MouS1z8jUquh.ulnHn6xSXLYC.AD-4KQ9dM7_ X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:23352, ipnet:103.2.140.0/22, country:US] X-Rspamd-Queue-Id: 4WwBp466FGz4VCd > On 29 Aug 2024, at 17:02, Jessica Clarke wrote: >=20 > On 21 Aug 2024, at 15:28, John Baldwin wrote: >>=20 >> 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=3D43e8849bc29414036ccaef7788de95a0= 7ad32ab5 >>> commit 43e8849bc29414036ccaef7788de95a07ad32ab5 >>> Author: Andrew Turner >>> AuthorDate: 2024-08-19 12:59:49 +0000 >>> Commit: Andrew Turner >>> 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 >>=20 >> 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). >=20 > This is still broken. If it=E2=80=99s not fixed promptly I will just = revert > this change; we can=E2=80=99t leave CI broken, especially when it gets = used to > test GitHub PRs. Please stop breaking building with older toolchains, > this isn=E2=80=99t the first time it=E2=80=99s happened. See https://github.com/freebsd/freebsd-src/pull/1393 and = https://github.com/freebsd/freebsd-src/pull/1399 Andrew