PDA

View Full Version : SysV IPC calls from kernel mode


Davit
Mar 4, 2005, 13:11
Hello,
does anybody know a way through which we can make a SysV IPC calls from dynamic loading kernel modules ?
I have a resource which must be manipulated through semaphores from user space and from kernel space ... I think the only way is to use a SysV IPC semaphore ...
but it seems I can't use it from my kernel module .. the kernel doesn't export any of its functions ...

any ideas ?