tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Interface for communicating from kernel to user mode



Thank you, I have this commit on my machine and investigating it.

Described AF_LOCAL sockets are for me candidate no.1.
I am also considering using signal (siginfo.h and signalvar.h) for sending signal from kernel to user process with small data.
But like I described I need bidirectional communications,
does provide signal interface in siginfo.h and signalvar.h also sending signal from user space to kernel module ?
Or what do you thing about this idea at all ?

Peter



Home | Main Index | Thread Index | Old Index