Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-10-18 23:55:56 to 2024-10-22 10:41:03 UTC [more...]

[PATCH 0/5] Improve arm64 pkeys handling in signal delivery
 2024-10-22 10:40 UTC  (20+ messages)
` [PATCH 1/5] arm64: signal: Remove unused macro
` [PATCH 2/5] arm64: signal: Remove unnecessary check when saving POE state
` [PATCH 3/5] arm64: signal: Improve POR_EL0 handling to avoid uaccess failures

[PATCH net-next v3 0/3] selftests: Add selftest for link layer and performance testing
 2024-10-22 10:40 UTC  (5+ messages)
` [PATCH net-next v3 1/3] selftests: nic_link_layer: Add link layer selftest for NIC driver
` [PATCH net-next v3 3/3] selftests: nic_performance: Add selftest for performance of "

[PATCH v3 0/5] Add support for the Idle HLT intercept feature
 2024-10-22 10:35 UTC  (8+ messages)
` [PATCH v3 4/5] KVM: selftests: Add an interface to read the data of named vcpu stat

[PATCH v2 0/5] implement lightweight guard pages
 2024-10-22 10:25 UTC  (48+ messages)
` [PATCH v2 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v2 4/5] tools: testing: update tools UAPI header for mman-common.h
` [PATCH v2 5/5] selftests/mm: add self tests for guard page feature

[PATCH v3 0/4] vfio-pci support pasid attach/detach
 2024-10-22 10:08 UTC  (3+ messages)
` [PATCH v3 4/4] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability

[PATCH v4 0/4] Add support for the Idle HLT intercept feature
 2024-10-22  9:32 UTC  (6+ messages)
` [PATCH v4 1/4] x86/cpufeatures: Add CPUID feature bit for Idle HLT intercept
` [PATCH v4 2/4] KVM: SVM: Add Idle HLT intercept support
` [PATCH v4 3/4] KVM: nSVM: implement the nested idle halt intercept
` [PATCH v4 4/4] KVM: selftests: KVM: SVM: Add Idle HLT intercept test

[PATCH v5 0/3] selftests: livepatch: test livepatching a kprobed function
 2024-10-22  9:00 UTC  (6+ messages)
` [PATCH v5 1/3] selftests: livepatch: rename KLP_SYSFS_DIR to SYSFS_KLP_DIR

[PATCH v4 00/11] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-22  8:59 UTC  (15+ messages)
` [PATCH v4 01/11] iommufd: Move struct iommufd_object to public iommufd header
` [PATCH v4 02/11] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v4 03/11] iommufd: Add iommufd_verify_unfinalized_object
` [PATCH v4 04/11] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v4 05/11] iommufd: Add domain_alloc_nested op to iommufd_viommu_ops
` [PATCH v4 06/11] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v4 07/11] iommufd/selftest: Add refcount to mock_iommu_device
` [PATCH v4 08/11] iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTEST
` [PATCH v4 09/11] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage
` [PATCH v4 10/11] Documentation: userspace-api: iommufd: Update vIOMMU
` [PATCH v4 11/11] iommu/arm-smmu-v3: Add IOMMU_VIOMMU_TYPE_ARM_SMMUV3 support

[PATCH v4 00/14] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-10-22  4:40 UTC  (17+ messages)
` [PATCH v4 01/14] iommufd/viommu: Introduce IOMMUFD_OBJ_VDEVICE and its related struct
` [PATCH v4 02/14] iommufd/viommu: Add IOMMU_VDEVICE_ALLOC ioctl
` [PATCH v4 03/14] iommufd/selftest: Add IOMMU_VDEVICE_ALLOC test coverage
` [PATCH v4 04/14] iommu/viommu: Add cache_invalidate to iommufd_viommu_ops
` [PATCH v4 05/14] iommufd/hw_pagetable: Enforce cache invalidation op on vIOMMU-based hwpt_nested
` [PATCH v4 06/14] iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE
` [PATCH v4 07/14] iommu: Add iommu_copy_struct_from_full_user_array helper
` [PATCH v4 08/14] iommufd/viommu: Add vdev_to_dev helper
` [PATCH v4 09/14] iommufd/selftest: Add mock_viommu_cache_invalidate
` [PATCH v4 10/14] iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command
` [PATCH v4 11/14] iommufd/selftest: Add vIOMMU coverage for IOMMU_HWPT_INVALIDATE ioctl
` [PATCH v4 12/14] Documentation: userspace-api: iommufd: Update vDEVICE
` [PATCH v4 13/14] iommu/arm-smmu-v3: Add arm_vsmmu_cache_invalidate
` [PATCH v4 14/14] iommu/arm-smmu-v3: Allow ATS for IOMMU_DOMAIN_NESTED

