Re: [PATCH net-next] ppp: update channel locking comment and doc
Qingfang Deng <[email protected]>
| Newsgroups | org.kernel.vger.netdev,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 2026/8/7 14:01, Qingfang Deng wrote:
> Commit ec4215683e47 ("ppp: defer channel free to an RCU grace period to
> fix pppol2tp RX UAF") defers freeing generic channel state to an RCU
> grace period via call_rcu().
>
> Update the SMP locking notes comment in include/linux/ppp_channel.h and
> Documentation/networking/ppp_generic.rst to reflect that in-flight RCU
> readers can complete safely after ppp_unregister_channel().
>
> Reported by Sashiko.
>
> Signed-off-by: Qingfang Deng <[email protected]>
Sashiko pointed out more issues. I should keep the comments for now.
---
pw-bot: cr