from Hacker News

Ubuntu 24.04 LTS Will Aim to Ship with the Linux 6.8 Kernel

by nathan_phoenix on 1/27/24, 12:55 PM with 4 comments

  • by Grafikenjo on 1/27/24, 2:44 PM

    "According to Linus Torvalds, Linux kernel 6.8 looks to be a small release that promises mostly updated drivers for graphics and networking, but also filesystem updates, mostly for bcachefs, XFS, Btrfs, and VFS, as well as architecture, tooling, mm, networking, core kernel, and documentation updates."

    Apparently 6.8 is primarily updates. Not sure why the autor didn't add any inforation on what he/she is looking forward too

  • by sylware on 1/27/24, 1:03 PM

    libstdc++ should be statically linked to all software using it.

    libgcc should be statically linked to all software, and the glibc modified to dynamically load a stripped-down (and renamed) shared libgcc for pthread_cancel support.