Linux Kernel 6.13 Announced
Arthur T Knackerbracket has processed the following story:
Linux kernel 6.13 is here, but don't get too excited. It's not a biggie and, given the timing, probably won't appear in many familiar distros.
Head penguin herder Linus Torvalds announced Linux version 6.13 this week, and he's also chosen five lucky winners of guitar pedals. The KernelNewbies site has a full rundown of what's new, which, if we were a newbie, we feel would look pretty intimidating.
Although there are important changes in this release, they are either things that are only significant to those using certain specific models of CPU or other hardware, or they're steps in large-scale changes that will have a noticeable impact in future, but don't right now.
So, for instance, there's improved power management on certain models of AMD CPU and GPU. Specifically, there's better management of AMD's fancy 3D V-cache. There's support for Intel "Panther Lake" CPUs and Xe3 GPUs. There'sbetter Apple device support too, covering some MacBooks, plus support for certain Apple SoC devices that were used in some older iPads and iPhones. However, this does not mean that you'll soon be able to install a kernel 6.13-based Linux distro on your old iDevice. It's just a step toward that maybe happening one day. Also in Arm land, there's improved graphics support for the Raspberry Pi's VideoCore GPU, support for running Linux inside an Arm64 Confidential Compute Architecture (CCA) realm, and more.
One terabyte SD cards are old news now. Users can already buy SD cards with capacities exceeding 2 TB. The Secure Digital Ultra Capacity (SDUC) standard defines card sizes up to 128 TB. As of this kernel, Linux supports them.
There's a new pre-emption model for the kernel's scheduler, referred to as Lazy Pre-emption, which aims to improve scheduler efficiency. Until recently, Linux had three pre-emption modes. At the end of last year, it gained another with the integration of the long-standing PREEMPT_RT patches in last November's kernel 6.12. Linux Weekly News explained the four modes in 2023 over two articles: part 1 and part 2. (Be warned, it took LWN two articles, so this is complicated.) Now, there's another model, and in October there was another LWN explainer. The plan is that the new mode will eventually enable the other non-realtime modes to be simplified down to just two.
Read more of this story at SoylentNews.