From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web11.1791.1580462926500431296 for ; Fri, 31 Jan 2020 01:28:46 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=hCnCDHHY; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1580462925; 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=HKqymnXft/d/sZZrN6zzWyf5UtX3gY02aDjKMYaXXLA=; b=hCnCDHHYjoLt8GMSQuTW8g0mpFxByFnhJ704KnxQHOv01WIo//r3x6oRStVsp+3Zo/+73d jPPp9kMcLP/XYGNwemZX+QLKj8964WL2E1oxxFIn4BclXviRpDQrsvC9+w05eUZLk+QgWC 6GnySLnVI0DSmByFeOc5mJR+2YpSQko= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-36-nvBgZUy3N5C-ZqugxURrgQ-1; Fri, 31 Jan 2020 04:28:33 -0500 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 359491005513; Fri, 31 Jan 2020 09:28:31 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-175.ams2.redhat.com [10.36.116.175]) by smtp.corp.redhat.com (Postfix) with ESMTP id E461687B17; Fri, 31 Jan 2020 09:28:29 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 00/11] SecurityPkg/DxeImageVerificationHandler: fix retval for "deny" policy From: "Laszlo Ersek" To: "Kinney, Michael D" , "devel@edk2.groups.io" Cc: "Zhang, Chao B" , "Wang, Jian J" , "Yao, Jiewen" References: <20200116190705.18816-1-lersek@redhat.com> <45017d12-10e1-8a9b-2997-c8fa42fc1049@redhat.com> Message-ID: Date: Fri, 31 Jan 2020 10:28:29 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <45017d12-10e1-8a9b-2997-c8fa42fc1049@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-MC-Unique: nvBgZUy3N5C-ZqugxURrgQ-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Hi Mike, On 01/31/20 09:12, Laszlo Ersek wrote: > So let me push this series as-is for TianoCore#2129, with your R-b > applied. My pull request (with the "push" label set) seems to have stalled. The checks have passed (twice -- I closed and reopened the PR once, to re-trigger mergify), but the branch is not being merged. https://github.com/tianocore/edk2/pull/324 Thanks Laszlo