The patch titled ipmi: add MODULE_ALIAS to load ipmi_devintf with ipmi_si has been added to the -mm tree. Its filename is ipmi-add-module_alias-to-load-ipmi_devintf-with-ipmi_si.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: ipmi: add MODULE_ALIAS to load ipmi_devintf with ipmi_si From: Scott James Remnant <scott@xxxxxxxxxxxxx> The ipmi_devintf module contains the userspace interface for IPMI devices, yet will not be loaded automatically with a system interface handler driver. Add a MODULE_ALIAS for the "platform:ipmi_si" MODALIAS exported by the ipmi_si driver, so that userspace knows of the recommendation. Signed-off-by: Scott James Remnant <scott@xxxxxxxxxx> Cc: Tim Gardner <tcanonical@xxxxxxx> Cc: Corey Minyard <minyard@xxxxxxx> Cc: <stable@xxxxxxxxxx> [2.6.27.x, maybe earlier?] Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/ipmi/ipmi_devintf.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/char/ipmi/ipmi_devintf.c~ipmi-add-module_alias-to-load-ipmi_devintf-with-ipmi_si drivers/char/ipmi/ipmi_devintf.c --- a/drivers/char/ipmi/ipmi_devintf.c~ipmi-add-module_alias-to-load-ipmi_devintf-with-ipmi_si +++ a/drivers/char/ipmi/ipmi_devintf.c @@ -957,3 +957,4 @@ module_exit(cleanup_ipmi); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Corey Minyard <minyard@xxxxxxxxxx>"); MODULE_DESCRIPTION("Linux device interface for the IPMI message handler."); +MODULE_ALIAS("platform:ipmi_si"); _ Patches currently in -mm which might be from scott@xxxxxxxxxxxxx are ipmi-add-module_alias-to-load-ipmi_devintf-with-ipmi_si.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html