From: Arjan van de Ven <arjan@infradead.org>
To: Arne Henrichsen <ahenric@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: How to ship binary proprietary modules?
Date: Wed, 03 Nov 2004 14:03:21 +0100 [thread overview]
Message-ID: <1099487001.2813.20.camel@laptop.fenrus.org> (raw)
In-Reply-To: <605a56ed041103045027f52b73@mail.gmail.com>
On Wed, 2004-11-03 at 14:50 +0200, Arne Henrichsen wrote:
> Hi,
>
> I would like to get some clarification on how to ship binary
> proprietary modules.
>
First of all you should really talk to your lawyer about if and how you
can do this legally.
> I did compile my module under linux 2.6.8.1. and loaded it under
> 2.6.9. From what I understand of versioning it should check if the
> software interface is valid still and then allow the module to be
> loaded. Surely between version 2.6.8.1 and 2.6.9 nothing that drastic
> changed?
A *lot* of things changed.
> Or do I totally misunderstood versioning?
Yes; basically versioning checks are a very rough approximation of a
check on ABI. Linux does not keep abi for modules at all, every single
release and a whopping lot of config options each result in an entirely
different ABI. Heck even most bugfixes will change the abi.
> Must a customer for instance
> request the module compiled for a specific kernel?
yes; however you're much better off shipping the sourcecode of your
module, or if your lawyer allows that (there may be some patent issues
involved), you can choose to ship a .o file and a glue layer, where the
glue layer abstracts the kernel ABI/API away entirely.
prev parent reply other threads:[~2004-11-03 13:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-03 12:50 Arne Henrichsen
2004-11-03 13:03 ` Arjan van de Ven [this message]
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=1099487001.2813.20.camel@laptop.fenrus.org \
--to=arjan@infradead.org \
--cc=ahenric@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/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
all inboxes | Powered by JetHome®