* [PATCH] add MODULE_ALIAS to load ipmi_devintf with ipmi_si
@ 2008-10-21 14:18 Scott James Remnant
2008-10-21 15:42 ` Tim Gardner
0 siblings, 1 reply; 2+ messages in thread
From: Scott James Remnant @ 2008-10-21 14:18 UTC (permalink / raw)
To: linux-kernel, kernel-team, 286977
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@ubuntu.com>
---
drivers/char/ipmi/ipmi_devintf.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/char/ipmi/ipmi_devintf.c b/drivers/char/ipmi/ipmi_devintf.c
index 64e1c16..ecaf369 100644
--- a/drivers/char/ipmi/ipmi_devintf.c
+++ b/drivers/char/ipmi/ipmi_devintf.c
@@ -957,3 +957,4 @@ module_exit(cleanup_ipmi);
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Corey Minyard <minyard@mvista.com>");
MODULE_DESCRIPTION("Linux device interface for the IPMI message handler.");
+MODULE_ALIAS("platform:ipmi_si");
--
1.5.6.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] add MODULE_ALIAS to load ipmi_devintf with ipmi_si
2008-10-21 14:18 [PATCH] add MODULE_ALIAS to load ipmi_devintf with ipmi_si Scott James Remnant
@ 2008-10-21 15:42 ` Tim Gardner
0 siblings, 0 replies; 2+ messages in thread
From: Tim Gardner @ 2008-10-21 15:42 UTC (permalink / raw)
To: Scott James Remnant; +Cc: linux-kernel, kernel-team, 286977
Scott James Remnant wrote:
> 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@ubuntu.com>
> ---
> drivers/char/ipmi/ipmi_devintf.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/char/ipmi/ipmi_devintf.c b/drivers/char/ipmi/ipmi_devintf.c
> index 64e1c16..ecaf369 100644
> --- a/drivers/char/ipmi/ipmi_devintf.c
> +++ b/drivers/char/ipmi/ipmi_devintf.c
> @@ -957,3 +957,4 @@ module_exit(cleanup_ipmi);
> MODULE_LICENSE("GPL");
> MODULE_AUTHOR("Corey Minyard <minyard@mvista.com>");
> MODULE_DESCRIPTION("Linux device interface for the IPMI message handler.");
> +MODULE_ALIAS("platform:ipmi_si");
Seems like a candidate for the stable kernel. If you add the line:
Cc: stable@kernel.org
it will happen automagically when Linus merges it into his tree. Can you
resubmit with this line added?
rtg
--
Tim Gardner tim.gardner@canonical.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-21 15:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-21 14:18 [PATCH] add MODULE_ALIAS to load ipmi_devintf with ipmi_si Scott James Remnant
2008-10-21 15:42 ` Tim Gardner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox