The following changes since commit 8ffd015db85fea3e15a77027fda6c02ced4d2444:
Linux 6.15-rc2 (2025-04-13 11:54:49 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux.git/ tags/modules-6.15-rc5 for you to fetch changes up to f95bbfe18512c5c018720468959edac056a17196: drivers: base: handle module_kobject creation (2025-04-16 15:10:55 +0200) ---------------------------------------------------------------- Modules fixes for v6.15-rc5 A single series is present to properly handle the module_kobject creation. It fixes a problem with missing /sys/module/<module>/drivers for built-in modules. The fix has been on linux-next for two weeks with no reported issues. ---------------------------------------------------------------- Shyam Saini (4): kernel: param: rename locate_module_kobject kernel: refactor lookup_or_create_module_kobject() kernel: globalize lookup_or_create_module_kobject() drivers: base: handle module_kobject creation drivers/base/module.c | 13 +++++-------- include/linux/module.h | 2 ++ kernel/params.c | 47 ++++++++++++++++++++++------------------------- 3 files changed, 29 insertions(+), 33 deletions(-)