Re: [PATCH 1/4] module: Add module_subinit{_noexit} and module_subeixt helper macros

2024-07-24 Thread Christoph Hellwig
On Wed, Jul 24, 2024 at 09:57:05AM +0800, Youling Tang wrote: > module_init(initfn)/module_exit(exitfn) has two definitions (via MODULE): > - buindin: uses do_initcalls() to iterate over the contents of the specified >   section and executes all initfn functions in the section in the order in >   w

Re: [PATCH 1/4] module: Add module_subinit{_noexit} and module_subeixt helper macros

2024-07-24 Thread Youling Tang
On 24/07/2024 23:43, Christoph Hellwig wrote: On Wed, Jul 24, 2024 at 09:57:05AM +0800, Youling Tang wrote: module_init(initfn)/module_exit(exitfn) has two definitions (via MODULE): - buindin: uses do_initcalls() to iterate over the contents of the specified   section and executes all initfn fu