From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757632Ab0DGKMq (ORCPT ); Wed, 7 Apr 2010 06:12:46 -0400 Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:57672 "EHLO fgwmail7.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753883Ab0DGKMk (ORCPT ); Wed, 7 Apr 2010 06:12:40 -0400 X-SecurityPolicyCheck-FJ: OK by FujitsuOutboundMailChecker v1.3.1 From: KOSAKI Motohiro To: Pekka Enberg Subject: Re: Ugly rmap NULL ptr deref oopsie on hibernate (was Linux 2.6.34-rc3) Cc: kosaki.motohiro@jp.fujitsu.com, Linus Torvalds , Rik van Riel , Borislav Petkov , Andrew Morton , Minchan Kim , Linux Kernel Mailing List , Lee Schermerhorn , Nick Piggin , Andrea Arcangeli , Hugh Dickins , sgunderson@bigfoot.com, Christoph Lameter , Tejun Heo In-Reply-To: References: Message-Id: <20100407191108.FB87.A69D9226@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.50.07 [ja] Date: Wed, 7 Apr 2010 19:12:36 +0900 (JST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Hi Linus, > > On Wed, Apr 7, 2010 at 3:10 AM, Linus Torvalds > wrote: > > Sounds at least possible. Way more likely than any of the "trivially > > obvious" code being buggy, or the SLUB layer suddenly having a serious bug > > that only the new user could trigger. > > I haven't followed the discussion at all but if someone wants to > investigate that angle more, the most likely suspect are the recent > per-cpu changes. That said, I'd expect the problem to be more > widespread if SLUB is to blame here. Nope. We don't doubt SLUB nor per-cpu anymore. Rik found the bug in his patch. thanks.