Linus Torvalds Removes The Bcachefs Code From The Linux Kernel

With Linux 6.17 was the decision by Linus Torvalds to mark Bcachefs as “externally maintained” and not accept any new Bcachefs code into the mainline kernel but keeping the existing code within the tree. That was useful for those relying on Bcachefs to still boot a mainline kernel at least. Now for Linux 6.18, the Bcachefs code was removed from the mainline kernel…

Linux 6.18 Updating The Baseline For Marking Intel CPU Microcode As Outdated

Introduced this year with the Linux 6.16 kernel was the new functionality for reporting to users when running on outdated Intel CPU microcode since it can pose security vulnerability issues and/or functionality problems. The Linux kernel support for propagating this “old_microcode” reporting via sysfs relies on a static list of microcode versions corresponding to different Intel CPU generations. For the Linux 6.18 kernel this list is being updated to reflect modern baselines for Intel recommendations on CPU microcode…

GNU Linux-libre 6.17 Deblobs The New Intel IPU7 Driver, Adjusts Existing Drivers

Building off yesterday’s release of Linux 6.17, the GNU Linux-libre 6.17-gnu kernel is now available for this downstream kernel variant that strips away support for loading non-free microcode and other elements not aligned with the Free Software Foundation principles. This ultimately ends up limiting the hardware support available with most of today’s modern hardware requiring microcode/firmware but alas here is the latest release with a fresh round of de-blobbing…

F-Droid and Google’s Developer Registration Decree

The F-Droid project has posted an
urgent message
regarding Google’s plan to require developer
registration to install apps on Android devices.

The F-Droid project cannot require that developers register their
apps through Google, but at the same time, we cannot “take over”
the application identifiers for the open-source apps we distribute,
as that would effectively seize exclusive distribution rights to
those applications.

If it were to be put into effect, the developer registration decree
will end the F-Droid project and other free/open-source app
distribution sources as we know them today, and the world will be
deprived of the safety and security of the catalog of thousands of
apps that can be trusted and verified by any and all. F-Droid’s
myriad users will be left adrift, with no means to install — or
even update their existing installed — applications.

How to Extend Root Partition in Linux

As a Linux user, you may eventually run into a situation where your root partition (/) runs out of space, which can cause errors, prevent software installation, or even stop your system from functioning properly.

Expanding the root partition may sound tricky, especially for beginners, but with a bit of guidance and patience, it’s absolutely doable, as explained in this article.

The post How to Extend Root Partition in Linux appeared first on Linux Today.