[LTP] [PATCH 00/10] Max_runtime and other minor fixes

Martin Doucha mdoucha@suse.cz
Tue Aug 30 15:49:57 CEST 2022


The introduction of max_runtime system shortly before the latest LTP release
has caused some random timeout issues, particularly for KSM tests,
sendfile09 and ioctl_sg01. This patchset fixes those issues, along with
some minor improvements found during during test review.

All of these patches are independent and can be merged out of order.

Martin Doucha (10):
  syscalls/pty06: Add CVE reference
  cve-2017-2671: Increase max_runtime
  ksm: Add max_runtime to tests
  ioctl_sg01: Set unlimited max_runtime
  csf_bandwidth01: Add max_runtime
  copy_file_range01: Add max_runtime
  perf_event_open02: Add max_runtime
  readahead02: Add max_runtime
  request_key03: Add max_runtime
  sendfile09: Add max_runtime

 testcases/cve/cve-2017-2671.c                                 | 2 +-
 testcases/kernel/mem/ksm/ksm02.c                              | 1 +
 testcases/kernel/mem/ksm/ksm04.c                              | 1 +
 testcases/kernel/mem/ksm/ksm05.c                              | 1 +
 testcases/kernel/pty/pty06.c                                  | 3 ++-
 testcases/kernel/sched/cfs-scheduler/cfs_bandwidth01.c        | 1 +
 testcases/kernel/syscalls/copy_file_range/copy_file_range01.c | 1 +
 testcases/kernel/syscalls/ioctl/ioctl_sg01.c                  | 1 +
 testcases/kernel/syscalls/perf_event_open/perf_event_open02.c | 1 +
 testcases/kernel/syscalls/readahead/readahead02.c             | 1 +
 testcases/kernel/syscalls/request_key/request_key03.c         | 1 +
 testcases/kernel/syscalls/sendfile/sendfile09.c               | 1 +
 12 files changed, 13 insertions(+), 2 deletions(-)

-- 
2.37.2



More information about the ltp mailing list