From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751760AbWD1Rzx (ORCPT ); Fri, 28 Apr 2006 13:55:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751769AbWD1Rzx (ORCPT ); Fri, 28 Apr 2006 13:55:53 -0400 Received: from smtp.osdl.org ([65.172.181.4]:3503 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1751760AbWD1Rzx (ORCPT ); Fri, 28 Apr 2006 13:55:53 -0400 Date: Fri, 28 Apr 2006 10:54:03 -0700 From: Andrew Morton To: Andi Kleen Cc: linux-kernel@vger.kernel.org, Ian Kent , Matt Mackall , Pavel Machek Subject: Re: initcall warnings in 2.6.17 Message-Id: <20060428105403.250eb2d6.akpm@osdl.org> In-Reply-To: <200604281406.34217.ak@suse.de> References: <200604281406.34217.ak@suse.de> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Andi Kleen wrote: > > I still get > > initcall at 0xffffffff807414c2: pci_iommu_init+0x0/0x501(): returned with error code -1 Should be returning -ENODEV. > initcall at 0xffffffff80748b4d: init_autofs4_fs+0x0/0xc(): returned with error code -16 hm. Why'd that happen? > initcall at 0xffffffff803c7d5c: init_netconsole+0x0/0x6b(): returned with error code -22 Yeah. I think netconsole is just being wrong here. If it wasn't enabled there's no error. > initcall at 0xffffffff80249307: software_resume+0x0/0xcf(): returned with error code -2 Similarly, there's no resume file configured so should we really consider this an error? > I'm not sure it was that good an idea to enable this warning by default in 2.6.17. > It will be still in the release and probably generate some user queries. > > Might be better to disable it for 2.6.17 again and only reenable for 2.6.18 after > some auditing? > Yes, I'm inclined to agree. It's finding some real but very minor problems. Probably too minor to be scaring users. I'll cook up a patch to move it under `initcall_debug'.