Latest Linux and open source news from around the web

The Art of UNIX Programming Sponsored · View on Amazon → Ubiquiti UniFi U6+ Sponsored · View on Amazon →
Phoronix

Intel Finally Posts Open-Source Gaudi 3 Driver Code For The Linux Kernel

The good news is that Intel tonight posted a pull request for open-source Gaudi 3 accelerator support for the mainline Linux kernel! The bad news is that it's coming quite late in the product cycle, much later than the former excellent Habana Labs open-source track record, and their hopes of squeezing this code into the Linux 6.19 kernel may be dashed...

LWN.net

Landlock-ing Linux (prizrak.me)

The prizrak.me blog is carrying an introduction to the Landlock security module. Landlock shines when an application has a predictable set of files or directories it needs. For example, a web server could restrict itself to accessing only /var/www/html and /tmp. Unlike SELinux or AppArmor, Landlock policies don't require administrator involvement or system-wide configuration. Developers can embed policies directly in application code, making sandboxing a natural part of the development process.