Re: [PATCH net v4 0/4] net/rds: Bug fix ports
Jakub Kicinski <[email protected]>
| Newsgroups | org.kernel.vger.linux-rdma,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
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.