From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 17B7BEC4; Sat, 22 Feb 2025 00:10:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740183005; cv=none; b=erYr7rmbhVhvBMHOke6Ci3W6jLi1C6pShYnNYTt7q+gr42eV3Bo9UOoSYppT7iW3hYjWofElBbiDixexHR3szPCqNVL1MOq9ZIGlNOK3Nsm0a01MHDET1dTFOvkZXBfKsXAto0GT1tfnTva2aozjRiTQfjqAkcKlLl2J6Ya44XE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740183005; c=relaxed/simple; bh=ufqPbEn1WJmaUW/hr5sj7ngYgOO92iLyjzLVnXeK+9g=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=ta5gwhKEYUz7PevU3EJggS9ba4k1yxs9rJaGUeuyxr10lmbCnYNx8DQhVGYTvBlnQrfaTaD+4igEtAtiLiZBUdAcYqOm/0qIj+CsktLzkI7ehqC1QamccSANJSHFRwpRjPNXOBXFzR3LT42ZsRjPH8mVYf3hdurpDIC/Uaulkhs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=i7DHbKB6; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="i7DHbKB6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 819CAC4CED6; Sat, 22 Feb 2025 00:10:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1740183004; bh=ufqPbEn1WJmaUW/hr5sj7ngYgOO92iLyjzLVnXeK+9g=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=i7DHbKB6NFWygo4TyWoeniWsCe3QpzanpPp6KSZkZYZnghds+qGQkDCnaNyMk0pF4 C1LzeG73BfzVjBQmtFtkyvVUSZMzyd2SqLSqVoyiJgao59IK3XOwgZvrU8yU+69Fbe OxpvUo07WUEKjl6cRSZeFj30YX7taXyju+4vKrXuxWyQvNRTH8dP9PbAYAdyTJkR6E m5m3A80pzEZECJjZL0nwxWb46Gmg/SKAKWIdp+bqhCQRRxQfPSI4KpsI266D73bthx 0YPk8H4z7VKWEFwPOwfmUSyWUuQbvL6JtgduxsZ6T7NWleyTONXWwGRn/1SPpMzvUk UmVvO0l0ySymw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id AE070380CEEC; Sat, 22 Feb 2025 00:10:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net/rds: Replace deprecated strncpy() with strscpy_pad() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <174018303525.2244175.8423041588413050651.git-patchwork-notify@kernel.org> Date: Sat, 22 Feb 2025 00:10:35 +0000 References: <20250219224730.73093-2-thorsten.blum@linux.dev> In-Reply-To: <20250219224730.73093-2-thorsten.blum@linux.dev> To: Thorsten Blum Cc: allison.henderson@oracle.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, linux-hardening@vger.kernel.org, netdev@vger.kernel.org, linux-rdma@vger.kernel.org, rds-devel@oss.oracle.com, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 19 Feb 2025 23:47:31 +0100 you wrote: > strncpy() is deprecated for NUL-terminated destination buffers. Use > strscpy_pad() instead and remove the manual NUL-termination. > > Compile-tested only. > > Link: https://github.com/KSPP/linux/issues/90 > Cc: linux-hardening@vger.kernel.org > Signed-off-by: Thorsten Blum > > [...] Here is the summary with links: - [net-next] net/rds: Replace deprecated strncpy() with strscpy_pad() https://git.kernel.org/netdev/net-next/c/c451715d78e3 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html