From: we...@ucloud.cn Date: Sun, 19 Jul 2020 20:30:37 +0800 > From: wenxu <we...@ucloud.cn> > > The fragment packets do defrag in tcf_ct_handle_fragments > will clear the skb->cb which make the qdisc_skb_cb clear > too. So the qdsic_skb_cb should be store before defrag and > restore after that. > It also update the pkt_len after all the > fragments finish the defrag to one packet and make the > following actions counter correct. > > Fixes: b57dc7c13ea9 ("net/sched: Introduce action ct") > Signed-off-by: wenxu <we...@ucloud.cn>
Applied and queued up for -stable, thanks.