2002-10-10 19:35:40

by Petr Vandrovec

[permalink] [raw]
Subject: Re: [Linux-streams] Re: [PATCH] Re: export of sys_call_tabl

On 10 Oct 02 at 21:33, Arjan van de Ven wrote:
> On Thu, 2002-10-10 at 21:07, David Grothe wrote:
>
> > LiS is LGPL. Would it work if the exported symbol was GPL only?
>
> since LiS becomes GPL when you link it into the kernel with insmod,
> that's not a problem ;)

Only problem is that modutils do not know about LGPL, you must use
"GPL with additional rights" in source (at least Debian's 2.4.19-3),
and "GPL with additional rights" might be too ambiguous for authors.

Petr Vandrovec
[email protected]


2002-10-11 14:17:11

by David Grothe

[permalink] [raw]
Subject: Re: [Linux-streams] Re: [PATCH] Re: export of sys_call_tabl

Here is a proposed "final" patch for the streams hooks. I think that it
takes into account all suggestions. I put the prototype in linux/sys.h.

This is for stock 2.4.19, and has been tested.

-- Dave


Attachments:
stock-i386-2.4.19.txt (2.82 kB)

2002-10-11 14:34:22

by Alan

[permalink] [raw]
Subject: Re: [Linux-streams] Re: [PATCH] Re: export of sys_call_tabl

On Fri, 2002-10-11 at 15:22, David Grothe wrote:
> Here is a proposed "final" patch for the streams hooks. I think that it
> takes into account all suggestions. I put the prototype in linux/sys.h.
>
> This is for stock 2.4.19, and has been tested.
>

Looks good to me