hi,
I am trying to send notifiications from kernel to user-mode
process in linux. What are the ways to achieve this?
I found two ways
1) signals
2) using the /proc file system
are there any other ways to to notify user mode process from the
kernel.
thanks
harry