commit | e63e1b0dd0003dc31f73d875907432be3a2abe5d | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Sun Jun 02 22:42:33 2019 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jun 13 14:31:40 2019 +0800 |
tree | d167cb48490dd9b76c1b0cd2921429df97153fda | |
parent | 177f87d063ebc7a11a38bdafaca8fec4a9dae13e [diff] |
crypto: testmgr - add some more preemption points Call cond_resched() after each fuzz test iteration. This avoids stall warnings if fuzz_iterations is set very high for testing purposes. While we're at it, also call cond_resched() after finishing testing each test vector. Signed-off-by: Eric Biggers <ebiggers@google.com> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>