Re: RFC - Approaches to user-space probes

From: Frank Ch. Eigler
Date: Tue Mar 28 2006 - 15:34:00 EST


Prasanna S Panchamukhi <prasanna@xxxxxxxxxx> writes:

> [...]
> If the executable is mmaped shared, then those mappings will get written
> back to the disk.
> Writting to the disk is not the requirement for user-space probes, it is
> just the side effect [...]

It's pretty clear that writing the dirtied pages to disk is an
*undesirable* side-effect, and should be eliminated. (Among many
other scenarios, imagine a kernel shutting down without all the probes
being cleanly removed. Then the executables are irretrievably
corrupted.)

- FChE
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/