From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Nault Date: Fri, 19 Aug 2016 21:57:11 +0000 Subject: Re: [PATCH v2 1/1] ppp: Fix one deadlock issue of PPP when send frame Message-Id: <20160819215711.kop6qsjzkfvtlhxp@alphalink.fr> List-Id: References: <1471347218-24472-1-git-send-email-fgao@ikuai8.com> <20160817174219.y4opmhj4u77m3ufq@alphalink.fr> <20160818161315.6wnv45tzw6v5napa@alphalink.fr> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Feng Gao Cc: Gao Feng , paulus@samba.org, linux-ppp@vger.kernel.org, Linux Kernel Network Developers On Fri, Aug 19, 2016 at 06:52:58AM +0800, Feng Gao wrote: > Hi Guillaume, > > Thanks your detail analyses. > Now I think it is a good solution that just drop the packet and print > error log instead my original solution that supports reentrant. This > solution will not bring any side effects. > At least it should improve the situation. I'm still uncomfortable with this approach because it only fixes part of the problem. But I have nothing better to propose for now.