From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752507AbbHHFLM (ORCPT ); Sat, 8 Aug 2015 01:11:12 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:36562 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751380AbbHHFLL (ORCPT ); Sat, 8 Aug 2015 01:11:11 -0400 Date: Sat, 8 Aug 2015 10:40:54 +0530 From: Sudip Mukherjee To: Greg Kroah-Hartman Cc: kernel test robot , David Kershner , lkp@01.org, LKML Subject: Re: [lkp] [staging] 68905a14e49: kernel BUG at drivers/base/driver.c:153! Message-ID: <20150808051054.GA10491@sudip-pc> References: <87vbczy4m2.fsf@yhuang-dev.intel.com> <20150807022812.GI25067@kroah.com> <20150807071553.GA28337@sudip-pc> <20150807180113.GC10282@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150807180113.GC10282@kroah.com> 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, Aug 07, 2015 at 11:01:13AM -0700, Greg Kroah-Hartman wrote: > On Fri, Aug 07, 2015 at 12:45:53PM +0530, Sudip Mukherjee wrote: > > On Thu, Aug 06, 2015 at 07:28:12PM -0700, Greg Kroah-Hartman wrote: > > > > > > > > > On Sat, Aug 01, 2015 at 01:12:05PM +0800, kernel test robot wrote: > > > > > > [ 12.276231] RIP > > > > [ 12.276231] RIP [] driver_register+0xa8/0xe0 > > > > [] driver_register+0xa8/0xe0 > > > > [ 12.276231] RSP > > > > [ 12.276231] RSP > > > > [ 12.403330] ---[ end trace 075c805d53b02836 ]--- > > > > [ 12.403330] ---[ end trace 075c805d53b02836 ]--- > > > > > > David, any ideas of what needs to be done to fix this? > > > > Hi Greg, > > I was having a quick look and it looks like visorchipset is not yet > > initialised and the bus is not yet registered. If you remember we had a > > loooong discussion in another thread "usb: ulpi: don't register drivers > > if bus doesn't exist", I sent a proposed patch also. For your reference: > > "http://www.spinics.net/lists/linux-usb/msg125368.html". > > I think this one is the perfect example of that case here. > > Great, then it needs to be fixed in the unisys driver code, like I said > should be done for busses to prevent this type of issue :) oops. then I have missed that mail. The last mail I have from you in that thread said "I have some time on Saturday (very long plane ride), where I'll take a look at this." , so I though that is still in your todo list. Then I need to fix parport also, as that can also have this same problem. regards sudip