public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
 messages from 2015-12-04 05:55:10 to 2016-01-13 04:30:12 UTC [more...]

[LTP] [PATCH] Clean up hugemmap02 testcase
 2016-01-13  4:30 UTC  (3+ messages)

[LTP] [PATCH] mem/oom: remove non-existent case OVERCOMMIT from oom()
 2016-01-11  6:08 UTC  (6+ messages)

[LTP] [PATCH V2 01/32] ltp: Don't link against libfl
 2016-01-09  7:44 UTC  (33+ messages)
` [LTP] [PATCH V2 02/32] Add knob to control whether numa support should be checked
` [LTP] [PATCH V2 03/32] Add knob to control tirpc support
` [LTP] [PATCH V2 04/32] build: Add option to select libc implementation
` [LTP] [PATCH V2 05/32] kernel/controllers: Link with libfts explicitly on musl
` [LTP] [PATCH V2 06/32] sendfile: Use off64_t instead of __off64_t
` [LTP] [PATCH V2 07/32] replace SIGCLD with SIGCHLD
` [LTP] [PATCH V2 08/32] Check if __GLIBC_PREREQ is defined before using it
` [LTP] [PATCH V2 09/32] Guard error.h with __GLIBC__
` [LTP] [PATCH V2 10/32] replace __BEGIN_DECLS and __END_DECLS
` [LTP] [PATCH V2 11/32] Rename sigset variable to sigset1
` [LTP] [PATCH V2 12/32] fsstress.c: Replace __int64_t with int64_t
` [LTP] [PATCH V2 13/32] include fcntl.h for getting O_* definitions
` [LTP] [PATCH V2 14/32] hyperthreading: Include sys/types.h for pid_t definition
` [LTP] [PATCH V2 15/32] mincore01: Rename PAGESIZE to pagesize
` [LTP] [PATCH V2 16/32] ustat: Change header from ustat.h to sys/ustat.h
` [LTP] [PATCH V2 17/32] replace sigval_t with union sigval
` [LTP] [PATCH V2 18/32] guard mallocopt() with __GLIBC__
` [LTP] [PATCH V2 19/32] tomoyo: Replace canonicalize_file_name() with realpath()
` [LTP] [PATCH V2 20/32] getdents: define getdents/getdents64 only for glibc
` [LTP] [PATCH V2 21/32] Define _GNU_SOURCE for MREMAP_MAYMOVE definition
` [LTP] [PATCH V2 22/32] include sys/types.h
` [LTP] [PATCH V2 23/32] ptrace: Use int instead of enum __ptrace_request
` [LTP] [PATCH V2 24/32] rt_sigaction/rt_sigprocmark: Define _GNU_SOURCE
` [LTP] [PATCH V2 25/32] mc_gethost: include sys/types.h
` [LTP] [PATCH V2 26/32] crash01: Define _GNU_SOURCE
` [LTP] [PATCH V2 27/32] sysconf01: Use _SC_2_C_VERSION conditionally
` [LTP] [PATCH V2 28/32] rt_sigaction.h: Use sighandler_t instead of __sighandler_t
` [LTP] [PATCH V2 29/32] trace_shed: Fix build with musl
` [LTP] [PATCH V2 30/32] lib: Use PTHREAD_MUTEX_RECURSIVE in place of PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP for non-glibc
` [LTP] [PATCH V2 31/32] vma03: fix page size offset as per page size alignment
` [LTP] [PATCH V2 32/32] regen.sh: Include asm/unistd.h explicitly

[LTP] [PATCH V2 04/32] build: Add option to select libc implementation
 2016-01-08  8:54 UTC 

[LTP] [PATCH 32/32] regen.sh: Include asm/unistd.h explicitly
 2016-01-08  8:35 UTC 

[LTP] [PATCH 01/31] ltp: Don't link against libfl
 2016-01-08  8:11 UTC  (31+ messages)
` [LTP] [PATCH 02/31] Add knob to control whether numa support should be checked
` [LTP] [PATCH 03/31] Add knob to control tirpc support
` [LTP] [PATCH 04/31] build: Add option to select libc implementation
` [LTP] [PATCH 05/31] kernel/controllers: Link with libfts explicitly on musl
` [LTP] [PATCH 06/31] sendfile: Use off64_t instead of __off64_t
` [LTP] [PATCH 07/31] replace SIGCLD with SIGCHLD
` [LTP] [PATCH 08/31] Check if __GLIBC_PREREQ is defined before using it
` [LTP] [PATCH 09/31] Guard error.h with __GLIBC__
` [LTP] [PATCH 10/31] replace __BEGIN_DECLS and __END_DECLS
` [LTP] [PATCH 11/31] Rename sigset variable to sigset1
` [LTP] [PATCH 12/31] fsstress.c: Replace __int64_t with int64_t
` [LTP] [PATCH 13/31] include fcntl.h for getting O_* definitions
` [LTP] [PATCH 14/31] hyperthreading: Include sys/types.h for pid_t definition
` [LTP] [PATCH 15/31] mincore01: Rename PAGESIZE to pagesize
` [LTP] [PATCH 16/31] ustat: Change header from ustat.h to sys/ustat.h
` [LTP] [PATCH 17/31] replace sigval_t with union sigval
` [LTP] [PATCH 18/31] guard mallocopt() with __GLIBC__
` [LTP] [PATCH 19/31] tomoyo: Replace canonicalize_file_name() with realpath()
` [LTP] [PATCH 20/31] getdents: define getdents/getdents64 only for glibc
` [LTP] [PATCH 21/31] Include sys/types.h for MREMAP_MAYMOVE definition
` [LTP] [PATCH 22/31] include sys/types.h
` [LTP] [PATCH 23/31] ptrace: Use int instead of enum __ptrace_request
` [LTP] [PATCH 24/31] rt_sigaction/rt_sigprocmark: Define _GNU_SOURCE
` [LTP] [PATCH 25/31] mc_gethost: include sys/types.h
` [LTP] [PATCH 26/31] crash01: Define _GNU_SOURCE
` [LTP] [PATCH 27/31] sysconf01: Use _SC_2_C_VERSION conditionally
` [LTP] [PATCH 28/31] rt_sigaction.h: Use sighandler_t instead of __sighandler_t
` [LTP] [PATCH 29/31] trace_shed: Fix build with musl
` [LTP] [PATCH 30/31] lib: Use PTHREAD_MUTEX_RECURSIVE in place of PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP for non-glibc
` [LTP] [PATCH 31/31] vma03: fix page size offset as per page size alignment

[LTP] [PATCH 1/3] ltp: Don't link against libfl
 2016-01-07 22:24 UTC  (4+ messages)
` [LTP] [PATCH 2/3] Add knob to control whether numa support should be checked
` [LTP] [PATCH 3/3] Add knob to control tirpc support

[LTP] [PATCH V2] Use a union of sigval instead of sigval_t
 2016-01-07 14:24 UTC  (4+ messages)

[LTP] Test library API changes
 2016-01-07 13:27 UTC  (3+ messages)

[LTP] [PATCH] Declare lio_async_callback_handler() for linux too
 2016-01-07 12:22 UTC  (6+ messages)

[LTP] [PATCH] Rename runtests_noltp.sh script so have unique name
 2016-01-07  9:25 UTC  (2+ messages)

[LTP] [PATCH] remove inclusion of deprecated sys/kdaemon.h header
 2016-01-07  8:42 UTC  (2+ messages)

[LTP] [PATCH 1/3] epoll_wait/epoll_wait01.c: add new testcase
 2016-01-06  1:19 UTC  (4+ messages)
` [LTP] [PATCH 2/3] epoll_wait/epoll_wait02.c: "
` [LTP] [PATCH 3/3] epoll_wait/epoll_wait03.c: "
` [LTP] [PATCH 4/4] epoll_wait/epoll_wait04.c: "

