All of lore.kernel.org
 help / color / mirror / Atom feed
From: "BERTRAND Joël" <joel.bertrand@systella.fr>
To: sparclinux@vger.kernel.org
Subject: Re: [2.6.29.4] Blade 2000
Date: Thu, 11 Jun 2009 10:56:12 +0000	[thread overview]
Message-ID: <4A30E2CC.4050105@systella.fr> (raw)
In-Reply-To: <4A1C36B5.6040707@systella.fr>

David Miller wrote:
> 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!

	I'll try, but I have to install a regular linux system on a blade 2000 
that is not used.

	Regards,

	JKB

  parent reply	other threads:[~2009-06-11 10:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-26 18:36 [2.6.29.4] Blade 2000 BERTRAND Joël
2009-05-29  9:58 ` BERTRAND Joël
2009-06-04 22:39 ` David Miller
2009-06-05  7:49 ` BERTRAND Joël
2009-06-05  7:59 ` David Miller
2009-06-11 10:38 ` David Miller
2009-06-11 10:56 ` BERTRAND Joël [this message]
2009-06-11 16:32 ` BERTRAND Joël
2009-06-12  0:06 ` David Miller
2009-06-12  7:25 ` BERTRAND Joël
2009-06-14 12:40 ` BERTRAND Joël
2009-07-17 17:23 ` David Miller

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=4A30E2CC.4050105@systella.fr \
    --to=joel.bertrand@systella.fr \
    --cc=sparclinux@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.