[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241114103133.547032-4-ukleinek@kernel.org>
Date: Thu, 14 Nov 2024 11:31:32 +0100
From: Uwe Kleine-König <ukleinek@...nel.org>
To: Luis Chamberlain <mcgrof@...nel.org>
Cc: Werner Sembach <wse@...edocomputers.com>,
tux@...edocomputers.com,
Petr Pavlu <petr.pavlu@...e.com>,
Sami Tolvanen <samitolvanen@...gle.com>,
Daniel Gomez <da.gomez@...sung.com>,
linux-modules@...r.kernel.org,
linux-kernel@...r.kernel.org,
Thorsten Leemhuis <linux@...mhuis.info>
Subject: [PATCH 0/2] module: Block modules by Tuxedo from accessing GPL symbols
Hello,
the kernel modules provided by Tuxedo on
https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers
are licensed under GPLv3 or later. This is incompatible with the
kernel's license and so makes it impossible for distributions and other
third parties to support these at least in pre-compiled form and so
limits user experience and the possibilities to work on mainlining these
drivers.
This incompatibility is created on purpose to control the upstream
process. See https://fosstodon.org/@kernellogger/113423314337991594 for
a nice summary of the situation and some further links about the issue.
Note that the pull request that fixed the MODULE_LICENSE invocations to
stop claiming GPL(v2) compatibility was accepted and then immediately
reverted "for the time being until the legal stuff is sorted out"
(https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers/-/commit/a8c09b6c2ce6393fe39d8652d133af9f06cfb427).
Best regards
Uwe
Uwe Kleine-König (2):
module: Put known GPL offenders in an array
module: Block modules by Tuxedo from accessing GPL symbols
kernel/module/main.c | 56 +++++++++++++++++++++++++++++++++++++-------
1 file changed, 47 insertions(+), 9 deletions(-)
base-commit: 28955f4fa2823e39f1ecfb3a37a364563527afbc
--
2.45.2
Powered by blists - more mailing lists