I do indeed hear requests all the time, from people who want to make
their boxes externally exploitable. :)
There are entropy sources on a headless box, even one without audio and
video, that are more secure than adding IRQF_SAMPLE_RANDOM to network
drivers.
EGD demonstrates this, for example: http://egd.sourceforge.net/ It
looks at snmp, w, last, uptime, iostats, vmstats, etc.
And there are plenty of untapped entropy sources even so, such as
reading temperature sensors, fan speed sensors on variable-speed fans, etc.
Heck, "smartctl -d ata -a /dev/FOO" produces output that could be hashed
and added as entropy.
I'm interested to hear peoples' opinion of Chris P's patch, but
definitely do not want to go in the other direction and start adding
IRQF_SAMPLE_RANDOM, thus moving randomness in the direction of being
externally exploitable.
Jeff
--