Skip to content

Tag: linux-kernel

init function not present in kallsyms

I wrote a simple hello world kernel module After loading the module, i am checking what all symbols are added into /proc/kallsysms. I don’t observe test_hello_init. Why don’t we have it Answer Using Linux kernel 5.8 source as a reference, the module’s symbol table for “kallsyms” …