Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756245Ab1DLOWP (ORCPT ); Tue, 12 Apr 2011 10:22:15 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:57337 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755648Ab1DLOWO convert rfc822-to-8bit (ORCPT ); Tue, 12 Apr 2011 10:22:14 -0400 MIME-Version: 1.0 In-Reply-To: References: From: Linus Torvalds Date: Tue, 12 Apr 2011 07:21:20 -0700 Message-ID: Subject: Re: [PATCH] mm: fix possible cause of a page_mapped BUG To: =?UTF-8?B?Um9iZXJ0IMWad2nEmWNraQ==?= Cc: Hugh Dickins , Andrew Morton , Miklos Szeredi , Michel Lespinasse , "Eric W. Biederman" , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Peter Zijlstra , Rik van Riel Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 880 Lines: 19 On Tue, Apr 12, 2011 at 2:58 AM, Robert Święcki wrote: > > So, if this case is not caught later on in the code, I guess it solves > the problem. During the fuzzing I didn't experience any panic's, but > some other problems arose, i.e. cannot read /proc//maps for some > processes (sys_read hangs, and such process cannot be killed or > stopped with any signal, still it's running (R state) and using CPU - > I'll submit another report for that). Hmm. Sounds like an endless loop in kernel mode. Use "perf record -ag" as root, it should show up very clearly in the report. 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/