>>>>> "David" == David Mosberger <[EMAIL PROTECTED]> writes:

>>>>> On 03 Feb 2005 15:58:16 -0500, Jes Sorensen <[EMAIL PROTECTED]> said:
Jes> I hear your concerns! However, at the same time, if something
Jes> within the kernel starts mocking with memory it doesn't own,
Jes> thats a bug.

David> I'm not convinced of that.  Jack already mentioned lcrash...

Mmmmm, I took a look at lcrash and I'll refrain from commenting on
it's method of operation here to avoid too much public swearing. Yuck!

Anyway, it seems that lcrash at least only accesses the memory using
read() and write()? which means it is relatively easy to using a
struct page flag to do uncached vs cached access on the fly. mmap on
the other hand would be a bit of a nightmare as it would require a
custom fault handler that would know when to go cached and when not
to.

How would you feel about using PG_arch_1 for this on ia64?

Cheers,
Jes
-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to