[PATCH v3 00/11] cover-letter: iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-21 23:41 UTC  (13+ messages)
` [PATCH v3 02/11] iommufd: Rename _iommufd_object_alloc to iommufd_object_alloc_elm
` [PATCH v3 04/11] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v3 09/11] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage

[PATCH bpf-next v1 0/4] Retire test_sock.c
 2024-10-21 22:54 UTC  (4+ messages)
` [PATCH bpf-next v1 1/4] selftests/bpf: Migrate *_POST_BIND test cases to prog_tests

[PATCH] KVM: selftests: Fix build on on non-x86 architectures
 2024-10-21 22:50 UTC  (2+ messages)

[PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
 2024-10-21 21:38 UTC  (3+ messages)
` (subset) "

[PATCH v2] selftests/intel_pstate: fix operand expected
 2024-10-21 21:33 UTC  (6+ messages)

[PATCH bpf-next v2 0/6] selftests/bpf: integrate test_tcp_check_syncookie.sh into test_progs
 2024-10-21 20:30 UTC  (8+ messages)
` [PATCH bpf-next v2 1/6] selftests/bpf: factorize conn and syncookies tests in a single runner
` [PATCH bpf-next v2 2/6] selftests/bpf: add missing ns cleanups in btf_skc_cls_ingress
` [PATCH bpf-next v2 3/6] selftests/bpf: get rid of global vars "
` [PATCH bpf-next v2 4/6] selftests/bpf: add ipv4 and dual ipv4/ipv6 support "
` [PATCH bpf-next v2 5/6] selftests/bpf: test MSS value returned with bpf_tcp_gen_syncookie
` [PATCH bpf-next v2 6/6] selftests/bpf: remove test_tcp_check_syncookie

[PATCH v3 0/9] SEV Kernel Selftests
 2024-10-21 20:23 UTC  (12+ messages)
` [PATCH v3 1/9] KVM: selftests: Decouple SEV ioctls from asserts
` [PATCH v3 2/9] KVM: selftests: Add a basic SNP smoke test
` [PATCH v3 7/9] KVM: selftests: Add interface to manually flag protected/encrypted ranges

[Bug Report] Wrong value of __NR_userfaultfd in asm-generic/unistd.h
 2024-10-21 20:22 UTC  (3+ messages)

[PATCH] selftests: tc-testing: Fixed typo error
 2024-10-21 20:20 UTC  (3+ messages)

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-10-21 19:48 UTC  (6+ messages)

[PATCH net-next v3] selftest/tcp-ao: Add filter tests
 2024-10-21 17:46 UTC 

[PATCH v3 00/16] cover-letter: iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-10-21 16:42 UTC  (11+ messages)
` [PATCH v3 01/16] iommufd/viommu: Introduce IOMMUFD_OBJ_VDEVICE and its related struct
` [PATCH v3 03/16] iommufd/viommu: Add IOMMU_VDEVICE_ALLOC ioctl

[PATCH v3 4/5] selftests/mseal: add more tests for mmap
 2024-10-21 14:59 UTC  (13+ messages)

[PATCH] selftests: add file SLAB_TYPESAFE_BY_RCU recycling stressor
 2024-10-21 11:54 UTC 

[PATCH] selftests: kvm: Adds a judgment on the return value
 2024-10-21 11:20 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: handle MADV_PAGEOUT error in uprobe_multi.c
 2024-10-21 10:49 UTC  (6+ messages)

[PATCH net 0/3] mptcp: sched: fix some lock issues
 2024-10-21 10:25 UTC  (4+ messages)
` [PATCH net 1/3] mptcp: init: protect sched with rcu_read_lock
` [PATCH net 2/3] mptcp: remove unneeded lock when listing scheds
` [PATCH net 3/3] selftests: mptcp: list sysctl data

