Hi,
   I am inserting a module(device driver) using insmod. 
I want to send a message from this module to an user process.
For this I used msgsnd with buffer in the call as a local 
variable.  I am getting an error "EFAULT" for this call. 
However this did not happen when I made the driver code as a
part of kernel and not as a module.  Any idea about what could
be the problem and how to solve it?

TIA

Regards,
Vijayalakshmi

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

Reply via email to