Re: [PATCH 1/3] module: move 'struct module_use' to internal.h

2025-06-19 Thread Daniel Gomez
On 12/06/2025 16.53, Thomas WeiÃschuh wrote: > The struct was moved to the public header file in > commit c8e21ced08b3 ("module: fix kdb's illicit use of struct module_use."). > Back then the structure was used outside of the module core. > Nowadays this is not true anymore, so the structure can be

Re: [PATCH 1/3] module: move 'struct module_use' to internal.h

2025-06-17 Thread Petr Pavlu
On 6/12/25 4:53 PM, Thomas Weißschuh wrote: > The struct was moved to the public header file in > commit c8e21ced08b3 ("module: fix kdb's illicit use of struct module_use."). > Back then the structure was used outside of the module core. > Nowadays this is not true anymore, so the structure can be