linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* kernel fault in get_dump_page on at91
@ 2012-06-16 12:51 Gilles Chanteperdrix
  2012-06-18 15:00 ` Will Deacon
  0 siblings, 1 reply; 2+ messages in thread
From: Gilles Chanteperdrix @ 2012-06-16 12:51 UTC (permalink / raw)
  To: linux-arm-kernel


Hi,

It seems generating a coredump on an at91rm9200 with kernels 3.4 and 3.5
causes an oops.

The function get_dump_page calls vivt_flush_cache_page which tests if
the current cpu belongs to mm_cpumask(vma->vm_mm), but vma->vm_mm is
NULL for the vector page.

Setting gate_vma.vm_mm to &init_mm seems to avoid the issue, but I am
not sure this is the right thing to do.

Regards.

-- 
                                                                Gilles.

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

end of thread, other threads:[~2012-06-18 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-16 12:51 kernel fault in get_dump_page on at91 Gilles Chanteperdrix
2012-06-18 15:00 ` Will Deacon

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).