From: David Hildenbrand Date: Fri, 12 Dec 2014 11:26:40 +0000 (+0100) Subject: KVM: s390: prevent sleep duration underflows in handle_wait() X-Git-Tag: fixes-v4.0-rc1~113^2~36^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bda343ef149bc0ce01ec965c74d464849bde96d8;p=pandora-kernel.git KVM: s390: prevent sleep duration underflows in handle_wait() We sometimes get an underflow for the sleep duration, which most likely won't result in the short sleep time we wanted. So let's check for sleep duration underflows and directly continue to run the guest if we get one. Acked-by: Christian Borntraeger Acked-by: Cornelia Huck Signed-off-by: David Hildenbrand Signed-off-by: Christian Borntraeger --- Reading git-diff-tree failed