public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
 messages from 2023-10-12 09:19:14 to 2023-10-24 08:35:37 UTC [more...]

[LTP] [PATCH 0/3] Netlink helper functions refactoring
 2023-10-24  8:35 UTC  (5+ messages)
` [LTP] [PATCH 1/3] tst_rtnetlink: Refactor helper function for generic use
` [LTP] [PATCH 2/3] tst_netlink_destroy_context(): Allow safely passing NULL context
` [LTP] [PATCH 3/3] crypto: Replace old netlink helper functions with netlink contexts

[LTP] [PATCH 1/1] README: Document gdb debugging
 2023-10-24  8:24 UTC  (5+ messages)

[LTP] [PATCH v2 0/4] Add tst_fd iterator API
 2023-10-24  7:56 UTC  (7+ messages)
` [LTP] [PATCH v2 1/4] lib: Add tst_fd iterator
` [LTP] [PATCH v2 2/4] syscalls: readahead01: Make use of tst_fd
` [LTP] [PATCH v2 3/4] syscalls: accept: Add tst_fd test
` [LTP] [PATCH v2 4/4] syscalls: splice07: New splice tst_fd iterator test

[LTP] [PATCH v7 0/5] Improve ioctl02.c
 2023-10-23 16:02 UTC  (6+ messages)
` [LTP] [PATCH v7 1/5] Refactor ioctl02.c to use the new test API
` [LTP] [PATCH v7 2/5] Make checks for termio flags more strict
` [LTP] [PATCH v7 3/5] Remove disabled code in ioctl02.c
` [LTP] [PATCH v7 4/5] Use termios instead of legacy struct "
` [LTP] [PATCH v7 5/5] Extend ioctl02 to test termio and termios

[LTP] [PATCH 0/3] Various fixes for out-of-bound uaccess
 2023-10-23 15:06 UTC  (8+ messages)
` [LTP] [PATCH 1/3] syscalls/{, f}setxattr: Fix passing of value pointer
` [LTP] [PATCH 2/3] syscalls/msgctl06: Pass an appropriate struct to msgsnd()
` [LTP] [PATCH 3/3] Provide a PATH_MAX-long buffer when expecting ENAMETOOLONG

[LTP] [PATCH 6.1 000/259] 6.1.56-rc1 review
 2023-10-09 16:43 UTC  (3+ messages)

[LTP] [PATCH v1] Add test for UI_GET_NAME ioctl
 2023-10-23 14:16 UTC  (10+ messages)
` [LTP] [PATCH v2] "
  ` [LTP] [PATCH v3] "
    ` [LTP] [PATCH v4] "

[LTP] [PATCH v3 0/2] Fix fanotify14
 2023-10-23 13:52 UTC  (9+ messages)
` [LTP] [PATCH v3 1/2] Add fanotify_get_supported_init_flags() helper function
` [LTP] [PATCH v3 2/2] fanotify14: Improve check for unsupported init flags

[LTP] [PATCH v6 0/4] Improve ioctl02.c
 2023-10-23 13:21 UTC  (5+ messages)
` [LTP] [PATCH v6 1/4] Refactor ioctl02.c to use the new test API
` [LTP] [PATCH v6 4/4] Use termios instead of legacy struct in ioctl02.c

[LTP] [PATCH v1 0/2] Lib add .ulimit setting
 2023-10-23 12:32 UTC  (7+ messages)
` [LTP] [PATCH v1 1/2] lib: Add .ulimit
` [LTP] [PATCH v1 2/2] execl01.c: set stack to unlimited

[LTP] [PATCH COMMITTED] syscalls/writev07: add note with known kernel fixes for this test
 2023-10-23 10:43 UTC  (4+ messages)

[LTP] [RFC] LTP open monthly meeting
 2023-10-23  8:51 UTC  (11+ messages)

[LTP] [PATCH 1/2] lapi/{socket, tcp}.h: Add fallback definition for setsockopt10.c
 2023-10-23  8:05 UTC  (6+ messages)
` [LTP] [PATCH 2/2] setsockopt10: Use lapi/{socket, tcp}.h to fix compilation

[LTP] [PATCH 1/3] syscalls/fchownat01: Convert to new API
 2023-10-20  9:51 UTC  (2+ messages)

[LTP] [PATCH 1/3] umount01: Simplify test using TST_ macros
 2023-10-20  9:49 UTC  (2+ messages)

[LTP] [PATCH v2 1/2] syscalls/symlink02: Convert to new API
 2023-10-20  9:37 UTC  (2+ messages)
` [LTP] [PATCH v2 2/2] Refactor and merge symlink04/05 using new LTP API

[LTP] [PATCH] syscalls/gettid02: fix s390x and couple races
 2023-10-20  9:37 UTC  (4+ messages)

[LTP] [PATCH 1/2] syscalls/symlink02: Convert to new API
 2023-10-20  9:30 UTC  (4+ messages)
