From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id D8A07740049 for ; Wed, 21 Feb 2024 13:33:01 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=JE10Vf683b1DiR7IBriJQlO/1LnxbRlB960y1BAHi0s=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20140610; t=1708522380; v=1; b=o3/DwuxIamMOmefFhhjQLsOqHHcOSdUqIpWK7CUEF/Eo4AnDptev62bTgGbVvZ59QpEIruxa KLX98cPEybYEIh7irp+kO04kox8mjIMJiKtbptC9X4dYqgQCcNFM7ib2eOZiOZq1ggRgBUHrLXh Persc/bq/zFDRAXaJBj/7kcE= X-Received: by 127.0.0.2 with SMTP id AofFYY7687511x1UzB3cWCY4; Wed, 21 Feb 2024 05:33:00 -0800 X-Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web10.12905.1708522380021276371 for ; Wed, 21 Feb 2024 05:33:00 -0800 X-Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 6EC9F61423 for ; Wed, 21 Feb 2024 13:32:59 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id 397B1C43390 for ; Wed, 21 Feb 2024 13:32:59 +0000 (UTC) X-Received: by mail-lj1-f181.google.com with SMTP id 38308e7fff4ca-2d23fab7708so25254061fa.0 for ; Wed, 21 Feb 2024 05:32:59 -0800 (PST) X-Gm-Message-State: 0NhrzhJx4BVex64372hTcCD4x7686176AA= X-Google-Smtp-Source: AGHT+IEAXaJyqggUMZjJIoEJ5pc91ChZQwbQIYFeVc4h2cA/9+lo2MWSFFpy7ehPMNj5qnCB0ecGGsdtHcBuzBvId3A= X-Received: by 2002:a05:651c:509:b0:2d2:28a3:eb38 with SMTP id o9-20020a05651c050900b002d228a3eb38mr4347956ljp.8.1708522377467; Wed, 21 Feb 2024 05:32:57 -0800 (PST) MIME-Version: 1.0 References: <20240217012725.31763-1-osde@linux.microsoft.com> In-Reply-To: <20240217012725.31763-1-osde@linux.microsoft.com> From: "Ard Biesheuvel" Date: Wed, 21 Feb 2024 14:32:45 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel][PATCH v2 0/3] Fix Runtime Granularity Issues To: Oliver Smith-Denny Cc: devel@edk2.groups.io, Leif Lindholm , Sami Mujawar , Liming Gao Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,ardb@kernel.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset="UTF-8" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b="o3/DwuxI"; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=kernel.org (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io On Sat, 17 Feb 2024 at 02:27, Oliver Smith-Denny wrote: > > This patch series is the second version of > MdeModulePkg: DxeCore: Don't Guard Large Runtime Granularity Allocations. > The subject line has been updated because this went from a one commit > patch with no cover letter to a multi-commit patch. > > The commit messages cover the vast amount of detail here, but this > patchset fixes three issues: > - a UEFI spec violation for which memory types require runtime page > allocation granularity alignment > - An incompatibility of the heap guard system to guard these regions > that require runtime page allocation granularities greater than > the EFI_PAGE_SIZE. > - A CodeQL error that fails CI when updating the Page.c code > > v2: > - Add commit to fix UEFI spec violation > - Add commit to fix newly flagged CodeQL error > - Update guard commit message, comments, and static assert to use > the correct types > > Cc: Leif Lindholm > Cc: Ard Biesheuvel > Cc: Sami Mujawar > Cc: Liming Gao > > Oliver Smith-Denny (3): > MdeModulePkg: DxeCore: Fix CodeQL Error in FreePages > MdeModulePkg: DxeCore: Correct Runtime Granularity Memory Type > MdeModulePkg: DxeCore: Do Not Apply Guards to Unsupported Types > Reviewed-by: Ard Biesheuvel -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115727): https://edk2.groups.io/g/devel/message/115727 Mute This Topic: https://groups.io/mt/104405577/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-