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 4C15212D21B; Thu, 26 Feb 2026 03:05:16 +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=1772075116; cv=none; b=FyqBh1X18SiV+NHZm2CdwrXHkFdcZPrLKEs0hslTUzh751OTLHdKIM1F95KpVvaHhQYl9kmiGSFTo47d/zLzbFCgLFagnKC6EjrJfRC1AEveYGFf1kFeqC95cxLs7LjZPZvhoG0ST9UqZlcdSo+8LCIii4dLfnjLhYiMQCud7Vc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772075116; c=relaxed/simple; bh=Jbe6zqtLhmZkH+KY7ioNCubyyvB+h7ibTPgsqJ5W360=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=tIKfBNfpT2Y3ezWPuAUQnrtpZzC1onmH2ist7bkLOvFljUYbMdqgZ2SDfQyj3gA+6RMZsu1qAXqrLSnq9oJg4BoV2eW31yhF9d5gmYeEg8pwXSLz4JbmKtDbI/g5hsn+cO6brJobigBLtxsCWi5qPXDkrcLY9hONFP5uJRr9+SU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XOvRvhvM; 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="XOvRvhvM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5ECABC116D0; Thu, 26 Feb 2026 03:05:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772075116; bh=Jbe6zqtLhmZkH+KY7ioNCubyyvB+h7ibTPgsqJ5W360=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=XOvRvhvMyHKPwbDcCh8CTKU+ggWjGTNADQTWr6yno8gCz2Gw1dti3pafYLjB2L2Dp Ug0GgdeJd/mivZZWR8YcWKfS3CuUnIZTzUyVZG27txnrsM9jDtBHkEn34xc+YJ0rmk AzuqhkD0Pekr4lDj4WBk5sPCoqSxXPIrPMvAKttcgAdhojN5z7ZUEt1nSlZYXVF60+ hHjMz21YbXFFnxfhR+p31ENrp0PeWxNx7YRp5Eye7uTD5GXNA2vomc/hlgXq/beCjk 9mvC1SHBypCHtopAoKKR4N705525ZvOUzCx4UJGWwrQyBP5MlHMuJvz7uaMSevBheZ cFiwjoygjnXrQ== Date: Wed, 25 Feb 2026 19:05:14 -0800 From: Jakub Kicinski To: "kexinsun@smail.nju.edu.cn" Cc: Allison Henderson , "linux-rdma@vger.kernel.org" , "yunbolyu@smu.edu.sg" , "davem@davemloft.net" , "ratnadiraw@smu.edu.sg" , "rds-devel@oss.oracle.com" , "linux-kernel@vger.kernel.org" , "julia.lawall@inria.fr" , "pabeni@redhat.com" , "horms@kernel.org" , "edumazet@google.com" , "xutong.ma@inria.fr" , "netdev@vger.kernel.org" Subject: Re: [PATCH] rds: update outdated comment Message-ID: <20260225190514.01a905d7@kernel.org> In-Reply-To: <2e555525ab0bcec255c9c73a8457ba4a9466ee6e.camel@oracle.com> References: <20260224020720.1174-1-kexinsun@smail.nju.edu.cn> <2e555525ab0bcec255c9c73a8457ba4a9466ee6e.camel@oracle.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, 25 Feb 2026 03:03:10 +0000 Allison Henderson wrote: > Thanks for the catch. Just one small nit: Your patch should specify the= =C2=A0target > branch, version and component like this: >=20 > [PATCH net-next v2] net/rds: update outdated comment in rds_send_xmit That's right, please try to remember the tree name in the future. Since net-next is our default tree anyway, there's no need to repost