This bug was fixed in the package linux-aws - 5.8.0-1018.20+21.04.1
---------------
linux-aws (5.8.0-1018.20+21.04.1) hirsute; urgency=medium
* Packaging resync (LP: #1786013)
- update dkms package versions
[ Ubuntu: 5.8.0-1018.20 ]
* debian/scripts/file-downloader does not handle positive failures correctly
(LP: #1878897)
- [Packaging] file-downloader not handling positive failures correctly
* Packaging resync (LP: #1786013)
- update dkms package versions
* CVE-2021-1052 // CVE-2021-1053
- [Packaging] NVIDIA -- Add the NVIDIA 460 driver
-- Thadeu Lima de Souza Cascardo <[email protected]> Thu, 07 Jan
2021 10:47:22 -0300
** Changed in: linux-aws (Ubuntu)
Status: Invalid => Fix Released
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-1052
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-1053
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-aws in Ubuntu.
https://bugs.launchpad.net/bugs/1902864
Title:
aws: update patch to batch hibernate and resume IO requests
Status in linux-aws package in Ubuntu:
Fix Released
Status in linux-aws source package in Groovy:
Fix Released
Bug description:
[Impact]
During hibernation and resume the kernel is submitting an individual
IO request for each page of data. In the aws kernel we are using a
custom SAUCE patch to batch IO requests together in order to achieve
better performance.
Recently a patch designed to achieve the same goal has been applied
upstream. This patch has been acknowledged by Amazon and it has shown
a performance improvement.
Moreover, this patch looks much cleaner compared to the custom patch
that we are using and it's upstream, so it makes sense to drop the
previous patch and apply this new one.
[Test case]
Hibernate + resume and measure the time required to perform these
operations.
Performance result reported by Amazon:
One hibernate and resume cycle for 16GB RAM out of 32GB in use takes
around 21 minutes before the change, and 1 minutes after the change on
a system with limited storage IOPS.
[Fix]
Apply the following upstream commit:
55c4478a8f0ecedc0c1a0c9379380249985c372a ("PM: hibernate: Batch
hibernate and resume IO requests")
Drop the custom aws SAUCE patch:
11c3fa3b29722124f5c9122671983614383686db ("UBUNTU: SAUCE: [aws] PM /
hibernate: Speed up hibernation by batching requests")
[Regression potential]
Upstream patch that allows to drop a custom patch that is doing the
same thing. The only potential regression would be a performance drop,
but according to Amazon's tests and our tests, we didn't notice any
performance regression. Any other kind of regression would be
considered as upstream regressions.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-aws/+bug/1902864/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp