Hi,
I am building a
kernel module which will probably need
to access files,
real or virtual. The module will be inserted
to an
"out-of-the-box" kernel. I have full control of which-boxes
:-)
Are there any
obvious issues I should be aware of ?
I need
to create a kernel thread, which will loop
on a blocking read
from some something in /dev.
Any issues there
?
TIA