tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: library in kernel space




Make a 3rd module with the shared/common routines, and make both module_1 and module_2 depend-on (require module_subr)

And does not exist another way how to make kobj_checksyms not check some functions when module is loaded ? I did not expect that not-exported symbols are checked for duplicity. I expect it in case of exported symbols.

Peter


Home | Main Index | Thread Index | Old Index