Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754482AbaJBQKp (ORCPT ); Thu, 2 Oct 2014 12:10:45 -0400 Received: from mail-vc0-f171.google.com ([209.85.220.171]:41967 "EHLO mail-vc0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753129AbaJBQKn (ORCPT ); Thu, 2 Oct 2014 12:10:43 -0400 MIME-Version: 1.0 In-Reply-To: <542D6981.3080405@oracle.com> References: <20140930033327.GA14558@redhat.com> <20140930043309.GA16196@redhat.com> <20140930160510.GA15903@redhat.com> <20140930162201.GC15903@redhat.com> <20140930164047.GA18354@redhat.com> <20140930182059.GA24431@redhat.com> <542C7B5E.2020000@oracle.com> <542D6981.3080405@oracle.com> Date: Thu, 2 Oct 2014 09:10:42 -0700 X-Google-Sender-Auth: oX8oTIb5Eczz4sCMOUrAWKq8yPU Message-ID: Subject: Re: pipe/page fault oddness. From: Linus Torvalds To: Sasha Levin Cc: Hugh Dickins , Dave Jones , Al Viro , Linux Kernel , Rik van Riel , Ingo Molnar , Michel Lespinasse , "Kirill A. Shutemov" , Mel Gorman Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 2, 2014 at 8:04 AM, Sasha Levin wrote: > > I have a new one for you. I know it doesn't say "numa" anywhere, but I > haven't ever seen that trace before so I'll just go ahead and blame it > on your patch... Fair enough, but the oops doesn't really give even a hint of what could be wrong. The stack is clearly too deep: Thread overran stack, or stack corrupted task.ti: ffff880dba2ec000 RSP: ffff880dba2ebf48 but my patch shouldn't have added any deeper call-chains anywhere. Anyway, unless you can get some other interesting oops with more hints about where we go wrong, you might want to try Mel's four cleanup patches instead. I love how you're testing my quick-and-dirty hack, and I think we'll need to do this eventually, but in the short term Mel's patches are probably worth applying. In particular, his 4/4 patch removes the code case that I was particularly nervous about, so it looks worth a try, because that may just remove the bug with much smaller effort. Linus -- 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/