]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
crypto: tcrypt - fix S/G table for test_aead_speed()
authorRobert Baronescu <robert.baronescu@nxp.com>
Tue, 10 Oct 2017 10:21:59 +0000 (13:21 +0300)
committerSeth Forshee <seth.forshee@canonical.com>
Tue, 13 Feb 2018 13:30:22 +0000 (07:30 -0600)
commitd88c320fadd864255458c4d6023d31610fb29d97
treee94bd44c803f65b2f3d58604aadc0c03c7e66b7e
parent569e225fe34bcbf208b94d34e3df41719019fe31
crypto: tcrypt - fix S/G table for test_aead_speed()

BugLink: http://bugs.launchpad.net/bugs/1749191
commit 5c6ac1d4f8fbdbed65dbeb8cf149d736409d16a1 upstream.

In case buffer length is a multiple of PAGE_SIZE,
the S/G table is incorrectly generated.
Fix this by handling buflen = k * PAGE_SIZE separately.

Signed-off-by: Robert Baronescu <robert.baronescu@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
crypto/tcrypt.c