Mailing List Archive

[Fwd: Re: [2.6.29.4] Blade 2000]
Please note, and anyone qualified please consider responding.

-------- Forwarded Message --------
From: David Miller <davem@davemloft.net>
To: joel.bertrand@systella.fr
Cc: sparclinux@vger.kernel.org
Subject: Re: [2.6.29.4] Blade 2000
Date: Fri, 05 Jun 2009 00:59:01 -0700 (PDT)

From: BERTRAND Joël <joel.bertrand@systella.fr>
Date: Fri, 05 Jun 2009 09:49:24 +0200

> David Miller wrote:
>> I wonder if there is some subtle endianness problem with the
>> qlogic firmware, so we load it incorrectly into the chip and
>> it hangs.
>
> I can do some tests this week-end. How can I help you ?

If I had the time to compose such a description, or a test patch, I
would have.

The world needs to start thinking in terms of helping me do the work
of sparc maintainence, instead of constantly expecting me to magicly
come up with all the answers and the test patches every single time.

I have to confide in everyone how deeply disappointing it is over the
years that this situation continues forever and nobody tries to help
me in a truly meaningful way. Everyone can test things, nobody can
fix or implement things. We have enough testers, and nearly no
fixers.

I'm getting older, slower, and more bogged down in networking
maintainence. And hey I'd like to enjoy life too, believe it or not.

So people need to step up and help or else I can guarentee you
that the sparc ports will continue to deteriorate.
--
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Ferris McCormick (P44646, MI) <fmccor@gentoo.org>
Developer, Gentoo Linux (Sparc, Userrel, Trustees)
[Fwd: Re: [2.6.29.4] Blade 2000] [ In reply to ]
For you information if you have not seen this. Looks like kernel
2.6.29(-r4) has problems on SB2000 at least with the disk firmware.

-------- Forwarded Message --------
From: David Miller <davem@davemloft.net>
To: joel.bertrand@systella.fr
Cc: sparclinux@vger.kernel.org
Subject: Re: [2.6.29.4] Blade 2000
Date: Thu, 11 Jun 2009 03:38:04 -0700 (PDT)

From: BERTRAND Joël <joel.bertrand@systella.fr>
Date: Fri, 29 May 2009 11:58:54 +0200

> BERTRAND Joël a écrit :
>> Hello,
>> I have made some minor modifications in bbc_i2c driver to add en entry
>> in /proc directory. ALl mofications have been made against 2.6.29.4
>> but I haven't verified that this kernel was bootable.
>> I have built my own bbc_i2c driver as a module. 2.6.29.4 kernel hangs
>> just after qla2xxx initialization. I don't think that this driver try
>> to upload firmware. This firmware is built into the kernel.
>> CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
>> # CONFIG_STANDALONE is not set
>> # CONFIG_PREVENT_FIRMWARE_BUILD is not set
>> CONFIG_FW_LOADER=y
>> CONFIG_FIRMWARE_IN_KERNEL=y
>> CONFIG_EXTRA_FIRMWARE="ql2200_fw.bin"
>> CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware"
>> Root rayleigh:[/lib/firmware] > ls
>> edgeport emi62 keyspan_pda ql2100_fw.bin ql2300_fw.bin ql2400_fw.bin
>> emi26 ess korg ql2200_fw.bin ql2322_fw.bin yamaha
>> Root rayleigh:[/lib/firmware] >
>> Configuration:
>> Blade 2000, 2 GB, 2*UIII+/900, Creator3D, internal NIC + 2*3Com NIC.
>> Is it a known trouble ?
>
> Nobody ? I have tried 2.6.29.1 with exactly the same bug. 2.6.28.7
> worked fine.

I just did a scan over the driver changes for qla2xxx from 2.6.28
and 2.6.29 and they were very extensive and complicated.

What we need to do to narrow this down is do a GIT bisect. I hope
that you have a GIT tree handy and can do this?

Luckily it's pretty easy to only bisect through the qla2xxx changes.

Once you have a tree checked out, start like this:

bash$ git bisect start v2.6.29 v2.6.28 -- drivers/scsi/qla2xxx/

Configure and build that kernel, see if it shows the bug.

If the bug is there go into the GIT tree and say:

bash$ git bisect bad

else if the bug is not there say:

bash$ git bisect good

Rebuild and retest. Repeat this process of testing and then
running "git bisect good" or "git bisect bad" until the guilty
changeset is found. At most you'll need to do this 6 times.

Post the result here.

We'll find a way to fix this, thanks!
--
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Ferris McCormick (P44646, MI) <fmccor@gentoo.org>
Developer, Gentoo Linux (Sparc, Userrel, Trustees)