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=-6.0 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 E7B92C433E6 for ; Wed, 13 Jan 2021 11:30:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 95ED2233E2 for ; Wed, 13 Jan 2021 11:30:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727281AbhAMLax (ORCPT ); Wed, 13 Jan 2021 06:30:53 -0500 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:37456 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727194AbhAMLaw (ORCPT ); Wed, 13 Jan 2021 06:30:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1610537366; 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: in-reply-to:in-reply-to:references:references; bh=RBvUo/6vjpBKP0pLeQRwuVWC4Mf8TIQXAT6GH3pLh/A=; b=Oa5dnnd7Kq7MCfMY8Nv0Vg/1QPTSNSQDSjfDoUq/UM6NlZ04lP4monn+nAAgGTH5dJDLx/ A0Z8xxXjvT+OJgzS6fcTCCWx+l+iKbSaikZEMsLumU+1zB4loZAtSj/9P9AMVCiavcuHPC GwNXKbyoDcUDoeqmjILbp6JDmVR/x7U= Received: from mail-ed1-f70.google.com (mail-ed1-f70.google.com [209.85.208.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-476-XgAOFD21Pky-KcC7D17JmA-1; Wed, 13 Jan 2021 06:29:24 -0500 X-MC-Unique: XgAOFD21Pky-KcC7D17JmA-1 Received: by mail-ed1-f70.google.com with SMTP id u17so717454edi.18 for ; Wed, 13 Jan 2021 03:29:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=RBvUo/6vjpBKP0pLeQRwuVWC4Mf8TIQXAT6GH3pLh/A=; b=KnvODfFVYohNfLx5tsdsOZKkeps3B6CmoNWMMAVJy5G43d2xQV/hFlabbTHRkqkcOA PMRg0l+Xg1d+4CVsPR5DvRuKaPKWMSTKkpxYEen3xXjQV/5/6nneMFD3VO2jazZjSqp2 nLh8nOUHjBdHznU4U97VFrqhVDQC8Wt38WJBrO+qPtBdrpYn2Csrq4eZ4TEWQaFXC/fV Oxs20YHAxaZnqUT8cPC+DYbig5cW6YzL5GrECSGpXnG1OXZ7cfSiJqPFvE7Fog660j2J 8ANRTZetLQ7YRBFQP5Ap7vsdNo0CaSK1QRA52mIz35toLlXMBZHsLOz7u/00qbD2GuW3 GF7g== X-Gm-Message-State: AOAM530mzTIb+ynj3i/Q7/J36427KzszNAZlqoqYRw0xymcpw5K1lW4C AEKReu9Xi6mwx0RBPDvvbXfLao/kf5+GwHlKmc/80KF5TgCl/7qgmBOzxighIIY7UbAkJZduU5J rmjSIdzm3DFYqZ9TPZ/Y= X-Received: by 2002:a17:906:c10e:: with SMTP id do14mr1293942ejc.166.1610537362770; Wed, 13 Jan 2021 03:29:22 -0800 (PST) X-Google-Smtp-Source: ABdhPJwV0UhPTkqnfz0zhus4V2pdERz5D9Xe87p960xLKFrM1TiE4FX3YbkCxBmnvrwbXxFrSOjddA== X-Received: by 2002:a17:906:c10e:: with SMTP id do14mr1293933ejc.166.1610537362623; Wed, 13 Jan 2021 03:29:22 -0800 (PST) Received: from alrua-x1.borgediget.toke.dk ([45.145.92.2]) by smtp.gmail.com with ESMTPSA id y22sm588794ejj.111.2021.01.13.03.29.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jan 2021 03:29:22 -0800 (PST) Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id ACE1618032B; Wed, 13 Jan 2021 12:29:20 +0100 (CET) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= To: Tianjia Zhang , David Howells , Herbert Xu , "David S. Miller" Cc: Gilad Ben-Yossef , keyrings@vger.kernel.org, linux-crypto@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] crypto: public_key: check that pkey_algo is non-NULL before passing it to strcmp() In-Reply-To: References: <20210112161044.3101-1-toke@redhat.com> X-Clacks-Overhead: GNU Terry Pratchett Date: Wed, 13 Jan 2021 12:29:20 +0100 Message-ID: <878s8x9isv.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: keyrings@vger.kernel.org Tianjia Zhang writes: > Hi, > > I have fixed this problem last week. Still thanks for your fixing. > patch is here: https://lkml.org/lkml/2021/1/7/201 Ah, awesome! I did look if this had already been fixed, but your patch wasn't in the crypto tree and didn't think to go perusing the mailing lists. So sorry for the duplicate, and thanks for fixing this :) -Toke