public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
 messages from 2022-04-27 03:38:56 to 2022-05-12 01:38:49 UTC [more...]

[LTP] [net] 5aa32dd9bd: INFO:task_blocked_for_more_than#seconds
 2022-05-04  9:07 UTC  (3+ messages)

[LTP] [PATCH 0/1] ksm: fix occasional page_volatile false positives
 2022-05-12  1:38 UTC  (2+ messages)
` [LTP] [PATCH 1/1] "

[LTP] [next] mm: overcommit_memory: failed - TFAIL: alloc passed, expected to fail
 2022-05-11 17:03 UTC 

[LTP] [PATCH v2 0/4] shell: Add $TST_MOUNT_DEVICE support
 2022-05-11 14:48 UTC  (6+ messages)
` [LTP] [PATCH v2 1/4] tst_test.sh: Add $TST_MOUNT_DEVICE
` [LTP] [PATCH v2 2/4] df01.sh: Use TST_MOUNT_DEVICE=1
` [LTP] [PATCH v2 3/4] tst_test.sh: Improve pattern for allowed variables
` [LTP] [PATCH v2 4/4] shell: Add test for TST_MOUNT_DEVICE=1

[LTP] [PATCH v2 00/30] Introduce runtime and conver tests
 2022-05-11 11:55 UTC  (51+ messages)
` [LTP] [PATCH v2 01/30] Introduce a concept of max runtime
  ` [LTP] [Automated-testing] "
` [LTP] [PATCH v2 02/30] mtest06/mmap1: Convert to runtime
` [LTP] [PATCH v2 03/30] mtest06/mmap3: "
` [LTP] [PATCH v2 04/30] mtest01/mtest01: "
` [LTP] [PATCH v2 05/30] cve/cve-2015-3290: "
` [LTP] [PATCH v2 06/30] crypto/af_alg02: "
  ` [LTP] [Automated-testing] "
` [LTP] [PATCH v2 07/30] crypto/pcrypt_aead01: "
` [LTP] [PATCH v2 08/30] syscalls/clock_gettime01: Remove useless timeout
` [LTP] [PATCH v2 09/30] syscalls/fanotify22: "
` [LTP] [PATCH v2 10/30] syscalls/gettimeofday02: Convert to runtime
` [LTP] [PATCH v2 11/30] syscalls/inotify06: "
` [LTP] [PATCH v2 12/30] syscalls/inotify01: Remove now useless timeout
` [LTP] [PATCH v2 13/30] syscalls/perf_event_open03: Convert to runtime
` [LTP] [PATCH v2 14/30] syscalls/readv01: Remove now useless timeout
` [LTP] [PATCH v2 15/30] syscalls/tgkill03: Remove now unused timeout
` [LTP] [PATCH v2 16/30] syscalls/setsockopt09: Remove now useless timeout
` [LTP] [PATCH v2 17/30] syscalls/userfaultfd01: "
` [LTP] [PATCH v2 18/30] syscalls/move_pages12: Convert to runtime
` [LTP] [PATCH v2 19/30] syscalls/rt_sigqueueinfo01: Remove now useless timeout
` [LTP] [PATCH v2 20/30] mem/mallocstress: Convert to runtime
` [LTP] [PATCH v2 21/30] mem/{oom, min_free_kbytes}: "
` [LTP] [PATCH v2 22/30] crypto/af_alg02: "
  ` [LTP] [Automated-testing] "
` [LTP] [PATCH v2 23/30] fuzzy_sync: "
  ` [LTP] [Automated-testing] "
` [LTP] [PATCH v2 24/30] ltp-aiodio/dio_sparse, aiodio_sparse: "
` [LTP] [PATCH v2 25/30] ltp-aiodio/read_checkzero: Remove
` [LTP] [PATCH v2 26/30] ltp-aiodio/dio_{truncate, append}: Convert to runtime
` [LTP] [PATCH v2 27/30] ltp-aiodio/dio_read: "
` [LTP] [PATCH v2 28/30] ltp-aiodio/aiodio_append: "
` [LTP] [PATCH v2 29/30] timer_test: "
` [LTP] [PATCH v2 30/30] tst_test: Remove timeout stubs
` [LTP] [Automated-testing] [PATCH v2 00/30] Introduce runtime and conver tests

