public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
 messages from 2020-04-06 06:27:44 to 2020-04-20 12:55:58 UTC [more...]

[LTP] [PATCH v1 00/10] add loop ioctl test
 2020-04-20 12:55 UTC  (38+ messages)
` [LTP] [PATCH v1 01/10] lapi: Add a configure check and fallback for loop ioctl and flag
` [LTP] [PATCH v1 02/10] syscalls/ioctl:add common c file for loop ioctl
` [LTP] [PATCH v1 03/10] syscalls/ioctl_loop01: Add LO_FLAGS_AUTOCLEAR and LO_FLAGS_PARTSCAN test
          ` [LTP] [PATCH v2 01/10] lapi/loop.h: Add fallback for loop ioctl and flag
            ` [LTP] [PATCH v2 02/10] syscalls/ioctl:add common c file for loop ioctl
            ` [LTP] [PATCH v2 03/10] syscalls/ioctl_loop01: Add LO_FLAGS_AUTOCLEAR and LO_FLAGS_PARTSCAN test
            ` [LTP] [PATCH v2 04/10] syscalls/ioctl_loop02: Add LO_FLAGS_READ_ONLY and LOOP_CHANGE_FD test
            ` [LTP] [PATCH v2 05/10] syscalls/ioctl_loop03: Add LOOP_CHANGE_FD test with WR mode
            ` [LTP] [PATCH v2 06/10] syscalls/ioctl_loop04: Add LOOP_SET_CAPACITY ioctl test
            ` [LTP] [PATCH v2 07/10] syscalls/ioctl_loop05: Add LOOP_SET_DIRECT_IO "
            ` [LTP] [PATCH v2 08/10] syscalls/ioctl_loop06: Add LOOP_SET_BLOCK_SIZE error test
            ` [LTP] [PATCH v2 09/10] syscalls/ioctl_loop07: Add dio with logic block size "
            ` [LTP] [PATCH v2 10/10] syscalls/ioctl_loop08: Add LOOP_SET/GET_STATUS64 sizelimit field test
            ` [LTP] [PATCH v2 00/10] add loop ioctl test
` [LTP] [PATCH v1 04/10] syscalls/ioctl_loop02: Add LO_FLAGS_READ_ONLY and LOOP_CHANGE_FD test
` [LTP] [PATCH v1 07/10] syscalls/ioctl_loop05: Add LOOP_SET_DIRECT_IO ioctl test

[LTP] [PATCH] syscalls/prctl: Use TST_ASSERT_STR/INT
 2020-04-20  9:51 UTC 

[LTP] [PATCH v2 1/2] syscalls/{quotactl04, statx05}.c: Replace extra_opts[] with fs_opts[]
 2020-04-17 13:44 UTC  (3+ messages)
` [LTP] [PATCH v2 2/2] syscalls/quotactl04.c: Specify inode size for prjquota feature

[LTP] [PATCH v4 0/2] Route tests using netlink API (dst,gw)
 2020-04-17 13:25 UTC  (6+ messages)
` [LTP] [PATCH v4 1/2] net: Move setup_addrinfo() into tst_net.h
` [LTP] [PATCH v4 2/2] net/route: Add netlink based route change gw/dest tests

[LTP] Add new test for pipe2 with/without O_NONBLOCK mode
 2020-04-17 12:03 UTC  (8+ messages)
` [LTP] [PATCH v3 1/2] Add SAFE_PIPE2
` [LTP] [PATCH v3 2/2] Add new test for pipe2 with/without O_NONBLOCK mode

[LTP] [COMMITTED] [PATCH] tst_cmd: Fix exit in search for program in $PATH
 2020-04-17 11:39 UTC 

[LTP] [PATCH] syscalls/pipe2_01: convert into new API
 2020-04-17 10:50 UTC  (10+ messages)
` [LTP] [PATCH v2] "
  ` [LTP] [PATCH v3 0/3] increase pipe2 coverage
    ` [LTP] [PATCH v3 1/3] syscalls/pipe2_01: convert into new API
    ` [LTP] [PATCH v3 2/3] syscalls/pipe2_02: Add new test for pipe2 O_CLOEXEC flag
    ` [LTP] [PATCH v3 3/3] syscalls/pipe2_03: Add new test for pipe2 O_DIRECT flag

