Loading net/openvswitch/actions.c +1 −0 Original line number Diff line number Diff line Loading @@ -535,6 +535,7 @@ int ovs_execute_actions(struct datapath *dp, struct sk_buff *skb) { struct sw_flow_actions *acts = rcu_dereference(OVS_CB(skb)->flow->sf_acts); OVS_CB(skb)->tun_key = NULL; return do_execute_actions(dp, skb, acts->actions, acts->actions_len, false); } net/openvswitch/datapath.c +0 −3 Original line number Diff line number Diff line Loading @@ -2076,9 +2076,6 @@ static int ovs_vport_cmd_set(struct sk_buff *skb, struct genl_info *info) ovs_notify(reply, info, &ovs_dp_vport_multicast_group); return 0; rtnl_unlock(); return 0; exit_free: kfree_skb(reply); exit_unlock: Loading net/openvswitch/flow.c +1 −1 Original line number Diff line number Diff line Loading @@ -240,7 +240,7 @@ static struct flex_array *alloc_buckets(unsigned int n_buckets) struct flex_array *buckets; int i, err; buckets = flex_array_alloc(sizeof(struct hlist_head *), buckets = flex_array_alloc(sizeof(struct hlist_head), n_buckets, GFP_KERNEL); if (!buckets) return NULL; Loading Loading
net/openvswitch/actions.c +1 −0 Original line number Diff line number Diff line Loading @@ -535,6 +535,7 @@ int ovs_execute_actions(struct datapath *dp, struct sk_buff *skb) { struct sw_flow_actions *acts = rcu_dereference(OVS_CB(skb)->flow->sf_acts); OVS_CB(skb)->tun_key = NULL; return do_execute_actions(dp, skb, acts->actions, acts->actions_len, false); }
net/openvswitch/datapath.c +0 −3 Original line number Diff line number Diff line Loading @@ -2076,9 +2076,6 @@ static int ovs_vport_cmd_set(struct sk_buff *skb, struct genl_info *info) ovs_notify(reply, info, &ovs_dp_vport_multicast_group); return 0; rtnl_unlock(); return 0; exit_free: kfree_skb(reply); exit_unlock: Loading
net/openvswitch/flow.c +1 −1 Original line number Diff line number Diff line Loading @@ -240,7 +240,7 @@ static struct flex_array *alloc_buckets(unsigned int n_buckets) struct flex_array *buckets; int i, err; buckets = flex_array_alloc(sizeof(struct hlist_head *), buckets = flex_array_alloc(sizeof(struct hlist_head), n_buckets, GFP_KERNEL); if (!buckets) return NULL; Loading