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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6A918C4332F for ; Sat, 15 Oct 2022 03:23:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229548AbiJODRJ (ORCPT ); Fri, 14 Oct 2022 23:17:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43516 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229540AbiJODRG (ORCPT ); Fri, 14 Oct 2022 23:17:06 -0400 Received: from todd.t-8ch.de (todd.t-8ch.de [159.69.126.157]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B1DB7923D8 for ; Fri, 14 Oct 2022 20:17:04 -0700 (PDT) Date: Sat, 15 Oct 2022 05:16:49 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=t-8ch.de; s=mail; t=1665803819; bh=U8xvXcEsK7tvXOqJfIaOyDf2VD0+6rvjfEmv0MNaC+Q=; h=Date:From:To:Cc:Subject:From; b=axNeRpntvhmaeNQl+2N0orJkCMTpoi0tRmDwmw+MtkebVJQMFBPafdMYfk2u9t4qT /ZictVzSMznKwbeLSER/xJ1V52PSYYphxfNVylX0ylG5Bdx+tdDkvqFm10WzfsJ92X 0AKiWvf9HKDgMD1iXuo4g7PuSoLNW370lxyYV1I0= From: Thomas =?utf-8?Q?Wei=C3=9Fschuh?= To: =?utf-8?Q?Micka=C3=ABl_Sala=C3=BCn?= , Jarkko Sakkinen , David Howells , David Woodhouse , keyrings@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Mark Pearson Subject: [BUG] blacklist: Problem blacklisting hash (-13) during boot Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Jabber-ID: thomas@t-8ch.de X-Accept: text/plain, text/html;q=0.2, text/*;q=0.1 X-Accept-Language: en-us, en;q=0.8, de-de;q=0.7, de;q=0.6 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Since 5.19 during boot I see lots of the following entries in dmesg: blacklist: Problem blacklisting hash (-13) This happens because the firmware contains duplicate blacklist entries. As commit 6364d106e041 [0] modified the "blacklist" keyring to reject updates this now leads to the spurious error messages. The machine is a Thinkpad X1 Cargon Gen9 with BIOS revision 1.56 and firmware revision 1.33. [0] 6364d106e041 ("certs: Allow root user to append signed hashes to the blacklist keyring")