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 BBCF42DE6F4 for ; Tue, 15 Jul 2025 23:39:55 +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=1752622795; cv=none; b=qvzx+txwNmWC/Tg09uBV6JFr0+/Oh5QenCIHrGaEfFOzUQf5X5Z00PTbkfwdwP0c440LzA7dvxCDuEoXLx/41LsVRoP6EBNRg684bDvGYdV/kRBsjImrTTBG1xgAcDQYviPfUevDvE9irHXK9sby7j7cLGKmAjtLiLTlahfsnTQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752622795; c=relaxed/simple; bh=IpUExIM3JmT4jqALGw9LNJZiUYu7F4+Fb/qbx8FNLhY=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=RStfehcWg8L4VnfeIRNQHjoHM1AfyAmEKhajuGjtncpDIy9KxxfDJOYzjgAX8iVM+Oo2GSP08NPlppRWKnwPVYcz0M35V76EusURMtFdXPgf7sxabwwoH33HvWgubFfseksKfbR8mr4hA9XrR3AU444aN77CDbI1V60e1zVExOY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=X0o15vR6; 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="X0o15vR6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2E02FC4CEE3; Tue, 15 Jul 2025 23:39:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752622795; bh=IpUExIM3JmT4jqALGw9LNJZiUYu7F4+Fb/qbx8FNLhY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=X0o15vR64zbj6nT8pOJrYKzHbzzsP+cvi0cOiGlH6Lv5rKIIydZGD7I4HJx8weDO/ 5yPFuhZeLqmozcJykUuS0cXAArjCh9GkC08E1lgmhsezJQ/KmHw8nMPk8/ZmnbYqQV 1b+lQxqPl5GgZQ/hUwWYzXdSUq5+LvnNZKRs9ISVvhj8tpgMdwnDbyMn9gNqOINpPo UpD8yrIMoxM7vx3ie66r2mMKDCjE2BAP4TK9mGkAUle5TB39S0pIABUaVrIlkMM0rU XRY7xcm6lpU/X7qxrn30zEcI2U0sP+VAqOHeVTMpjRsNNNrM50dj+L2pemSLVRsK80 zfRiaghIY/JPw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id EAECF383BA30; Tue, 15 Jul 2025 23:40:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [RFC][PATCH] don't open-code kernel_accept() in rds_tcp_accept_one() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <175262281550.617203.2479152268039457766.git-patchwork-notify@kernel.org> Date: Tue, 15 Jul 2025 23:40:15 +0000 References: <20250713180134.GC1880847@ZenIV> In-Reply-To: <20250713180134.GC1880847@ZenIV> To: Al Viro Cc: allison.henderson@oracle.com, netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sun, 13 Jul 2025 19:01:34 +0100 you wrote: > rds_tcp_accept_one() starts with a pretty much verbatim > copy of kernel_accept(). Might as well use the real thing... > > That code went into mainline in 2009, kernel_accept() > had been added in Aug 2006, the copyright on rds/tcp_listen.c > is "Copyright (c) 2006 Oracle", so it's entirely possible > that it predates the introduction of kernel_accept(). > > [...] Here is the summary with links: - [RFC] don't open-code kernel_accept() in rds_tcp_accept_one() https://git.kernel.org/netdev/net-next/c/5cc7fce3493c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html