From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: sctp_close/sk_free: kernel BUG at arch/x86/mm/physaddr.c:18! Date: Wed, 05 Sep 2012 17:30:46 +0200 Message-ID: <1346859046.13121.144.camel@edumazet-glaptop> References: <20120904140411.GB15068@localhost> <5046361C.5070602@pengutronix.de> <87mx15zfze.fsf@xmission.com> <20120905145508.GA9450@localhost> <50476931.20100@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Fengguang Wu , "H.K. Jerry Chu" , "Eric W. Biederman" , networking , linux-can@vger.kernel.org To: Marc Kleine-Budde Return-path: In-Reply-To: <50476931.20100@pengutronix.de> Sender: linux-can-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Wed, 2012-09-05 at 17:01 +0200, Marc Kleine-Budde wrote: > On 09/05/2012 04:55 PM, Fengguang Wu wrote: > >>> This in turn means the problem doesn't come from the CAN patches, as > >>> both trees have different CAN patches. I'm adding Eric W. Biederman on > >>> Cc as he contributed some sctp patches between v3.6 and net-next/master. > >> > >> Anything is possible, but this seems unlikely as I don't think I touched > >> anything close to that part of the code. > > > > You are both right. The bad commit turns out to be one of: > > > > 1bed966cc3bd4042110129f0fc51aeeb59c5b200 Merge branch 'tcp_fastopen_server' > > 168a8f58059a22feb9e9a2dcc1b8053dbbbc12ef tcp: TCP Fast Open Server - main code path > > 8336886f786fdacbc19b719c1f7ea91eb70706d4 tcp: TCP Fast Open Server - support TFO listeners > > > > Thanks, > > Fengguang > > Thanks for your work Fengguang. > > Marc > OK I have a good idea how to fix the bug, I will send a patch ASAP Thanks