public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
 messages from 2021-03-14 23:36:46 to 2021-03-23 21:58:16 UTC [more...]

[LTP] [s390x vDSO Bug?] clock_gettime(CLOCK_MONOTONIC_RAW, ...) gets abnormal ts value
 2021-03-23 21:58 UTC  (4+ messages)
  ` [LTP] [PATCH 0/3] s390 vdso fixes

[LTP] [PATCH v2 0/1] Test brk VMA code path
 2021-03-23 16:27 UTC  (4+ messages)
` [LTP] [PATCH v2 1/1] brk02: Add test for removing more than one VMA

[LTP] kdump failure on x86
 2021-03-23 14:27 UTC 

[LTP] [PATCH] syscalls/setns: Replace libc function with safe_macros
 2021-03-23 13:57 UTC 

[LTP] [PATCH] lib/tst_test.c: Bugfix for heartbeat
 2021-03-23 13:56 UTC 

[LTP] [PATCH] change mmap flags from PROT_EXEC to PROT_READ
 2021-03-23 13:31 UTC 

[LTP] [PATCH 1/3] tst_safe_sysv_ipc.c: Add SAFE_SEMOP macro
 2021-03-23 10:57 UTC  (3+ messages)
` [LTP] [PATCH 2/3] tst_safe_sysv_ipc.c: Fix wrong ret_check
` [LTP] [PATCH 3/3] syscalls/semctl01: Convert into new api

[LTP] [f2fs] 02eb84b96b: ltp.swapon03.fail
 2021-03-23  9:04 UTC  (7+ messages)

[LTP] [PATCH 1/2] IMA: Move check_evmctl to setup, add require_evmctl()
 2021-03-23  7:30 UTC  (4+ messages)
` [LTP] [PATCH 2/2] IMA/ima_keys.sh: Require evmctl 1.3.2

[LTP] [PATCH v4] IMA: Allow only ima-buf template for key measurement
 2021-03-23  7:16 UTC  (2+ messages)

[LTP] [PATCH 0/8] fanotify tests for v5.13
 2021-03-23  6:36 UTC  (15+ messages)
` [LTP] [PATCH 1/8] syscalls/fanotify05: Fix test output when not getting overflow
` [LTP] [PATCH 2/8] syscalls/fanotify05: Verify events are received by queue order
` [LTP] [PATCH 3/8] syscalls/fanotify05: Verify getting a single overflow event
` [LTP] [PATCH 4/8] syscalls/fanotify05: Add a test case for unlimited queue
` [LTP] [PATCH 5/8] syscalls/fanotify05: adjust test to tunable max_queued_events
` [LTP] [PATCH 6/8] syscalls/fanotify: New test for fanotify user limits
` [LTP] [PATCH 7/8] syscalls/fanotify: New test to validate unprivileged user permissions
` [LTP] [PATCH 8/8] syscalls/fanotify: New test to validate unprivileged listener events

[LTP] [mm/mremap] c10e9d3441: Bad_pagetable:#[##]
 2021-03-22 14:42 UTC 

[LTP] [net] 5478fcd0f4: BUG:sleeping_function_called_from_invalid_context_at_include/linux/sched/mm.h
 2021-03-22 14:32 UTC  (5+ messages)

[LTP] [hugetlb] cd190f60f9: BUG:sleeping_function_called_from_invalid_context_at_mm/hugetlb.c
 2021-03-22 13:36 UTC 

[LTP] [PATCH] syscalls/chdir: bugfix for syscalls/chdir/chdir01.c
 2021-03-22  9:15 UTC 

[LTP] [PATCH] syscalls/swapoff/swapoff01: remove the check for BTRFS
 2021-03-22  5:59 UTC  (2+ messages)

[LTP] [PATCH v2] cleanup: Replace libc function with safe_macros
 2021-03-22  5:31 UTC  (2+ messages)

[LTP] [PATCH] cleanup: Replace libc functions with safe_macros
 2021-03-22  3:32 UTC 

[LTP] [PATCH v2] syscalls/swapon/swapon0{1..3}: Remove the check for BTRFS
 2021-03-21  4:40 UTC  (4+ messages)

[LTP] [PATCH] syscalls/swapon/swapon0{1..3}: remove checking if fs type is BTRFS
 2021-03-19 13:14 UTC  (3+ messages)

[LTP] [PATCH v2 0/2] doc: Add Maintainer Patch Review Checklist
 2021-03-19 12:43 UTC  (16+ messages)
` [LTP] [PATCH v2 1/2] doc: Document test tags
` [LTP] [PATCH v2 2/2] doc: Add Maintainer Patch Review Checklist

[LTP] [PATCH v2] syscalls/semctl09: Skip libc test if SEM_STAT_ANY not defined
 2021-03-19 11:52 UTC  (2+ messages)

[LTP] [PATCH] syscalls/semctl09: Skip libc test if SEM_STAT_ANY not defined
 2021-03-19 11:22 UTC  (7+ messages)

[LTP] SUSE Hackweek
 2021-03-19 10:14 UTC 

[LTP] [PATCH v3 0/7] Fuzzy Sync single core support and tests
 2021-03-19  9:18 UTC  (8+ messages)
` [LTP] [PATCH v3 1/7] fzsync: Add self tests
` [LTP] [PATCH v3 2/7] fzsync: Reset delay bias
` [LTP] [PATCH v3 3/7] fzsync: Correctly print positive lower delay range bound
` [LTP] [PATCH v3 4/7] fzsync: Add sched_yield for single core machine
` [LTP] [PATCH v3 5/7] fzsync: Move yield check out of loop and add yield to delay
` [LTP] [PATCH v3 6/7] API: Add tst_ncpus_available
` [LTP] [PATCH v3 7/7] fzsync: Check processor affinity

