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 6E502ECAAD1 for ; Wed, 31 Aug 2022 22:00:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232229AbiHaWA0 (ORCPT ); Wed, 31 Aug 2022 18:00:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49550 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232331AbiHaWAW (ORCPT ); Wed, 31 Aug 2022 18:00:22 -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 3DEAD6B8CE; Wed, 31 Aug 2022 15:00:18 -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 C789861B54; Wed, 31 Aug 2022 22:00:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 325C4C43140; Wed, 31 Aug 2022 22:00:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661983217; bh=0Id/y64t6cfH50JJx8vqYFk/uzNSHQPlNmuqbIiJDNc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=L2tbZx18UUI5eb9f+nbj2OM8C65zE9IdAgVWMM0V97J/r0SyCq0frSFuyc4HQkXF1 AXp3mFNl1CoBp7igprBlgNyTPQK7smdSNTDoi7tHevthxgW7JMj85A+Vr6HX3/SpUK 8NpxeZ+tKMuvSyCH1WLQH6szonmRdAIDP3KKjsd8jz5BRDdztKOSdb4NN+flO6UFVs ldPoabPd3bcesPcXcVRAv6UTpBjYXRb1Lpk4a37oI7Kl5SkiI29sLtcR3RUGNoVG7w 2ChZKTQT2G+d2CAE+VYnr/nBmJBmMWtGZKZwhQo1M/NNtx5nOaPBIPvVUNSh4C6vXQ siLSuXk0YdA+w== 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 10271E924DC; Wed, 31 Aug 2022 22:00:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2 1/3] net: move from strlcpy with unused retval to strscpy From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166198321706.20200.5436138666484099605.git-patchwork-notify@kernel.org> Date: Wed, 31 Aug 2022 22:00:17 +0000 References: <20220830201457.7984-1-wsa+renesas@sang-engineering.com> In-Reply-To: <20220830201457.7984-1-wsa+renesas@sang-engineering.com> To: Wolfram Sang Cc: linux-kernel@vger.kernel.org, mkl@pengutronix.de, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, j.vosburgh@gmail.com, vfalico@gmail.com, andy@greyhouse.net, wg@grandegger.com, f.fainelli@gmail.com, andrew@lunn.ch, vivien.didelot@gmail.com, olteanv@gmail.com, kurt@linutronix.de, kys@microsoft.com, haiyangz@microsoft.com, sthemmin@microsoft.com, wei.liu@kernel.org, decui@microsoft.com, sridhar.samudrala@intel.com, jdmason@kudzu.us, dave.jiang@intel.com, allenbh@gmail.com, michael.hennerich@analog.com, hkallweit1@gmail.com, linux@armlinux.org.uk, bcm-kernel-feedback-list@broadcom.com, jiri@resnulli.us, petkan@nucleusys.com, oneukum@suse.com, mst@redhat.com, jasowang@redhat.com, doshir@vmware.com, pv-drivers@vmware.com, dsahern@kernel.org, netdev@vger.kernel.org, linux-can@vger.kernel.org, linux-hyperv@vger.kernel.org, ntb@lists.linux.dev, linux-usb@vger.kernel.org, virtualization@lists.linux-foundation.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski : On Tue, 30 Aug 2022 22:14:52 +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 > Acked-by: Marc Kleine-Budde # for CAN > > [...] Here is the summary with links: - [v2,1/3] net: move from strlcpy with unused retval to strscpy https://git.kernel.org/netdev/net-next/c/fb3ceec187e8 - [v2,2/3] net: wireless: move from strlcpy with unused retval to strscpy (no matching commit) - [v2,3/3] net: ethernet: move from strlcpy with unused retval to strscpy https://git.kernel.org/netdev/net-next/c/f029c781dd6d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html