mbox series

[kvm-unit-tests,v2,0/3] tscdeadline_latency: Some fixes of hangs

Message ID 20190712022825.1366-1-peterx@redhat.com (mailing list archive)
Headers show
Series tscdeadline_latency: Some fixes of hangs | expand

Message

Peter Xu July 12, 2019, 2:28 a.m. UTC
The previous version only contain patch 1 but when at it I noticed
more ways to hang it... so let's fix them all up...

v2:
- use safe_halt() as suggested [Sean]
- added two more patches

Peter Xu (3):
  tscdeadline_latency: Check condition first before loop
  tscdeadline_latency: Limit size
  tscdeadline_latency: Stop timer when reach max loop

 x86/tscdeadline_latency.c | 27 +++++++++++++++++----------
 1 file changed, 17 insertions(+), 10 deletions(-)