[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CA+1xoqfVQfPseoSuBLY99nx_BuXpoGD4X6_xKk9_BoG0Mo__jw@mail.gmail.com>
Date: Wed, 2 May 2012 15:49:41 +0200
From: Sasha Levin <levinsasha928@...il.com>
To: Eric Dumazet <eric.dumazet@...il.com>
Cc: davem@...emloft.net, jchapman@...alix.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, davej@...hat.com
Subject: Re: [PATCH] net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsg
On Wed, May 2, 2012 at 3:28 PM, Eric Dumazet <eric.dumazet@...il.com> wrote:
> Good catch, but please use existing code style in this function.
>
> rc = -EDESTADDRREQ;
> if (sk->sk_state != TCP_ESTABLISHED)
> goto out;
>
> Also, please add in your commit message bug origin to ease stable team
> work (not counting reviewers work)
>
> Bug added in commit 2f16270f41e1 (l2tp: Fix locking in l2tp_ip.c)
>
> Really, given the amount of patches you already sent, you should already
> know that.
>
> Thanks
>
>
Understood. I'll resend.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists