Re: [PATCH 5.10/6.1] ipvs: reload ip header after head reallocation
Breno Leitao <[email protected]>
| Newsgroups | gmane.linux.kernel.stable,gmane.linux.network,gmane.comp.linux.lvs.devel,gmane.comp.security.firewalls.netfilter.devel,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 28, 2026 at 11:55:21AM +0300, Denis Arefev wrote: > From: Florian Westphal <[email protected]> > > commit a2f57827bf7c695b8c72dc4511cae8e86582369d upstream. > > __ip_vs_get_out_rt() calls skb_ensure_writable() which may > reallocate skb->head. > > Fixes: 8d8e20e2d7bb ("ipvs: Decrement ttl") > Cc: [email protected] > Assisted-by: Claude:claude-sonnet-4-6 > Acked-by: Julian Anastasov <[email protected]> > Signed-off-by: Florian Westphal <[email protected]> > [Denis Arefev: adapted for 5.10/6.1: keep EnterFunction/LeaveFunction > instrumentation] yea, the backport seems fine and match commit a2f57827bf7c69 ("ipvs: reload ip header after head reallocation") > Signed-off-by: Denis Arefev <[email protected]> Reviewed-by: Breno Leitao <[email protected]>