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.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,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 CAC08FA372C for ; Fri, 8 Nov 2019 15:21:11 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9D28F21882 for ; Fri, 8 Nov 2019 15:21:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="BSBZV2nd" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9D28F21882 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=gondor.apana.org.au Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=OwB3VocaR8ybcwy3MdEgKsICQBK1dblyxfSCZwHszNY=; b=BSBZV2ndO7THIa 3XUV3HZdhaQUwm8vFYTjBPWeyY3vUjb+G3czvTl7EX7QhmOs6g0bAig1rTDYLkSCUgA+3mqDo6bNf P/MJInbuOWiuK7FrZT1r8cua59sh3haSrjbtqUTZaqB0UQclOFyk8RVODUlyZsBnLHrnh8atkhqZl VVbpY6UfXzrOMr/6QAzFCGRERMdSTMN1iG+3G/jcoOZITXFVVcx8Yx/Yj4MtVBo1ed1LTCo7nWN83 n+kuA6GhdNrqSc8AeQLIUbMpXe1cUVNChPyz3t7NlhWyOoWvxu3CrPOTQKl06cLT71H2C/uNc3l5/ ZY3F/vfRORfAaL7Z09PA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iT64R-0002hV-4o; Fri, 08 Nov 2019 15:21:07 +0000 Received: from helcar.hmeau.com ([216.24.177.18] helo=deadmen.hmeau.com) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iT64D-0002SB-0c for linux-arm-kernel@lists.infradead.orG; Fri, 08 Nov 2019 15:20:54 +0000 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtps (Exim 4.89 #2 (Debian)) id 1iT646-0007It-T8; Fri, 08 Nov 2019 23:20:46 +0800 Received: from herbert by gondobar with local (Exim 4.89) (envelope-from ) id 1iT646-00079Y-N6; Fri, 08 Nov 2019 23:20:46 +0800 Date: Fri, 8 Nov 2019 23:20:46 +0800 From: Herbert Xu To: Julia Lawall Subject: Re: [PATCH] crypto: fix memdup.cocci warnings Message-ID: <20191108152046.wciljfignuauqdb4@gondor.apana.org.au> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191108_072053_247701_590BBB55 X-CRM114-Status: GOOD ( 10.13 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Maxime Ripard , Chen-Yu Tsai , Corentin Labbe , linux-crypto@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Nov 01, 2019 at 09:55:34AM +0100, Julia Lawall wrote: > From: kbuild test robot > > Use kmemdup rather than duplicating its implementation > > Generated by: scripts/coccinelle/api/memdup.cocci > > Fixes: f08fcced6d00 ("crypto: allwinner - Add sun8i-ss cryptographic offloader") > CC: Corentin Labbe > Signed-off-by: kbuild test robot > Signed-off-by: Julia Lawall > --- > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master > head: 298b4c604008025b134bc6fccbc4018449945d60 > commit: f08fcced6d0017c39cb6eccb571290867119d049 [154/163] crypto: allwinner - Add sun8i-ss cryptographic offloader > :::::: branch date: 3 hours ago > :::::: commit date: 3 hours ago > > Please take the patch only if it's a positive warning. Thanks! > > sun8i-ss-cipher.c | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel