From: Eric Dumazet <eduma...@google.com> 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 <patr...@notvads.ovh> > Signed-off-by: Eric Dumazet <eduma...@google.com> > Signed-off-by: Pablo Neira Ayuso <pa...@netfilter.org> > Signed-off-by: Linus Torvalds <torva...@linux-foundation.org> Applied and queued up for -stable, thanks Eric.