From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758683Ab3BWBmB (ORCPT ); Fri, 22 Feb 2013 20:42:01 -0500 Received: from mga11.intel.com ([192.55.52.93]:28307 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755239Ab3BWBl6 (ORCPT ); Fri, 22 Feb 2013 20:41:58 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,720,1355126400"; d="scan'208";a="290823533" Date: Sat, 23 Feb 2013 09:41:57 +0800 From: Fengguang Wu To: Tejun Heo Cc: Johannes Weiner , linux-kernel@vger.kernel.org Subject: Re: [idr/perf_init_event] BUG: unable to handle kernel NULL pointer dereference at (null) Message-ID: <20130223014157.GA10030@localhost> References: <20130223013011.GA9484@localhost> <20130223013448.GR3570@htj.dyndns.org> <20130223013554.GS3570@htj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130223013554.GS3570@htj.dyndns.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 22, 2013 at 05:35:54PM -0800, Tejun Heo wrote: > On Fri, Feb 22, 2013 at 05:34:48PM -0800, Tejun Heo wrote: > > Hello, > > > > On Sat, Feb 23, 2013 at 09:30:11AM +0800, Fengguang Wu wrote: > > > Greetings, > > > > > > I got the below dmesg and the first bad commit is > > > > > > commit f5947173c082a04a9804bb42a91a0f5df5ee0527 > > > Author: Tejun Heo > > > Date: Wed Feb 20 02:05:52 2013 +0000 > > > > > > idr: implement lookup hint > > > > Andy Shevchenko already posted fix two days ago. Let me check whether > > that went in yet. > > Yeah, already in -mm. It's titled "idr: always do slow path when hint > is uninitialized". Great, thanks for the info! Fengguang