LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   kernel modules (https://www.linuxquestions.org/questions/linux-newbie-8/kernel-modules-426510/)

shrishailnk 03-20-2006 04:08 AM

kernel modules
 
can a kernel module return a value to some other user level function.
i am new to this environment

paragn 03-20-2006 04:18 AM

hi,
No but a system call which is executed in kernel can return any value to u in user program. provide more problem statement.

shrishailnk 03-20-2006 07:32 AM

i neeed to allocate an skbuff in my function at user level & to mess with it . Is it possible to do that .can u specify which function to use(i tried with the alloc_skb( ) but i m failing with all those header errors related to skbuff.h & so on all related things)

assume if i change the contents of some header files . Do i need to recompile the kernel to see the changes

Please help me out of this.


All times are GMT -5. The time now is 10:09 AM.