All of lore.kernel.org
 help / color / mirror / Atom feed
* atmel-mci causes kernel panic when CONFIG_DEBUG_VM is set
@ 2011-05-19  7:53 Ludovic Desroches
  2011-05-19  8:04 ` Barry Song
  2011-05-19 18:25   ` Uwe Kleine-König
  0 siblings, 2 replies; 10+ messages in thread
From: Ludovic Desroches @ 2011-05-19  7:53 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

There is a bug with the atmel-mci driver when the debug feature 
CONFIG_DEBUG_VM is set.

Into the atmci_read_data_pio function we use flush_dcache_page (do we 
really need it?) which call the page_mapping function where we can find 
VM_BUG_ON(PageSlab(Page)). Then a kernel panic happens.

I don't understand the purpose of the VM_BUG_ON(PageSlab(Page)) (the 
page comes from a scatter list). How could I correct this problem?

Thanks for your help

Regards,

Ludovic

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

end of thread, other threads:[~2011-05-19 18:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-19  7:53 atmel-mci causes kernel panic when CONFIG_DEBUG_VM is set Ludovic Desroches
2011-05-19  8:04 ` Barry Song
2011-05-19  9:24   ` Ludovic Desroches
2011-05-19 12:17     ` Ludovic Desroches
2011-05-19 15:16       ` Ludovic Desroches
2011-05-19 15:16         ` Ludovic Desroches
2011-05-19 18:25 ` Uwe Kleine-König
2011-05-19 18:25   ` Uwe Kleine-König
2011-05-19 18:25   ` Uwe Kleine-König
2011-05-19 18:25   ` Uwe Kleine-König

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.