From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web11.35165.1679924240182774492 for ; Mon, 27 Mar 2023 06:37:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=DCr0c4Gg; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1679924239; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=F7zYAi3czGVzarZ6I+xZ+HisR6nHToHD7u97BsprLFw=; b=DCr0c4GgQVE46jUDQ/+VPY1hyqHjbN7HsjPZF+ExzKvFMi9l09EZeuqi6v8tAX70E0ArSK farWpgqrhiGBlv8+2OiyVJjnAABvTAsetK3smSYft7FN1KGxlTjccQzI4NcaiqkkPuZwAb fjfgx5k9731TWPbvQ0yy5jYPWpECJlI= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-235-0WtAR_x-P-65z9ajqR9Qzw-1; Mon, 27 Mar 2023 09:37:12 -0400 X-MC-Unique: 0WtAR_x-P-65z9ajqR9Qzw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C919285C6EA; Mon, 27 Mar 2023 13:37:11 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.193.68]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E44EEC15BA0; Mon, 27 Mar 2023 13:37:10 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 76CA21801B04; Mon, 27 Mar 2023 15:37:09 +0200 (CEST) Date: Mon, 27 Mar 2023 15:37:09 +0200 From: "Gerd Hoffmann" To: devel@edk2.groups.io, ardb@kernel.org Cc: quic_llindhol@quicinc.com, Rebecca Cran , Michael Kinney , Liming Gao , Jiewen Yao , Michael Kubacki , Sean Brogan , Sami Mujawar , Taylor Beebe , Marvin =?utf-8?Q?H=C3=A4user?= , Bob Feng Subject: Re: [edk2-devel] [PATCH v2 00/17] Enable BTI support in memory attributes table Message-ID: References: <20230327110112.262503-1-ardb@kernel.org> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, > > I know you point out to use CLANG38, but the set is also tagged PATCH > > rather than RFC. > > I believe this option was added to GCC in version 9, meaning this is a > > breaking change for GCC8. Now, GCC8 is ancient, but I expect it's > > still what's available in RHEL8 for example. So it's worth mentioning. > > Indeed. > > So when and where to enable this (by default or not) is an open question. No objections to requiring a newer compiler from my side. Even with the default system compiler not changing through the whole live cycle RHEL typically offers newer gcc versions as an option (packaged as gcc-toolset-${version}-gcc, latest version available for RHEL-8 is gcc-12). take care, Gerd