RE: Accessing monotonic clock from modules

From: Mikael Starvik
Date: Thu Jun 02 2005 - 05:59:22 EST


>how about making this a _GPL export?

Yes

>also... when are you going to get this module merged?

Do we really want modules for all kind of exotic hardware only used by one
company in the kernel tree? In this case we are the only user of this module
since we make the HW ourself and doesn't resell it. So it's my headache if
any API or similar is changed.

>And if we are going to make it an official interface, does it have to be
>called "do_posix_clock_monotonic_gettime" ? Perhaps a more
>export-friendly name?

Sure. Any suggestions welcome.

/Mikael

-----Original Message-----
From: Arjan van de Ven [mailto:arjan@xxxxxxxxxxxxx]
Sent: Thursday, June 02, 2005 9:30 AM
To: Mikael Starvik
Cc: linux-kernel@xxxxxxxxxxxxxxx
Subject: Re: Accessing monotonic clock from modules


On Thu, 2005-06-02 at 08:36 +0200, Mikael Starvik wrote:
> We would like to get the posix monotonic clock from a loadable module.
> Would a patch to make do_posix_clock_monotonic_gettime exported ok or
> should we do it in some other way?
>
> /Mikael

also... when are you going to get this module merged?
(exporting things without the module going into kernel.org shouldn't be
done imo... it makes it harder to change internals and causes overhead
for all kernel users)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/