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 016A2C4332F for ; Mon, 12 Dec 2022 21:11:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233840AbiLLVLh (ORCPT ); Mon, 12 Dec 2022 16:11:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50422 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233729AbiLLVLT (ORCPT ); Mon, 12 Dec 2022 16:11:19 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6D9121900F; Mon, 12 Dec 2022 13:11:15 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 1DC5BB80E20; Mon, 12 Dec 2022 21:11:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id CC747C433EF; Mon, 12 Dec 2022 21:11:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670879472; bh=RRlcH87ksVVq5Lt5ulwY/+jO5YHDmOYluWme/dr/tz4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ClEVotUG3PjbrXTHgvYqkmNTWkIUrsdglY5SR9fW2NgP0eSbr9NjEc7GyMcjATg4z i8wqd6cT7Yd5C26xpOfFM54VvnzED7YOsWt+gGrBdj99irLEDgoqS2YcX1IBqzznG8 eL1XRLx3I7uELHQhgzldAYFT3lXTdlQCHllOvXeZSabMhduuwlVvO8knxC0aDlP545 ezf4Qqikc0HVxqStSJ8GD0T/NYkQonptZvDtU/1wnGpNq5lRp6kA3ups6i6CrBBVJp c4fMVfVakXo2STIFrr4LjasF/L5ss1fZNezsyD3xWwMQLxk9+bsq1uJGaxL+RvRJQn PZcqDaXGHaRQA== 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 ACE73E21EF1; Mon, 12 Dec 2022 21:11:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: =?utf-8?q?=5BPATCH_net-next=5D_net=3A_hns3=3A_use_strscpy=28=29_to_?= =?utf-8?q?instead_of_strncpy=28=29?= From: patchwork-bot+netdevbpf@kernel.org Message-Id: <167087947270.28989.12353681511402483668.git-patchwork-notify@kernel.org> Date: Mon, 12 Dec 2022 21:11:12 +0000 References: <202212091538591375035@zte.com.cn> In-Reply-To: <202212091538591375035@zte.com.cn> To: Yang Yang Cc: salil.mehta@huawei.com, yisen.zhuang@huawei.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, brianvv@google.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, xu.panda@zte.com.cn Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to bpf/bpf-next.git (master) by Jakub Kicinski : On Fri, 9 Dec 2022 15:38:59 +0800 (CST) you wrote: > From: Xu Panda > > The implementation of strscpy() is more robust and safer. > That's now the recommended way to copy NUL terminated strings. > > Signed-off-by: Xu Panda > Signed-off-by: Yang Yang > > [...] Here is the summary with links: - [net-next] net: hns3: use strscpy() to instead of strncpy() https://git.kernel.org/bpf/bpf-next/c/80a464d83f08 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html