linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrea Arcangeli <andrea@suse.de>
To: Eyal Lebedinsky <eyal@eyal.emu.id.au>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.23aa1 - scsi/pcmcia qlogic still does not build (m)
Date: Tue, 9 Dec 2003 15:11:13 +0100	[thread overview]
Message-ID: <20031209141113.GA12532@dualathlon.random> (raw)
In-Reply-To: <3FD13E30.54A1CAFF@eyal.emu.id.au>

On Sat, Dec 06, 2003 at 01:25:52PM +1100, Eyal Lebedinsky wrote:
> Andrea Arcangeli wrote:
> > Also for the i2c troubles (you mentioned those last time), you can try
> > if this helps.
> 
> I applied fixes similar to your suggestion to i2c-2.7.0
> and lm_sensors-2.7.0 to get these to build, looks OK.
> 
> My final depmod has this problem though:
> 
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.23aa1/kernel/drivers/video/sis/sisfb.o
> depmod:         __floatsidf
> depmod:         __divdf3
> depmod:         __fixunsdfsi
> depmod:         __muldf3
> depmod:         __adddf3
> 
> I do not have this problem with 2.4.23, and I see the -aa1 patch
> actually removing some FP ops. But therer are some left in other
> sources (e.g. sis_main.c) so maybe some link problem was exposed?

yes I've a 150k compressed updated driver from Thomas Winischhofer in my
inbox for Marcelo that should fix those bugs (that would obsolete the
non complete 00_sis-fpu-bugs-1), I thought it was merged in mainline but
obviously not as 00_sis-fpu-bugs-1 wouldn't apply anymore. I guess
Marcelo rejected it because it was very big and it wasn't fix the strict
fpu bugs revealed by the -msoft-float, just guessing.

> Reverting the sis/init.c hunk does not fix this. Can it be related
> to this in arch/i386/Makefile:
> 
> -CFLAGS += -pipe
> +CFLAGS += -pipe -msoft-float

yes it's related, reverting it would hide the bug, the module would
load again but userspace could be corrupted at runtime.

      reply	other threads:[~2003-12-09 14:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-05  2:22 2.4.23aa1 Andrea Arcangeli
2003-12-05  2:38 ` 2.4.23aa1 Mike Fedyk
2003-12-05  2:51   ` 2.4.23aa1 Andrea Arcangeli
2003-12-05 12:01 ` 2.4.23aa1 - scsi/pcmcia qlogic still does not build (m) Eyal Lebedinsky
2003-12-05 23:09   ` Andrea Arcangeli
2003-12-06  0:50     ` Eyal Lebedinsky
2003-12-06  2:25     ` Eyal Lebedinsky
2003-12-09 14:11       ` Andrea Arcangeli [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031209141113.GA12532@dualathlon.random \
    --to=andrea@suse.de \
    --cc=eyal@eyal.emu.id.au \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).