Re: [PATCH] mmc: Add missing sg_init_table() call

2007-11-27 Thread Rafael J. Wysocki
On Tuesday, 27 of November 2007, Jens Axboe wrote: > On Tue, Nov 27 2007, Pierre Ossman wrote: > > On Mon, 26 Nov 2007 21:29:55 -0800 > > Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > > > > > Pierre, I can queue this up but if you merge it into your tree I shall > > > drop > > > it and shall

Re: [PATCH] mmc: Add missing sg_init_table() call

2007-11-27 Thread Haavard Skinnemoen
On Mon, 26 Nov 2007 21:29:55 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > On Thu, 22 Nov 2007 20:32:51 +0100 Haavard Skinnemoen <[EMAIL PROTECTED]> > wrote: > > > mmc_init_queue only initializes the scatterlists with sg_init_table() > > when using a bounce buffer. This leads to a BUG() when

Re: [PATCH] mmc: Add missing sg_init_table() call

2007-11-27 Thread Jens Axboe
On Tue, Nov 27 2007, Pierre Ossman wrote: > On Mon, 26 Nov 2007 21:29:55 -0800 > Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > > Pierre, I can queue this up but if you merge it into your tree I shall drop > > it and shall lose track of it. So it's then all down to you to remember to > > get t

Re: [PATCH] mmc: Add missing sg_init_table() call

2007-11-26 Thread Pierre Ossman
On Mon, 26 Nov 2007 21:29:55 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > > Pierre, I can queue this up but if you merge it into your tree I shall drop > it and shall lose track of it. So it's then all down to you to remember to > get the fix into 2.6.24. > > (Except this particular bug loo

Re: [PATCH] mmc: Add missing sg_init_table() call

2007-11-26 Thread Andrew Morton
On Thu, 22 Nov 2007 20:32:51 +0100 Haavard Skinnemoen <[EMAIL PROTECTED]> wrote: > mmc_init_queue only initializes the scatterlists with sg_init_table() > when using a bounce buffer. This leads to a BUG() when CONFIG_DEBUG_SG > is set. > I assume that 2.6.23 is not afflicted in this way? > ---

Re: [PATCH] mmc: Add missing sg_init_table() call

2007-11-23 Thread Jens Axboe
On Thu, Nov 22 2007, Haavard Skinnemoen wrote: > mmc_init_queue only initializes the scatterlists with sg_init_table() > when using a bounce buffer. This leads to a BUG() when CONFIG_DEBUG_SG > is set. > > Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> > --- > drivers/mmc/card/queue.c |