public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ian Duggan <ian@ianduggan.net>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>, Robert Love <rml@tech9.net>,
	linux kernel <linux-kernel@vger.kernel.org>
Subject: Re: 2.4.18 Preempt Freezeups
Date: Fri, 15 Mar 2002 13:36:18 -0800	[thread overview]
Message-ID: <3C926952.A274773D@ianduggan.net> (raw)
In-Reply-To: <3C91B2A1.48C74B82@ianduggan.net> <E16lsiz-0003ly-00@the-village.bc.nu>


> > "This kernel module attempts to isolate all of the functions and
> > structures that NeTraverse utilizes in it's binary kernel modules."
> >
> > The win4lin patch (also GPL) provides hooks for the mki-adapter module
> > to call.
> 
> Not really. Because if the win4lin patch provides hooks for binary modules
> that the binary modules depend upon then its hard to see how the two are
> resolvable. Either its GPL , in which case why is nonGPL code dependant
> on it and not shipped GPL, or it isnt

Perhaps there is a license violation here then. There are two patches
involved, both available from the Netraverse site once you are
registered there.

	https://www.netraverse.com/member/downloads/misc.php?refresh=yes&

The first patch, w4l-hooks, modifies these files, which are all part of
the kernel, thus GPL. The mki.c file has a header which says that it is
GPL.

	arch/i386/Makefile
	arch/i386/boot/compressed/head.S
	arch/i386/boot/compressed/misc.c
	arch/i386/boot/setup.S
	arch/i386/config.in   
	arch/i386/kernel/entry.S
	arch/i386/kernel/head.S 
	arch/i386/kernel/process.c
	arch/i386/kernel/signal.c 
	arch/i386/kernel/smpboot.c
	arch/i386/kernel/trampoline.S
	arch/i386/mki/Makefile
	arch/i386/mki/mki.c   
	arch/i386/mm/fault.c  
	include/asm-i386/desc.h
	include/asm-i386/mki.h 
	include/asm-i386/mkiversion.h
	include/asm-i386/segment.h 
	include/linux/sched.h
	kernel/exit.c 
	kernel/fork.c 
	kernel/sched.c
	mm/vmscan.c   

The second patch, mki-adapter, creates a new kernel module with a
LICENSE file that says that it is GPL, version 2. All the files in the
patch refer to the LICENSE file.

The output of lsmod shows:

	fokker% lsmod
	Module                  Size  Used by    Tainted: P
	Mvnetd                  8676   1 (unused)
	Mvnet                  51952   0 [Mvnetd]
	Mvnetint                 216   0 (unused)
	Mvw                     4172   0 (unused)
	Mvmouse                  704   0 (unused)
	Mvkbd                    824   0 (unused)
	Mvgic                   3160   0 (unused)
	Mvdsp                    904   0 (unused)
	Mserial                 5724   0 (unused)
	Mmpip                   6796   0 (unused)
	Mmerge                127556   0 [Mvnetd Mvnet Mvw Mvmouse Mvkbd Mvgic
Mvdsp Mserial Mmpip]
	mki-adapter            20944   0 [Mvnetd Mvnet Mvnetint Mvw Mvmouse
Mvkbd Mvgic Mvdsp Mserial Mmpip Mmerge]
	[...]


All of M* modules are binary modules that come as part of the win4lin
binary package. It looks like they are all dependent on Mmerge (binary)
and mki-adapter (GPL). Additionally, the mki-adapter README file has
this:

"This kernel module attempts to isolate all of the functions and
structures that NeTraverse utilizes in it's binary kernel modules."

So it certainly seems that they are dependent on the existence of
mki-adapter.

The M* modules should be available as GPL then?

-- Ian

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ian Duggan                    ian@ianduggan.net
                              http://www.ianduggan.net

  reply	other threads:[~2002-03-15 21:37 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-15  1:51 2.4.18 Preempt Freezeups Ian Duggan
2002-03-15  1:54 ` Robert Love
2002-03-15  8:36   ` Ian Duggan
2002-03-15 14:25     ` Robert Love
2002-03-15 16:11       ` Mikael Pettersson
2002-03-15 19:11         ` Robert Love
2002-03-16  0:40           ` yodaiken
2002-03-16  1:46             ` Mike Fedyk
2002-03-16  3:12               ` yodaiken
2002-03-17  0:33             ` Daniel Phillips
2002-03-17  1:13               ` yodaiken
2002-03-17  1:14                 ` Daniel Phillips
2002-03-17  1:54                   ` yodaiken
2002-03-17  2:08                     ` Daniel Phillips
2002-03-17 21:17                     ` Davide Libenzi
2002-03-15 14:30     ` Alan Cox
2002-03-15 21:36       ` Ian Duggan [this message]
2002-03-15  2:11 ` Alan Cox
2002-03-15  8:38   ` Ian Duggan
2002-03-15  8:51     ` David S. Miller
2002-03-15 14:28     ` Alan Cox
2002-03-16 23:51       ` Daniel Phillips
2002-03-17  3:31         ` Alan Cox
2002-03-17 12:59           ` Dave Jones
2002-03-15  8:43   ` Daniel Phillips

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=3C926952.A274773D@ianduggan.net \
    --to=ian@ianduggan.net \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rml@tech9.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox