From: Eric Dumazet <[email protected]>
Date: Sat, 19 Oct 2019 09:26:37 -0700
> This patch removes the iph field from the state structure, which is not
> properly initialized. Instead, add a new field to make the "do we want
> to set DF" be the state bit and move the code to set the DF flag from
> ip_frag_next().
>
> Joint work with Pablo and Linus.
>
> Fixes: 19c3401a917b ("net: ipv4: place control buffer handling away from
> fragmentation iterators")
> Reported-by: Patrick Schönthaler <[email protected]>
> Signed-off-by: Eric Dumazet <[email protected]>
> Signed-off-by: Pablo Neira Ayuso <[email protected]>
> Signed-off-by: Linus Torvalds <[email protected]>
Applied and queued up for -stable, thanks Eric.