Re: [PATCH net v4 0/4] net/rds: Bug fix ports
Allison Henderson <[email protected]>
| Newsgroups | org.kernel.vger.linux-rdma,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2026-08-04 at 18:02 -0700, Jakub Kicinski wrote: > On Wed, 29 Jul 2026 21:16:25 -0700 Allison Henderson wrote: > > This is a small set of net/rds bug fixes and ports from uek to upstream > > rds. I've been working on extending the rds selftest case, but need to > > stabilize a few more bugs and the first few fall into net with Fixes > > tags. I decided to leverage fable for this set and I thought the ports we > > clean and well explained. > > > > This series fixes a sleeping-in-softirq bug in the RDS message free > > path, a use-after-free of the RDS socket through long-lived MR > > references, a message leak in the rds_send_xmit() drop path, and - new > > in v4 - a pinned-page leak in the IB transport's MR teardown. > > > > The first three patches are ports of fixes carried in the Oracle UEK > > kernel, reworked where the UEK approach no longer applies upstream. > > I don't have much confidence in my ability to review this, > so let's queue this for -next. Hope that's okay with you. Sure, that's fine. I just sent them to net because of the Fixes tags, but there's no rush. They're not simple bugs, I usually end up spending quite a bit of time reviewing them too, but they're also really old bugs. I have quite a few I'd like to get through, so I'll target them to net-next going forward. Thank you! Allison