linux-arm-kernel.lists.infradead.org archive mirror
 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; 6+ 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] 6+ messages in thread

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

Thread overview: 6+ 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 18:25 ` Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).