Re: [PATCH v4 0/4] Properly handle module_kobject creation

2025-04-16 Thread Petr Pavlu
On 2/27/25 19:49, Shyam Saini wrote: > Hi Everyone, > > This patch series fixes handling of module_kobject creation. > A driver expect module_kset list populated with its corresponding > module_kobject to create its /sys/module//drivers > directory. > > Since, > [1] commit 96a1a2412acb ("kernel/p

Re: [PATCH v4 0/4] Properly handle module_kobject creation

2025-04-08 Thread Greg KH
On Tue, Apr 08, 2025 at 12:19:22PM -0700, Shyam Saini wrote: > Hi Greg, > > > On 2/27/25 19:49, Shyam Saini wrote: > > > Hi Everyone, > > > > > > This patch series fixes handling of module_kobject creation. > > > A driver expect module_kset list populated with its corresponding > > > module_kobje

Re: [PATCH v4 0/4] Properly handle module_kobject creation

2025-04-08 Thread Shyam Saini
Hi Greg, > On 2/27/25 19:49, Shyam Saini wrote: > > Hi Everyone, > > > > This patch series fixes handling of module_kobject creation. > > A driver expect module_kset list populated with its corresponding > > module_kobject to create its /sys/module//drivers > > directory. > > > > Since, > > [1]

Re: [PATCH v4 0/4] Properly handle module_kobject creation

2025-03-18 Thread Shyam Saini
Hi Greg, > On 2/27/25 19:49, Shyam Saini wrote: > > Hi Everyone, > > > > This patch series fixes handling of module_kobject creation. > > A driver expect module_kset list populated with its corresponding > > module_kobject to create its /sys/module//drivers > > directory. > > > > Since, > > [1]

Re: [PATCH v4 0/4] Properly handle module_kobject creation

2025-03-05 Thread Shyam Saini
Hi Petr, On Wed, Mar 05, 2025 at 10:55:03AM +0100, Petr Pavlu wrote: > On 2/27/25 19:49, Shyam Saini wrote: > > Hi Everyone, > > > > This patch series fixes handling of module_kobject creation. > > A driver expect module_kset list populated with its corresponding > > module_kobject to create its

Re: [PATCH v4 0/4] Properly handle module_kobject creation

2025-03-05 Thread Petr Pavlu
On 2/27/25 19:49, Shyam Saini wrote: > Hi Everyone, > > This patch series fixes handling of module_kobject creation. > A driver expect module_kset list populated with its corresponding > module_kobject to create its /sys/module//drivers > directory. > > Since, > [1] commit 96a1a2412acb ("kernel/p

[PATCH v4 0/4] Properly handle module_kobject creation

2025-02-27 Thread Shyam Saini
Hi Everyone, This patch series fixes handling of module_kobject creation. A driver expect module_kset list populated with its corresponding module_kobject to create its /sys/module//drivers directory. Since, [1] commit 96a1a2412acb ("kernel/params.c: defer most of param_sysfs_init() to late_init