Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751506AbbBKFes (ORCPT ); Wed, 11 Feb 2015 00:34:48 -0500 Received: from mail-la0-f48.google.com ([209.85.215.48]:41622 "EHLO mail-la0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751000AbbBKFeq (ORCPT ); Wed, 11 Feb 2015 00:34:46 -0500 MIME-Version: 1.0 In-Reply-To: <20150211034307.GA2932@kroah.com> References: <20150203231211.486950145@linuxfoundation.org> <20150203231212.223123220@linuxfoundation.org> <20150211034307.GA2932@kroah.com> Date: Wed, 11 Feb 2015 09:34:44 +0400 Message-ID: Subject: Re: [PATCH 3.18 04/57] vm: add VM_FAULT_SIGSEGV handling support From: Konstantin Khlebnikov To: Greg Kroah-Hartman Cc: Linux Kernel Mailing List , Stable , Jan Engelhardt , linux-arch@vger.kernel.org, Linus Torvalds , "linux-mm@kvack.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1366 Lines: 33 On Wed, Feb 11, 2015 at 6:43 AM, Greg Kroah-Hartman wrote: > On Tue, Feb 10, 2015 at 12:22:41PM +0400, Konstantin Khlebnikov wrote: >> I've found regression: >> >> [ 257.139907] ================================================ >> [ 257.139909] [ BUG: lock held when returning to user space! ] >> [ 257.139912] 3.18.6-debug+ #161 Tainted: G U >> [ 257.139914] ------------------------------------------------ >> [ 257.139916] python/22843 is leaving the kernel with locks still held! >> [ 257.139918] 1 lock held by python/22843: >> [ 257.139920] #0: (&mm->mmap_sem){++++++}, at: [] >> __do_page_fault+0x162/0x570 >> >> upstream commit 7fb08eca45270d0ae86e1ad9d39c40b7a55d0190 must be backported too. > > Ah, nice, I missed that one. How did you test this? I've catched hang on mmap_sem in some python self-test inside exherbo chroot. With that patch test has finished successfully. It seems the only way to tigger this is stack-overflow: for now VM_FAULT_SIGSEGV is returned only if kernel cannot add guard page when stack expands. > > thanks, > > greg k-h -- 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/