public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
 messages from 2017-10-11 14:41:16 to 2017-10-26 08:51:15 UTC [more...]

[LTP] [PATCH] configure: complete the full path in configure.ac
 2017-10-26  8:51 UTC 

[LTP] [RFC PATCH 0/7] Remove network test for ancient software
 2017-10-26  8:36 UTC  (13+ messages)
` [LTP] [RFC PATCH 1/7] net/tcp_cmds: Remove rwho test
` [LTP] [RFC PATCH 2/7] net/tcp_cmds: Remove rdist test
` [LTP] [RFC PATCH 3/7] net/tcp_cmds: Remove rlogin test
` [LTP] [RFC PATCH 4/7] net/tcp_cmds: Remove rsh test
` [LTP] [RFC PATCH 5/7] net/tcp_cmds: Remove rcp test
` [LTP] [RFC PATCH 6/7] net/tcp_cmds: Remove finger test
` [LTP] [RFC PATCH 7/7] net/tcp_cmds: Remove echo test

[LTP] [PATCH 1/2] syscalls/setrlimit02.c: Add a test for EFAULT
 2017-10-26  8:31 UTC  (5+ messages)
` [LTP] [PATCH v2 "
  ` [LTP] [PATCH v2 2/2] syscalls/setrlimit03.c: Cleanup && Convert to new API

[LTP] [PATCH] android: io/diotest4: remove dependency on <sys/shm.h>
 2017-10-26  8:16 UTC  (4+ messages)

[LTP] [PATCH] clone08: don't treat EWOULDBLOCK as failure
 2017-10-26  7:42 UTC  (3+ messages)

[LTP] [PATCH 1/3] kmsg01: set/restore console log level
 2017-10-26  7:40 UTC  (6+ messages)
` [LTP] [PATCH 2/3] kmsg01: specify read timeout in usec
` [LTP] [PATCH 3/3] kmsg01: use lower timeout for test_read_block()

[LTP] [PATCH] syscalls/ptrace07.c: Fix compilation without WIFEXITED and WEXITSTATUS
 2017-10-26  7:38 UTC  (2+ messages)

[LTP] [PATCH] Specify $TMPDIR for rwtest01-04
 2017-10-26  2:19 UTC 

[LTP] [PATCH v2] testcases: fix file path to control access to cron
 2017-10-25 21:32 UTC  (2+ messages)

[LTP] [PATCH 1/4] tst_safe_net: add new wrapper for safe_setsockopt
 2017-10-25 16:11 UTC  (4+ messages)
` [LTP] [PATCH 2/4] netstress: add support for TCP_FASTOPEN_CONNECT socket option
` [LTP] [PATCH 3/4] tst_netload: support new -F option for netstress client
` [LTP] [PATCH 4/4] tcp_fastopen: new test-case with TCP_FASTOPEN_CONNECT

[LTP] [PATCH v3] syscalls/ptrace07: new test for ptrace FPU state corruption
 2017-10-25 12:19 UTC  (2+ messages)

[LTP] [PATCH v2] ltp: remove .tid from test struct
 2017-10-25 10:06 UTC 

[LTP] [PATCH v4] syscalls/keyctl07: new test for oops when reading negative key
 2017-10-25  9:23 UTC  (2+ messages)

[LTP] [PATCH] ltp: keep the .tid hidden in the test library
 2017-10-25  9:15 UTC  (4+ messages)

[LTP] [RFC] [PATCH] syscalls/madvise09: Fix TCONF propagation, remove .min_kver
 2017-10-25  8:40 UTC  (3+ messages)

[LTP] [PATCH 1/2] ltp: typos correction
 2017-10-25  7:34 UTC  (4+ messages)
` [LTP] [PATCH 2/2] mm: enlarge mmap HIGH_ADDR value for s390 arch

[LTP] [PATCH 1/1] doc,openposix: Fix typos in comments
 2017-10-25  7:20 UTC  (2+ messages)

[LTP] [PATCH 1/2] syscalls/brk: change to unsigned long to avoid incr overflow
 2017-10-25  3:36 UTC  (2+ messages)
` [LTP] [PATCH 2/2] syscalls/brk: limit the largest requesting memory to UINT_MAX

[LTP] [PATCH 1/2] syscalls/brk: change to unsigned long to avoid incr overflow
 2017-10-25  3:33 UTC  (2+ messages)
` [LTP] [PATCH 2/2] syscalls/brk: limit the largest requesting memory to UINT_MAX

[LTP] [PATCH] syscalls/keyctl06: Print TFAIL if keyring_read() returns wrong size
 2017-10-19  6:09 UTC  (6+ messages)
      ` [LTP] [PATCH v2] syscalls/keyctl06: Accept two kinds of return values for the time being

[LTP] [PATCH v3 1/2] syscalls/setrlimit05.c: Add a test for EFAULT
 2017-10-18 15:07 UTC  (5+ messages)
` [LTP] [PATCH v4 "
    ` [LTP] [PATCH v5 "

[LTP] [COMMITTED] [PATCH 1/2] lib: Add tst_strstatus()
 2017-10-18 13:40 UTC  (2+ messages)
` [LTP] [COMMITTED] [PATCH 2/2] syscalls: Make use of tst_strstatus()

[LTP] [lkp-robot] [x86/topology] 379a4bb988: dmesg.WARNING:at_arch/x86/events/intel/uncore.c:#uncore_change_type_ctx
 2017-10-18 13:19 UTC  (2+ messages)

[LTP] [PATCH v5 00/12] Fix 32-bit cross compilation
 2017-10-18 11:11 UTC  (13+ messages)
` [LTP] [PATCH v5 01/12] m4: Fix libaio detection on 32-bit cross build
` [LTP] [PATCH v5 02/12] kernel/io: Build all directories even without libaio
` [LTP] [PATCH v5 03/12] make: Remove workarounds for build without libnuma
` [LTP] [PATCH v5 04/12] numa: Drop NUMA API v1 support
` [LTP] [PATCH v5 05/12] numa: Drop NUMA_CPPFLAGS
` [LTP] [PATCH v5 06/12] hotplug/memory_hotplug: Update TODO
` [LTP] [PATCH v5 07/12] hotplug/memory_hotplug: Remove unused header
` [LTP] [PATCH v5 08/12] hotplug/memory_hotplug: Exit with TCONF when NUMA headers not available
` [LTP] [PATCH v5 09/12] m4, kernel/lib: Detect libnuma presence in kernel libs
` [LTP] [PATCH v5 10/12] numa: Check for API >= v2 with autoconf
` [LTP] [PATCH v5 11/12] numa: Remove HAVE_NUMA_ALLOC_ONNODE definition
` [LTP] [PATCH v5 12/12] numa: Remove HAVE_NUMA_MOVE_PAGES definition

[LTP] [PATCH] Increase threshold in timer measurement library
 2017-10-18 10:58 UTC  (2+ messages)

[LTP] [RFC] [PATCH 1/2] lib: Add tst_strstatus()
 2017-10-18 10:09 UTC  (5+ messages)
` [LTP] [RFC] [PATCH 2/2] syscalls: Make use of tst_strstatus()

[LTP] [PATCH] ltp/testcases/kernel/fs/doio/rwtest: fix rwtest
 2017-10-18  8:47 UTC 

[LTP] [PATCH v4 00/14] Fix 32-bit cross compilation
 2017-10-17 13:29 UTC  (17+ messages)
` [LTP] [PATCH v4 01/14] lapi/keyctl.h: Add doc and reorder definitions
` [LTP] [PATCH v4 02/14] syscalls/request_key: Port to use lapi/keyctl.h header
` [LTP] [PATCH v4 03/14] m4: Fix libkeyutils detection on 32-bit cross build
` [LTP] [PATCH v4 04/14] m4: Fix libaio "
` [LTP] [PATCH v4 05/14] make: Remove workarounds for build without libnuma
` [LTP] [PATCH v4 06/14] numa: Drop NUMA API v1 support
` [LTP] [PATCH v4 07/14] numa: Drop NUMA_CPPFLAGS
` [LTP] [PATCH v4 08/14] hotplug/memory_hotplug: Update TODO
` [LTP] [PATCH v4 09/14] hotplug/memory_hotplug: Remove unused header
` [LTP] [PATCH v4 10/14] hotplug/memory_hotplug: Exit with TCONF when NUMA headers not available
` [LTP] [PATCH v4 11/14] m4, kernel/lib: Detect libnuma presence in kernel libs
` [LTP] [PATCH v4 12/14] numa: Check for API >= v2 with autoconf
` [LTP] [PATCH v4 13/14] numa: Remove HAVE_NUMA_ALLOC_ONNODE definition
` [LTP] [PATCH v4 14/14] numa: Remove HAVE_NUMA_MOVE_PAGES definition

[LTP] [PATCH v2 0/4] ltp: add tests for some recently-fixed keyrings bugs
 2017-10-17  9:19 UTC  (9+ messages)
` [LTP] [PATCH v2 1/4] lapi/keyctl.h: add a few missing definitions
` [LTP] [PATCH v2 2/4] syscalls/keyctl06: new test for keyring_read() buffer overrun
` [LTP] [PATCH v2 3/4] syscalls/keyctl07: new test for oops when reading negative key
` [LTP] [PATCH v2 4/4] syscalls/add_key03: new test for forging user keyrings

[LTP] [PATCH v2] syscalls/ptrace07: new test for ptrace FPU state corruption
 2017-10-16 21:12 UTC 

[LTP] [PATCH v3] syscalls/keyctl07: new test for oops when reading negative key
 2017-10-16 19:47 UTC 

[LTP] [PATCH] cve/cve-2017-2618: Check for file fscreate existence
 2017-10-16 11:40 UTC  (2+ messages)

[LTP] [PATCH] syscalls/ioctl07.c: Fix compilation && Cleanup
 2017-10-16 11:28 UTC  (2+ messages)

[LTP] [PATCH 1/1] kernel/ima. Fix compile error regression
 2017-10-16 10:04 UTC  (2+ messages)

[LTP] [PATCH] Test for CVE-2017-2618 in setprocattr
 2017-10-16  5:09 UTC  (3+ messages)

[LTP] [PATCH v3 00/18] Fix 32-bit cross compilation
 2017-10-13 14:47 UTC  (26+ messages)
` [LTP] [PATCH v3 01/18] configure.ac: Sort headers alphabetically
` [LTP] [PATCH v3 02/18] m4: Simplify check for linux/can.h header
` [LTP] [PATCH v3 03/18] m4: Simplify check for linux/keyctl.h header
` [LTP] [PATCH v3 04/18] lapi/keyctl.h: Add doc and reorder definitions
` [LTP] [PATCH v3 05/18] syscalls/request_key: Port to use lapi/keyctl.h header
` [LTP] [PATCH v3 06/18] m4: Fix libkeyutils detection on 32-bit cross build
` [LTP] [PATCH v3 07/18] nfsv4/acl1: Exit with TCONF when libacl not available
` [LTP] [PATCH v3 08/18] m4: Fix libacl detection on 32-bit cross build
` [LTP] [PATCH v3 09/18] m4: Fix libcrypto "
` [LTP] [PATCH v3 10/18] io/aiocp: Exit with TCONF when libaio is not available
` [LTP] [PATCH v3 11/18] m4: Fix libaio detection on 32-bit cross build
` [LTP] [PATCH v3 12/18] make: Remove workarounds for build without libnuma
` [LTP] [PATCH v3 13/18] numa: Drop NUMA API v1 support
` [LTP] [PATCH v3 14/18] numa: Drop NUMA_CPPFLAGS
` [LTP] [PATCH v3 15/18] hotplug/memory_hotplug: Update TODO
` [LTP] [PATCH v3 16/18] hotplug/memory_hotplug: Remove unused header
` [LTP] [PATCH v3 17/18] hotplug/memory_hotplug: Exit with TCONF when NUMA headers not available
` [LTP] [PATCH v3 18/18] m4, kernel/lib: Detect libnuma presence in kernel libs

[LTP] [PATCH 0/2] Updates to pthread_{barrier,cond}_destroy()
 2017-10-13 12:57 UTC  (11+ messages)
` [LTP] [PATCH 1/2] POSIX: Allow pthread_barrier_destroy() to block
` [LTP] [PATCH 2/2] POSIX: Allow pthread_cond_destroy "

[LTP] [PATCH] syscalls/ptrace07: new test for ptrace FPU state corruption
 2017-10-13 12:06 UTC  (2+ messages)

[LTP] [PATCH] commands/mail: Fix a mismatched sender name in mail0[23]
 2017-10-13 11:47 UTC  (3+ messages)
` [LTP] [PATCH v2] "

[LTP] [PATCH v6] Add test for CVE-2017-7308 on a raw socket's ring buffer
 2017-10-13 11:19 UTC 

[LTP] [PATCH] cve/cve-2016-10044.c: fix two errors
 2017-10-13  7:48 UTC  (3+ messages)
` [LTP] [PATCH v2] "

[LTP] [PATCH] open_posix_testsuite/pthread_attr_init
 2017-10-12 14:45 UTC 

[LTP] [PATCH v2] Assign CVE number to add_key02
 2017-10-12 13:50 UTC  (2+ messages)

[LTP] [PATCH 1/3] netstress: allow to resend requests for udp and dccp
 2017-10-12 13:03 UTC  (3+ messages)
` [LTP] [PATCH 2/3] netstress: remove verbose output
` [LTP] [PATCH 3/3] netstress: randomize payload length

[LTP] [PATCH 1/3] lib: setup rhost TST_TMPDIR if net test sets TST_NEEDS_TMPDIR
 2017-10-12 12:40 UTC  (3+ messages)
` [LTP] [PATCH 2/3] lib: tst_rhost_run: new option -B for saving background log
` [LTP] [PATCH 3/3] network/tst_netload: dump background netstress output on failure

[LTP] [PATCH] Assign CVE number to add_key02
 2017-10-12 12:35 UTC  (2+ messages)

[LTP] [PATCH] shmctl: enable subtest SHM_LOCK SHM_UNLOCK only if kernel < 2.6.9
 2017-10-12 11:03 UTC  (2+ messages)

[LTP] [PATCH v2] shmctl: enable subtest SHM_LOCK SHM_UNLOCK only if kernel < 2.6.9
 2017-10-12 10:57 UTC 

[LTP] [PATCH] shmctl: enable subtest SHM_LOCK SHM_UNLOCK only if kernel < 2.6.9
 2017-10-12 10:55 UTC 

[LTP] [PATCH 1/6] lib: add LTP_IPC_PATH to env. variables by default
 2017-10-12  9:34 UTC  (6+ messages)
` [LTP] [PATCH 5/6] creat07: no need to pass tst_ipc_envp anymore

[LTP] [PATCH v5 1/7] tst_atomic: Add load, store and use __atomic builtins
 2017-10-11 14:43 UTC  (3+ messages)

[LTP] [PATCH v3 01/16] lib/tst_mkfs: Clear first 512k of the device
 2017-10-11 14:41 UTC  (16+ messages)
` [LTP] [PATCH v3 02/16] lib: Add interface to list supported filesystems
` [LTP] [PATCH v3 03/16] SAFE_MOUNT: Handle FUSE mounts as well
` [LTP] [PATCH v3 04/16] lib/tst_test: Add .all_filesystems flag
` [LTP] [PATCH v3 05/16] lib/tst_fs: Add tst_fill_fs()
` [LTP] [PATCH v3 06/16] syscalls/fallocate05: New test
` [LTP] [PATCH v3 07/16] syscalls/msync04: Run test for all filesystems
` [LTP] [PATCH v3 08/16] syscalls/fallocate04: Convert to the new library
` [LTP] [PATCH v3 09/16] syscalls/fallocate04: Run test for all filesystems
` [LTP] [PATCH v3 10/16] syscalls/setxattr01: Convert to the new library
` [LTP] [PATCH v3 11/16] syscalls/setxattr01: Run test for all filesystems
` [LTP] [PATCH v3 12/16] syscallse/setxattr02: Convert to the new library
` [LTP] [PATCH v3 13/16] syscalls/fsync01: "
` [LTP] [PATCH v3 14/16] syscalls/fsync01: Run test for all filesystems
` [LTP] [PATCH v3 15/16] fs/fs_fill: Add a test to fill a FS in a few threads
` [LTP] [PATCH v3 16/16] doc: Update device flags in test-writing-guidelines


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