linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Remote memory access through FireWire?
@ 2003-10-31 22:36 Omen Wild
  2003-10-31 22:45 ` Valdis.Kletnieks
  0 siblings, 1 reply; 2+ messages in thread
From: Omen Wild @ 2003-10-31 22:36 UTC (permalink / raw)
  To: linux-kernel

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

I just ran accross this kerneltrap article:
http://kerneltrap.org/node/view/145/334

Quoting from the page:
"As you know, IEEE1394 is a bus and OHCI supports physical access to
the host memory. This means that you can access the remote host over
firewire without software support at the remote host. In other words,
you can investigate remote host's physical memory whether its OS is
alive or crashed or hangs up."

The article is talking about FreeBSD, but I was wondering if Linux has
a similar issue.  Can someone plugged into the FireWire bus
snoop/modify the entire contents of Linux's memory?

Thanks,
   Omen

-- 
The cost of living hasn't affected its popularity.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: Remote memory access through FireWire?
  2003-10-31 22:36 Remote memory access through FireWire? Omen Wild
@ 2003-10-31 22:45 ` Valdis.Kletnieks
  0 siblings, 0 replies; 2+ messages in thread
From: Valdis.Kletnieks @ 2003-10-31 22:45 UTC (permalink / raw)
  To: Omen Wild; +Cc: linux-kernel

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

On Fri, 31 Oct 2003 17:36:28 EST, Omen Wild <Omen.Wild@Dartmouth.EDU>  said:

> "As you know, IEEE1394 is a bus and OHCI supports physical access to
> the host memory. 

Supporting something as part of the hardware/protocol design is one thing.

Writing the device driver to support it is another (I'm sure that *before* you crash,
you have to set bits in the appropriate OHCI structures).

Actually allowing it to be enabled is a third thing.

Having said that, it *would* make for an interesting kgdb enhancement. :)

[-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --]

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

end of thread, other threads:[~2003-10-31 22:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-31 22:36 Remote memory access through FireWire? Omen Wild
2003-10-31 22:45 ` Valdis.Kletnieks

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