Re: [Cryptodev-linux-devel] [PATCH] fix ignored SIGALRM signals on some platforms

2016-11-28 Thread Phil Sutter
On Mon, Oct 31, 2016 at 11:03:45AM +0200, Cristian Stoica wrote: > Signed-off-by: Tudor Ambarus > Signed-off-by: Cristian Stoica Applied, but please try to be a little more verbose especially with non-obvious changes like this one. E.g. which platforms are affected? How did you reproduce the iss

[Cryptodev-linux-devel] [PATCH] fix ignored SIGALRM signals on some platforms

2016-10-31 Thread Cristian Stoica
Signed-off-by: Tudor Ambarus Signed-off-by: Cristian Stoica --- tests/async_speed.c | 2 +- tests/speed.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/async_speed.c b/tests/async_speed.c index dad5bc5..5e64488 100644 --- a/tests/async_speed.c +++ b/tests/asy