From mboxrd@z Thu Jan 1 00:00:00 1970 From: wonda.ni@gmail.com (Wenda Ni) Date: Thu, 24 Mar 2016 11:58:51 -0400 Subject: Kernel symbol naming rules Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi all, When doing insmod, we find our function named "rxe_mem_alloc" is renamed as "rxe_mem_alloc.isra.2" in kernel symbol table @ /proc/kallsyms I am curious why the kernel appends ".isra.2" to the original function. Why this happens? What is this for? Thank you for sharing your thoughts. Cheers, Wenda Ni, Ph.D. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160324/d5ea074d/attachment.html