From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755915Ab2ALVjM (ORCPT ); Thu, 12 Jan 2012 16:39:12 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:49843 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755595Ab2ALVjE (ORCPT ); Thu, 12 Jan 2012 16:39:04 -0500 X-Sasl-enc: WcXK0W7bxsHS6J7WmssmS2rbyKL4gfr+2mFqD1VogBro 1326404341 Date: Thu, 12 Jan 2012 13:37:02 -0800 From: Greg KH To: Greg White Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: MULTIPLE WARNING: at =?utf-8?Q?fs=2Fsy?= =?utf-8?B?c2ZzL2Rpci5jOjQ1NSBzeXNmc19hZGRfb25l4oCP4oCP?= Message-ID: <20120112213702.GA17405@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Thu, Jan 12, 2012 at 02:40:18PM -0600, Greg White wrote: > > Hi, > > I just installed Linux on my HP 6200 PC using UEFI. The Ubuntu lucid kernel caused my computer to freeze during shutdown and reboots. So I downloaded 3.1.6 from kernel.org and compiled my own kernel and it works fine except for the following messages in my dmesg: > > [2.295957] ------------[ cut here ]------------ > [2.295962] WARNING: at fs/sysfs/dir.c:455 sysfs_add_one+0xc1/0xf0() > [2.295964] Hardware name: HP Compaq 6200 Pro Small Form Factor > [2.295966] sysfs: cannot create duplicate filename '/firmware/efi/vars/SlotPresent-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9' This is a BIOS problem, with EFI, go complain to your manufacturer that they are creating multiple slots with the same name. > [2.296043] kobject_add_internal failed for > SlotPresent-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9 with -EEXIST, don't try to register things with the same name in the same directory. See, the kernel told you this :) best of luck, greg k-h