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.133.124]) by mx.groups.io with SMTP id smtpd.web10.10581.1672998958197401315 for ; Fri, 06 Jan 2023 01:55:58 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=RQVwaTp7; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1672998956; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=u9Bcu0GQ2jO1xbbQMg292FLTmbmTIX6ocoeabktjYEE=; b=RQVwaTp7zRwzXa90/urmhrGRO4BZAR8S9/TmpBMzrkqNBjOu+8jNp9xf6umKyWDMtsy2Ct GGGZ3RpqUoQxW92FHYvL0Itvc/rJ68LVuG8qonPqgwsicj8fAktBIL0htC8PEs/2RDMN7q 1XO1myROzsQgw6f33RC9+4Y5p1/lCsY= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-582-LeL-NkrJPw6tFHq0dNcLhw-1; Fri, 06 Jan 2023 04:55:53 -0500 X-MC-Unique: LeL-NkrJPw6tFHq0dNcLhw-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3014E3813F2E; Fri, 6 Jan 2023 09:55:53 +0000 (UTC) Received: from [10.39.192.26] (unknown [10.39.192.26]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9EE482026D4B; Fri, 6 Jan 2023 09:55:51 +0000 (UTC) Message-ID: <52d39285-1df3-f39a-4155-46fdf2f5043e@redhat.com> Date: Fri, 6 Jan 2023 10:55:50 +0100 MIME-Version: 1.0 Subject: Re: [edk2-devel] [PATCH v3 03/16] ArmVirtPkg: make EFI_LOADER_DATA non-executable To: devel@edk2.groups.io, kraxel@redhat.com, Ard Biesheuvel Cc: dann frazier , Alexander Graf , Leif Lindholm , Sean Brogan References: <20220926082511.2110797-1-ardb@kernel.org> <20220926082511.2110797-4-ardb@kernel.org> <20221128154610.wik3f65bhbfrdpva@sirius.home.kraxel.org> <7bba7344-fc37-abde-a792-5ae40621c70f@csgraf.de> <20230104111134.ewioietmprrrprad@sirius.home.kraxel.org> From: "Laszlo Ersek" In-Reply-To: <20230104111134.ewioietmprrrprad@sirius.home.kraxel.org> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 1/4/23 12:11, Gerd Hoffmann wrote: > The versions are not that ancient. The problem is more that upstream > grub is really slow on integrating patches so every distro does carry > a huge pile of downstream patches. And they seem to re-introduce the > bug ... See also: commit d20b06a3afdf ("OvmfPkg: disable no-exec DXE stack by default", 2015-09-15). That was more than seven years ago, and it's what git blame master -- OvmfPkg/OvmfPkgX64.dsc | grep PcdSetNxForStack reports today. Laszlo