Re: [PATCH net v6 0/3] net/smc: fix out-of-bounds and use-after-free in SMC-Rv2 LLC processing
Jakub Kicinski <[email protected]>
| Newsgroups | org.kernel.vger.linux-rdma,org.kernel.vger.linux-hardening,org.kernel.vger.linux-kernel,org.kernel.vger.linux-s390,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 12 Aug 2026 08:18:59 +0900 Yehyeong Lee wrote: > Patch 1 fixes a use-after-free of the LLC queue entry in > smc_llc_srv_add_link(), patch 2 bounds the peer's rkey counts, and patch 3 > carries the tail of an oversized v2 message in the queue entry so that both > readers are bounded by what arrived. All three are tagged for stable: a > tree that takes 1 and 2 without 3 still deletes rkeys read from whatever an > earlier message left in the shared receive buffer. SMC maintainers, please review.