From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758583Ab2C2Itx (ORCPT ); Thu, 29 Mar 2012 04:49:53 -0400 Received: from TYO201.gate.nec.co.jp ([202.32.8.193]:41605 "EHLO tyo201.gate.nec.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752716Ab2C2Its (ORCPT ); Thu, 29 Mar 2012 04:49:48 -0400 Message-ID: <4F7421F9.8010907@ah.jp.nec.com> Date: Thu, 29 Mar 2012 04:48:57 -0400 From: Naoya Horiguchi Organization: NEC Corporation User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20120312 Thunderbird/11.0 MIME-Version: 1.0 To: David Rientjes CC: Dave Jones , Linux Kernel , Sasha Levin Subject: Re: BUG: sleeping function called from invalid context at fs/proc/task_mmu.c:826 References: <20120328181820.GB14224@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org (3/28/2012 20:09), David Rientjes wrote: > On Wed, 28 Mar 2012, Dave Jones wrote: > >> Just hit this on v3.3-7919-g6658a69 >> >> Dave >> >> BUG: sleeping function called from invalid context at fs/proc/task_mmu.c:826 >> in_atomic(): 1, irqs_disabled(): 0, pid: 15123, name: trinity >> INFO: lockdep is turned off. >> Pid: 15123, comm: trinity Not tainted 3.3.0+ #30 >> Call Trace: >> [] __might_sleep+0x145/0x200 >> [] ? pagemap_pte_range+0x67/0x340 >> [] pagemap_pte_range+0x12f/0x340 >> [] walk_page_range+0x389/0x520 >> [] pagemap_read+0x282/0x350 >> [] ? clear_refs_pte_range+0x180/0x180 >> [] ? get_vmalloc_info+0x110/0x110 >> [] ? pid_numa_maps_open+0x20/0x20 >> [] vfs_read+0xb3/0x180 >> [] sys_read+0x4d/0x90 >> [] system_call_fastpath+0x16/0x1b >> > > This looks like it was already reported as > http://marc.info/?l=linux-kernel&m=133289254323384 by Sasha Levin. We're > waiting for a patch to push to stable from Naoya Horiguchi. I posted a fix patch. Please see http://marc.info/?l=linux-mm&m=133301049801146&w=2 Thanks, Naoya