public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v3 0/4] New Fuzzy Sync library API
@ 2018-10-10 14:04 Richard Palethorpe
  2018-10-10 14:04 ` [LTP] [PATCH v3 1/4] tst_timer: Add nano second conversions Richard Palethorpe
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Richard Palethorpe @ 2018-10-10 14:04 UTC (permalink / raw)
  To: ltp

Changes from V2 -> v3:
 Add warning if test times out before sampling has finished
 Take timestamp after delay so bias is not included during sampling
 Use absolute max dev ratio
 Don't discard stats after delay bias change
 Correct default exec time
 Fix some documentation typos
 Drop atomic store of exit
 Use NULL instead of 0 in pthread_join
 include range bounds
 Use static inline instead of unused

Richard Palethorpe (4):
  tst_timer: Add nano second conversions
  fzsync: Simplify API with start/end race calls and limit exec time
  Convert tests to use fzsync_{start,end}_race API
  fzsync: Add delay bias for difficult races

 include/tst_fuzzy_sync.h                      | 785 ++++++++++++++----
 include/tst_timer.h                           |  11 +
 lib/newlib_tests/test16.c                     |  62 +-
 testcases/cve/cve-2014-0196.c                 |  37 +-
 testcases/cve/cve-2016-7117.c                 |  59 +-
 testcases/cve/cve-2017-2671.c                 |  32 +-
 testcases/kernel/syscalls/inotify/inotify09.c |  33 +-
 .../kernel/syscalls/ipc/shmctl/shmctl05.c     |  30 +-
 8 files changed, 725 insertions(+), 324 deletions(-)

-- 
2.18.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-10-29 10:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-10 14:04 [LTP] [PATCH v3 0/4] New Fuzzy Sync library API Richard Palethorpe
2018-10-10 14:04 ` [LTP] [PATCH v3 1/4] tst_timer: Add nano second conversions Richard Palethorpe
2018-10-10 14:04 ` [LTP] [PATCH v3 2/4] fzsync: Simplify API with start/end race calls and limit exec time Richard Palethorpe
2018-10-10 14:04 ` [LTP] [PATCH v3 3/4] Convert tests to use fzsync_{start, end}_race API Richard Palethorpe
2018-10-10 14:04 ` [LTP] [PATCH v3 4/4] fzsync: Add delay bias for difficult races Richard Palethorpe
2018-10-18 15:02 ` [LTP] [PATCH v3 0/4] New Fuzzy Sync library API Cyril Hrubis
2018-10-22  9:24   ` Richard Palethorpe
2018-10-26  7:31     ` Li Wang
2018-10-29 10:04       ` Richard Palethorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox