Re: [RFC PATCH] tcp/dcpp: Un-pin tw_timer
Valentin Schneider <[email protected]> Wed, 18 Oct 2023 17:27:18 +0200
| Newsgroups | org.kernel.vger.dccp,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On 18/10/23 17:00, Eric Dumazet wrote: > On Wed, Oct 18, 2023 at 4:57 PM Valentin Schneider <[email protected]> wrote: > >> >> Looks reasonable to me, I'll go write v2. >> >> Thanks for the help! > > Sure thing ! > > BTW, we also use TIMER_PINNED for req->rsk_timer, are you working on it too ? Ah, no, that wasn't on my radar. This hasn't shown up on our systems yet. From a cursory look it does look like it could lead to similar issues, I'll add that to my todolist. Thanks!