I am calling a function recursively in the
context of a kernel thread. Max no of
recursion is 4. Is there any chance of stack overflow??? I am not sure of the
stack allocated to my kernel thread. I only know the size of the total kernel
stack which is 8k.
Please help.
Nilanjan