public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
 messages from 2022-06-09 11:58:46 to 2022-06-21 13:20:12 UTC [more...]

[LTP] [PATCH] Fix the statistical number of results in the html
 2022-06-21 13:22 UTC  (3+ messages)
    ` [LTP] ????: "

[LTP] [PATCH v3] uapi: Make __{u, s}64 match {u, }int64_t in userspace
 2022-06-21 13:04 UTC  (3+ messages)

[LTP] [PATCH 0/6] Convert utime tests to new LTP API
 2022-06-21 12:59 UTC  (13+ messages)
` [LTP] [PATCH 1/6] Rewrite utime01.c using "
` [LTP] [PATCH 2/6] Rewrite utime02.c "
` [LTP] [PATCH 3/6] Remove unnecessary header includes
` [LTP] [PATCH 4/6] Rewrite utime04.c using new LTP API
` [LTP] [PATCH 5/6] Rewrite utime05.c "
` [LTP] [PATCH 6/6] Rewrite utime06.c "

[LTP] [REGRESSION] lkft ltp for 6763a36
 2022-06-21 12:51 UTC  (8+ messages)

[LTP] [PATCH v2] uapi: Make __{u, s}64 match {u, }int64_t in userspace
 2022-06-21 10:58 UTC  (2+ messages)

[LTP] [PATCH] syscalls/utime03: print more details when test fails
 2022-06-21  9:59 UTC  (2+ messages)

[LTP] [PATCH] syscalls/migrate_pages03: restore runtime to 5m
 2022-06-21  9:49 UTC  (4+ messages)
` [LTP] [PATCH v2] "

[LTP] [PATCH 0/4] More fanotify tests for v5.19
 2022-06-21  8:34 UTC  (14+ messages)
` [LTP] [PATCH 1/4] syscalls/fanotify09: Cleanup open event fds on error
` [LTP] [PATCH 2/4] syscalls/fanotify09: Verify if no events are expected
` [LTP] [PATCH 3/4] syscalls/fanotify09: Tidy up the test to make it more readable
` [LTP] [PATCH 4/4] syscalls/fanotify09: Add test cases for merge of ignore mask

[LTP] [PATCH v2] madvise06: shrink to 3 MADV_WILLNEED pages to stabilize the test
 2022-06-21  8:27 UTC  (2+ messages)

[LTP] [PATCH v2] Fix mountns01/02/03/04 final umounts using more peculiar dir names
 2022-06-21  6:55 UTC  (4+ messages)

[LTP] [REGRESSION] lkft ltp for 53ae719
 2022-06-20 15:37 UTC 

[LTP] [PATCH] syscalls/fork13: Rewrite to new API + add .max_runtime
 2022-06-20 11:21 UTC  (3+ messages)

[LTP] [PATCH] Fix mountns01/02/03/04 removing unneeded final umounts
 2022-06-20 10:26 UTC  (3+ messages)

[LTP] [PATCH 1/1] ci/ubuntu: impish -> jammy
 2022-06-20  9:30 UTC  (3+ messages)

[LTP] [PATCH 0/7] openposix: Fix 'no return in nonvoid function' warnings
 2022-06-20  9:21 UTC  (8+ messages)
