From: Sidney Cammeresi <sac@cheesecake.org>
To: xen-devel@lists.xensource.com
Subject: Licensing conflict with OpenAFS kernel module
Date: Wed, 26 Apr 2006 09:07:07 -0500 [thread overview]
Message-ID: <20060426140707.GA6094@cheesecake.org> (raw)
I recently upgraded two Xen domU instances from 2.6.12.6 to 2.6.16.
Because I am running the OpenAFS client on each of them, I took the
opportunity to upgrade that (from 1.4.0 to 1.4.1) which required building
a new kernel module. (The AFS client is partly in userspace and partly
in the kernel.)
Loading the new module failed:
openafs: Unknown symbol force_evtchn_callback
openafs: Unknown symbol xen_features
Upon inspecting the kernel source, I observed that these functions are
EXPORT_SYMBOL_GPL. Unfortunately, OpenAFS is licensed under the IBM
Public License, which means that the OpenAFS client will no longer run
on Xen.
This is mostly just an FYI. I solved my problem by editing the source and
changing OpenAFS's MODULE_LICENSE to GPL, but obviously OpenAFS cannot
distribute that change, so OpenAFS on Xen remains broken for now.
Hopefully I won't get any letters from DMCA enforcement lawyers telling
me I'm running software illegally....
--
Sidney CAMMERESI
http://www.cheesecake.org/sac/
next reply other threads:[~2006-04-26 14:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-26 14:07 Sidney Cammeresi [this message]
2006-04-26 15:27 ` Licensing conflict with OpenAFS kernel module Anthony Liguori
2006-04-26 15:33 ` Sidney Cammeresi
2006-04-26 15:38 ` Anthony Liguori
2006-04-26 15:51 ` Sidney Cammeresi
2006-04-26 16:24 ` Keir Fraser
2006-04-26 16:29 ` Anthony Liguori
2006-04-26 16:40 ` Keir Fraser
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=20060426140707.GA6094@cheesecake.org \
--to=sac@cheesecake.org \
--cc=xen-devel@lists.xensource.com \
/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.