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 C7ABEC433EF for ; Fri, 8 Apr 2022 04:20:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234260AbiDHEWW (ORCPT ); Fri, 8 Apr 2022 00:22:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56100 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231826AbiDHEWQ (ORCPT ); Fri, 8 Apr 2022 00:22:16 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 06DB6A0; Thu, 7 Apr 2022 21:20:13 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 185D461E4B; Fri, 8 Apr 2022 04:20:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 671C2C385AB; Fri, 8 Apr 2022 04:20:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649391612; bh=u7ZMh83fqnYFtsF3Tn7eFF996YlGLimcmWlos4xrW0s=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=fi4BfkAcaFodrBZy02fD7nGFH8DpdqdJmT7ImOolvm1c2osddp2Lv0Q6PGxY1nNP3 k4s4Ef5Ea1xBJWD9Muu3ANdgnnSLXBbFYI71fjnP7cG5FxMdSPJuuFw52ba9Ju9tbl 86S5oTdoRUixjOUChfAV1E6Dts2Uk0eoSJOGMtsv+38jk6olcyW8lEYnV9WWRCXUe/ hzvgy/EC/05L1+LespA5UkiU/9n2wBJBRWrjTpPbnXpuPoH7FUXYqM5Txr3MLMgFsy it4qrbldgTP7UlsHnQqv1rJC3PMheIGu1LnFhpPzvtVQuBiGU59zViZrK1r2ywylGC 2zPzHKY49wp7Q== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 4807DE8DBDD; Fri, 8 Apr 2022 04:20:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: mpls: fix memdup.cocci warning From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164939161228.2784.17655995105945101146.git-patchwork-notify@kernel.org> Date: Fri, 08 Apr 2022 04:20:12 +0000 References: <20220406114629.182833-1-gongruiqi1@huawei.com> In-Reply-To: <20220406114629.182833-1-gongruiqi1@huawei.com> To: GONG@ci.codeaurora.org, Ruiqi Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, wangweiyang2@huawei.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Wed, 6 Apr 2022 19:46:29 +0800 you wrote: > Simply use kmemdup instead of explicitly allocating and copying memory. > > Generated by: scripts/coccinelle/api/memdup.cocci > > Signed-off-by: GONG, Ruiqi > --- > net/mpls/af_mpls.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Here is the summary with links: - net: mpls: fix memdup.cocci warning https://git.kernel.org/netdev/net-next/c/27a5a5685d37 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html