[PATCH v4 0/4] introduce PIDFD_SELF* sentinels
 2024-10-21  8:11 UTC  (7+ messages)
` [PATCH v4 2/4] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
` [PATCH v4 3/4] selftests: pidfd: add pidfd.h UAPI wrapper

[PATCH] selftests: netfilter: remove unused parameter
 2024-10-21  8:04 UTC 

[PATCH v1 0/4] KVM selftests enhancements
 2024-10-21  6:22 UTC  (5+ messages)
` [PATCH v1 1/4] KVM: selftests: Add safe_halt() and cli() helpers to common code
` [PATCH v1 2/4] KVM: selftests: Add an interface to read the data of named vcpu stat
` [PATCH v1 3/4] KVM: selftests: convert vm_get_stat to macro
` [PATCH v1 4/4] KVM: selftests: Replace previously used vm_get_stat() "

[PATCH v2 1/2] selftest: rtc: Add to check rtc alarm status for alarm related test
 2024-10-21  3:22 UTC 

[PATCH v5 00/10] riscv: Userspace pointer masking and tagged address ABI
 2024-10-20 16:26 UTC  (3+ messages)
` [PATCH v5 09/10] RISC-V: KVM: Allow Smnpm and Ssnpm extensions for guests

[PATCH v1 1/2] mseal: Two fixes for madvise(MADV_DONTNEED) when sealed
 2024-10-20  9:20 UTC  (3+ messages)

[PATCH bpf-next] bpf: handle MADV_PAGEOUT error in uprobe_multi.c
 2024-10-20  5:02 UTC  (3+ messages)

[PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-10-19 17:15 UTC  (7+ messages)
` [PATCH v6 1/6] firmware/psci: Add definitions for PSCI v1.3 specification
` [PATCH v6 2/6] KVM: arm64: Add PSCI v1.3 SYSTEM_OFF2 function for hibernation
` [PATCH v6 3/6] KVM: arm64: Add support for PSCI v1.2 and v1.3
` [PATCH v6 4/6] KVM: selftests: Add test for PSCI SYSTEM_OFF2
` [PATCH v6 5/6] KVM: arm64: nvhe: Pass through PSCI v1.3 SYSTEM_OFF2 call
` [PATCH v6 6/6] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate

[PATCH v5 0/5] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-10-19 17:14 UTC  (7+ messages)
` [PATCH v5 4/5] KVM: selftests: Add test for PSCI SYSTEM_OFF2

[PATCH bpf-next 0/6] selftests/bpf: integrate test_tcp_check_syncookie.sh into test_progs
 2024-10-19 12:43 UTC  (9+ messages)
` [PATCH bpf-next 2/6] selftests/bpf: add missing ns cleanups in btf_skc_cls_ingress
` [PATCH bpf-next 4/6] selftests/bpf: add ipv4 and dual ipv4/ipv6 support "
` [PATCH bpf-next 6/6] selftests/bpf: remove test_tcp_check_syncookie

[PATCH net-next v9 11/23] ovpn: store tunnel and transport statistics
 2024-10-19 11:38 UTC  (2+ messages)

[PATCH net-next] selftests: tls: add a selftest for wrapping rec_seq
 2024-10-19  8:03 UTC  (2+ messages)

[PATCH] selftests/net: Add missing va_end in test_snprintf
 2024-10-19  7:57 UTC  (2+ messages)

[RFC] Test catalog template
 2024-10-19  6:36 UTC  (4+ messages)

[PATCH net-next v5 2/3] connector/cn_proc: Kunit tests for threads hash table
 2024-10-19  2:51 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