[LTP] [umh] 4325957b2e: ltp.mknod07.fail
 2020-04-17  8:48 UTC 

[LTP] CPU scheduler tweaking
 2020-04-17  8:25 UTC 

[LTP] [PATCH 1/2] syscalls/{quotactl04, statx05}.c: Replace extra_opts[] with fs_opts[]
 2020-04-17  6:44 UTC  (6+ messages)
` [LTP] [PATCH 2/2] syscalls/quotactl04.c: Specify inode size for prjquota feature

[LTP] [PATCH] syscalls/epoll2: Remove PCL epoll test
 2020-04-17  3:41 UTC 

[LTP] [PATCH v2] Add write()/ioctl() race variant to snd_seq01
 2020-04-16 14:22 UTC  (2+ messages)

[LTP] [PATCH v2] Add test for CVE 2018-9568
 2020-04-16 13:52 UTC  (5+ messages)

[LTP] [PATCH 1/2] net: Add $TST_NET_DATAROOT variable
 2020-04-16 11:00 UTC  (3+ messages)
` [LTP] [PATCH 2/2] net/sendfile01.sh: Rewrite into new API

[LTP] [PATCH V3 0/2] syscalls/clock_gettime: Add support for time64 tests
 2020-04-16 10:42 UTC  (3+ messages)
` [LTP] [PATCH V3 1/2] tst_timer: Add support for kernel's 64 bit timespec
` [LTP] [PATCH V3 2/2] syscalls/clock_gettime: Add support for time64 tests

[LTP] LTP compilation broken with -fno-common
 2020-04-16  9:13 UTC  (8+ messages)
      ` [LTP] hugemmap01 warnings with -i [was Re: LTP compilation broken with -fno-common]

[LTP] [PATCH] Add test for CVE 2018-9568
 2020-04-15 15:53 UTC  (2+ messages)

[LTP] [PATCH] Add write()/ioctl() race variant to snd_seq01
 2020-04-15 15:47 UTC  (2+ messages)

[LTP] [PATCH v2 0/9] Fix compilation with -fno-common (gcc-10)
 2020-04-15 13:09 UTC  (13+ messages)
` [LTP] [PATCH v2 1/9] Remove use of TCID in new API tests
` [LTP] [PATCH v2 2/9] lib: Fix linking error multiple TCID definitions with -fno-common
` [LTP] [PATCH v2 3/9] controllers: Simplify fullpath definition
` [LTP] [PATCH v2 4/9] controllers: Fix linking with -fno-common
` [LTP] [PATCH v2 5/9] kernel/mem: Fix linking error "
` [LTP] [PATCH v2 6/9] hugepage: "
` [LTP] [PATCH v2 7/9] hugetlb: "
` [LTP] [PATCH v2 8/9] realtime: "
` [LTP] [PATCH v2 9/9] travis: Build "

[LTP] [PATCH v6 0/3] LVM support scripts for OpenQA
 2020-04-15 12:41 UTC  (4+ messages)
` [LTP] [PATCH v6 1/3] Allow acquiring multiple loop devices
` [LTP] [PATCH v6 2/3] Add LVM support scripts
` [LTP] [PATCH v6 3/3] Skip Btrfs in LVM stress tests

[LTP] [PATCH V2 0/2] syscalls/clock_gettime: Add support for time64 tests
 2020-04-15 12:24 UTC  (7+ messages)
` [LTP] [PATCH V2 1/2] tst_timer: Add time64 related helpers
` [LTP] [PATCH V2 2/2] syscalls/clock_gettime: Add support for time64 tests

[LTP] [RFC PATCH 0/8] Fix compilation with -fno-common (gcc-10)
 2020-04-15 11:08 UTC  (14+ messages)
` [LTP] [RFC PATCH 1/8] lib: Fix linking error multiple TCID definitions with -fno-common
` [LTP] [RFC PATCH 2/8] controllers: Simplify fullpath definition
` [LTP] [RFC PATCH 3/8] controllers: Fix linking with -fno-common
` [LTP] [RFC PATCH 4/8] kernel/mem: Fix linking error "
` [LTP] [RFC PATCH 5/8] hugepage: "
` [LTP] [RFC PATCH 6/8] hugetlb: "
` [LTP] [RFC PATCH 7/8] realtime: "
` [LTP] [RFC PATCH 8/8] travis: Build "

[LTP] [PATCH v5 1/3] Allow acquiring multiple loop devices
 2020-04-14 14:08 UTC  (8+ messages)
` [LTP] [PATCH v5 2/3] Add LVM support scripts
` [LTP] [PATCH v5 3/3] Skip Btrfs in LVM stress tests

[LTP] LTP testcase analysis
 2020-04-14 12:47 UTC  (5+ messages)
  ` [LTP] Fw: "

