From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [Bug #14626] oops on boot starting udev Date: Mon, 16 Nov 2009 18:04:52 -0800 Message-ID: <20091117020451.GA27967@core.coreip.homeip.net> References: <20091117011455.GA7977@kroah.com> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=X+YcCi6Mu//dA8cGZrEnp0iovzHRKam/ELOVXQ5Vx0o=; b=V4QU1Xc+NbREpyYaUqvcJ63FQD5eJHzb4rmsKfMF6bQEqwq4rnowCbs11YdedXskps aWttgZoolt5x9SSqyaRiq2nMDn4tdKoOX+bZz/u9dNRatteHmmc0wdHHE+q95+u/cZAc BiF6uIhmCpgZ4SXPzjl61jziRCKHpUlDtnL+4= Content-Disposition: inline In-Reply-To: <20091117011455.GA7977@kroah.com> Sender: linux-input-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Greg KH Cc: "Rafael J. Wysocki" , linux-input@vger.kernel.org, Linux Kernel Mailing List , Kernel Testers List , Soeren Sonnenburg On Mon, Nov 16, 2009 at 05:14:55PM -0800, Greg KH wrote: > On Mon, Nov 16, 2009 at 11:37:48PM +0100, Rafael J. Wysocki wrote: > > This message has been generated automatically as a part of a report > > of recent regressions. > > > > The following bug entry is on the current list of known regressions > > from 2.6.31. Please verify if it still should be listed and let me know > > (either way). > > > > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=14626 > > Subject : oops on boot starting udev > > Submitter : Soeren Sonnenburg > > Date : 2009-11-14 10:16 (3 days old) > > References : http://marc.info/?l=linux-kernel&m=125819380206800&w=4 > > This looks like an input core problem, as the evdev module was just > loaded and died. > > Any input developers have any ideas? > Hmm, evdev does: dev_set_name(&evdev->dev, "event%d", minor); Not sure how it can go wrong... -- Dmitry