Re: [PATCH 2.6.23-rc7 1/3] async_tx: usage documentation and developer notes

2007-09-20 Thread Randy Dunlap
On Thu, 20 Sep 2007 18:27:40 -0700 Dan Williams wrote: > Signed-off-by: Dan Williams <[EMAIL PROTECTED]> > --- Hi Dan, Looks pretty good and informative. Thanks. (nits below :) > Documentation/crypto/async-tx-api.txt | 217 > + > 1 files changed, 217 insert

Re: [patch v5 1/1] md: Software Raid autodetect dev list not array

2007-08-29 Thread Randy Dunlap
ould I remove the first patch section in version 5? Version 3: md_autodetect_dev failure message is now more usefully verbose. removed unused i_found that was leftover from initial verification. Thank you Randy Dunlap for pointing where INT_MAX was, fixme fixed. Version 2: using list_add_ta

Re: [patch v3 1/1] md: Software Raid autodetect dev list not array

2007-08-28 Thread Randy Dunlap
Michael Evans wrote: On 8/28/07, Randy Dunlap <[EMAIL PROTECTED]> wrote: Michael Evans wrote: On 8/28/07, Randy Dunlap <[EMAIL PROTECTED]> wrote: Michael Evans wrote: On 8/28/07, Bill Davidsen <[EMAIL PROTECTED]> wrote: Michael Evans wrote: Oh, I see. I forgot about th

Re: [patch v3 1/1] md: Software Raid autodetect dev list not array

2007-08-28 Thread Randy Dunlap
Michael Evans wrote: On 8/28/07, Randy Dunlap <[EMAIL PROTECTED]> wrote: Michael Evans wrote: On 8/28/07, Bill Davidsen <[EMAIL PROTECTED]> wrote: Michael Evans wrote: Oh, I see. I forgot about the changelogs. I'd send out version 5 now, but I'm not sure what kern

Re: [patch v3 1/1] md: Software Raid autodetect dev list not array

2007-08-28 Thread Randy Dunlap
Michael Evans wrote: On 8/28/07, Bill Davidsen <[EMAIL PROTECTED]> wrote: Michael Evans wrote: Oh, I see. I forgot about the changelogs. I'd send out version 5 now, but I'm not sure what kernel version to make the patch against. 2.6.23-rc4 is on kernel.org and I don't see any git snapshots. A

Re: [patch v3 1/1] md: Software Raid autodetect dev list not array

2007-08-27 Thread Randy Dunlap
Michael J. Evans wrote: On Monday 27 August 2007, Randy Dunlap wrote: On Mon, 27 Aug 2007 15:16:21 -0700 Michael J. Evans wrote: = --- linux/drivers/md/md.c.orig 2007-08-21 03:19:42.511576248 -0700 +++ linux/drivers/md/md.c

Re: [patch v3 1/1] md: Software Raid autodetect dev list not array

2007-08-27 Thread Randy Dunlap
On Mon, 27 Aug 2007 15:16:21 -0700 Michael J. Evans wrote: > Note: between 2.6.22 and 2.6.23-rc3-git5 > rdev = md_import_device(dev,0, 0); > became > rdev = md_import_device(dev,0, 90); > So the patch has been edited to patch around that line. (might be fuzzy) so y

Re: [patch v2 1/1] md: Software Raid autodetect dev list not array

2007-08-26 Thread Randy Dunlap
On Sun, 26 Aug 2007 04:51:24 -0700 Michael J. Evans wrote: > From: Michael J. Evans <[EMAIL PROTECTED]> > > In current release kernels the md module (Software RAID) uses a static array > (dev_t[128]) to store partition/device info temporarily for autostart. > > This patch replaces that static a

Re: BLK_DEV_MD with CONFIG_NET

2007-03-21 Thread Randy Dunlap
On Wed, 21 Mar 2007 13:02:46 +0100 Sam Ravnborg wrote: > On Tue, Mar 20, 2007 at 08:26:21PM -0700, David Miller wrote: > > From: Randy Dunlap <[EMAIL PROTECTED]> > > Date: Tue, 20 Mar 2007 20:05:38 -0700 > > > > > Build a kernel with CONFIG_NET-n a

BLK_DEV_MD with CONFIG_NET

2007-03-20 Thread Randy Dunlap
drivers/md/md.c calls csum_partial(). IF CONFIG_NET=n and BLK_DEV_MD=y, if arch/*/lib/Makefile puts csum-partial.o or checksum.o into lib-y, the function is present. (Of course, if the function is placed in obj-y, there is no problem.) If CONFIG_NET=n and BLK_DEV_MD=n, if arch/*/lib/Makefile pu