Microsoft EVP Yusuf Mehdi said in a blog post last week that Windows powers over a billion active devices globally. This might sound like a healthy number, but according to ZDNET, the Microsoft annual report for 2022 said that more than 1.4 billion devices were running Windows 10 or 11. Given that these documents contain material information and have allegedly been pored over by the tech giant’s lawyers, we can safely assume that Windows’ user base has been quietly shrinking in the past three years, shedding around 400 million users.

  • Auth@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    7 hours ago

    This is such a stupid argument I cant believe you’re even trying to make the case. I’ll pick a common enterprise device the HP zbook firefly. NXP NFC NPC300 Proximity Driver - Its had 5 OEM driver updates in the past 4 years on windows. Meanwhile the NXP linux_libnfc-nci repo which is NXP’s OEM repo is wildly out of date and looks borderline dead. I checked the kernel tree and there are “common” patches under drivers/nfc/nxp-nci that include support for the NPC300 but these dont match up with the patches that are released for windows and dont seem to be specific fixes to address CVE issues.

    Lets go less specific and take a look at fwupd for the zbook https://fwupd.org/lvfs/hsireports/device?host_vendor=HP&host_family=103C_5336AN+HP+ZBook&host_product=HP+ZBook+Firefly+14+G7+Mobile+Workstation

    Here we can see the tests that fwupd has done to verify the device firmware. As you can see its missing a lot of functionality. This is a linux supported device apparently. If its missing this much I can only imagine how bad other devices are. Keep in mind this is only checking the working functionality and is not checking to see if the patches are up to date to protect against the latest CVEs. On windows HP has released 22 patches in the last 5 years with the latest patch containing fixes for 12 CVEs. Meanwhile on linux im not sure if HP has even released a single complete patch for this device let alone constant updates to fix the CVEs.

    I’m currently working on getting our device fleet in order for EU Gov contract compliance and a fleet of these devices would instantly disqualify us. I love linux but we have work to do and being ignorant to the issues doesnt help anything.

    • TonyTonyChopper@mander.xyz
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      5 hours ago

      That’s an anecdote. The majority of devices have full driver support. Over half of the code in the Linux kernel is just device drivers.

      • Auth@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        5 hours ago

        The linux kernel has good support for server hardware like, drive controllers, network cards, etc but bad support for things like touchpad, bluetooth, fingerprint readers, cameras, nfc readers, wifi cards, power controllers.

        There are a small handful of laptop devices that have “full driver support” and these are still a 3rd party managing the linux drivers framework, system 76, lenovo. This is usually fixing issues as they arise instead of releasing fixes and patches before the disclosed issues go public. That makes them really hard to support in a secure environment.

        If there are majority of devices then give me one machine thats not a framework or system 76 laptop and we can look at the device drivers.