this post was submitted on 30 Aug 2023
5 points (100.0% liked)

Linux

45501 readers
1617 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Luis Chamberlain sent out the modules changes today for the Linux 6.6 merge window. Most notable with the modules update is a change that better builds up the defenses against NVIDIA's proprietary kernel driver from using GPL-only symbols. Or in other words, bits that only true open-source drivers should be utilizing and not proprietary kernel drivers like NVIDIA's default Linux driver in respecting the original kernel code author's intent.

Back in 2020 when the original defense was added, NVIDIA recommended avoiding the Linux 5.9 for the time being. They ended up having a supported driver several weeks later. It will be interesting to see this time how long Linux 6.6+ thwarts their kernel driver.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 10 months ago (2 children)

But why is it a problem if they call on parts of the kernal they shouldn't? is it just a privacy concern, does it also impact performance? i don't understand

[–] [email protected] 1 points 10 months ago (2 children)
[–] [email protected] 1 points 10 months ago

We'll be down voted, but agreed.

[–] [email protected] 1 points 10 months ago

And it's a good thing. Fuck proprietary software 😎

[–] [email protected] 0 points 10 months ago (3 children)

As the commenter stated, it is a copyright issue. Nvidia is not allowed to use this code in a proprietary driver.

[–] [email protected] 0 points 10 months ago (2 children)

Wouldn't that automatically make their code GPL?

[–] [email protected] 1 points 10 months ago

No it would just make Nvidia guilty of copyright infringement

[–] [email protected] 0 points 10 months ago (1 children)

If they want to use that code legally they should make their code GPL but i doubt there proprietary code gets automatically overrules. I wish it did.

I do wonder what would happen if someone would hack and leak Nvidia’s code under the defense that they thought Nvidia to be operating legally therefor assuming there code is GPL, I presume Nvidia would need to officially confess their crime as a legal defense that they never ment to open source their own code.

[–] [email protected] 1 points 10 months ago* (last edited 10 months ago) (1 children)

Free Software Foundation, Inc. Vs Cisco Systems Inc. disagrees. The FSF sued Linksys for violating the license for GCC, libc etc.

And they were forced in court to release all their WRT stuff under GPL, which is how OpenWRT got its start.

[–] [email protected] 0 points 10 months ago (1 children)

Just the idea of nvidia being forced to open source there drivers makes me drool in sweet winners justice.

But realistically, Nvidia feels like one of the more powerful corporations around do we stand a chance? I do hope FSF tries regardless.

[–] [email protected] 1 points 10 months ago* (last edited 10 months ago)

Linksys was part of Cisco. They had veryy deep pockets, but the FSF & SFC prevailed regardless.

I doubt the FSF or SFC will go after Nvidia, this has been a long standing issue and I haven't heard about any lawsuits being brought because of it, even before Nvidia had more money than God.

[–] [email protected] -1 points 10 months ago (1 children)

I don't see how the copyright mechanism works here. The GPL has rules about linking to GPL code, enforced by the notion that the linked binary is a protected derivative work. Going and finding out where in memory some functions are and jumping to them is not going to create a derivative work.

The Linux devs just have a rule about who they want to call these symbols and are trying to enforce it themselves.

[–] [email protected] 1 points 10 months ago

You not seeing how this violates the copyright does not mean you are correct

https://www.gnu.org/licenses/gpl-violation.en.html

Is the available source code complete, or is it designed for linking in other nonfree modules?

[–] [email protected] -1 points 10 months ago

Which they technically didn't. I'm sure Nvidia has a legal team that vetted their solution, they certainly have the money for it. At this point the "protection" against the proprietary driver is just anti-consumer.