Deleting 107k lines of code is so much more based than adding 107k lines
Linux
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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
It really is. I always make a note to point out how much code is removed in PRs I review
Code is a liability.
You could probably build a tool that assesses the risk of any given PR based on this and several other signals. PRs with enough risk should require justification and sign off.
Wait I was using one of those drivers!
Heads will roll if my LS-120 drive stops working!
Is there somewhere to get these drivers if you want to run really old hardware?
Running an older kernel isn't an option? Otherwise compiling your own kernel with the drivers should be possible I assume.
Someone could publish them as dynamic kernel modules.
No, support for them will end when kernel 6.6 is end of life in 2027.
If interest in the drivers still exists, they could make an out of tree patch set, but it would be easier to just reinstate the driver in the official kernel.
Linux doesn't have an interface for old third party driver code to run on newer kernels like Windows does, it has to be updated for the latest kernel as a patch set.
If you're using older hardware for historical research, then you should run the older kernel that supports it.
I was devastated when I couldn't use my floppy drives anymore.
The Software Publishers Association has finally won:
It is no longer possible to copy that floppy. :-(
o well
Yay bloat be gone \O/
This normal for staging merge?
Why clear them out if they still work and are useful? Seems like a backwards step. What's that phrase that people throw about:sometimes things are just done and don't need changing.
because nobody is updating them and the one person that did before was seemingly the only user. Nobody could find any evidence of it being used. When was the last time you ever heard about fieldbus?
the article mentions support for a another interface is also being added, for lab equipment that actually does still get used.
Unmaintained code in the kernel is really bad due to possible vulnerabilities. If you want to keep it, it must be maintained.
As the kernel moves on changes could be introduced that make them difficult to compile with the new kernel. Unmaintained doesn't only mean not adding new features, it means keeping up with the rest of the code.
From another article
The GDM724x is removed for supporting the GCT GDM724x LTE chip based USB modem devices. This driver was merged back in 2013 but is being removed now as the driver isn't being maintained and yields a maintenance workload, the manufacturer GCT doesn't respond to any emails/support, there doesn't appear to be any of the said chips easily available for purchase, there is not any hardware documentation available, and no apparent usage of this driver remaining in the Linux community. Removing the driver clears out 3.6k lines of code and lowers the maintenance burden for other kernel developers.
There was also a vulnerability discovered in July linked to this driver.
So yeah I understand that they chose to remove some drivers from the kernel.
the less code the better
Have you SEEN the base install size for Windows 11?