All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cs5536: define dma_sff_read_status() method
@ 2009-04-07 16:03 Sergei Shtylyov
  2009-05-04 21:59 ` [stable] " Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Sergei Shtylyov @ 2009-04-07 16:03 UTC (permalink / raw)
  To: bzolnier; +Cc: linux-ide, stable

The driver somehow got merged with the initializer for the dma_sff_read_status()
method missing which caused kernel panic on bootup.

This should fix the kernel.org bug #13026...

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>

---
This patch is against the recent Linus' tree.
It should go into 2.6.29-stable as the driver was merged/broken in 2.6.29 time.

 drivers/ide/cs5536.c |    1 +
 1 files changed, 1 insertion(+)

Index: linux-2.6/drivers/ide/cs5536.c
===================================================================
--- linux-2.6.orig/drivers/ide/cs5536.c
+++ linux-2.6/drivers/ide/cs5536.c
@@ -236,6 +236,7 @@ static const struct ide_dma_ops cs5536_d
 	.dma_test_irq		= ide_dma_test_irq,
 	.dma_lost_irq		= ide_dma_lost_irq,
 	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
+	.dma_sff_read_status	= ide_dma_sff_read_status,
 };
 
 static const struct ide_port_info cs5536_info = {


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [stable] [PATCH] cs5536: define dma_sff_read_status() method
  2009-04-07 16:03 [PATCH] cs5536: define dma_sff_read_status() method Sergei Shtylyov
@ 2009-05-04 21:59 ` Greg KH
  2009-05-05 10:35   ` Sergei Shtylyov
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2009-05-04 21:59 UTC (permalink / raw)
  To: Sergei Shtylyov; +Cc: bzolnier, linux-ide, stable

On Tue, Apr 07, 2009 at 08:03:40PM +0400, Sergei Shtylyov wrote:
> The driver somehow got merged with the initializer for the dma_sff_read_status()
> method missing which caused kernel panic on bootup.
> 
> This should fix the kernel.org bug #13026...
> 
> Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
> 
> ---
> This patch is against the recent Linus' tree.
> It should go into 2.6.29-stable as the driver was merged/broken in 2.6.29 time.

It doesn't apply to the 2.6.29-stable tree at all.

Care to redo your patch to apply there?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [stable] [PATCH] cs5536: define dma_sff_read_status() method
  2009-05-04 21:59 ` [stable] " Greg KH
@ 2009-05-05 10:35   ` Sergei Shtylyov
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Shtylyov @ 2009-05-05 10:35 UTC (permalink / raw)
  To: Greg KH; +Cc: bzolnier, linux-ide, stable

Greg KH wrote:

>>The driver somehow got merged with the initializer for the dma_sff_read_status()
>>method missing which caused kernel panic on bootup.

>>This should fix the kernel.org bug #13026...

>>Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>

>>---
>>This patch is against the recent Linus' tree.
>>It should go into 2.6.29-stable as the driver was merged/broken in 2.6.29 time.

> It doesn't apply to the 2.6.29-stable tree at all.

> Care to redo your patch to apply there?

    Hm, I thought it was obvious enough... will redo.

> thanks,

> greg k-h

MBR, Sergei

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-05-05 10:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-07 16:03 [PATCH] cs5536: define dma_sff_read_status() method Sergei Shtylyov
2009-05-04 21:59 ` [stable] " Greg KH
2009-05-05 10:35   ` Sergei Shtylyov

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.