Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751409AbZLVMEU (ORCPT ); Tue, 22 Dec 2009 07:04:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750822AbZLVMES (ORCPT ); Tue, 22 Dec 2009 07:04:18 -0500 Received: from one.firstfloor.org ([213.235.205.2]:34342 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750711AbZLVMER (ORCPT ); Tue, 22 Dec 2009 07:04:17 -0500 To: linux-kernel@vger.kernel.org Cc: DSA , linux-input@vger.kernel.org Subject: Re: 2.6.32.1: BUG and panic: unable to handle kernel NULL pointer dereference at 000000000000001f From: Andi Kleen References: <20091215162736.GS13850@anguilla.noreply.org> Date: Tue, 22 Dec 2009 13:04:16 +0100 In-Reply-To: <20091215162736.GS13850@anguilla.noreply.org> (Peter Palfrader's message of "Tue, 15 Dec 2009 17:27:37 +0100") Message-ID: <871vindxkv.fsf@basil.nowhere.org> User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2493 Lines: 52 Peter Palfrader writes: > [ 5.304749] BUG: unable to handle kernel NULL pointer dereference at 000000000000001f > .. > [ 5.308739] Call Trace: > [ 5.308739] [] kstrdup+0x40/0x70 > [ 5.308739] [] sysfs_new_dirent+0xf7/0x110 > [ 5.308739] [] create_dir+0x3d/0xc0 > [ 5.308739] [] ? autoremove_wake_function+0x11/0x40 > [ 5.308739] [] sysfs_create_dir+0x34/0x50 > [ 5.308739] [] ? kobject_get+0x1a/0x30 > [ 5.308739] [] kobject_add_internal+0xe1/0x1e0 > [ 5.308739] [] kobject_add_varg+0x38/0x60 > [ 5.308739] [] kobject_init_and_add+0x75/0x90 > [ 5.308739] [] ? sysfs_ilookup_test+0x0/0x20 > [ 5.308739] [] ? sysfs_find_dirent+0x2d/0x40 > [ 5.308739] [] ? sysfs_addrm_finish+0x21/0x250 > [ 5.308739] [] ? kobject_get+0x1a/0x30 > [ 5.308739] [] ? kmem_cache_alloc+0x84/0xc0 > [ 5.308739] [] bus_add_driver+0x94/0x260 > [ 5.308739] [] driver_register+0x79/0x160 > [ 5.308739] [] __hid_register_driver+0x43/0x80 > [ 5.308739] [] ? gyration_init+0x0/0x1b > [ 5.308739] [] gyration_init+0x19/0x1b Seems to be caused by the "gyration driver" whatever that is. Do you have such a USB device? It could be some module mismatch, it looks suspicious and from a quick look the gyration driver does nothing bad in that init path. Try a make clean and remove/rebuild/reinstall all the modules on the target system. If that doesn't help perhaps disable CONFIG_HID_GYRATION, but from your other oops something more seems to be broken anyways. > [ 5.308739] [] do_one_initcall+0x38/0x1a0 > [ 5.308739] [] kernel_init+0x172/0x1ca > [ 5.308739] [] child_rip+0xa/0x20 > [ 5.308739] [] ? kernel_init+0x0/0x1ca > [ 5.308739] [] ? child_rip+0x0/0x20 -Andi -- ak@linux.intel.com -- Speaking for myself only. -- 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/