public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] mantis crash...
@ 2008-05-02 20:44 Roland Scheidegger
  2008-05-03 21:00 ` Ruediger Dohmhardt
  0 siblings, 1 reply; 3+ messages in thread
From: Roland Scheidegger @ 2008-05-02 20:44 UTC (permalink / raw)
  To: linux-dvb

[-- Attachment #1: Type: text/plain, Size: 695 bytes --]

This was reported before, the current mantis driver will cause a page
fault in mantis_dvb_start_feed.
The reason for this is commit f5b1f9d491bfabbd23ec415e647f3d65ea1930eb
"Implement HIF Mem Read/Write operations". I don't know how HIF memory
reads/writes are supposed to work, but there seems to be some mixup
between register contents and register addresses. Clearly, 0xfffffff is
not a valid mmaped reg address and as such writing to it blows up
accordingly.
The attached patch fixes that (reverts part of the above commit). The
same bug also seems to be present in the hif.c file, though I don't know
how it should work there (and it looks like that code won't get touched
here).

Roland



[-- Attachment #2: mantisdma.diff --]
[-- Type: application/mbox, Size: 969 bytes --]

[-- Attachment #3: Type: text/plain, Size: 150 bytes --]

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

end of thread, other threads:[~2008-05-05 14:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-02 20:44 [linux-dvb] mantis crash Roland Scheidegger
2008-05-03 21:00 ` Ruediger Dohmhardt
2008-05-05 14:02   ` Roland Scheidegger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox