RE: Exporting new functions from kernel 2.2.14

Arthur Naseef (arthur.naseef@ariel.com)
Tue, 5 Jun 2001 09:25:55 -0400


Thanks for being so helpful. Indeed!

> -----Original Message-----
> From: Keith Owens [mailto:kaos@ocs.com.au]
> Sent: Tuesday, June 05, 2001 9:25 AM
> To: Arthur Naseef
> Cc: Linux Kernel
> Subject: Re: Exporting new functions from kernel 2.2.14
>
>
> On Tue, 5 Jun 2001 09:10:56 -0400,
> "Arthur Naseef" <arthur.naseef@ariel.com> wrote:
> >I still have not figured out the magic that creates the .ver files which
> >would resolve your concern with the symbol versions, but I do know that
> >you can edit the .ver file yourself (under /usr/src/linux/include/modules/)
> >and add entries. This will eliminate the funny versioning, as in:
> >
> > grab_timer_interrupt_R__ver_grab_timer_interrupt
> >
> >You can pick a hash value to use. For example, you might add the following:
> >
> > #define __ver_grab_timer_interrupt a1b2c3d4
> > #define grab_timer_interrupt _set_ver(grab_timer_interrupt)
>
> Remind me _NEVER_ to answer any of your module problems. Make up your
> own hash indeed, complete and utter rubbish!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/