[LTP] [PATCH v2 0/7] Fuzzy Sync single core support and tests
 2021-03-19  7:57 UTC  (10+ messages)
` [LTP] [PATCH v2 1/7] fzsync: Add self tests
` [LTP] [PATCH v2 2/7] fzsync: Reset delay bias
` [LTP] [PATCH v2 3/7] fzsync: Correctly print positive lower delay range bound
` [LTP] [PATCH v2 4/7] fzsync: Add sched_yield for single core machine
` [LTP] [PATCH v2 5/7] fzsync: Move yield check out of loop and add yield to delay
` [LTP] [PATCH v2 6/7] API: Add tst_ncpus_available
` [LTP] [PATCH v2 7/7] fzsync: Check processor affinity

[LTP] [PATCH] cleanup: Replace libc functions with safe_macros
 2021-03-19  5:41 UTC  (2+ messages)

[LTP] [PATCH v2] kernel/syscalls: Use SAFE_OPEN() instead of open()
 2021-03-19  3:18 UTC 

[LTP] [PATCH v3 0/4] Add proper filesystem skiplist
 2021-03-18 10:21 UTC  (7+ messages)
` [LTP] [PATCH v3 1/4] lib: "
` [LTP] [PATCH v3 2/4] lib: tst_fs_type change fs names to lowercase
` [LTP] [PATCH v3 3/4] lib: Apply the skip_filesystems to rest of test as well
` [LTP] [PATCH v3 4/4] doc: Update docs on filesystem detection

[LTP] DMCA from wipro
 2021-03-18  8:57 UTC 

[LTP] [PATCH v2] kernel/syscalls: Use SAFE_OPEN() instead of open()
 2021-03-18  7:22 UTC 

[LTP] 答复: [PATCH] kernel/syscalls: Use SAFE_OPEN() instead of calling system API functions
 2021-03-18  6:44 UTC 

[LTP] [PATCH] kernel/syscalls: Use SAFE_OPEN() instead of calling system API functions
 2021-03-18  6:43 UTC  (2+ messages)

[LTP] [PATCH v2] IMA: Allow only ima-buf template for key measurement
 2021-03-17 20:37 UTC  (6+ messages)

[LTP] [PATCH] include/tst_test_macros.h: Use TTERRNO for TST_EXP_FAIL() properly
 2021-03-17 13:59 UTC  (2+ messages)

[LTP] [PATCH] open_posix_testsuite: use PTS_ prefix instead of LTP_
 2021-03-17 13:18 UTC  (4+ messages)

[LTP] [PATCH v2] cleanup: Unify the annotation style and remove Redundant code
 2021-03-17 13:02 UTC  (9+ messages)
  ` [LTP] 回复: "
      ` [LTP] ??????: "

[LTP] [PATCH 1/2] pec: Convert to the new API
 2021-03-17 11:47 UTC  (5+ messages)
` [LTP] [PATCH 2/2] pec: Fix multiple event test