[LTP] [PATCH v3] rtc02: loosen the compare precision with few seconds
 2022-05-11  9:48 UTC  (3+ messages)

[LTP] [PATCH 0/3] fix some bugs in rct02
 2022-05-11  1:54 UTC  (13+ messages)
` [LTP] [PATCH 1/3] rtc02: skip test with unsupport set RTC platform
` [LTP] [PATCH 2/3] rtc02: reset backward 1 hour to RTC time
` [LTP] [PATCH 3/3] rtc02: loosen the compare precision with few seconds
      ` [LTP] [PATCH v2] "

[LTP] [PATCH v3 0/3] shell: Fixes for disabled IPv6
 2022-05-10 14:04 UTC  (10+ messages)
` [LTP] [PATCH v3 1/3] tst_net.sh: Fix "
` [LTP] [PATCH v3 2/3] netns: Rewrite to use tst_net.sh
` [LTP] [PATCH v3 3/3] netns: Rename netns_helper.sh -> netns_lib.sh

[LTP] LTP release preparations
 2022-05-10 13:54 UTC  (4+ messages)

[LTP] [PATCH v4 00/19] Expand Cgroup lib and modify controller tests
 2022-05-10 11:19 UTC  (30+ messages)
` [LTP] [PATCH v3 01/19] API/cgroup: Modify tst_cg_print_config for parsing and consumption
` [LTP] [PATCH 02/19] API/cgroup: Add option for specific pid to tst_cg_opts
` [LTP] [PATCH v2 03/19] API/cgroup: Add cgroup_find_root helper function
` [LTP] [PATCH 04/19] API/cgroup: Add CTRL_NAME_MAX define
` [LTP] [PATCH 05/19] tst_test_macros: Add TST_TOSTR macro
` [LTP] [PATCH v4 06/19] API/cgroup: Implement tst_cg_load_config
` [LTP] [PATCH v3 07/19] API/cgroup: Add more controllers to tst_cgroup
` [LTP] [PATCH 08/19] API/cgroup: refuse to mount blkio when io controller is mounted
` [LTP] [PATCH v2 09/19] testcases/lib: Implement tst_cgctl binary
` [LTP] [PATCH 10/19] testcases/lib: Add tst_flag2mask function
` [LTP] [PATCH v4 11/19] controllers: Expand cgroup_lib shell library
` [LTP] [PATCH v2 12/19] controllers: Update cgroup_fj_* to use newer cgroup lib and test lib
` [LTP] [PATCH v2 13/19] controllers: Update memcg_control_test to newer test lib and cgroup lib
` [LTP] [PATCH v2 14/19] controllers: Update memcg/regression/* to new test "
` [LTP] [PATCH v2 15/19] controllers: Update memcg_stress_test to use newer "
` [LTP] [PATCH v2 16/19] controllers: update memcg/functional "
` [LTP] [PATCH v2 17/19] controllers: Update pids.sh "
` [LTP] [PATCH v2 18/19] controllers: update cpuset_regression_test.sh "
` [LTP] [PATCH v2 19/19] controllers: update cgroup_regression_test "

[LTP] [PATCH 0/2] Fix constant redefinition
 2022-05-10 11:02 UTC  (6+ messages)
` [LTP] [PATCH 1/2] lapi/mount.h: Remove <linux/mount.h>
` [LTP] [PATCH 2/2] Remove duplicate include of <sys/mount.h>

[LTP] [PATCH 1/1] smoketest: Add macsec02.sh
 2022-05-10  5:45 UTC  (3+ messages)

[LTP] [PATCH 1/1] if-mtu-change.sh: Fix using functions
 2022-05-10  5:25 UTC  (3+ messages)

[LTP] [PATCH v3 0/5] shell: Cleanup getopts usage
 2022-05-10  5:23 UTC  (20+ messages)
