net/sched: fix miss init the mru in qdisc_skb_cb
stable inclusion from stable-5.10.18 commit 496ef46dbf6dcc432597f53af7be92c6a41dabec bugzilla: 50148 -------------------------------- [ Upstream commit aadaca9e ] The mru in the qdisc_skb_cb should be init as 0. Only defrag packets in the act_ct will set the value. Fixes: 038ebb1a ("net/sched: act_ct: fix miss set mru for ovs after defrag in act_ct") Signed-off-by:wenxu <wenxu@ucloud.cn> Signed-off-by:
Jakub Kicinski <kuba@kernel.org> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
Chen Jun <chenjun102@huawei.com> Acked-by:
Xie XiuQi <xiexiuqi@huawei.com>
Loading
Please sign in to comment