|
|
|
|
|
by tytso
2362 days ago
|
|
The Acer C720 used a 3.8 Linux kernel, as documented at [1]. Updating to a new kernel would have required a full QA of the hardware to make sure that the device drivers in a newer kernel still worked correctly with that hardware. [1] https://www.chromium.org/chromium-os/developer-information-f... Support costs aren't too bad so long as you don't have to update the kernel and requal everything. But newer userspace starts to use kernel features to provide better functionality and better security (consider the massive vulnerabilities associated with Spectre and Meltdown, and obviously none of the remediations would have been in the 3.8 kernels). So you have to consider the costs of doing a requal of all of the hardware platforms using a 3.8 kernel to something newer, versus the costs of continuing to backport security fixes to older kernels, and the costs of testing the userspace components against older kernel, and providing workarounds for the lack of features in newer kernels. A six year support lifetime is a long time; and Windows 10 has also stopped supporting older laptops on newer releases, so you will also see Microsoft not providing updates to older hardware[2][3]. [2] https://helpcenter.steinberg.de/hc/en-us/articles/3600086427... [3] https://www.cio.com/article/2972791/why-you-should-be-very-w... |
|