` [LTP] [PATCH 2/2] Refactor and merge symlink04/05 using new LTP API

[LTP] [PATCH] Migrating the libhugetlbfs/testcases/fallocate_stress.c
 2023-10-19  8:45 UTC  (2+ messages)

[LTP] [PATCH] syscalls/process_madvise01: fix smaps scan and min_swap_avail
 2023-10-19  8:58 UTC  (2+ messages)

[LTP] [PATCH v1] Refactor getdtablesize01 using new LTP API
 2023-10-19  7:53 UTC  (2+ messages)

[LTP] [RFC PATCH 1/2] lib: add support for kinds of hpsize reservation
 2023-10-19  8:22 UTC  (5+ messages)
` [LTP] [PATCH v2 "

[LTP] [RFC PATCH 0/7] Remove scsi testsuite + various testscripts
 2023-10-19  7:34 UTC  (14+ messages)
` [LTP] [RFC PATCH 1/7] doc: Remove ltp-run-files.txt
` [LTP] [RFC PATCH 2/7] fs: Remove scsi/ltpfs testsuite
` [LTP] [RFC PATCH 3/7] fs: Remove scsi/ltpscsi testsuite
` [LTP] [RFC PATCH 4/7] testscripts: Remove ltpdmmapper.sh
` [LTP] [RFC PATCH 5/7] testscripts: Remove ltp-scsi_debug.sh
` [LTP] [RFC PATCH 6/7] testscripts: Remove sysfs.sh
` [LTP] [RFC PATCH 7/7] testcases: Remove autofs{1,4}.sh scripts

[LTP] [PATCH] swapon02: Simplify code, add copyright, modify docparse
 2023-10-19  6:47 UTC 

[LTP] [PATCH v1] Check swap availability in process_madvise01
 2023-10-19  5:42 UTC  (2+ messages)

[LTP] [PATCH] syscalls/splice06: minimum pipe-max-size is page size
 2023-10-19  5:39 UTC  (3+ messages)

[LTP] [PATCH v2 1/2] syscalls/fchmodat01: Convert to new API
 2023-10-19  3:19 UTC  (4+ messages)
` [LTP] [PATCH v2 2/2] syscalls/fchmodat02: Move errnos check to fchmodat02

[LTP] [PATCH 1/2] syscalls/fchmodat01: Convert to new API
 2023-10-19  2:45 UTC  (7+ messages)
` [LTP] [PATCH 2/2] syscalls/fchmodat02: Move errnos check to fchmodat02

[LTP] [PATCH v1] ioctl_fiemap01: New test for fiemap ioctl()
 2023-10-18  5:43 UTC 

[LTP] [PATCH] tst_kvercmp: Handle larger kernel version numbers
 2023-10-18  1:50 UTC 

[LTP] [PATCH v2 1/1] enable fsx-linux.c running on VxWorks user space and add measurement of execution time
 2023-10-18  1:49 UTC 

[LTP] [PATCH v2 0/1] enable fsx-linux.c running on VxWorks user space and add measurement of execution time
 2023-10-18  1:48 UTC 

[LTP] [PATCH v2 0/2] Refactor getegid testing suite
 2023-10-17 12:41 UTC  (7+ messages)
` [LTP] [PATCH v2 2/2] Refactor getegid02 using new LTP API

[LTP] [PATCH v2] Refactor fork14 using new LTP API
 2023-10-17 11:49 UTC 

[LTP] [PATCH v2] Add setsockopt10 TLS ULP UAF CVE-2023-0461
 2023-10-17  9:34 UTC  (4+ messages)

[LTP] [PATCH v1] Refactor fork14 using new LTP API
 2023-10-17  8:02 UTC  (2+ messages)

[LTP] [PATCH v2 1/4] readlinkat: Remove readlinkat fallback definition
 2023-10-17  6:34 UTC  (4+ messages)
` [LTP] [PATCH v2 2/4] fchownat: Remove fchownat "
` [LTP] [PATCH v2 3/4] mkdirat: Remove mkdirat "
` [LTP] [PATCH v2 4/4] mknodat: Remove mknodat "

[LTP] [PATCH 1/4] readlinkat: Remove readlinkat fallback definition
 2023-10-17  6:21 UTC  (4+ messages)

[LTP] [PATCH 1/3] link03: Convert docs to docparse
 2023-10-17  6:11 UTC  (12+ messages)
` [LTP] [PATCH 2/3] link05: "
` [LTP] [PATCH 3/3] link08: "

[LTP] [PATCH] Add setsockopt10 TLS ULP UAF CVE-2023-0461
 2023-10-16 19:57 UTC  (8+ messages)

[LTP] [PATCH 1/1] tst_clocks.c: Fix stack smashing on 32bit
 2023-10-16 18:48 UTC  (3+ messages)

[LTP] [PATCH 0/4] Add .modprobe (loading modules in C API)
 2023-10-16 15:12 UTC  (16+ messages)
` [LTP] [PATCH 1/4] tst_kernel: Add safe_check_driver()
` [LTP] [PATCH 2/4] lib: Add .modprobe
` [LTP] [PATCH 3/4] madvise11: Replace .needs_drivers with .modprobe
` [LTP] [PATCH 4/4] can_bcm01: Move vcan to .modprobe

[LTP] [PATCH v3 0/2] Rewrite exit_group01 test
 2023-10-16 10:03 UTC  (3+ messages)
` [LTP] [PATCH v3 2/2] Refactor exit_group01 using new API

[LTP] [PATCH v2] syscalls/renameat: Remove renameat fallback definition
 2023-10-16  8:03 UTC  (6+ messages)

[LTP] [RFC PATCH 1/1] Remove load_stress_all_kernel_modules.sh
 2023-10-16  6:11 UTC  (4+ messages)

[LTP] [PATCH 6.1 0/6] 6.1.58-rc1 review
 2023-10-13 16:53 UTC 

[LTP] [PATCH v1] Refactor fork05 using new LTP API
 2023-10-13  9:18 UTC  (2+ messages)

[LTP] [PATCH] enable fsx-linux.c running on VxWorks user space and add measurement of execution time
 2023-10-13  7:08 UTC  (5+ messages)

[LTP] [PATCH 1/1] Remove mongo test framework
 2023-10-13  7:04 UTC 

[LTP] [PATCH v1] Fix memcontrol tests under Tumbleweed
 2023-10-12 10:48 UTC  (3+ messages)

[LTP] [PATCH 0/2] swapon01: Test on all filesystems, cleanup
 2023-10-12  9:28 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