Linux kernel 6.11 is out – with its own BSOD
Linux now has its own Blue Screen of Death Linux Kernel DevelopersVienna, Austria: Linus Torvalds and I are both in Vienna, which is being blasted by a storm. So, instead of looking at museums, I spent my time writing, and he spent his time releasing the Linux 6.11 kernel. Torvalds wrote, “I’m once again on the road and not in my normal timezone, but it’s Sunday afternoon here in Vienna, and 6.11 is out.” Torvalds doesn’t see this as a major release. Also: The Linux file system structure explainedHe continued, “The short log is below for anybody who wants to look at the details, but there aren’t very many patches, and the patches are all pretty small. Nothing in particular stands out — the biggest patch here is for Hyper-V Confidential Computing documentation.”Small patches, though, can have big results.Arch Linux developers and users should be pleased since The kernel now supports easily building Pacman kernel packages. Pacman — no, not the game — is Arch’s default package management system. Starting with 6.11, the “make pacman-pkg” enables developers to create native packages from the kernel tree. The command will take care of the package correctly, configuring the initramfs generation and bootloader configuration. It will also do a better job of handling uninstalls. The new package also has easy-to-install user-space application programming interfaces (API) headers.Also: I’ve used Linux for 30 years. Here are 5 reasons why I’ll never switch to Windows or MacOSThis latest version introduces several enhancements, particularly for AMD hardware users, while offering broader system improvements and new capabilities. These include: RDNA4 Graphics Support: The kernel now includes baseline support for AMD’s upcoming RDNA4 graphics architecture. This early integration bodes well for future AMD GPU releases, ensuring Linux users have day-one support.Core Performance Boost: The AMD P-State driver now includes handling for AMD Core Performance Boost. This driver gives AMD Core users more granular control over turbo and boost frequency ranges.Fast Collaborative Processor Performance Control (CPPC) Support: Overclockers who want the most power possible from their computers will be happy with this improvement to the AMD P-State driver. This feature enhances power efficiency on recent Ryzen (Zen 4) mobile processors. This can improve performance by 2-6% without increasing power consumption.AES-GCM Crypto Performance: AMD and Intel CPUs benefit from significantly faster AES-GCM encryption and decryption processing, up to 160% faster than previous versions. More