this post was submitted on 21 Aug 2026
129 points (92.7% liked)

Linux

67168 readers
970 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 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] kylian0087@lemmy.dbzer0.com 2 points 1 day ago* (last edited 1 day ago) (2 children)

Honestly 15+ year old bugs are also left in the linux kernel for people to pick up, Learn from and get deeper in kernel development. They know they can easily find them with a LLM but choose not to. Policy's are changing due to the mass influx of these "bug" fixes.

[–] wax@feddit.nu 2 points 21 hours ago

That's in the Linux staging tree, where they have banned ai contribution for exactly that reason.

https://www.phoronix.com/news/Linux-Staging-Reject-LLMs

[–] MangoCats@feddit.it 5 points 1 day ago (1 children)

There's academic exercises for education. The production kernel used by billions around the world is no place to intentionally leave bugs, and it doesn't matter how they're detected. What matters is if they are corrected without creating regressions.

[–] kylian0087@lemmy.dbzer0.com 1 points 1 day ago* (last edited 1 day ago)

Not really... "Education" and real world are vastly different. Getting accustomed to a mailing list other maintainers etc is not something you learn with your education.

And leaving bugs for hardware no one has touched in ages is not too big of a deal. And a nice gateway for new comers who actually want to learn it instead of trow a LLM at it.