From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ej1-f54.google.com (mail-ej1-f54.google.com [209.85.218.54]) by mx.groups.io with SMTP id smtpd.web10.20783.1666625098467442386 for ; Mon, 24 Oct 2022 08:24:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@google.com header.s=20210112 header.b=Hrh5AJaJ; spf=pass (domain: google.com, ip: 209.85.218.54, mailfrom: dionnaglaze@google.com) Received: by mail-ej1-f54.google.com with SMTP id ot12so5902647ejb.1 for ; Mon, 24 Oct 2022 08:24:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=AM4ljXYbhhmZiQNIRQRHoMqwmYJ2t7jDsb12qRWgufA=; b=Hrh5AJaJPdXdcIyQGtVoqW/e2CRTn23k9yLyiCPZtbb2MkHVfcU0Vspd65BZQBHcJQ vK2+6M3wJAtMCQU5266S1wTRC+MbkDfChk/7KVpDFtpuDE0cwvxMvipxTJ1W9yL+HKZp Fr1Br6q8Mgex9PeZBLSla+RtHmBTTnaHPIqGTZdzJbJRIG/ojAovLCdQDxnXNbVsMGaH 7NnjMnLgyr0jIhDT+kDtxo8T+87hGchr6CHNWQF86y5BYiciwqr0of+qnmSLD77Qe1/b GXFtMVNSwlm26f15q53Pto141fQ2SJyC4/cea4PZxpXo6+J2Fl53yB3akSJZDc825zb4 pK3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=AM4ljXYbhhmZiQNIRQRHoMqwmYJ2t7jDsb12qRWgufA=; b=SW/NXkvIiuZUmyziMVbuk3mzreeioEpv9Y0xMUUJdWldmpjalTP7iVsGnuzziCNB0S O8jb7M/3lNuompFlbZn4kIzWhMxQWFO967+LnQsXO9iDwT7vdKYXCCEVV/nI/gnNjTlg h2Lp9y9xBWskNZ+4jD6VFOBdFybj7u3m2FJHOmLDBkPdh753+X2tL1FQcmThPl3AoTU3 Wi1rWuNUPZ/t/YxGwWVwvhcd7C3EddfTbOE+oTd34aux4ryCAQKrQ2eDe3YFovBsDXlE +csFwxkB1TRu2ajmH+u9Uv1yXiQowyx8sxoztO+KfoY5xSPOlsH2lzU3/S7/3v4rwdjy 4Qgg== X-Gm-Message-State: ACrzQf1m2+EtGobc68oskecf0uiOd1nE3Ja1FOH3lZSlKByu1WAnXom7 cnGyJZkmwhAv7hAret6VMdXrl2vtv5zh3gW6TFEm2g== X-Google-Smtp-Source: AMsMyM49W+AjRh9yHzNf39d5LdJMOQ20ho6Iu/WYt84TXI4ZrPIw9aDCOBJeh3GQjv7BOGr8JZaD8BHZWKRcaf4vxKg= X-Received: by 2002:a17:907:971e:b0:78d:e7ed:7585 with SMTP id jg30-20020a170907971e00b0078de7ed7585mr27202161ejc.258.1666625096689; Mon, 24 Oct 2022 08:24:56 -0700 (PDT) MIME-Version: 1.0 References: <20221005203329.469866-1-dionnaglaze@google.com> <15176.1666600440031530451@groups.io> In-Reply-To: <15176.1666600440031530451@groups.io> From: "Dionna Glaze" Date: Mon, 24 Oct 2022 08:24:45 -0700 Message-ID: Subject: Re: [edk2-devel] [PATCH v7 0/7] Add safe unaccepted memory behavior To: aik@ozlabs.ru Cc: devel@edk2.groups.io Content-Type: text/plain; charset="UTF-8" > > Hey! > > Sorry if this was asked. I was wondering if this patchset is in some git repo which I pull from as I struggle to get a buildable tree by applying this patchset to whatever I can find. > > I tried https://github.com/deeglaze/edk2.git enable_umv7 but it does not build (missing ExitBootServicesCallback.h and PrePiHob.h). > I tried rebasing it on top of https://github.com/mxu9/edk2.git lazyaccept.v1/2/3/4 but it seems only v1 kinda works but see the above and other versions have some reworks (EFI_RESOURCE_MEMORY_UNACCEPTED vs. BZ3937_EFI_RESOURCE_MEMORY_UNACCEPTED. > > Thanks! Oh that would be because I forgot to git add those files (it built on my machine TM). The callback.h file is from a previous version of this series that can be removed. PrePiHob.h is from a lazy accept patch, "MdePkg: Add UEFI Unaccepted memory definition". I can send out a v8 that removes the unnecessary #include and changes the names to those suggested in the 3987 bug. I'll fix my github branch to include the missing file. Thanks for trying this patch series :) -- -Dionna Glaze, PhD (she/her)