As alreday mentioned in comment #4 18.10/cosmic reached it's EOL and one needs to migrate to disco:
So I just checked the situation on 19.04/disco. In the current disco master two patches are in and two are out (as of today): $ git log --oneline | grep -m 1 "Add support for VMS instructions by ASM" 5c380d6 crypto: vmx - Add support for VMS instructions by ASM $ git log --oneline | grep -m 1 "fix copy-paste error in CTR mode" 6cef65e crypto: vmx - fix copy-paste error in CTR mode $ git log --oneline | grep -m 1 "always increment IV as quadword" $ $ git log --oneline | grep -m 1 "do nosimd fallback manually" $ However disco master-next includes all patches (probably via a stable upstream release update): $ git log --oneline | grep -m 1 "Add support for VMS instructions by ASM" 5c380d6 crypto: vmx - Add support for VMS instructions by ASM $ git log --oneline | grep -m 1 "fix copy-paste error in CTR mode" 6cef65e crypto: vmx - fix copy-paste error in CTR mode $ git log --oneline | grep -m 1 "always increment IV as quadword" b5df7b3 crypto: vmx - CTR: always increment IV as quadword $ git log --oneline | grep -m 1 "do nosimd fallback manually" c438f2b crypto: vmx - ghash: do nosimd fallback manually Hence I suggest to wait for the next and upcoming disco/19.10 kernel and close this LP once it got rolled out to the main pocket. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1841488 Title: [Ubuntu18.10][Backport] Crypto VMX Fixes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-power-systems/+bug/1841488/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