` [LTP] [PATCH 1/7] openposix: pthread_rwlockattr_getpshared/2-1: Fix
` [LTP] [PATCH 2/7] openposix: pthread_spin_init/{2-1,2-2}: Fix
` [LTP] [PATCH 3/7] openposix: sem_destroy/3-1: Fix
` [LTP] [PATCH 4/7] openposix: sem_timedwait/11-1: Fix
` [LTP] [PATCH 5/7] openposix: aio_h/2-1: Add return at the end of main()
` [LTP] [PATCH 6/7] openposix: mq_timedreceive: Silence warning
` [LTP] [PATCH 7/7] opeposix: pthread_barrierattr_getpshared/2-1: Simplify codeflow

[LTP] [RFC PATCH] madvise06: shrink to 1 MADV_WILLNEED page to stabilize the test
 2022-06-20  8:28 UTC  (5+ messages)

[LTP] [PATCH v2] swapping01: make use of remaining runtime in test looping
 2022-06-20  6:34 UTC 

[LTP] [PATCH] swapping01: set .max_runtime to 90 seconds
 2022-06-20  6:23 UTC  (3+ messages)

[LTP] [PATCH] nice05: Add testcase for nice() syscall
 2022-06-18  1:54 UTC 

[LTP] [PATCH v2] syscalls/nice05: Add testcase for nice() syscall
 2022-06-18  1:40 UTC 

[LTP] [COMMITTED][PATCH 1/1] nfs05_make_tree: Restore 5 min timeout
 2022-06-17 15:09 UTC  (4+ messages)

[LTP] [PATCH] uapi: Make __{u, s}64 match {u, }int64_t in userspace
 2022-06-17 15:04 UTC  (10+ messages)
` [LTP] [PATCH] uapi: Make __{u,s}64 match {u,}int64_t "
              ` [LTP] Ping: [PATCH] uapi: Make __{u, s}64 match {u, }int64_t "

[LTP] [PATCH 0/9] shell: nfs: $TST_ALL_FILESYSTEMS (.all_filesystems)
 2022-06-17 14:51 UTC  (19+ messages)
` [LTP] [PATCH v2 1/9] tst_test.sh: Add $TST_MOUNT_DEVICE
` [LTP] [PATCH v2 2/9] df01.sh: Use TST_MOUNT_DEVICE=1
` [LTP] [PATCH v2 3/9] tst_test.sh: allow ' in pattern for allowed variables
` [LTP] [PATCH v2 4/9] shell: Add test for TST_MOUNT_DEVICE=1
` [LTP] [PATCH v2 5/9] tst_test.sh: Add $TST_ALL_FILESYSTEMS
` [LTP] [PATCH v2 6/9] tst_device: Remove unnecessary braces
` [LTP] [PATCH v2 7/9] tst_device: Add clear command
` [LTP] [PATCH v2 8/9] shell: Add test for TST_ALL_FILESYSTEMS=1
` [LTP] [RFC][PATCH v2 9/9] nfs: Use TST_ALL_FILESYSTEMS=1

[LTP] [f*xattr] a7d69d1c38: ltp.open13.fail
 2022-06-17 14:41 UTC 

[LTP] [PATCH v7] Rewrite aio-stress test using LTP API
 2022-06-17  8:59 UTC 

[LTP] [PATCH v2 0/7] Refactor mqns testing suite
 2022-06-16 21:57 UTC  (11+ messages)
` [LTP] [PATCH v2 1/7] Add more safe macros for mqueue API
` [LTP] [PATCH v2 2/7] Refactor mqns_01 using new LTP API
` [LTP] [PATCH v2 3/7] Refactor mqns_02 "
` [LTP] [PATCH v2 4/7] Refactor mqns_03 "
` [LTP] [PATCH v2 5/7] Refactor mqns_04 "
` [LTP] [PATCH v2 6/7] Delete deprecated mqns header files
` [LTP] [PATCH v2 7/7] Rename common.h into mqns.h for mqns suite

[LTP] [PATCH 0/5] Fanotify tests for FAN_MARK_EVICTABLE
 2022-06-16 16:57 UTC  (24+ messages)
` [LTP] [PATCH 1/5] syscalls/inotify12: Introduce test for inotify mask flags
` [LTP] [PATCH 2/5] syscalls/fanotify23: Introduce FAN_MARK_EVICTABLE test
` [LTP] [PATCH 3/5] syscalls/fanotify10: Watch directory that is not the mount path
` [LTP] [PATCH 4/5] syscalls/fanotify10: Mount cycle between test cases
` [LTP] [PATCH 5/5] syscalls/fanotify10: Add test cases for evictable ignore mark

[LTP] [PATCH v1] Refactor aiocp using new LTP API
 2022-06-16 14:42 UTC 

[LTP] [RFC PATCH] API: Allow testing of kernel features in development
 2022-06-16  8:25 UTC  (7+ messages)
