|
|
Subscribe / Log in / New account

Hall: IBM, Red Hat and Free Software: An old maddog’s view

Hall: IBM, Red Hat and Free Software: An old maddog’s view

Posted Aug 2, 2023 18:09 UTC (Wed) by khim (subscriber, #9252)
In reply to: Hall: IBM, Red Hat and Free Software: An old maddog’s view by dezgeg
Parent article: Hall: IBM, Red Hat and Free Software: An old maddog’s view

Looks like you are right. Microsoft is providing Linux binaries novadays.

Haven't realized that. Indeed that changes things and the fact that they are also providing source (and even promise to send sources if you send them US $5.00… nice touch) means they have to comply with GPL… which they are actually doing.

Wonder what made them change gears, they tried to avoid distributing anything GPL for years.


to post comments

Hall: IBM, Red Hat and Free Software: An old maddog’s view

Posted Aug 2, 2023 20:00 UTC (Wed) by bluca (subscriber, #118303) [Link]

The way WSL2 works is that there's a single kernel instance running under hyperv, and all WSL instances are separate pid/mount/etc namespaces running on that same kernel - what some might call a container. So it makes sense to provide directly that kernel build, so that it gets security updates and such from windows updates. After all, a security breach in the kernel could allow a WSL payload to attack the hypervisor and then the host OS, among other reasons. And the integration with the host can be carefully controlled, and set up by what you might call the container manager. If the kernel came from the distribution itself instead, then it would be a full segregated VM, and the integration would be quite different.

Hall: IBM, Red Hat and Free Software: An old maddog’s view

Posted Aug 3, 2023 21:03 UTC (Thu) by rgmoore (✭ supporter ✭, #75) [Link]

Wonder what made them change gears, they tried to avoid distributing anything GPL for years.

Money. They could see the big revenue growth was going to come from cloud computing, and a lot of potential customers thought "cloud" meant Linux. More generally, Microsoft's desire to avoid distributing anything GPL was more about trying to FUD the concept of FOSS than any real legal difficulty. Once it was obvious the FUD hadn't worked and there was real money to be made in the FOSS space, their reluctance went away.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds