On Tue, Sep 2, 2014 at 5:52 AM, wrote:
> From: Li RongQing
>
> The user_skb maybe be leaked if the operation on it failed and codes
> skipped into the label "out:" without calling genlmsg_unicast.
>
> Cc: Pravin Shelar
> Signed-off-by: Li RongQing
Looks good.
Acked-by: Pravin B Shelar
> ---
From: Li RongQing
The user_skb maybe be leaked if the operation on it failed and codes
skipped into the label "out:" without calling genlmsg_unicast.
Cc: Pravin Shelar
Signed-off-by: Li RongQing
---
net/openvswitch/datapath.c |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff