Merged this week for Mesa 26.1 are the initial Nova Lake P "NVL-P" device bits for Intel's ANV Vulkan and Iris Gallium3D drivers. But this support isn't yet exposed by default and not yet ready for end-users with more driver changes still to be published...
This week's batch of "x86/urgent" patches that were merged overnight for Linux 7.0 contain some fixes and other adjustments worth highlighting for both AMD and Intel...
The newest open-source concern around AI that is seeing a lot of interest this weekend is when large language models / AI code generators may rewrite large parts of a codebase and then the "developers" claiming an alternative license incompatible with the original source license. This became a real concern this week with a popular Python project experiencing an AI-driven code rewrite and now published under an alternative license that its original author does not agree with and incompatible with the original code...
Merged back in 2018 for Linux 5.0 was support for the Apple Magic Trackpad 2. Merged this week for the in-development Linux 7.0 kernel is fixing battery reporting for those using the Magic Trackpad 2 under Linux...
Geoff Huston looks at the network time protocol, and efforts to secure it, in detail. NTP operates in the clear, and it is often the case that the servers used by a client are not local. This provides an opportunity for an adversary to disrupt an NTP session, by masquerading as a NTP server, or altering NTP payloads in an effort to disrupt a client's time-of-day clock. Many application-level protocols are time sensitive, including TLS, HTTPS, DNSSEC and NFS. Most Cloud applications rely on a coordinated time to determine the most recent version of a data object. Disrupting time can cause significant chaos in distributed network environments. While it can be relatively straightforward to secure a TCP-based protocol by adding an initial TLS handshake and operating a TLS shim between TCP and the application traffic, it's not so straightforward to use TLS in place of a UDP-based protocol for NTP. TLS can add significant jitter to the packet exchange. Where the privacy of the UDP payload is
The Linux event poll "epoll" code for efficient I/O multiplexing and monitoring of file descriptors for seeing when I/O is possible has a new optimization merged today for Linux 7.0...