Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262810AbVENRc1 (ORCPT ); Sat, 14 May 2005 13:32:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262812AbVENRc1 (ORCPT ); Sat, 14 May 2005 13:32:27 -0400 Received: from titan.genwebhost.com ([209.9.226.66]:59069 "EHLO titan.genwebhost.com") by vger.kernel.org with ESMTP id S262810AbVENRcL (ORCPT ); Sat, 14 May 2005 13:32:11 -0400 Date: Sat, 14 May 2005 10:32:05 -0700 From: randy_dunlap To: Wakko Warner Cc: linux-kernel@vger.kernel.org, akpm@osdl.org, linux@dominikbrodowski.net Subject: Re: [PATCH] pcmcia/ds: handle any error code Message-Id: <20050514103205.7718d5f6.rdunlap@xenotime.net> In-Reply-To: <20050514172619.GA5835@animx.eu.org> References: <20050512015220.GA31634@animx.eu.org> <20050512230206.GA1380@animx.eu.org> <20050512222038.325081b2.rdunlap@xenotime.net> <20050513194549.GB3519@animx.eu.org> <20050514102213.3440c526.rdunlap@xenotime.net> <20050514172619.GA5835@animx.eu.org> Organization: YPO4 X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - titan.genwebhost.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - xenotime.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1951 Lines: 45 On Sat, 14 May 2005 13:26:19 -0400 Wakko Warner wrote: | randy_dunlap wrote: | > On Fri, 13 May 2005 15:45:49 -0400 Wakko Warner wrote: | > | I just tried it, it doesn't give me any errors. This is strange considering | > | that I a) use a pristine tree for each kernel (only coping the .config) and | > | b) the patch doesn't do anything except report the error. I made my boot | > | floppy (the scripts I use pull from the kernel tree I specify and make the | > | image I need) and booted from it. I placed the modules on my stage2 disk | > | that was made and it works. | > | | > | I don't have the time this week to try again from scratch. I'll see if I | > | can do it next week. | > | > I'm currently running a kernel built with -Os. I can successfully | > load pcmcia_core.ko and pcmcia.ko. I added debug printk's in | > drivers/pcmcia/ds.c and it allocates the dynamic major dev | > successfully: | | I noticed this too. I can't figure out why it wasn't working before. I | don't believe the method of loading the kernel (hdd, usb, floppy) would | cause this. Next week when I get a chance to work more on this project, | I'll wipe out my entire kernel tree (saving the .config) and try again (I | keep pristine sources in /usr/src/linux/dist/) | | > What gcc version are you using? (gcc 4.0 has a few known issues.) | | gcc (GCC) 3.4.4 20050314 (prerelease) (Debian 3.4.3-12) | | I have gcc-3.3 also installed. Should I use it instead? I guess it's worth a try, although suspecting code generation is really low on my list. (I used gcc 3.3.3.) | I follow the list somewhat (only interesting sujects =) and I have noticed | that 4.0 has some problems. --- ~Randy - 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/