` [LTP] [PATCH v3 1/5] busy_poll_lib.sh: Mention setup/cleanup defined in tests
` [LTP] [PATCH v3 2/5] shell: Use conditional expansion for library setup/cleanup
` [LTP] [PATCH v3 3/5] doc: Update library API doc
` [LTP] [PATCH v3 4/5] tst_test.sh: Cleanup getopts usage
` [LTP] [PATCH v3 5/5] doc: Update shell API examples

[LTP] [PATCH 1/1] smoketest: Add df01.sh
 2022-05-09 15:24 UTC  (2+ messages)

[LTP] [COMMITTED][PATCH 1/1] fs_bind_move01.sh: Fix function name (typo)
 2022-05-09 11:38 UTC 

[LTP] [PATCH v5] syscalls/mount_setattr01: Add basic functional test
 2022-05-09  9:37 UTC  (3+ messages)
  ` [LTP] 回复: "

[LTP] [PATCH] syscalls/recvmsg01: wait for server to finish
 2022-05-09  7:25 UTC  (3+ messages)

[LTP] [fork] 753550eb0c: BUG:KASAN:null-ptr-deref_in_task_nr_scan_windows
 2022-05-09  1:43 UTC 

[LTP] [PATCH] nice05: Add testcase for nice() syscall
 2022-05-07  7:36 UTC 

[LTP] [PATCH 1/2] kvm: Add VM memory access helper functions to host library
 2022-05-06 14:21 UTC  (2+ messages)
` [LTP] [PATCH 2/2] kvm: Allow running multiple iterations of a test

[LTP] [PATCH v3 5/5] busy_poll: Move TST_{SETUP, CLEANUP} to the tests
 2022-05-02 14:00 UTC  (6+ messages)

[LTP] [RFC PATCH 0/3] Remove RPC rup and rusers tests
 2022-04-29  7:48 UTC  (5+ messages)
` [LTP] [RFC PATCH 1/3] rpc: Remove rup01.sh test
` [LTP] [RFC PATCH 2/3] rpc: Remove rusers01.sh test
` [LTP] [RFC PATCH 3/3] rpc: Move rest of RPC tests to runtest/net.rpc_tests

[LTP] [RFC PATCH 1/3] lib: extend .request_hugepages to guarantee enough pages
 2022-04-28 13:29 UTC  (3+ messages)
` [LTP] [RFC PATCH 2/3] memfd_create03: make use of new .request_hugepages
` [LTP] [RFC PATCH 3/3] hugetlb: "

[LTP] [PATCH v4] syscalls/mount_setattr01: Add basic functional test
 2022-04-28 10:50 UTC  (4+ messages)
  ` [LTP] 回复: "

[LTP] [PATCH v2 00/16] Expand Cgroup lib and modify controller tests
 2022-04-28  9:17 UTC  (7+ messages)
` [LTP] [PATCH v3 04/16] API/cgroup: Implement tst_cg_load_config

[LTP] [PATCH 1/2] syscalls/shmdt01: Convert into new api
 2022-04-28  2:59 UTC  (3+ messages)
  ` [LTP] [PATCH v2] "

[LTP] [PATCH] syscalls/fcntl05: Convert into new api
 2022-04-28  2:51 UTC  (4+ messages)
  ` [LTP] [PATCH v2] "

[LTP] [PATCH v3] syscalls/mount_setattr01: Add basic functional test
 2022-04-27 15:30 UTC  (4+ messages)
  ` [LTP] 回复: "
    ` [LTP] ????: "

[LTP] [PATCH] tst_find_backing_dev: match mount point if major/minor can't be found
 2022-04-27 12:08 UTC 

[LTP] [PATCH v2 0/4] shell: Cleanup getopts usage
 2022-04-27  9:00 UTC  (11+ messages)
` [LTP] [PATCH v2 1/4] shell: Use conditional expansion for library setup/cleanup
` [LTP] [PATCH v2 2/4] doc: Update library API doc
` [LTP] [PATCH v2 3/4] tst_test.sh: Cleanup getopts usage

[LTP] [PATCH] sighold02: Fix muslc builds by removing __SIGRTMIN
 2022-04-27  7:57 UTC  (6+ messages)

[LTP] [RFC PATCH 1/1] Remove syslog shell tests
 2022-04-27  7:56 UTC  (3+ messages)


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