All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mei: module version
@ 2012-07-10 10:10 Ortwin Glück
  2012-07-10 15:28 ` Alan Cox
  0 siblings, 1 reply; 4+ messages in thread
From: Ortwin Glück @ 2012-07-10 10:10 UTC (permalink / raw)
  To: linux-kernel

The LMS daemon expects a /sys/modules/mei/version file with, a four 
digit version number.

see
http://software.intel.com/en-us/articles/download-the-latest-intel-amt-open-source-drivers/

Signed-off-by: Ortwin Glück <odi@odi.ch>
---
diff --git a/drivers/misc/mei/main.c b/drivers/misc/mei/main.c
index 7de1389..cee72bd 100644
--- a/drivers/misc/mei/main.c
+++ b/drivers/misc/mei/main.c
@@ -1229,3 +1229,4 @@ module_exit(mei_exit_module);
  MODULE_AUTHOR("Intel Corporation");
  MODULE_DESCRIPTION("Intel(R) Management Engine Interface");
  MODULE_LICENSE("GPL v2");
+MODULE_VERSION("1.0.0.0");
-- 
1.7.8.6


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] mei: module version
  2012-07-10 10:10 [PATCH] mei: module version Ortwin Glück
@ 2012-07-10 15:28 ` Alan Cox
  2012-07-11  6:45   ` Ortwin Glück
  0 siblings, 1 reply; 4+ messages in thread
From: Alan Cox @ 2012-07-10 15:28 UTC (permalink / raw)
  To: Ortwin Glück; +Cc: linux-kernel

On Tue, 10 Jul 2012 12:10:27 +0200
Ortwin Glück <odi@odi.ch> wrote:

> The LMS daemon expects a /sys/modules/mei/version file with, a four 
> digit version number.
> 
> see
> http://software.intel.com/en-us/articles/download-the-latest-intel-amt-open-source-drivers/

Just get them to fix the userspace. I thought the latest one had this
dealt with ?


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mei: module version
  2012-07-10 15:28 ` Alan Cox
@ 2012-07-11  6:45   ` Ortwin Glück
  2012-07-11  9:54     ` Tomas Winkler
  0 siblings, 1 reply; 4+ messages in thread
From: Ortwin Glück @ 2012-07-11  6:45 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

On 07/10/2012 05:28 PM, Alan Cox wrote:
> On Tue, 10 Jul 2012 12:10:27 +0200
> Ortwin Glück<odi@odi.ch>  wrote:
>
>> The LMS daemon expects a /sys/modules/mei/version file with, a four
>> digit version number.
>>
>> see
>> http://software.intel.com/en-us/articles/download-the-latest-intel-amt-open-source-drivers/
>
> Just get them to fix the userspace. I thought the latest one had this
> dealt with ?
>

You are right of course.

I thought the code at that URL is the latest one. At least the URL claims to be 
:-) Admitted, the code doesn't even build without a minor include fix. Has 
anyone got pointers to more recent code? We are trying to get it into Gentoo: 
https://bugs.gentoo.org/show_bug.cgi?id=425658 and I woud like to have the 
patches upstream.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mei: module version
  2012-07-11  6:45   ` Ortwin Glück
@ 2012-07-11  9:54     ` Tomas Winkler
  0 siblings, 0 replies; 4+ messages in thread
From: Tomas Winkler @ 2012-07-11  9:54 UTC (permalink / raw)
  To: Ortwin Glück; +Cc: Alan Cox, linux-kernel

On Wed, Jul 11, 2012 at 9:45 AM, Ortwin Glück <odi@odi.ch> wrote:
>
> On 07/10/2012 05:28 PM, Alan Cox wrote:
>>
>> On Tue, 10 Jul 2012 12:10:27 +0200
>> Ortwin Glück<odi@odi.ch>  wrote:
>>
>>> The LMS daemon expects a /sys/modules/mei/version file with, a four
>>> digit version number.
>>>
>>> see
>>>
>>> http://software.intel.com/en-us/articles/download-the-latest-intel-amt-open-source-drivers/
>>
>>
>> Just get them to fix the userspace. I thought the latest one had this
>> dealt with ?
>>
>
> You are right of course.
>
> I thought the code at that URL is the latest one. At least the URL claims
> to be :-) Admitted, the code doesn't even build without a minor include fix.
> Has anyone got pointers to more recent code? We are trying to get it into
> Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=425658 and I woud like to
> have the patches upstream.
>
The new version of LMS with this fixed  is in validation stage and
will be released soon

Thanks
Tomas

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-07-11  9:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-10 10:10 [PATCH] mei: module version Ortwin Glück
2012-07-10 15:28 ` Alan Cox
2012-07-11  6:45   ` Ortwin Glück
2012-07-11  9:54     ` Tomas Winkler

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.