← Back to context

Comment by kazen44

7 years ago

no, but most cloud providers are not opensourcing their contributions to linux.

Is that really true? The big three cloud providers all have commits to the Linux kernel:

~/linux   master ● $ git log --author=amazon --format='%h %s%n %ad, %an <%ae>' --date=short | grep @amazon | wc -l 206

~/linux   master ● $ git log --author=microsoft --format='%h %s%n %ad, %an <%ae>' --date=short | grep @microsoft | wc -l 1825

~/linux   master ● $ git log --author=google --format='%h %s%n %ad, %an <%ae>' --date=short | grep @google | wc -l 11283