[LTP] zram01,zram02,zram03 testcase failure
 2020-04-14  9:27 UTC  (2+ messages)
` [LTP] Fw: "

[LTP] [PATCH v3] add_key05: Avoid race with key garbage collection
 2020-04-13  9:30 UTC  (3+ messages)

[LTP] [PATCH] ltp_tpci.c: fix a null pointer
 2020-04-13  6:21 UTC  (4+ messages)

[LTP] [PATCH] lib: tst_taint: Ignore WARN taint flag if already set
 2020-04-13  3:47 UTC  (4+ messages)

[LTP] [RFC PATCH v3 0/2] Route tests using netlink API (dst,gw)
 2020-04-10 15:27 UTC  (8+ messages)
` [LTP] [RFC PATCH v3 1/2] net: Move setup_addrinfo() into tst_net.h
` [LTP] [RFC PATCH v3 2/2] net/route: Add netlink based route change gw/dest tests

[LTP] [PATCH v2] add_key05: Avoid race with key garbage collection
 2020-04-09 14:04 UTC  (2+ messages)

[LTP] [PATCH 1/2] add_key05: Avoid race with key garbage collection
 2020-04-09 11:32 UTC  (11+ messages)
` [LTP] [PATCH 2/2] add_key05: Correct formatting

[LTP] [PATCH v2 1/2] pty04: Use guarded buffers for transmission
 2020-04-09  9:45 UTC  (3+ messages)
` [LTP] [PATCH v2 2/2] pty04: Add SLCAN ldisc and check for CVE-2020-11494

[LTP] [PATCH] syscalls/clone301: Fix the test race this time for real
 2020-04-09  8:22 UTC  (4+ messages)

[LTP] [PATCH] Increase pipe2() coverage
 2020-04-09  3:30 UTC  (9+ messages)
      ` [LTP] Add new test for pipe2 with/without O_NONBLOCK mode
      ` [LTP] [PATCH v2 1/2] Add SAFE_PIPE2
      ` [LTP] [PATCH v2 2/2] Add new test for pipe2 with/without O_NONBLOCK mode

[LTP] [PATCH] hugetlb: move nr_opt to tst_hugepage.h
 2020-04-09  2:27 UTC  (3+ messages)

[LTP] [RFC] syscalls/clock_gettime: Support time64 variants
 2020-04-08 21:06 UTC  (5+ messages)

[LTP] [PATCH] pty04: Add SLCAN ldisc and check for CVE-2020-11494
 2020-04-08 15:44 UTC  (2+ messages)

[LTP] [PATCH 0/2] [RFC] Add needs_devices && basic uart test
 2020-04-08 14:18 UTC  (14+ messages)
` [LTP] [PATCH 2/2] device_drivers/uart01: Add uart01 test

[LTP] [PATCH] Add test for CVE 2018-7566
 2020-04-08 13:43 UTC  (2+ messages)

[LTP] [COMMITTED] [PATCH] pty/Makefile: The -lrt has to go to LDLIBS
 2020-04-08 12:40 UTC 

[LTP] [PATCH v2] Add test for CVE 2018-18559
 2020-04-08 12:34 UTC  (2+ messages)

[LTP] [PATCH] aio_error/3-1.c: Call write before aio_error
 2020-04-07  7:51 UTC  (4+ messages)
  ` [LTP] 答复: "

[LTP] [PATCH] Add test for CVE 2018-18559
 2020-04-06 14:39 UTC  (2+ messages)

[LTP] mm/mremap.c : WARNING: at mm/mremap.c:211 move_page_tables+0x5b0/0x5d0
 2020-04-06  8:23 UTC  (7+ messages)


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