mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Warren Togami <wtogami@redhat.com>
Cc: linux-kernel@vger.kernel.org, Markus.Lidel@shadowconnect.com
Subject: Re: Merge I2O patches from -mm
Date: Tue, 17 Aug 2004 12:53:03 +0100	[thread overview]
Message-ID: <20040817125303.A21238@infradead.org> (raw)
In-Reply-To: <411F37CC.3020909@redhat.com>; from wtogami@redhat.com on Sun, Aug 15, 2004 at 12:15:40AM -1000

On Sun, Aug 15, 2004 at 12:15:40AM -1000, Warren Togami wrote:
> This is a request to please merge the I2O patches currently in Andrew 
> Morton's -mm tree into the mainline kernel.  They resolve all known 
> reported issues with I2O RAID devices.  If they can be included soon, it 
> would be possible to implement and test direct installation before FC3 
> Test2 freeze.

I've looked over it and except for the i2o_scsi driver it looks sane.

Cosmetic fixups I'd like to see done befoee merging to mainline:

 - run the code through Lindent
 - stop the needless file renaming.  Splitting up i2o_core.c into multiple
   files is fine, but please don' rename the other drivers for the sake of
   it

Now to i2o_scsi:

 - the logic of "demand-allocating" Scsi_Hosts looks rather bad to me,
   life would be much simpler with a Scsi_Host per i2o device.
 - the slave_configure/i2o_scsi_probe_dev logical is quite horriblebut
   fortunately with the suggestion above it would just go away
 - the global list of hosts and wlaking it on exit is a very bad design,
   that's something the ->remove callback should do on per-device basis
 - the completely lack of SCSI EH in this driver scares me, does the firmware
   really handle all EH?

cosemtic stuff in here:

 - <asm/*.h> after <linux/*.h>.
 - please include scsi headers using <scsi/*.h> (after linux and asm headers)
 - please use the standard pr_Debug instead of DBG
 - please reorder the functions a little so you don't need forward-declarations


  parent reply	other threads:[~2004-08-17 11:53 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-15 10:15 Warren Togami
2004-08-17  2:15 ` Andrew Morton
2004-08-17  8:36   ` Markus Lidel
2004-08-17 11:53 ` Christoph Hellwig [this message]
2004-08-17 13:31   ` Markus Lidel
2004-08-17 14:00     ` Alan Cox
2004-08-17 15:06       ` Christoph Hellwig
2004-08-17 14:50         ` Alan Cox
2004-08-17 15:17     ` Christoph Hellwig
2004-08-17 17:05       ` Markus Lidel
2004-08-17 16:56     ` Christoph Hellwig
2004-08-17 18:37       ` Markus Lidel
2004-08-18 23:08 Markus Lidel
2004-08-18 23:24 ` Christoph Hellwig
2004-08-18 23:33   ` Markus Lidel
2004-08-19  9:48     ` Christoph Hellwig
2004-08-19 10:16       ` Markus Lidel
2004-08-19 10:06         ` Christoph Hellwig
2004-08-19 11:54           ` Markus Lidel
2004-08-23 17:55             ` Christoph Hellwig
2004-08-24  8:16               ` Markus Lidel
2004-08-24 12:45                 ` Christoph Hellwig
2004-08-24 16:00                   ` Markus Lidel
2004-08-28 10:13                     ` Warren Togami

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=20040817125303.A21238@infradead.org \
    --to=hch@infradead.org \
    --cc=Markus.Lidel@shadowconnect.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=wtogami@redhat.com \
    /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

Powered by JetHome