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=-10.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 240A5C433E0 for ; Thu, 18 Jun 2020 07:28:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 094D521548 for ; Thu, 18 Jun 2020 07:28:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726945AbgFRH2w (ORCPT ); Thu, 18 Jun 2020 03:28:52 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:60114 "EHLO fornost.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726905AbgFRH2w (ORCPT ); Thu, 18 Jun 2020 03:28:52 -0400 Received: from gwarestrin.arnor.me.apana.org.au ([192.168.0.7]) by fornost.hmeau.com with smtp (Exim 4.92 #5 (Debian)) id 1jloyU-0001fe-TJ; Thu, 18 Jun 2020 17:28:40 +1000 Received: by gwarestrin.arnor.me.apana.org.au (sSMTP sendmail emulation); Thu, 18 Jun 2020 17:28:38 +1000 Date: Thu, 18 Jun 2020 17:28:38 +1000 From: Herbert Xu To: Julia Lawall Cc: Keerthy , Tero Kristo , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, kbuild-all@lists.01.org Subject: Re: [PATCH] crypto: sa2ul: fix odd_ptr_err.cocci warnings Message-ID: <20200618072838.GA5000@gondor.apana.org.au> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Fri, Jun 12, 2020 at 11:22:02PM +0200, Julia Lawall wrote: > From: kernel test robot > > PTR_ERR should normally access the value just tested by IS_ERR > > Generated by: scripts/coccinelle/tests/odd_ptr_err.cocci > > Fixes: 5b8516f3bedb ("crypto: sa2ul: Add crypto driver") > CC: Keerthy > Signed-off-by: kernel test robot > Signed-off-by: Julia Lawall > --- > > tree: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git ti-linux-5.4.y > head: 134a1b1f8814115e2dd115b67082321bf9e63cc1 > commit: 5b8516f3bedb3e1c273e7747b6e4a85c6e47907a [2369/7050] crypto: sa2ul: Add crypto driver > :::::: branch date: 3 hours ago > :::::: commit date: 5 months ago > > sa2ul.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) This driver does not exist in the cryptodev tree. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt