Re: [PATCH v4 0/7] Add generated modalias to modules.builtin.modinfo

2025-07-22 Thread Alexey Gladkov
On Wed, Jul 16, 2025 at 01:23:26AM +0900, Masahiro Yamada wrote: > Hi, sorry for the delay. > > On Mon, Jul 14, 2025 at 10:41 PM Alexey Gladkov wrote: > > > > On Sat, Jun 21, 2025 at 03:57:12PM +0200, Alexey Gladkov wrote: > > > The modules.builtin.modinfo file is used by userspace (kmod to be >

Re: [PATCH v4 0/7] Add generated modalias to modules.builtin.modinfo

2025-07-16 Thread Alexey Gladkov
On Wed, Jul 16, 2025 at 01:23:26AM +0900, Masahiro Yamada wrote: > Hi, sorry for the delay. > > On Mon, Jul 14, 2025 at 10:41 PM Alexey Gladkov wrote: > > > > On Sat, Jun 21, 2025 at 03:57:12PM +0200, Alexey Gladkov wrote: > > > The modules.builtin.modinfo file is used by userspace (kmod to be >

Re: [PATCH v4 0/7] Add generated modalias to modules.builtin.modinfo

2025-07-15 Thread Masahiro Yamada
Hi, sorry for the delay. On Mon, Jul 14, 2025 at 10:41 PM Alexey Gladkov wrote: > > On Sat, Jun 21, 2025 at 03:57:12PM +0200, Alexey Gladkov wrote: > > The modules.builtin.modinfo file is used by userspace (kmod to be specific) > > to > > get information about builtin modules. Among other inform

Re: [PATCH v4 0/7] Add generated modalias to modules.builtin.modinfo

2025-07-14 Thread Alexey Gladkov
On Sat, Jun 21, 2025 at 03:57:12PM +0200, Alexey Gladkov wrote: > The modules.builtin.modinfo file is used by userspace (kmod to be specific) to > get information about builtin modules. Among other information about the > module, > information about module aliases is stored. This is very important