commit | 496ef46dbf6dcc432597f53af7be92c6a41dabec | [log] [tgz] |
---|---|---|
author | wenxu <wenxu@ucloud.cn> | Wed Nov 25 12:01:21 2020 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 23 15:53:23 2021 +0100 |
tree | 731498859c8254374484a7176baedc652790dd22 | |
parent | 40bf5450ba6fb587b54a9e19abc41412c8f8b825 [diff] |
net/sched: fix miss init the mru in qdisc_skb_cb [ Upstream commit aadaca9e7c392dbf877af8cefb156199f1a67bbe ] The mru in the qdisc_skb_cb should be init as 0. Only defrag packets in the act_ct will set the value. Fixes: 038ebb1a713d ("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>