From: Arne Henrichsen <ahenric@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: How to ship binary proprietary modules?
Date: Wed, 3 Nov 2004 14:50:10 +0200 [thread overview]
Message-ID: <605a56ed041103045027f52b73@mail.gmail.com> (raw)
Hi,
I would like to get some clarification on how to ship binary
proprietary modules.
First some info. We want to ship our module in binary form, without
ever releasing the source. We have marked the module:
MODULE_LICENSE("Proprietary");
The module is written for Linux 2.6.X, also build using the kernel
build system. I have no problem loading the module, only when its
loaded for a different version, then I get the following error:
insmod: error inserting './mymodule.ko': -1 Invalid module format
and in /var/log/messages:
kernel: mymodule: disagrees about version of symbol struct_module
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?
Or do I totally misunderstood versioning? Must a customer for instance
request the module compiled for a specific kernel?
Thanks
Arne
next reply other threads:[~2004-11-03 12:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-03 12:50 Arne Henrichsen [this message]
2004-11-03 13:03 ` How to ship binary proprietary modules? Arjan van de Ven
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=605a56ed041103045027f52b73@mail.gmail.com \
--to=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.