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 5CAAFCD98E6 for ; Wed, 11 Oct 2023 03:10:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344968AbjJKDKm (ORCPT ); Tue, 10 Oct 2023 23:10:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34122 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344938AbjJKDK2 (ORCPT ); Tue, 10 Oct 2023 23:10:28 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F070F9B for ; Tue, 10 Oct 2023 20:10:26 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 6C2ADC43395; Wed, 11 Oct 2023 03:10:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696993826; bh=tcn66kt+l9iDn6H9EiJxQxImbQ3H8oPLkbEIEMBGK7U=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=STbSyrL256HXlI5d8ErZzje4nEtk/t+xxlCs4d4EYW5g9knu9OzqiSKN6frIUSwTq xGrMdGeMxgOFzusTGNJerzoIapceKMb/E7BzBtd8C36y8InP+6HwnOdDoCTAAyCJrA hvMq9dIkLJda1s1XIhaY2E5UaPxkNcjNez0O3vEYyPqRZjKJIJ7pj/KQHp+27CSFck bFg6dhqZfkKaM+JEI7AKkqy46IBP/wa9Y4NTQSeEs5Bs0a2MFrOcmqYO/qbVIqwMj/ NMxYsDlOhkFkOr4zYKDzdH9y6dmEPYhbyXPrkgOPdXpxIMxlR8p5xPALq3v814N2gE KhaXfg3AgTyXA== 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 5158EE11F44; Wed, 11 Oct 2023 03:10:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: dsa: realtek: rtl8365mb: replace deprecated strncpy with ethtool_sprintf From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169699382632.3301.16295806677296620947.git-patchwork-notify@kernel.org> Date: Wed, 11 Oct 2023 03:10:26 +0000 References: <20231009-strncpy-drivers-net-dsa-realtek-rtl8365mb-c-v1-1-0537fe9fb08c@google.com> In-Reply-To: <20231009-strncpy-drivers-net-dsa-realtek-rtl8365mb-c-v1-1-0537fe9fb08c@google.com> To: Justin Stitt Cc: linus.walleij@linaro.org, alsi@bang-olufsen.dk, andrew@lunn.ch, f.fainelli@gmail.com, olteanv@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hardening@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 09 Oct 2023 22:43:59 +0000 you wrote: > `strncpy` is deprecated for use on NUL-terminated destination strings > [1] and as such we should prefer more robust and less ambiguous string > interfaces. > > ethtool_sprintf() is designed specifically for get_strings() usage. > Let's replace strncpy in favor of this more robust and easier to > understand interface. > > [...] Here is the summary with links: - net: dsa: realtek: rtl8365mb: replace deprecated strncpy with ethtool_sprintf https://git.kernel.org/netdev/net-next/c/e5f061d5e340 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html