public inbox for linux-kselftest@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-15 02:39:58 to 2023-11-20 11:17:17 UTC [more...]

[PATCH v2 00/26] selftests/resctrl: CAT test improvements & generalized test framework
 2023-11-20 11:13 UTC  (23+ messages)
` [PATCH v2 01/26] selftests/resctrl: Don't use ctrlc_handler() outside signal handling
` [PATCH v2 02/26] selftests/resctrl: Split fill_buf to allow tests finer-grained control
` [PATCH v2 03/26] selftests/resctrl: Refactor fill_buf functions
` [PATCH v2 04/26] selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()
` [PATCH v2 05/26] selftests/resctrl: Mark get_cache_size() cache_type const
` [PATCH v2 06/26] selftests/resctrl: Create cache_portion_size() helper
` [PATCH v2 07/26] selftests/resctrl: Exclude shareable bits from schemata in CAT test
` [PATCH v2 08/26] selftests/resctrl: Split measure_cache_vals()
` [PATCH v2 09/26] selftests/resctrl: Split show_cache_info() to test specific and generic parts
` [PATCH v2 10/26] selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversion
` [PATCH v2 11/26] selftests/resctrl: Remove nested calls in perf event handling
` [PATCH v2 12/26] selftests/resctrl: Consolidate naming of perf event related things
` [PATCH v2 13/26] selftests/resctrl: Improve perf init
` [PATCH v2 14/26] selftests/resctrl: Convert perf related globals to locals
` [PATCH v2 15/26] selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()
` [PATCH v2 16/26] selftests/resctrl: Open perf fd before start & add error handling
` [PATCH v2 17/26] selftests/resctrl: Replace file write with volatile variable
` [PATCH v2 18/26] selftests/resctrl: Read in less obvious order to defeat prefetch optimizations
` [PATCH v2 19/26] selftests/resctrl: Rewrite Cache Allocation Technology (CAT) test
` [PATCH v2 20/26] selftests/resctrl: Create struct for input parameters
` [PATCH v2 21/26] selftests/resctrl: Introduce generalized test framework
` [PATCH v2 24/26] selftests/resctrl: Rename resource ID to domain ID

[PATCH] selftests/resctrl: Add non-contiguous CBMs CAT test
 2023-11-20 11:07 UTC  (4+ messages)

[PATCH net-next] selftests: net: verify fq per-band packet limit
 2023-11-20  9:12 UTC  (3+ messages)

[PATCH v1 00/23] Enable FRED with KVM VMX
 2023-11-20  9:04 UTC  (34+ messages)
` [PATCH v1 05/23] KVM: VMX: Initialize FRED VM entry/exit controls in vmcs_config
` [PATCH v1 06/23] KVM: VMX: Defer enabling FRED MSRs save/load until after set CPUID
` [PATCH v1 09/23] KVM: VMX: Switch FRED RSP0 between host and guest
` [PATCH v1 11/23] KVM: x86: Add kvm_is_fred_enabled()
` [PATCH v1 12/23] KVM: VMX: Handle FRED event data
` [PATCH v1 13/23] KVM: VMX: Handle VMX nested exception for FRED
` [PATCH v1 14/23] KVM: VMX: Dump FRED context in dump_vmcs()

[PATCH v6 0/6] iommufd: Add nesting infrastructure (part 2/2)
 2023-11-20  8:34 UTC  (12+ messages)
` [PATCH v6 1/6] iommu: Add cache_invalidate_user op
` [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH v6 3/6] iommu: Add iommu_copy_struct_from_user_array helper
` [PATCH v6 4/6] iommufd/selftest: Add mock_domain_cache_invalidate_user support
` [PATCH v6 5/6] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
` [PATCH v6 6/6] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl

[PATCH v7 0/3] Add Intel VT-d nested translation (part 2/2)
 2023-11-20  8:32 UTC  (6+ messages)