[LTP] [PATCH] cleanup: Unify the annotation style and remove Redundant code
 2021-03-17 10:56 UTC  (3+ messages)

[LTP] [RFC PATCH 1/1] doc: Add Maintainer Patch Review Checklist
 2021-03-17 10:51 UTC  (7+ messages)

[LTP] [PATCH] pidns13: Use getpid syscall directly instead of glibc wrapper
 2021-03-17 10:38 UTC  (4+ messages)

[LTP] [PATCH] open_posix: Remove hardcoded /tmp
 2021-03-17 10:33 UTC  (11+ messages)

[LTP] [PATCH] cleanup: Unify the annotation style and remove Redundant code
 2021-03-17 10:04 UTC 

[LTP] [PATCH 1/2] syscalls/getppid01: Convert to the new API
 2021-03-17  9:19 UTC  (7+ messages)
` [LTP] [PATCH 2/2] syscalls/getppid02: "

[LTP] [PATCH v2] runtest/syscalls: Add testcases to test list
 2021-03-17  8:02 UTC  (2+ messages)

[LTP] [PATCH] syscalls/chdir01: Add umask before mkdir
 2021-03-17  7:26 UTC 

[LTP] [PATCH] runtest/syscalls: Add testcases to test list
 2021-03-17  5:02 UTC 

[LTP] [PATCH v3] IMA: Allow only ima-buf template for key measurement
 2021-03-16 16:37 UTC 

[LTP] [PATCH] runtest/syscalls: Add testcases to test list
 2021-03-16 14:26 UTC  (2+ messages)

[LTP] [PATCH] open_posix: Add all logfiles to gitignore
 2021-03-16 14:14 UTC  (3+ messages)

[LTP] [PATCH] IMA: Add test for selinux measurement
 2021-03-16 11:54 UTC  (2+ messages)

[LTP] [f2fs] ab2dbddfd0: BUG:kernel_NULL_pointer_dereference, address
 2021-03-16  8:34 UTC  (2+ messages)

[LTP] [PATCH] kernel/syscalls/brk: Update file list for .gitignore
 2021-03-16  7:33 UTC  (2+ messages)

[LTP] [PATCH] kernel/syscalls: Use TERRNO because we're not using the TEST() macro
 2021-03-16  1:34 UTC 

[LTP] [PATCH] SPDX-License-Identifier: Remove redundancy lines
 2021-03-15 16:00 UTC  (3+ messages)

[LTP] [PATCH v2 1/3] syscalls/quotactl: Store addr string literals in buffer
 2021-03-15 15:58 UTC  (4+ messages)
` [LTP] [PATCH v2 2/3] Add FS quota availability check functions
` [LTP] [PATCH v2 3/3] syscalls/quotactl: Skip tests if FS quota is not supported

[LTP] [COMITTED] [PATCH] mem/thp01: Add git and CVE tags
 2021-03-15 14:49 UTC 

[LTP] [PATCH] crypto_user02: Find a valid template
 2021-03-15 13:03 UTC 

[LTP] [PATCH] lib/tst_device.c: Add exception handling of function tst_find_free_loopdev
 2021-03-15 12:06 UTC 

[LTP] [PATCH 0/3] shell test timeout handling
 2021-03-15  5:23 UTC  (2+ messages)

[LTP] [PATCH] log style: Remove redundancy '\n'
 2021-03-15  3:46 UTC  (2+ messages)


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