On Thu, 2026-02-12 at 19:05 -0800, Jakub Kicinski wrote:
> On Tue, 10 Feb 2026 10:09:52 -0700 Allison Henderson wrote:
> > Commit 3db6e0d172c9 ("rds: use RCU to synchronize work-enqueue with
> > connection teardown") modifies rds_sendmsg to avoid enqueueing work
> > while a tear down is in progress. However, it also changed the return
> > value of rds_sendmsg to that of rds_send_xmit instead of the
> > payload_len. This means the user may incorrectly receive errno values
> > when it should have simply received a payload of 0 while the peer
> > attempts a reconnections. So this patch corrects the teardown handling
> > code to only use the out error path in that case, thus restoring the
> > original payload_len return value.
>
> net-next now became net so this no longer applies.
> Please rebase?
Sure, I've sent a rebased v3.
Thank you
Allison