commit | 1d602430d335c88d4b5a4def4464e9d3a59cdcca | [log] [tgz] |
---|---|---|
author | Edward O'Callaghan <funfunctor@folklore1984.net> | Sat Sep 17 15:01:43 2016 +1000 |
committer | Oded Gabbay <oded.gabbay@gmail.com> | Mon Sep 19 20:58:35 2016 +0300 |
tree | 945e75418efe8b76971925cc69145dd3770a8b0c | |
parent | ad16a469ffa1f1bbf8f31e110b4d68cee39757d2 [diff] |
drm/amdkfd: Fix possible infinite loop When the loop predicating timeout parameter passed happens to not be a multiple of 20 the unsigned integer will overflow and the loop will become unbounded. Signed-off-by: Edward O'Callaghan <funfunctor@folklore1984.net> Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>