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 E549D740051 for ; Mon, 9 Oct 2023 14:47:53 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=YPlg2JfU6X1ow5PbYSHg+9q2rL33KG5+f7KmprtM2yI=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:User-Agent:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1696862872; v=1; b=dPozgbBy9vnVenEkhPLQaqCjrZUk8hqGiz6yy0eDPPoXH5D4gJG21uqr8ihbStI111MIhuPh XsMHNXry3ieYNcw5IKK7BoEH59LHNVMHxlSgZYpvWc1w066wnhEyST7zzj81TUL3C7ynCIgYcHO ziJKtisFkevO6PQEbbakTFD0= X-Received: by 127.0.0.2 with SMTP id Ilo6YY7687511xewL8F6vJtf; Mon, 09 Oct 2023 07:47:52 -0700 X-Received: from mail-pl1-f182.google.com (mail-pl1-f182.google.com [209.85.214.182]) by mx.groups.io with SMTP id smtpd.web11.63555.1696862871882641085 for ; Mon, 09 Oct 2023 07:47:51 -0700 X-Received: by mail-pl1-f182.google.com with SMTP id d9443c01a7336-1c760b34d25so30658925ad.3 for ; Mon, 09 Oct 2023 07:47:51 -0700 (PDT) X-Gm-Message-State: 7U6dOejh4l9AqF3hYtGvnd1ex7686176AA= X-Google-Smtp-Source: AGHT+IFhNDNQxsmEqiatX9yTZ92jlyKZ3lO3rgNxLxe9kLubO5q3tfrMb/g0sM+6IlPUaJ0nsQd96g== X-Received: by 2002:a17:902:f54e:b0:1b7:e49f:1d with SMTP id h14-20020a170902f54e00b001b7e49f001dmr17236649plf.62.1696862871013; Mon, 09 Oct 2023 07:47:51 -0700 (PDT) X-Received: from [192.168.0.233] ([50.46.253.1]) by smtp.gmail.com with ESMTPSA id h1-20020a170902eec100b001c3bc7b880csm9739277plb.256.2023.10.09.07.47.50 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 09 Oct 2023 07:47:50 -0700 (PDT) Message-ID: <41c02e5a-6063-44f4-a24a-3631e6dfc810@gmail.com> Date: Mon, 9 Oct 2023 07:47:49 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [edk2-devel] [PATCH v5 28/28] MdeModulePkg: Delete Memory Protection PCDs To: Laszlo Ersek , devel@edk2.groups.io Cc: Jian J Wang , Liming Gao References: <20231009000742.1792-1-taylor.d.beebe@gmail.com> <20231009000742.1792-29-taylor.d.beebe@gmail.com> <5f000458-8971-cda4-bdd4-534b0d146dfb@redhat.com> From: "Taylor Beebe" In-Reply-To: <5f000458-8971-cda4-bdd4-534b0d146dfb@redhat.com> 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,taylor.d.beebe@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=dPozgbBy; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (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 10/9/23 3:03 AM, Laszlo Ersek wrote: > On 10/9/23 02:07, Taylor Beebe wrote: >> Now that the transition to use SetMemoryProtectionsLib and >> GetMemoryProtectionsLib is complete, delete the memory protection PCDs >> to avoid confusing the interface. All memory protection settings >> will now be set and consumed via the libraries. >> >> Signed-off-by: Taylor Beebe >> Cc: Jian J Wang >> Cc: Liming Gao >> --- >> MdeModulePkg/MdeModulePkg.dec | 169 -------------------- >> MdeModulePkg/MdeModulePkg.uni | 153 ------------------ >> 2 files changed, 322 deletions(-) > ... I've been a bit incredulous as to the utility of your series -- but > you are right: the amount of knobs removed in this patch justifies this > series, IMO. > > Laszlo > Thank you for all the feedback, Laszlo! I'll be away at UEFI Plugfest=20 this week but I'll start working through them when I get back :) -Taylor -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109460): https://edk2.groups.io/g/devel/message/109460 Mute This Topic: https://groups.io/mt/101843374/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-