Re: [PATCH 2.6.20-rc3] DAC960: kmalloc->kzalloc/Casting cleanups

2007-01-08 Thread Toon van der Pas
On Sat, Jan 06, 2007 at 03:17:25PM +0200, Ahmed S. Darwish wrote: > Hi all, > I'm not able to find the DAC960 block driver maintainer. > If someones knows please reply :). After Leonard Zubkoff unfortunately died in a helicopter accident Dave Olien <[EMAIL PROTECTED]> did some great work on the dr

Re: [PATCH 2.6.20-rc3] DAC960: kmalloc->kzalloc/Casting cleanups

2007-01-06 Thread Jesper Juhl
On 07/01/07, Ahmed S. Darwish <[EMAIL PROTECTED]> wrote: On Sat, Jan 06, 2007 at 09:46:30AM -0800, Randy Dunlap wrote: > On Sat, 6 Jan 2007 15:17:25 +0200 Ahmed S. Darwish wrote: > > > Hi all, > > I'm not able to find the DAC960 block driver maintainer. If someones knows > > please reply :). > >

Re: [PATCH 2.6.20-rc3] DAC960: kmalloc->kzalloc/Casting cleanups

2007-01-06 Thread Jesper Juhl
On 07/01/07, Ahmed S. Darwish <[EMAIL PROTECTED]> wrote: On Sat, Jan 06, 2007 at 09:46:30AM -0800, Randy Dunlap wrote: > On Sat, 6 Jan 2007 15:17:25 +0200 Ahmed S. Darwish wrote: > > > Hi all, > > I'm not able to find the DAC960 block driver maintainer. If someones knows > > please reply :). > >

Re: [PATCH 2.6.20-rc3] DAC960: kmalloc->kzalloc/Casting cleanups

2007-01-06 Thread Randy Dunlap
On Sun, 7 Jan 2007 04:00:10 +0200 Ahmed S. Darwish wrote: > On Sat, Jan 06, 2007 at 09:46:30AM -0800, Randy Dunlap wrote: > > > On Sat, 6 Jan 2007 15:17:25 +0200 Ahmed S. Darwish wrote: > > > > > Hi all, > > > I'm not able to find the DAC960 block driver maintainer. If someones knows > > > pleas

Re: [PATCH 2.6.20-rc3] DAC960: kmalloc->kzalloc/Casting cleanups

2007-01-06 Thread Alan
> Should Kernel janitors then care of cleaning orphaned files ?. If you have the hardware to run tests then yes, if not then they are best handled with caution. Working is preferred to pretty. Alan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: [PATCH 2.6.20-rc3] DAC960: kmalloc->kzalloc/Casting cleanups

2007-01-06 Thread Ahmed S. Darwish
On Sat, Jan 06, 2007 at 09:46:30AM -0800, Randy Dunlap wrote: > On Sat, 6 Jan 2007 15:17:25 +0200 Ahmed S. Darwish wrote: > > > Hi all, > > I'm not able to find the DAC960 block driver maintainer. If someones knows > > please reply :). > > It's orphaned. Andrew can decide to merge this, or one

Re: [PATCH 2.6.20-rc3] DAC960: kmalloc->kzalloc/Casting cleanups

2007-01-06 Thread Randy Dunlap
On Sat, 6 Jan 2007 15:17:25 +0200 Ahmed S. Darwish wrote: > Hi all, > I'm not able to find the DAC960 block driver maintainer. If someones knows > please reply :). It's orphaned. Andrew can decide to merge this, or one of the storage or block maintainers could possibly do that. or it could go th

Re: [PATCH 2.6.20-rc3] DAC960: kmalloc->kzalloc/Casting cleanups

2007-01-06 Thread Ahmed S. Darwish
On Sat, Jan 06, 2007 at 08:36:23AM -0500, Robert P. J. Day wrote: > a couple bits of advice here. you should start your patch > submission with *only* that descriptive text you want included in the > log, followed by your "Signed-off-by" line, then a line containing > "---". > > *after* that

Re: [PATCH 2.6.20-rc3] DAC960: kmalloc->kzalloc/Casting cleanups

2007-01-06 Thread Robert P. J. Day
On Sat, 6 Jan 2007, Ahmed S. Darwish wrote: > Hi all, > I'm not able to find the DAC960 block driver maintainer. If someones knows > please reply :). > > A patch to switch kmalloc->kzalloc and to clean unneeded kammloc, > pci_alloc_consistent casts > > Signed-off-by: Ahmed Darwish <[EMAIL PROTECTE

[PATCH 2.6.20-rc3] DAC960: kmalloc->kzalloc/Casting cleanups

2007-01-06 Thread Ahmed S. Darwish
Hi all, I'm not able to find the DAC960 block driver maintainer. If someones knows please reply :). A patch to switch kmalloc->kzalloc and to clean unneeded kammloc, pci_alloc_consistent casts Signed-off-by: Ahmed Darwish <[EMAIL PROTECTED]> diff --git a/drivers/block/DAC960.c b/drivers/block/DA