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 98959E94139 for ; Fri, 6 Oct 2023 23:00:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233915AbjJFXAm (ORCPT ); Fri, 6 Oct 2023 19:00:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45120 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233887AbjJFXA2 (ORCPT ); Fri, 6 Oct 2023 19:00:28 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1E356CE for ; Fri, 6 Oct 2023 16:00:26 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id AFE5FC433C9; Fri, 6 Oct 2023 23:00:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696633225; bh=iLB3VidX86HI8t/MRFP3zlFGWfIYgbansv6PAp1fegI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=W1wkirzBMzD6MWiBwPm00R3JmMBTwGUzUFdJ34m5RfSTFWcKzladtPhp86M5O9oQN pcwzJhRYrHuNlz6+vWiIEdyxkYM1miP7S2ksBHO/zb99mh37glWPvw6uEfuU7hDC0y an6B2pri4c7U2xk35w50c3GaqGRfvT78pxhpqUlFso0ftWg+0hlsCVnKqfN1mKENjg Y8paLSrEjpV0SbBiWPOGrx9aS679f4CoxeauUtZpnDABFiv9CwEFbTik2MYLfbiwpM bq7to5FN+Qn9XyeyjhFGvkHgHsg0Cq4Z3ODizrXV3K7fC8nPbx5hC2MtECgz8vZKjZ RXd22rxjVi4qA== 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 992ACE632D2; Fri, 6 Oct 2023 23:00:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: ax88796c: replace deprecated strncpy with strscpy From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169663322561.31337.8103369640901650797.git-patchwork-notify@kernel.org> Date: Fri, 06 Oct 2023 23:00:25 +0000 References: <20231005-strncpy-drivers-net-ethernet-asix-ax88796c_ioctl-c-v1-1-6fafdc38b170@google.com> In-Reply-To: <20231005-strncpy-drivers-net-ethernet-asix-ax88796c_ioctl-c-v1-1-6fafdc38b170@google.com> To: Justin Stitt Cc: l.stelmach@samsung.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 Thu, 05 Oct 2023 01:06:26 +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. > > A suitable replacement is `strscpy` [2] due to the fact that it > guarantees NUL-termination on the destination buffer without > unnecessarily NUL-padding. > > [...] Here is the summary with links: - net: ax88796c: replace deprecated strncpy with strscpy https://git.kernel.org/netdev/net-next/c/9c9e3ab20f35 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html