![]() |
VOOZH | about |
We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.
Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.
Follow TNS on your favorite social media networks.
Become a TNS follower on LinkedIn.
Check out the latest featured and trending stories while you wait for your first TNS newsletter.
👁 Linux logo
The release of Linux Kernel version 5.16 has suffered a slight delay. Said delay was St. Nick and the holiday season. This is fairly typical, as, during the months of November and December, development on the Linux kernel does slow down. To that, Linux keeper Linus Torvalds wrote:
With the holidays coming up, things are probably going to slow down both on the development and testing front, and as a result, I expect that I will also extend the [release candidate] series by another week not because it’s necessarily needed (too early to tell, but doesn’t feel that way), but simply because nobody will want to open the next merge window immediately in the new year.
So, if you were hoping Santa Claus would leave you a shiny new kernel in your stocking, you’re going to be disappointed to find that particular repository a bit empty.
Fret not, that new kernel will be here soon after the holidays.
But what does it promise? Truth be told, there are no show stoppers in this release. That being said, kernel 5.16 won’t be one to shrug off. Why? Because there’s plenty of new hardware support and features to get excited about.
Let’s unwrap that give and find out what’s hidden underneath that shiny paper.
There’s really not too much to get excited about with regards to processors. The biggest addition is that Intel’s Advanced Matrix Extensions support is finally stable. This new extension (for x86 chipsets) introduces a unique and performant approach to matrix operations, which is a linear algebraic operation that is frequently used to demonstrate the high-performance capabilities of GPUs. That addition, of course, should have considerable ramifications for cloud native development that depends on GPU technology for running heavier loads.
Although not directly CPU related, there’s a new addition called Memory Folios, which is a new memory management system that offers a more efficient and type-safe method to specify head of a group of pages instead of page pointers, compound_head() and friends. According to Matthew Wilcox, Oracle developer and long-time Linux kernel contributor, Memory Folios will “allow filesystems and the page cache to manage memory in larger chunks than PAGE_SIZE” Wilcox adds, “Real workloads (eg building the kernel, running Postgres in a steady-state, etc.) seem to benefit between 0–10%.”
Other CUP-centric additions include:
One of the more exciting new features to be added to the kernel is the addition of support for the next-gen GPU which will finally adopt DisplayPort 2.0, a new video standard to support high resolution (8k) video displays. Granted, this is just initial support for the technology. It’s also worth noting that there are hints of this for both Radeon RX 6000 and Intel (as the Intel developers have released some patches to provide DisplayPort 2.0 for their drivers as well). Hopefully, this means DisplayPort 2.0 might come to fruition in Linux sometime in the coming year.
Other additions/improvements include:
The rest of the additions/improvements to the Linux 5.16 kernel are a mixed bag of excitement and include things like:
As per usual, there have also been a number of fixes applied to the new kernel with cover a wide range of issues, such as fixing device recovery failed issue for bus: mhi: pci_generic, fixing possible list corruption for unexpected command failure for nvmet-tcp, fixing use-after-free when disconnecting a reconnecting control for NVMe memory controller, avoiding failures due to reserved HyperTransport region for selftests: KVM, fixing a possible memory leak in __create_synth_event() error path for tracing, fixing releasing unallocated memory in dereg MR flow for RDMA/mlx5, Fix a potential memory allocation issue in ‘irdma_prm_add_pble_mem()‘ for RDMA/irdma, and many more.
As per the usual warning, although you will very soon be able to download and install this new kernel, your best bet for production machines would be to hold off until your distribution maintainer makes it available within their repositories (so you can be sure everything functions as expected). On top of that, if you compile the kernel yourself, it won’t be available for upgrade via your distribution package manager.
For more information on the Linux 5.16 kernel, read through the entire changelog. Once the full release is available, you’ll be able to download it from kernel.org.