All of lore.kernel.org
 help / color / mirror / Atom feed
From: "erich" <erich@areca.com.tw>
To: Andrew Morton <akpm@osdl.org>
Cc: "\"James Bottomley\"" <James.Bottomley@SteelEye.com>,
	rdunlap@xenotime.net, hch@infradead.org, brong@fastmail.fm,
	dax@gurulabs.com, linux-kernel@vger.kernel.org,
	linux-scsi@vger.kernel.org, robm@fastmail.fm
Subject: Re: Areca driver recap + status
Date: Fri, 7 Jul 2006 16:41:53 +0800	[thread overview]
Message-ID: <001601c6a1a1$34a17180$0132a8c0@erich2003> (raw)
In-Reply-To: 20060626080122.894de905.akpm@osdl.org

[-- Attachment #1: Type: text/plain, Size: 2523 bytes --]

From: Erich Chen <erich@areca.com.tw>

  1- fix sysfs has more than one value per file
  2- PAE issues (cast of dma_addr_t to unsigned long)
  3- unblock SYNCHRONIZE_CACHE

Signed-off-by: Erich Chen <erich@areca.com.tw>

Areca had tested its arcmsr linux raid driver on ppc machines G5 and it 
worked fine.

Best Regards
Erich Chen
----- Original Message ----- 
From: "Andrew Morton" <akpm@osdl.org>
To: "James Bottomley" <James.Bottomley@SteelEye.com>
Cc: <rdunlap@xenotime.net>; <hch@infradead.org>; <erich@areca.com.tw>; 
<brong@fastmail.fm>; <dax@gurulabs.com>; <linux-kernel@vger.kernel.org>; 
<linux-scsi@vger.kernel.org>; <robm@fastmail.fm>
Sent: Monday, June 26, 2006 11:01 PM
Subject: Re: Areca driver recap + status


> On Mon, 26 Jun 2006 09:48:58 -0500
> James Bottomley <James.Bottomley@SteelEye.com> wrote:
>
>> On Wed, 2006-06-21 at 22:28 -0700, Andrew Morton wrote:
>> > On Thu, 22 Jun 2006 14:18:23 +1000
>> > "Robert Mueller" <robm@fastmail.fm> wrote:
>> >
>> > > The driver went into 2.6.11-rc3-mm1 here:
>> > > http://marc.theaimsgroup.com/?l=linux-kernel&m=110754432622498&w=2
>> >
>> > One and a half years.
>> >
>> > Would the world end if we just merged the dang thing?
>>
>> Not the world perhaps, but I'm unwilling to concede that if a driver
>> author is given a list of major issues and does nothing, then the driver
>> should go in after everyone gets impatient.
>>
>> The rules for inclusion are elastic and include broad leeway for good
>> behaviour, but this would stretch the elasticity way beyond breaking
>> point.
>>
>> The list of issues is here:
>>
>> http://marc.theaimsgroup.com/?l=linux-scsi&m=114556263632510
>
> I'm under the impression that Erich is under the impression that they've 
> all
> been addressed.
>
>> Most of the serious stuff is fixed with the exception of:
>>
>> - sysfs has more than one value per file
>> - BE platform support
>> - PAE (cast of dma_addr_t to unsigned long) issues.
>> - SYNCHRONIZE_CACHE is ignored.  This is wrong.  The sync cache in the
>> shutdown notifier isn't sufficient.
>
> So this is progress.
>
> Erich, can you please fix these things up and then re-review the issues
> list which I'm maintaining in
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.17/2.6.17-mm2/broken-out/areca-raid-linux-scsi-driver.patch,
> make sure that everything has been addressed?
>
> If there are some things in those lists which you cannot/will not address
> then please identify them and give us the reasoning behind your decision.
> 

[-- Attachment #2: areca-raid-linux-scsi-driver-update7.patch.gz --]
[-- Type: application/x-compressed, Size: 2082 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: "erich" <erich@areca.com.tw>
To: "Andrew Morton" <akpm@osdl.org>
Cc: "\"James Bottomley\"" <James.Bottomley@SteelEye.com>,
	<rdunlap@xenotime.net>, <hch@infradead.org>, <brong@fastmail.fm>,
	<dax@gurulabs.com>, <linux-kernel@vger.kernel.org>,
	<linux-scsi@vger.kernel.org>, <robm@fastmail.fm>
Subject: Re: Areca driver recap + status
Date: Fri, 7 Jul 2006 16:41:53 +0800	[thread overview]
Message-ID: <001601c6a1a1$34a17180$0132a8c0@erich2003> (raw)
In-Reply-To: 20060626080122.894de905.akpm@osdl.org

[-- Attachment #1: Type: text/plain, Size: 2523 bytes --]

From: Erich Chen <erich@areca.com.tw>

  1- fix sysfs has more than one value per file
  2- PAE issues (cast of dma_addr_t to unsigned long)
  3- unblock SYNCHRONIZE_CACHE

Signed-off-by: Erich Chen <erich@areca.com.tw>

Areca had tested its arcmsr linux raid driver on ppc machines G5 and it 
worked fine.

Best Regards
Erich Chen
----- Original Message ----- 
From: "Andrew Morton" <akpm@osdl.org>
To: "James Bottomley" <James.Bottomley@SteelEye.com>
Cc: <rdunlap@xenotime.net>; <hch@infradead.org>; <erich@areca.com.tw>; 
<brong@fastmail.fm>; <dax@gurulabs.com>; <linux-kernel@vger.kernel.org>; 
<linux-scsi@vger.kernel.org>; <robm@fastmail.fm>
Sent: Monday, June 26, 2006 11:01 PM
Subject: Re: Areca driver recap + status


> On Mon, 26 Jun 2006 09:48:58 -0500
> James Bottomley <James.Bottomley@SteelEye.com> wrote:
>
>> On Wed, 2006-06-21 at 22:28 -0700, Andrew Morton wrote:
>> > On Thu, 22 Jun 2006 14:18:23 +1000
>> > "Robert Mueller" <robm@fastmail.fm> wrote:
>> >
>> > > The driver went into 2.6.11-rc3-mm1 here:
>> > > http://marc.theaimsgroup.com/?l=linux-kernel&m=110754432622498&w=2
>> >
>> > One and a half years.
>> >
>> > Would the world end if we just merged the dang thing?
>>
>> Not the world perhaps, but I'm unwilling to concede that if a driver
>> author is given a list of major issues and does nothing, then the driver
>> should go in after everyone gets impatient.
>>
>> The rules for inclusion are elastic and include broad leeway for good
>> behaviour, but this would stretch the elasticity way beyond breaking
>> point.
>>
>> The list of issues is here:
>>
>> http://marc.theaimsgroup.com/?l=linux-scsi&m=114556263632510
>
> I'm under the impression that Erich is under the impression that they've 
> all
> been addressed.
>
>> Most of the serious stuff is fixed with the exception of:
>>
>> - sysfs has more than one value per file
>> - BE platform support
>> - PAE (cast of dma_addr_t to unsigned long) issues.
>> - SYNCHRONIZE_CACHE is ignored.  This is wrong.  The sync cache in the
>> shutdown notifier isn't sufficient.
>
> So this is progress.
>
> Erich, can you please fix these things up and then re-review the issues
> list which I'm maintaining in
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.17/2.6.17-mm2/broken-out/areca-raid-linux-scsi-driver.patch,
> make sure that everything has been addressed?
>
> If there are some things in those lists which you cannot/will not address
> then please identify them and give us the reasoning behind your decision.
> 

[-- Attachment #2: areca-raid-linux-scsi-driver-update7.patch.gz --]
[-- Type: application/x-compressed, Size: 2082 bytes --]

  reply	other threads:[~2006-07-07  8:41 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-22  4:18 Areca driver recap + status Robert Mueller
2006-06-22  4:18 ` Robert Mueller
2006-06-22  5:28 ` Andrew Morton
2006-06-22  6:35   ` Jeff Garzik
2006-06-26 14:48   ` James Bottomley
2006-06-26 15:01     ` Andrew Morton
2006-07-07  8:41       ` erich [this message]
2006-07-07  8:41         ` erich
2006-07-07  9:04         ` Andrew Morton
2006-06-26 22:32     ` Robert Mueller
2006-06-26 22:32       ` Robert Mueller
2006-06-27 15:27       ` James Bottomley
2006-06-27 15:51         ` Alan Cox
2006-06-27 15:39           ` James Bottomley
2006-06-27 16:36             ` Alan Cox
2006-06-27  0:23     ` Dax Kelson
2006-06-27 15:27       ` James Bottomley
2006-06-27  9:47     ` erich
2006-06-27  9:47       ` erich
2006-06-27 16:12       ` James Bottomley

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='001601c6a1a1$34a17180$0132a8c0@erich2003' \
    --to=erich@areca.com.tw \
    --cc=James.Bottomley@SteelEye.com \
    --cc=akpm@osdl.org \
    --cc=brong@fastmail.fm \
    --cc=dax@gurulabs.com \
    --cc=hch@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=rdunlap@xenotime.net \
    --cc=robm@fastmail.fm \
    /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.