` [LTP] [PATCH] Create policy for testing unstable kernel features

[LTP] [PATCH v1 0/6] Refactor mqns testing suite
 2022-06-15 11:51 UTC  (8+ messages)
` [LTP] [PATCH v1 1/6] Rewrite mqns_01 test using new LTP API
` [LTP] [PATCH v1 2/6] Rewrite mqns_02 "
` [LTP] [PATCH v1 3/6] Rewrite mqns_03 "
` [LTP] [PATCH v1 4/6] Rewrite mqns_04 "
` [LTP] [PATCH v1 5/6] Delete header files from mqns tests
` [LTP] [PATCH v1 6/6] Rename common header in mqns test suite

[LTP] [vfs] 0b398f980a: ltp.copy_file_range01.fail
 2022-06-15 10:20 UTC  (2+ messages)

[LTP] [REGRESSION] lkft ltp for 20220527-48-g47ebb84
 2022-06-14 16:53 UTC 

[LTP] [REGRESSION] lkft ltp for 20220527-47-gf1b05b2
 2022-06-14 14:46 UTC 

[LTP] [PATCH] syscalls/execve06: Add test for argv[0] = NULL
 2022-06-14 13:34 UTC  (6+ messages)

[LTP] [REGRESSION] lkft ltp for 20220527-45-g1873da9
 2022-06-14 13:31 UTC 

[LTP] [RFC] [PATCH] syscalls/timer_tests: Hardcode runtime
 2022-06-14 11:57 UTC 

[LTP] [COMMITTED] [PATCH] syscalls/futex_cmp_requeue01: Remove unused tst_timer_test.h
 2022-06-14 11:46 UTC 

[LTP] [COMMITTED] [PATCH] syscalls/perf_event_open03: Fix include
 2022-06-14 11:42 UTC 

[LTP] [REGRESSION] lkft ltp for 20220527-44-g3b783e4
 2022-06-14 10:23 UTC 

[LTP] [PATCH 1/2] pkey01: print more info when write buff fail
 2022-06-14  7:23 UTC  (3+ messages)

[LTP] [REGRESSION] lkft ltp for 20220527-42-ga471d87
 2022-06-14  3:03 UTC 

[LTP] lkft ltp for 20220527-43-g1a51aa7
 2022-06-14  3:01 UTC 

[LTP] [REGRESSION] lkft ltp for 20220527-41-g396360a
 2022-06-14  2:34 UTC 

[LTP] [PATCH 0/2] LTP compilation fixes for buildroot toolchains
 2022-06-13 21:31 UTC  (6+ messages)
` [LTP] [PATCH 2/2] kvm: Fix undefined reference to __stack_chk_fail()

[LTP] [PATCH] controllers/cpuset: default cpuset.sched_load_balance to 1
 2022-06-13 15:13 UTC  (3+ messages)

[LTP] [PATCH] configure: Check for KVM linker script support
 2022-06-13 13:49 UTC  (8+ messages)

[LTP] [PATCH] run-posix-option-group-test.sh: Log and exit if one attempts to run tests without compiling
 2022-06-13 13:46 UTC  (3+ messages)

[LTP] [PATCH v2] configure: Check for KVM linker script support
 2022-06-13 11:47 UTC  (2+ messages)

[LTP] [ext4] fa96490369: WARNING:at_fs/ext4/inode.c:#ext4_invalidate_folio
 2022-06-13  7:59 UTC 

[LTP] [REGRESSION] lkft ltp for 20220527-39-ge98f946
 2022-06-09 22:27 UTC 

[LTP] [REGRESSION] lkft ltp for 20220527-38-ge3289ef
 2022-06-09 22:05 UTC 

[LTP] [PATCH v3] futex_waitv01: Add test verifies EAGIN/ETIMEDOUT
 2022-06-09 13:45 UTC  (2+ messages)

[LTP] [RFC] Open Posix Testsuite install layout
 2022-06-09 12:33 UTC  (2+ messages)

[LTP] [PATCH v1] mc_opts/mc_verify_opts.c: Initialize local variable
 2022-06-09 11:58 UTC  (2+ messages)


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