[LTP] LTP release preparations
 2016-01-05 15:36 UTC 

[LTP] [PATCH] commands/which: Added new testcase to test which(1)
 2016-01-05 15:27 UTC  (7+ messages)
    ` [LTP] [PATCH v2] "
        ` [LTP] [PATCH v3] "

[LTP] mkfs01 testcases issue
 2016-01-05 14:35 UTC  (4+ messages)

[LTP] [bug report] readahead02: readahead hardcoded bytes limit
 2016-01-04  9:41 UTC  (4+ messages)
` [LTP] [PATCH] syscalls/readahead02: fix error check

[LTP] [PATCH] kernel/syscalls: add new test with 'open() + O_TMPFILE'
 2015-12-30 10:33 UTC 

[LTP] [PATCH] preadv/preadv02.c: add new testcase
 2015-12-29 10:20 UTC  (2+ messages)
` [LTP] [PATCH] pwritev/pwritev02.c: "

[LTP] [PATCH] mem/oom: remove non-existent case OVERCOMMIT from oom()
 2015-12-28  7:20 UTC 

[LTP] pi_test: support more CPU configurations
 2015-12-25 16:18 UTC  (9+ messages)
` [LTP] [PATCH 1/7] pi_test: move duplicated stuff to the header
` [LTP] [PATCH 2/7] pi_test: move thread_fn() "
` [LTP] [PATCH 3/7] pi_test: move thread_tl() "
` [LTP] [PATCH 4/7] pi_test: move thread_sample() "
` [LTP] [PATCH 5/7] pi_test: thread_sample: do not use the buffer explicitly
` [LTP] [PATCH 6/7] pi_test: remove unused arguments from main()
` [LTP] [PATCH 7/7] pi_test: use only available CPUs
  ` [LTP] [PATCH V2 "

[LTP] [PATCH] controllers/cgroup_fj: remove broken testcase
 2015-12-25 10:44 UTC 

[LTP] [PATCH v3] hugetlb: add new testcase hugeshmat05.c
 2015-12-25  9:09 UTC  (2+ messages)

[LTP] [PATCH] ftrace_stress_test: check if tracing_enabled is supported
 2015-12-24  5:22 UTC 

[LTP] [PATCH] ftrace_stress_test.sh: remove the tracing_enabled file tests
 2015-12-23  3:32 UTC  (4+ messages)

[LTP] [PATCH v4] hugetlb/hugemmap: add new testcase hugemmap06.c
 2015-12-22 19:01 UTC  (6+ messages)

[LTP] [Query] Regarding broken_ip4_version testcase
 2015-12-21 11:31 UTC  (2+ messages)

[LTP] [PATCH v2] hugetlb: add new testcase hugeshmat05.c
 2015-12-21  9:35 UTC  (3+ messages)

[LTP] [PATCH v3] hugetlb/hugemmap: add new testcase hugemmap06.c
 2015-12-21  8:36 UTC  (4+ messages)

[LTP] [Query] Regarding broken_ip4_version testcase
 2015-12-21  6:45 UTC  (2+ messages)

[LTP] [PATCH V3] Add testcases to test the kernel input stack
 2015-12-18 12:23 UTC 

[LTP] [PATCH 1/2] commands/lsmod: Added new testcase to test lsmod(8)
 2015-12-18  7:07 UTC  (2+ messages)
` [LTP] [PATCH 2/2] commands/insmod: Added new testcase to test insmod(8)

[LTP] [PATCH] syscalls/xattr: avoid creating whiteout device
 2015-12-17 14:05 UTC  (2+ messages)

[LTP] [PATCH] syscalls/creat/creat09: fix error check of create syscall
 2015-12-17  9:45 UTC  (4+ messages)

[LTP] [PATCH 2/2] pwritev/pwritev01.c: add new testcase
 2015-12-15 16:36 UTC  (5+ messages)
` [LTP] [PATCH v2 1/2] preadv/preadv01.c: "
  ` [LTP] [PATCH v2 2/2] pwritev/pwritev01.c: "

[LTP] [PATCH v2 2/2] hugetlb: checking if hugepage is supported on target system
 2015-12-15 13:11 UTC  (2+ messages)

[LTP] [PATCH] network/tcp_fastopen: use UDP optionally
 2015-12-15 12:48 UTC 

[LTP] [PATCH] network/dctcp: add dctcp congestion control algorithm test
 2015-12-15 11:57 UTC  (2+ messages)

[LTP] Question about LTP testcase netns_sysfs on RHEL6.7GA
 2015-12-15  9:52 UTC 

[LTP] Christmass vacations && LTP release
 2015-12-15  4:42 UTC  (2+ messages)

[LTP] [PATCH] cgroup_fj/cgroup_fj_function2.sh: fix subsystem of ns
 2015-12-15  3:16 UTC 

[LTP] [PATCH V3] controllers:new testcase blkio1
 2015-12-14 16:11 UTC  (2+ messages)

[LTP] [PATCH] controllers/cgroup_fj: fix failure
 2015-12-14 10:22 UTC 

[LTP] [PATCH] cgroup_fj/cgroup_fj_stress.sh: Fix failures on cgroup unmounted case
 2015-12-14 10:07 UTC  (2+ messages)

[LTP] [PATCH] syscalls: avoid creating whiteout device in tests
 2015-12-11 13:33 UTC  (5+ messages)
` [LTP] [PATCH v2] "

[LTP] [Query] Regarding network testcases
 2015-12-11 11:14 UTC 

[LTP] [Query] Regarding network testcases
 2015-12-09 11:15 UTC  (3+ messages)

[LTP] [PATCH] linux_syscall_numbers: add syscall number to output
 2015-12-07 10:04 UTC  (3+ messages)

[LTP] {get|set}_thread_area issue on ARM
 2015-12-07  9:54 UTC  (7+ messages)

[LTP] [PATCH] set_thread_area01: fix build issue
 2015-12-07  9:28 UTC  (2+ messages)

[LTP] [PATCH] hugetlb: add new testcase hugeshmat05.c
 2015-12-05  8:04 UTC  (3+ messages)

[LTP] [PATCH v2 1/2] hugetlb: rename lib/ipcshm.* to lib/hugetlb.*
 2015-12-04  6:23 UTC  (2+ messages)
` [LTP] [PATCH v2 2/2] hugetlb: checking if hugepage is supported on target system

[LTP] [PATCH 1/2] hugetlb: rename lib/ipcshm.* to lib/hugetlb.*
 2015-12-04  5:55 UTC  (4+ messages)
` [LTP] [PATCH 2/2] hugetlb: checking if hugepage is supported on target system


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