From patchwork Thu Aug 25 08:41:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: cuigaosheng X-Patchwork-Id: 12954385 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 C8992C04AA5 for ; Thu, 25 Aug 2022 08:41:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238263AbiHYIlu (ORCPT ); Thu, 25 Aug 2022 04:41:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54364 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238143AbiHYIln (ORCPT ); Thu, 25 Aug 2022 04:41:43 -0400 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 66891A6AD6; Thu, 25 Aug 2022 01:41:42 -0700 (PDT) Received: from kwepemi500012.china.huawei.com (unknown [172.30.72.55]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4MCxD06n18zXf6P; Thu, 25 Aug 2022 16:37:20 +0800 (CST) Received: from dggphis33418.huawei.com (10.244.148.83) by kwepemi500012.china.huawei.com (7.221.188.12) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Thu, 25 Aug 2022 16:41:39 +0800 From: Gaosheng Cui To: , , CC: , Subject: [PATCH -next 0/2] A few fixup patches for crypto Date: Thu, 25 Aug 2022 16:41:36 +0800 Message-ID: <20220825084138.1881954-1-cuigaosheng1@huawei.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.244.148.83] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To kwepemi500012.china.huawei.com (7.221.188.12) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org This series contains a fixup patches, fix IS_ERR() vs NULL check, and select CRYPTO_MANAGER when enable CRYPTO_CRC32C. Thanks! Gaosheng Cui (2): crypto: api - Fix IS_ERR() vs NULL check crypto: crc32c - add missing Kconfig option select crypto/Kconfig | 1 + crypto/algapi.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-)