<div dir="ltr">Dear All,<div>I have developed a kernel module consists of one source file that sends and receives  message to the user space.  I have spitted the source code in two files, and now I  am trying to develop kernel module from these source files. After compiling and linking without any problems, I insmod the module but I didn’t see any of the printk() I wrote, in fact, the module can be inserted and removed, but it does nothing. Code is in the attached file zipped file.</div><div>I tried many things , e.g.,  <a href="https://paguilar.org/?p=7" target="_blank">link</a>1, <a href="https://www.linuxquestions.org/questions/linux-kernel-70/kernel-module-with-multiple-source-files-not-initializing-886190/" target="_blank">link2</a>, and <a href="https://android.googlesource.com/kernel/msm/+/android-msm-dory-3.10-kitkat-wear/Documentation/kbuild/modules.txt" target="_blank">link3</a> etc.  but nothings worked out. </div><div>I also used <i>nm</i> to inspect the module, but, as expected, there was no signs of "__init and __exit" functions can in the output. </div><font color="#a64d79">                             </font><font color="#741b47">    U __alloc_skb<br>00000000000001c0 T create_socket<br>0000000000000030 T data_update<br>                                 U __fentry__<br>                                 U fortify_panic<br>0000000000000000 r __func__.5058<br>                                 U init_net<br>0000000000000000 t kernel_space_receiver<br>0000000000000080 T kernel_space_sender<br>                                  U memcpy<br>0000000000000038 r __module_depends<br>0000000000000008 D msg_size<br>                                 U msleep<br>                                 U __netlink_kernel_create<br>                                 U netlink_kernel_release<br>                                 U netlink_unicast<br>0000000000000078 B nlh<br>                                 U __nlmsg_put<br>0000000000000080 B nl_sk<br>0000000000000000 r _note_6<br>0000000000000004 D pid<br>                                 U printk<br>0000000000000000 D res<br>0000000000000000 B s_data<br>0000000000000070 B skb_out<br>                                  U __stack_chk_fail<br>                                  U strlen<br>0000000000000000 D __this_module<br>0000000000000000 r __UNIQUE_ID_license381<br>000000000000004d r __UNIQUE_ID_name240<br>0000000000000041 r __UNIQUE_ID_retpoline241<br>0000000000000010 r __UNIQUE_ID_srcversion242<br>0000000000000068 r __UNIQUE_ID_vermagic239</font><div>--------------------</div><div><b>Following is the output of some useful commands:</b></div><div>-------------------------------------------------</div><div><b>ssd@ssd:~/Desktop/Kernel_User_comm$ ls</b><br><font color="#741b47">Makefile  netlink_kernel_module.c  netlink_kernel_space.c  netlink_kernel_space.h  netlink_user_module.c</font><br></div><div>---------------------------------------------------</div><div><b>ssd@ssd:~/Kernel_User_comm$ make --version</b><br><font color="#741b47">GNU Make 4.1<br>Built for x86_64-pc-linux-gnu<br>Copyright (C) 1988-2014 Free Software Foundation, Inc.<br>License GPLv3+: GNU GPL version 3 or later <<a href="http://gnu.org/licenses/gpl.html" target="_blank">http://gnu.org/licenses/gpl.html</a>><br>This is free software: you are free to change and redistribute it.<br>There is NO WARRANTY, to the extent permitted by law.</font><br></div><div>-------------------------------------------------------</div><div><b>ssd@ssd:~/Kernel_User_comm$ uname -r</b><br><font color="#741b47">5.2.0-rc6</font><br></div><div>--------------------------------------------------------</div><div>Can you please help me: what's the problem/mistake I am doing?</div><div>Thank you very much.</div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><b style="color:rgb(39,78,19)">Best Regards,</b></div><div><b style="color:rgb(39,78,19)"><br></b></div><div><b style="color:rgb(39,78,19)"><br></b></div><div dir="ltr"><b style="color:rgb(39,78,19)">Mr. Irfan Ullah</b><br></div><div dir="ltr"><font color="#666666">PhD Candidate<br></font><div><font color="#666666">Data and Knowledge Engineering(DKE) Lab</font></div><div><font color="#666666">Department of Computer Science and Engineering</font></div><div><font color="#666666">Kyung Hee University, South Korea.</font></div><div><img src="http://teedayusa.com/media/wysiwyg/telephone_icon.gif" style="font-family:arial,sans-serif;font-size:12.8px"><span style="font-family:arial,sans-serif;font-size:12.8px"> </span><span style="font-family:arial,sans-serif;font-size:12.8px"><font color="#000000"><a href="tel:+82%2010-3877-8867" value="+821038778867" style="color:rgb(17,85,204)" target="_blank">+82-010-591-51651</a></font></span></div><div><div style="font-family:arial,sans-serif;font-size:12.8px"><img src="http://www.letsplaydodgeball.com/ndo/templates/dj-sport01/images/system/emailButton.png" style="font-size:12.8px"><span style="font-size:12.8px"><font color="#000000">  </font></span><span style="font-size:12.8px"><font color="#000000"><a href="mailto:sahibzada.iu@gmail.com" style="color:rgb(17,85,204)" target="_blank">sahibzada.iu@gmail.com</a></font></span></div><div><font face="arial, sans-serif"><span style="font-size:12.8px"><img src="https://docs.google.com/uc?export=download&id=0B1-dY3m3XHQnOFBOM0NSODNoUUU&revid=0B1-dY3m3XHQnUmp1c0ZWTGovR2pYbGZCenlOU29DY3ByQU5RPQ" style="font-size:12.8px"></span></font><span style="font-family:arial,sans-serif;font-size:12.8px"> </span><font face="arial, sans-serif"><span style="font-size:12.8px">sahibzada_irfanullah</span></font></div></div></div></div></div></div>