Latest Linux and open source news from around the web

All Sources 9to5Linux Fedora Magazine Foss Force How-to Geek It's FOSS Linux Insider Linux Journal Linux Magazine Linux TLDR Linux.org Linuxiac LPI LWN.net OMG! Ubuntu Phoronix
OMG! Ubuntu

Raspberry Pi 5 1GB Launched, Other Models See Price Hikes

A budget version of the Raspberry Pi 5 single-board computer with 1GB RAM and costing $45 has been announced. The new Raspberry Pi 5 1GB is an affordable option, but itโ€™s not as low-cost as it couldโ€™ve been owing to the rocketing cost of memory across the tech industry driven, largely, by demand and competition from the increase in AI data centres. But its lower price comparative to other models in the range is, arguably, never more important. Why? Because, alas, the cost of most other Pi models has risen due to the volatile (heh) memory market with price increase [โ€ฆ]

Linux.org

Linux Boot Management with efibootmgr

Most systems these days use the Unified Extensible Firmware Interface (UEFI). This is an interface between the hardware on a PC and the Operating System (OS). When the hardware begins, there is firmware that is loaded and starts initializing the hardware. Once the UEFI has initialized the hardware, it then loads the boot manager, and then loads the OS through the boot manager. Examples of Boot Managers are GRUB, rEFInd, Limine and others. The Boot Manager is the same as a Bootloader. There... https://www.linux.org/threads/linux-boot-management-with-efibootmgr.57749/

LWN.net

Security updates for Monday

Security updates have been issued by AlmaLinux (bind9.18, cups, gimp, ipa, kernel, libssh, mingw-expat, openssl, pcs, sssd, tigervnc, and valkey), Debian (gnome-shell-extension-gsconnect, mistral-dashboard, pagure, python-mistralclient, pytorch, qtbase-opensource-src, sogo, tryton-server, and unbound), Fedora (cef, drupal7, glib2, linux-firmware, migrate, pack, pgadmin4, rnp, and unbound), Slackware (libxslt), SUSE (cpp-httplib, curl, glib2, grub2, kernel, libcoap-devel, libcryptopp, libwireshark19, postgresql15, and postgresql17), and Ubuntu (edk2).

LWN.net

Three stable kernels for Monday

Greg Kroah-Hartman has announced the release of the 6.17.10, 6.12.60, and 6.6.118 stable kernels. As usual, each contains a number of important fixes throughout the tree. Users are advised to upgrade.

Phoronix

AMD GPU Managed Memory Support Merged For The GCC 16 Compiler

When it comes to AMD Radeon/Instinct GPU compiler support much of the emphasis is on the LLVM/Clang compiler stack with their official AMDGPU LLVM shader compiler back-end as well as having the AOMP downstream compiler fork and the like. But the GNU Compiler Collection "GCC" does continue allow targeting AMD GPU targeting with its "AMDGCN" back-end and using the likes of the OpenMP API. It's not too often seeing new AMD GPU activity there for GCC but merged today is now support for managed memory...