Re: [PATCH v3] module: add link_flag pram in ref_module func to decide whether add usage link

2019-09-11 Thread Jessica Yu
+++ Zhiqiang Liu [20/07/19 22:40 +0800]: Users can call ref_module func in their modules to construct relationships with other modules. However, the holders '/sys/module//holders' of the target module donot include the users` module. So lsmod command misses detailed info of 'Used by'. When load

Re: [PATCH v3] module: add link_flag pram in ref_module func to decide whether add usage link

2019-09-10 Thread Zhiqiang Liu
Friendly Ping... On 2019/7/20 22:40, Zhiqiang Liu wrote: > Users can call ref_module func in their modules to construct > relationships with other modules. However, the holders > '/sys/module//holders' of the target module donot include > the users` module. So lsmod command misses detailed info of

[PATCH v3] module: add link_flag pram in ref_module func to decide whether add usage link

2019-07-20 Thread Zhiqiang Liu
Users can call ref_module func in their modules to construct relationships with other modules. However, the holders '/sys/module//holders' of the target module donot include the users` module. So lsmod command misses detailed info of 'Used by'. When load module, the process is given as follows, lo