On Tue, Aug 09, 2022 at 03:16:31PM +0200, Florian Westphal wrote: > Some of our dated conntrack helpers assume skbs can't contain > tcp packets larger than 64kb. > > Update those. For SANE, I don't see a reason for the > 'full-packet-copy', just extract the sane header. > > For h323, packet gets capped at 64k; larger one will be > seen as truncated. > > For irc, cap at 4k: a line length should not exceed 512 bytes. > For ftp, use skb_linearize(), its the most simple way to resolve this. Applied, thanks.