From: Tim Gardner <tcanonical@tpi.com>
To: Scott James Remnant <scott@canonical.com>
Cc: linux-kernel@vger.kernel.org, kernel-team@lists.ubuntu.com,
286977@bugs.launchpad.net
Subject: Re: [PATCH] add MODULE_ALIAS to load ipmi_devintf with ipmi_si
Date: Tue, 21 Oct 2008 09:42:28 -0600 [thread overview]
Message-ID: <48FDF864.9070705@tpi.com> (raw)
In-Reply-To: <E1KsI6R-0006gT-PJ@bioshock.netsplit.com>
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
prev parent reply other threads:[~2008-10-21 15:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48FDF864.9070705@tpi.com \
--to=tcanonical@tpi.com \
--cc=286977@bugs.launchpad.net \
--cc=kernel-team@lists.ubuntu.com \
--cc=linux-kernel@vger.kernel.org \
--cc=scott@canonical.com \
--cc=tim.gardner@canonical.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.