` [PATCH v7 1/3] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
` [PATCH v7 2/3] iommu/vt-d: Make iotlb flush helpers to be extern
` [PATCH v7 3/3] iommu/vt-d: Add iotlb flush for nested domain

[RFC PATCH v2 0/7] tun: Introduce virtio-net hashing feature
 2023-11-20  8:05 UTC  (13+ messages)
` [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH

[RFC PATCH 0/3] MAINTAINERS: Introduce V: field for required tests
 2023-11-19 22:54 UTC  (22+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] MAINTAINERS: Require kvm-xfstests smoke for ext4
` [PATCH 3/3] MAINTAINERS: Require kunit core tests for framework changes

[PATCH v2] Kunit to check the longest symbol length
 2023-11-19 18:01 UTC 

[PATCH 2/2] mm/damon/core-test: test damon_split_region_at()'s access rate copying
 2023-11-19 17:15 UTC 

[PATCH v4 0/5] cgroup/cpuset: Improve CPU isolation in isolated partitions
 2023-11-19 15:23 UTC  (7+ messages)
` [PATCH v4 1/5] workqueue: Make workqueue_set_unbound_cpumask() static
` [PATCH v4 2/5] workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_unbound_cpumask
` [PATCH v4 3/5] selftests/cgroup: Minor code cleanup and reorganization of test_cpuset_prs.sh
` [PATCH v4 4/5] cgroup/cpuset: Keep track of CPUs in isolated partitions
` [PATCH v4 5/5] cgroup/cpuset: Take isolated CPUs out of workqueue unbound cpumask

[PATCH v5 0/6] workload-specific and memory pressure-driven zswap writeback
 2023-11-19  8:50 UTC  (10+ messages)

[PATCH] selftests:proc-empty-vm: Remove unused debug write callIn the function test_proc_pid_statm
 2023-11-19  5:08 UTC 

[PATCH] selftests:proc-empty-vm: Remove unused debug write callIn the function test_proc_pid_statm
 2023-11-19  5:05 UTC 

[PATCH 1/2] [PATCH,breakpoints] selftests/breakpoints: Fix format specifier in ksft_print_msg in step_after_suspend_test.c
 2023-11-19  4:02 UTC 

[PATCH] [PATCH,breakpoints] selftests/breakpoints: Fix format specifier in ksft_print_msg in step_after_suspend_test.c
 2023-11-19  2:57 UTC 

[PATCH bpf-next v2 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
 2023-11-18 18:47 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_tcp_ca
` [PATCH bpf-next v2 2/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bind_perm
` [PATCH bpf-next v2 3/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_obj_id
` [PATCH bpf-next v2 4/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in vmlinux

[PATCH RFC RFT v2 0/5] fork: Support shadow stacks in clone3()
 2023-11-17 21:12 UTC  (28+ messages)
` [PATCH RFC RFT v2 1/5] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH RFC RFT v2 2/5] fork: Add shadow stack support to clone3()
` [PATCH RFC RFT v2 5/5] kselftest/clone3: Test shadow stack support

[PATCH bpf-next 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
 2023-11-17 19:37 UTC  (7+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_tcp_ca
` [PATCH bpf-next 2/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bind_perm
` [PATCH bpf-next 3/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_obj_id
` [PATCH bpf-next 4/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in vmlinux

[PATCH net-next] net: ctnetlink: support filtering by zone
 2023-11-17 15:26 UTC 

[PATCH net-next 14/14] selftests: mlxsw: Add PCI reset test
 2023-11-17 15:21 UTC 

[RFC 0/7] Add SIOV virtual device support
 2023-11-17  6:31 UTC  (5+ messages)
` [RFC 7/7] vfio: Add vfio_register_pasid_iommu_dev()

[PATCH v2] KVM: selftests: Fix the dirty_log_test semaphore imbalance
 2023-11-17  5:22 UTC 

[PATCH v1] KVM: selftests: Initalize sem_vcpu_[cont|stop] before each test in dirty_log_test
 2023-11-17  3:19 UTC  (3+ messages)

[PATCH net-next v3] selftests/net: synchronize udpgro tests' tx and rx connection
 2023-11-16 22:40 UTC  (2+ messages)

[PATCH RFC 0/3] selftests/nolibc: introduce new test harness
 2023-11-16 14:51 UTC  (10+ messages)
` [PATCH RFC 1/3] selftests/nolibc: add custom "
` [PATCH RFC 2/3] selftests/nolibc: migrate startup tests to new harness
` [PATCH RFC 3/3] selftests/nolibc: migrate vfprintf "

[PATCH] kselftest/arm64: Fix output formatting for za-fork
 2023-11-16 12:52 UTC 

[PATCH v2] KVM: arm64: selftests: Clean up the GIC[D,R]_BASE_GPA
 2023-11-16  9:05 UTC  (3+ messages)

[PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests
 2023-11-16  4:00 UTC  (17+ messages)
` [PATCH v3 01/10] iov_iter: Fix some checkpatch complaints in kunit tests
` [PATCH v3 02/10] iov_iter: Consolidate some of the repeated code into helpers
` [PATCH v3 03/10] iov_iter: Consolidate the test vector struct in the kunit tests
` [PATCH v3 04/10] iov_iter: Consolidate bvec pattern checking
` [PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
` [PATCH v3 06/10] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC
` [PATCH v3 07/10] iov_iter: Add extract "
` [PATCH v3 08/10] iov_iter: Add benchmarking kunit tests
` [PATCH v3 09/10] iov_iter: Add kunit to benchmark decanting of xarray to bvec
` [PATCH v3 10/10] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC

[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
 2023-11-16  1:42 UTC  (4+ messages)

[RFC] drm/tests: annotate intentional stack trace in drm_test_rect_calc_hscale()
 2023-11-15 22:42 UTC  (5+ messages)

[PATCH v3 0/5] cgroup/cpuset: Improve CPU isolation in isolated partitions
 2023-11-15 21:18 UTC  (8+ messages)
` [PATCH v3 1/5] workqueue: Make workqueue_set_unbound_cpumask() static
` [PATCH v3 2/5] workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_unbound_cpumask
` [PATCH v3 3/5] selftests/cgroup: Minor code cleanup and reorganization of test_cpuset_prs.sh
` [PATCH v3 4/5] cgroup/cpuset: Keep track of CPUs in isolated partitions
` [PATCH v3 5/5] cgroup/cpuset: Take isolated CPUs out of workqueue unbound cpumask

[PATCH 1/3] kunit: Add a macro to wrap a deferred action function
 2023-11-15 16:00 UTC  (6+ messages)
` [PATCH 2/3] drm/tests: Use KUNIT_DEFINE_ACTION_WRAPPER()

selftests: gpio: crash on arm64
 2023-11-15 15:37 UTC  (8+ messages)

[PATCH] selftests/memfd: fix a memleak
 2023-11-15 15:37 UTC  (2+ messages)

[PATCH] selftests/media_tests: fix a resource leak
 2023-11-15 15:34 UTC  (2+ messages)

[PATCH] KVM: arm64: selftests: Clean up the GIC[D,R]_BASE_GPA
 2023-11-15 15:31 UTC  (2+ messages)

[PATCH] kselftest/clone3: Make test names for set_tid test stable
 2023-11-15 14:43 UTC 

[Discuss] Seeking advice on net selftests netns naming method
 2023-11-15  9:35 UTC  (5+ messages)

[PATCH net 0/5] mptcp: misc. fixes for v6.7
 2023-11-15  4:20 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