hi,
why when i link the module it block the
system?
int my_thread( ){
while(1){ // do something } return
0;
} init_module: kernel_thread(my_thread,NULL, CLONE_FS |CLONE_FILES | CLONE_SIGNAL); how can i resolve it?
thanks R!SC |
hi,
why when i link the module it block the
system?
int my_thread( ){
while(1){ // do something } return
0;
} init_module: kernel_thread(my_thread,NULL, CLONE_FS |CLONE_FILES | CLONE_SIGNAL); how can i resolve it?
thanks R!SC |