Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751487AbaLQURK (ORCPT ); Wed, 17 Dec 2014 15:17:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58066 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750953AbaLQURJ (ORCPT ); Wed, 17 Dec 2014 15:17:09 -0500 Date: Wed, 17 Dec 2014 15:16:30 -0500 From: Dave Jones To: Linus Torvalds Cc: Chris Mason , Mike Galbraith , Ingo Molnar , Peter Zijlstra , =?iso-8859-1?Q?D=E2niel?= Fraga , Sasha Levin , "Paul E. McKenney" , Linux Kernel Mailing List , Suresh Siddha , Oleg Nesterov , Peter Anvin Subject: Re: frequent lockups in 3.18rc4 Message-ID: <20141217201630.GA27208@redhat.com> Mail-Followup-To: Dave Jones , Linus Torvalds , Chris Mason , Mike Galbraith , Ingo Molnar , Peter Zijlstra , =?iso-8859-1?Q?D=E2niel?= Fraga , Sasha Levin , "Paul E. McKenney" , Linux Kernel Mailing List , Suresh Siddha , Oleg Nesterov , Peter Anvin References: <20141212185454.GB4716@redhat.com> <20141213165915.GA12756@redhat.com> <20141213223616.GA22559@redhat.com> <20141214234654.GA396@redhat.com> <20141217182241.GA4821@redhat.com> <20141217185755.GA22839@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 17, 2014 at 11:51:45AM -0800, Linus Torvalds wrote: > On Wed, Dec 17, 2014 at 10:57 AM, Dave Jones wrote: > > On Wed, Dec 17, 2014 at 01:22:41PM -0500, Dave Jones wrote: > > > > > I'm going to try your two patches on top of .18, with the same kernel > > > config, and see where that takes us. > > > Hopefully to happier places. > > > > Not so much. Died very quickly. > > Damn, damn, damn. That's because of a stupid typo on the patches. We > have these very similar variables ("flags" and "fault") that have very > similar fault information, but they are completely different. > > The "fault & FAULT_FLAG_USER" test is wrong, it should test "flags & > FAULT_FLAG_USER". Patch attached. Yup, that seems to be the only obvious bug in those commits. It's survived for long with that change on top. > The half-way good news is that this certainly confirms that trinity is > triggering the "page fault with fatal signal pending" special case. Now let's see how long it runs for.. Dave -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/