From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E0451C433E0 for ; Thu, 18 Feb 2021 22:58:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A2DE864EB4 for ; Thu, 18 Feb 2021 22:58:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230158AbhBRW5v (ORCPT ); Thu, 18 Feb 2021 17:57:51 -0500 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:44137 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229908AbhBRW5Q (ORCPT ); Thu, 18 Feb 2021 17:57:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1613688948; 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=Bto2giLcm9LzJ3vW7pdmAX2pydiCtw2Lsum5Poih1uE=; b=PxYFqBYE8N6v+6GehYOH3/nGbG5WjtBOUXM4TFqqU8fX2suXduuldsJjH73zwEEQOjU/w6 dC0gd90PhJiqniHuqANfCSKjXfSRcmx2F8CahcQisoNO5GMFtuCqeuM7P/lozVy1M2fnHN NfOd47BCBpRF5Hxky9Hc5O20npOICFo= 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-157-LoTsrVf5Odakt9F_aaswNA-1; Thu, 18 Feb 2021 17:55:46 -0500 X-MC-Unique: LoTsrVf5Odakt9F_aaswNA-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C433C107ACE4; Thu, 18 Feb 2021 22:55:44 +0000 (UTC) Received: from warthog.procyon.org.uk (ovpn-119-68.rdu2.redhat.com [10.10.119.68]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1DA2D18F0A; Thu, 18 Feb 2021 22:55:42 +0000 (UTC) Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <160751619550.1238376.2380930476046994051.stgit@warthog.procyon.org.uk> <160751606428.1238376.14935502103503420781.stgit@warthog.procyon.org.uk> <2031808.1613665474@warthog.procyon.org.uk> To: =?us-ascii?Q?=3D=3FUTF-8=3FQ=3FMicka=3Dc3=3Dabl=5FSala=3Dc3=3Dbcn=3F?= =?us-ascii?Q?=3D?= Cc: dhowells@redhat.com, Jarkko Sakkinen , =?us-ascii?Q?=3D=3FUTF-8=3FQ=3FMicka=3Dc3=3Dabl?= =?us-ascii?Q?=5FSala=3Dc3=3Dbcn=3F=3D?= , Mimi Zohar , David Woodhouse , keyrings@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 17/18] certs: Fix blacklist flag type confusion MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Date: Thu, 18 Feb 2021 22:55:36 +0000 Message-ID: <2106667.1613688936@warthog.procyon.org.uk> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Micka=C3=ABl Sala=C3=BCn wrote: > > Can I transfer your acks from: > >=20 > > https://lore.kernel.org/lkml/20210121155513.539519-5-mic@digikod.net/ > >=20 > > to here? >=20 > No, the current thread contains an old version with an error in the > patch for ima_mok_init(). Please take the last series (fixing this > patch) that I rebased on your next branch: > https://lore.kernel.org/keyrings/20210210120410.471693-1-mic@digikod.net/ Is there a quick fix for the error? If I replace your patches I'll probably have to withdraw my pull request for this cycle. David