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 BFD3CC28D13 for ; Tue, 23 Aug 2022 01:00:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238942AbiHWBAf (ORCPT ); Mon, 22 Aug 2022 21:00:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237982AbiHWBAW (ORCPT ); Mon, 22 Aug 2022 21:00:22 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B61094D14F; Mon, 22 Aug 2022 18:00:21 -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 4919360C52; Tue, 23 Aug 2022 01:00:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id A147DC43141; Tue, 23 Aug 2022 01:00:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661216420; bh=lKDJuVhzGDqTMjPWGGLuYOoTBkB7xFfy3n78RsLua8c=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Q0zWCK5C4Lz4ZOyt5DZZ2KcOpYFdD/p8IIuLTdmKwaxN/6cU3WZtnVlZk3JaQ6FLn WXY+t6N4Om7vQroBNvmu14ycvCWdWTmyvfz50EIxQs2rAN1fikdL3a1uJdrKbF4peS qNUllcgIn+cRKxQmRoeEeY3PWNX8QzkYrosyrI8K8F52pWlvIH2FSwXx+AozM/Vlh6 b/vfgB2D04nC4bYL0x6Xb9CZyuKn7Gcr6/b25p2oA/7Q+DDBOOZa7+9TMRfRooGIu3 w3AKu5ZU9k+8mX4b16WumnkjKrIsfS60CN4m/jJ9Pl9cF4zsNgNWNVnSDPwGzt4Zgv pMEDKuZcxWh7g== 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 874FDE2A041; Tue, 23 Aug 2022 01:00:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] bridge: move from strlcpy with unused retval to strscpy From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166121642054.14563.8040741105246539928.git-patchwork-notify@kernel.org> Date: Tue, 23 Aug 2022 01:00:20 +0000 References: <20220818210212.8347-1-wsa+renesas@sang-engineering.com> In-Reply-To: <20220818210212.8347-1-wsa+renesas@sang-engineering.com> To: Wolfram Sang Cc: linux-kernel@vger.kernel.org, roopa@nvidia.com, razor@blackwall.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, pablo@netfilter.org, kadlec@netfilter.org, fw@strlen.de, bridge@lists.linux-foundation.org, netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, coreteam@netfilter.org 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 Thu, 18 Aug 2022 23:02:12 +0200 you wrote: > Follow the advice of the below link and prefer 'strscpy' in this > subsystem. Conversion is 1:1 because the return value is not used. > Generated by a coccinelle script. > > Link: https://lore.kernel.org/r/CAHk-=wgfRnXz0W3D37d01q3JFkr_i_uTL=V6A6G1oUZcprmknw@mail.gmail.com/ > Signed-off-by: Wolfram Sang > > [...] Here is the summary with links: - bridge: move from strlcpy with unused retval to strscpy https://git.kernel.org/netdev/net-next/c/993e1634ab44 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html