Re: [PATCH 5.10/6.1] ipvs: reload ip header after head reallocation
Sasha Levin <[email protected]>
| Newsgroups | gmane.comp.security.firewalls.netfilter.devel,gmane.linux.kernel.stable,gmane.linux.network,gmane.comp.linux.lvs.devel,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
> commit a2f57827bf7c695b8c72dc4511cae8e86582369d upstream. > > __ip_vs_get_out_rt() calls skb_ensure_writable() which may > reallocate skb->head. Queued for 6.1, 5.15 and 5.10, thanks. 5.15 has the same dangling iph in ip_vs_bypass_xmit(), so I applied the same patch there as well. -- Thanks, Sasha