Going through my usual scanning of all the “-next” Git subsystem branches of new code set to be introduced for the next Linux kernel merge window, a very notable addition was just queued up… Linux 6.10 is set to merge the NTSYNC driver for emulating the Microsoft Windows NT synchronization primitives within the kernel for allowing better performance with Valve’s Steam Play (Proton) and Wine of Windows games and other apps on Linux.

  • @pastermil
    link
    12 months ago

    Why not? Would you rather that we have a Windows-exclusive subsystem in our kernel?

    • @[email protected]
      link
      fedilink
      52 months ago
      1. Kernel devs then would want to make it stable API. I don’t want Windows API being stable part of kernel.

      2. It mostly implements racy stuff like pulsing event.

      3. There is already known subsystem that does not have stable API because it is used by only one project - DRI.