RE: [RFC] prevent "dd if=/dev/mem" crash

From: Luck, Tony
Date: Fri Oct 17 2003 - 17:21:32 EST


> I expect there are probably different opinions about the idea
> that "dd if=/dev/mem" exits without doing anything. Sparc and
> 68K have nearby code that bit-buckets writes and returns zeroes
> for reads of page zero. We could do that, too, but it seems like
> kind of a hack, and holes on ia64 can be BIG (on the order of
> 256GB for one box).

Filling in the holes does seem like a bad idea, but so does returning
EOF when you hit a hole (which is what I think your patch is doing).

Would ENODEV be better?

-Tony
-
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/