[PATCH 0/3] Add generated modalias to modules.builtin.modinfo

Alexey Gladkov posted 3 patches 4 months ago
There is a newer version of this series
drivers/scsi/BusLogic.c  |  2 --
include/linux/module.h   | 18 +++++++++++-------
rust/kernel/device_id.rs |  8 ++++----
scripts/Makefile.vmlinux |  5 ++++-
scripts/mksysmap         |  3 +++
scripts/mod/file2alias.c | 34 ++++++++++++++++++++++++++++++----
scripts/mod/modpost.c    | 17 ++++++++++++++++-
scripts/mod/modpost.h    |  2 ++
8 files changed, 70 insertions(+), 19 deletions(-)
[PATCH 0/3] Add generated modalias to modules.builtin.modinfo
Posted by Alexey Gladkov 4 months ago
If these changes will be applied, the patchset [1] that adds the modpost
generated aliases to modules.builtin.modinfo will look much smaller.

[1] https://lore.kernel.org/all/cover.1748335606.git.legion@kernel.org/T/#m515563dbddb2f2fcd10b0f198db69aee533db088

Alexey Gladkov (3):
  scsi: Always define blogic_pci_tbl structure
  modpost: Add modname to mod_device_table alias
  modpost: Create modalias for builtin modules

 drivers/scsi/BusLogic.c  |  2 --
 include/linux/module.h   | 18 +++++++++++-------
 rust/kernel/device_id.rs |  8 ++++----
 scripts/Makefile.vmlinux |  5 ++++-
 scripts/mksysmap         |  3 +++
 scripts/mod/file2alias.c | 34 ++++++++++++++++++++++++++++++----
 scripts/mod/modpost.c    | 17 ++++++++++++++++-
 scripts/mod/modpost.h    |  2 ++
 8 files changed, 70 insertions(+), 19 deletions(-)

-- 
2.49.0