messages from 2018-05-28 04:20:05 to 2018-06-14 11:34:46 UTC [more...]
[LTP] [PATCH 1/1] network.sh: Cleanup netpan logs
2018-06-14 11:34 UTC (4+ messages)
[LTP] [PATCH 1/2] syscalls/fchmod03.c: Convert to new API && merge fchmod04 into fchmod03
2018-06-14 11:29 UTC (2+ messages)
` [LTP] [PATCH 2/2] syscalls/fchmod05.c: Cleanup && convert to new API
[LTP] [PATCH 1/2] SAFE_MACROS: Add SAFE_GETGRNAM()
2018-06-14 11:27 UTC (4+ messages)
` [LTP] [PATCH v2] "
[LTP] Fwd: [PATCH 4.4 00/24] 4.4.137-stable review
2018-06-14 10:54 UTC (10+ messages)
` [LTP] "
[LTP] [PATCH 1/1] tst_test.sh: Add default trap to INT
2018-06-14 10:04 UTC
[LTP] [PATCH v2 0/2] Create new library helper: tst_getconf
2018-06-14 8:48 UTC (5+ messages)
` [LTP] [PATCH v2 1/2] testcase: lib: Create tst_getconf to replace "getconf"
` [LTP] [PATCH v2 2/2] testcases: Replace "getconf" by "tst_getconf"
[LTP] [PATCH] swapon: commit swapfile caches to disk
2018-06-14 6:37 UTC (7+ messages)
[LTP] [RFC PATCH 0/9] Rewrite msgctl testcases
2018-06-13 12:35 UTC (20+ messages)
` [LTP] [RFC PATCH 1/9] tst_safe_sysv_ipc: Make safe_shmctl() and safe_msgctl() safer
` [LTP] [RFC PATCH 2/9] tst_safe_sysv_ipc: SAFE_{SHMCTL, MSGCTL} return retval
` [LTP] [RFC PATCH 3/9] syscalls/ipc: Rewrite msgctl01 + merge msgctl06
` [LTP] [RFC PATCH 4/9] syscalls/ipc: Rewrite msgctl02 to new library
` [LTP] [RFC PATCH 5/9] syscalls/ipc: Convert to newlib and merge msgctl{13, 03}
` [LTP] [RFC PATCH 6/9] syscalls/ipc: Rewrite + merge msgctl{04, 05}
` [LTP] [RFC PATCH 7/9] syscalls/ipc: Rewrite msgctl12 to new library
` [LTP] [RFC PATCH 8/9] syscalls/ipc: Remove msgctl07
` [LTP] [RFC PATCH 9/9] syscalls/ipc: Fix Makefile
[LTP] [PATCH] readahead02: create loop device if TMPDIR is tmpfs
2018-06-13 10:52 UTC
[LTP] [PATCH v2] pthread_cancel_3-1: rewrite
2018-06-13 10:19 UTC (3+ messages)
[LTP] LTP syscall fcntl36 test is fails intermittently on arm32 qemu and beagleboard x15
2018-06-12 21:06 UTC (3+ messages)
[LTP] [PATCH] ltp: replace the retry loops by new exponential backoff macro
2018-06-12 15:56 UTC (2+ messages)
[LTP] [PATCH] [RFC] syscalls/ipc: Rename some msgctl tests
2018-06-12 14:53 UTC (5+ messages)
[LTP] [COMMITTED][PATCH 1/1] tst_test.sh: Quote function parameter
2018-06-12 14:28 UTC (2+ messages)
[LTP] [PATCH v3] tst_test.sh: achieve TST_RETRY_FUNC function in shell
2018-06-12 13:05 UTC (2+ messages)
[LTP] [PATCH] move_pages: Remove redundant move_pages.sh
2018-06-12 12:48 UTC (4+ messages)
[LTP] [PATCH] [RFC] README.md: Add shortcut to running a single test
2018-06-12 12:38 UTC (4+ messages)
[LTP] [PATCH v2] zram03: drop obsolete sysfs interfaces
2018-06-12 12:02 UTC (2+ messages)
[LTP] [PATCH] macsec: fix double delete the tmp file
2018-06-10 23:51 UTC (3+ messages)
[LTP] [PATCH v2] change type of variable to fix compile warning
2018-06-09 3:01 UTC
[LTP] [PATCH 0/6] network/tcp_cc: add new tests bbr01 and bbr02
2018-06-08 14:00 UTC (18+ messages)
` [LTP] [PATCH 1/6] network: rename dcctp dir to tcp_cc
` [LTP] [PATCH 2/6] dctcp01: convert to new API and move common code to a library
` [LTP] [PATCH 3/6] network/tcp_cc/dctcp01: increase packet loss for dctcp
` [LTP] [PATCH 4/6] network/tcp_cc/lib: add a function to set qdisc and txqueuelen
` [LTP] [PATCH 5/6] network/tcp_cc: add new test bbr01
` [LTP] [PATCH 6/6] network/tcp_cc: add new test bbr02
[LTP] [PATCH 1/2] madvise: add MADV_WIPEONFORK/MADV_KEEPONFORK in madvise() test
2018-06-08 9:14 UTC (2+ messages)
[LTP] [PATCH] ebizzy-0.3: change type of variable to fix compile warning
2018-06-08 8:35 UTC
[LTP] [PATCH v2] memcg: functional: 4.16 kernel updates stat counter in a batch of 33 pages
2018-06-07 22:56 UTC
[LTP] [PATCH] syscalls/fallocate05: Add missing FALLOC_FL_KEEP_SIZE flag
2018-06-07 2:40 UTC
[LTP] [PATCH 0/7] TST_IPVER
2018-06-06 15:27 UTC (10+ messages)
` [LTP] [PATCH 1/7] tst_net.sh: Simplify ipver settings code
` [LTP] [PATCH 2/7] tst_net.sh: Rename ipver to TST_IPVER
` [LTP] [PATCH 3/7] net/dns: Replace $ipver by $TST_IPVER from tst_net.sh
` [LTP] [PATCH 4/7] net/ftp: "
` [LTP] [PATCH 5/7] net/http: "
` [LTP] [PATCH 6/7] net/ssh: "
` [LTP] [PATCH 7/7] net/virt: "
[LTP] [PATCH 1/3] syscalls/fchmod.h: Move common macros to fchmod.h
2018-06-06 14:44 UTC (7+ messages)
` [LTP] [PATCH 2/3] syscalls/fchmod01.c: Convert to new API && merge fchmod07 into fchmod01
` [LTP] [PATCH 3/3] syscalls/fchmod02.c: Cleanup && convert to new API
[LTP] [PATCH 0/2] Create new library helper: tst_getconf
2018-06-06 14:04 UTC (6+ messages)
` [LTP] [PATCH 1/2] testcase: lib: Create tst_getconf to replace "getconf"
` [LTP] [PATCH 2/2] testcases: Replace "getconf" by "tst_getconf"
[LTP] [PATCH] network/virt: correctly set virt test options for vxlan and geneve
2018-06-06 11:00 UTC (2+ messages)
[LTP] [PATCH v2 ltp] network/stress/ssh/ssh-stress01-rmt: fix shellcheck error
2018-06-06 10:59 UTC (2+ messages)
[LTP] [PATCH 1/1] ima/ima_measurements.sh: Improve digest and algorithm detection
2018-06-05 21:36 UTC (4+ messages)
[LTP] [RFC PATCH v6 0/5] Add TST_TEST_DATA and TST_TEST_DATA_IFS + cleanup
2018-06-05 18:43 UTC (11+ messages)
` [LTP] [RFC PATCH v6 1/5] tst_test.sh: Hide "private" variables with "_tst_" prefix
` [LTP] [RFC PATCH v6 2/5] tst_test.sh: Warn about using "private" variable or function
` [LTP] [RFC PATCH v6 3/5] tst_test.sh: Filter out commented out lines from warnings
` [LTP] [RFC PATCH v6 4/5] tst_test.sh: s/resm/res/
` [LTP] [RFC PATCH v6 5/5] tst_test.sh: Add TST_TEST_DATA and TST_TEST_DATA_IFS
[LTP] [PATCH] memcg: functional: 4.16 kernel updates stat counter in a batch of 33 pages
2018-06-05 16:34 UTC (3+ messages)
[LTP] [Resend PATCH] zram03: drop obsolete sysfs interfaces
2018-06-05 16:33 UTC (3+ messages)
[LTP] LTP CVE "cve-2011-2183" failed on x86_64, arm32 beaglebone x15
2018-06-05 14:22 UTC (4+ messages)
[LTP] [PATCH] testcase: kernel: ioctl: Handle ENOENT error
2018-06-05 11:02 UTC (2+ messages)
[LTP] [PATCH] sctp: change the layout of tst_brkm()
2018-06-05 6:42 UTC (2+ messages)
[LTP] [RFC PATCH 0/9] testcases: small improvements with TCONF
2018-06-05 6:21 UTC (7+ messages)
` [LTP] [RFC PATCH 6/9] testcases: wc: Add "unrecognized option" as TCONF
[LTP] [PATCH] pty/pty02.c: Fix compiler error
2018-06-05 3:36 UTC (2+ messages)
[LTP] [PATCH] pty/pty02: new test for hang involving EXTPROC|ICANON terminal mode
2018-06-05 2:44 UTC (5+ messages)
[LTP] [PATCH ltp] m4/ltp-kernel_devel.m4: get LINUX_VERSION from LINUX_DIR during configure
2018-06-05 1:24 UTC (3+ messages)
[LTP] [PATCH] pthread_cancel_3-1: rewrite
2018-06-04 11:50 UTC (5+ messages)
[LTP] [PATCH] sctp: change the layout of tst_brkm()
2018-06-04 7:27 UTC
[LTP] Commands test cases
2018-06-04 6:34 UTC (9+ messages)
` [LTP] [PATCH] commands: Remove all "
[LTP] [PATCH] sctp: insert a space to isolate two word
2018-06-04 6:19 UTC (3+ messages)
[LTP] [RFC PATCH 1/1] tst_test.sh: TCONF on basename error when setting TST_ID
2018-06-01 9:48 UTC (4+ messages)
[LTP] [PATCH v2 1/1] tst_test.sh: Add test cmd helper tst_test_cmds()
2018-06-01 9:42 UTC (2+ messages)
[LTP] [COMMITTED] [PATCH 1/1] net/ipneigh: Fix rhost IP
2018-06-01 9:21 UTC
[LTP] IHC2018 - Italian Hacker Camp 2-5 Agosto @ Padova
2018-06-01 7:06 UTC
[LTP] [Resend PATCH] memcg: functional: 4.16 kernel updates stat counter in a batch of 33 pages
2018-05-31 19:09 UTC
[LTP] [PATCH] shmat() for 0 (or <PAGESIZE with RND flag) has to fail with REMAPs
2018-05-31 13:57 UTC (3+ messages)
[LTP] [RFC PATCH v5 0/5] tst_test.sh: Add TST_TEST_DATA and TST_TEST_DATA_IFS + cleanup
2018-05-31 5:55 UTC (6+ messages)
` [LTP] [RFC PATCH v5 2/5] tst_test.sh: Warn about using "private" variable or function
` [LTP] [RFC PATCH v5 5/5] tst_test.sh: Add TST_TEST_DATA and TST_TEST_DATA_IFS
[LTP] Fwd: Fail on memory.usage_in_bytes
2018-05-31 4:12 UTC
[LTP] [PATCH ltp] network/stress/ssh/ssh-stress01-rmt: fix shellcheck error
2018-05-31 2:43 UTC (3+ messages)
[LTP] [PATCH] pty: using tcgetattr() to get attributes before re-setting it
2018-05-30 9:52 UTC (3+ messages)
[LTP] [PATCH] zram03: drop obsolete sysfs interfaces
2018-05-30 0:22 UTC (3+ messages)
[LTP] rport a fail about test_1_to_1_events
2018-05-29 11:01 UTC (2+ messages)
[LTP] [PATCH 1/4] tst_net.sh: Simplify ipver settings code
2018-05-29 8:08 UTC (9+ messages)
` [LTP] [PATCH 2/4] net: Allow to overwrite libraries getopts handlers
` [LTP] [PATCH 4/4] net/macsec0{1, 2}.sh: Use TST_NET_SKIP_PARSE_ARGS=1
[LTP] [PATCH] sctputil.c: insert a space between a and datamsg
2018-05-28 8:16 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox