Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-10-29 23:44:44 to 2024-10-31 16:57:15 UTC [more...]

[PATCH v6 00/10] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-10-31 16:56 UTC  (21+ messages)
` [PATCH v6 01/10] iommufd/viommu: Add IOMMUFD_OBJ_VDEVICE and IOMMU_VDEVICE_ALLOC ioctl
` [PATCH v6 02/10] iommufd/selftest: Add IOMMU_VDEVICE_ALLOC test coverage
` [PATCH v6 03/10] iommu/viommu: Add cache_invalidate to iommufd_viommu_ops
` [PATCH v6 04/10] iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE
` [PATCH v6 05/10] iommu: Add iommu_copy_struct_from_full_user_array helper
` [PATCH v6 06/10] iommufd/viommu: Add iommufd_viommu_find_dev helper
` [PATCH v6 07/10] iommufd/selftest: Add mock_viommu_cache_invalidate
` [PATCH v6 08/10] iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command
` [PATCH v6 09/10] iommufd/selftest: Add vIOMMU coverage for IOMMU_HWPT_INVALIDATE ioctl
` [PATCH v6 10/10] Documentation: userspace-api: iommufd: Update vDEVICE

[PATCH v3 0/5] Improve arm64 pkeys handling in signal delivery
 2024-10-31 16:52 UTC  (9+ messages)
` [PATCH v3 1/5] arm64: signal: Improve POR_EL0 handling to avoid uaccess failures

[PATCH net-next v6 00/12] selftests: ncdevmem: Add ncdevmem to ksft
 2024-10-31 16:45 UTC  (18+ messages)
` [PATCH net-next v6 01/12] selftests: ncdevmem: Redirect all non-payload output to stderr
` [PATCH net-next v6 02/12] selftests: ncdevmem: Separate out dmabuf provider
` [PATCH net-next v6 03/12] selftests: ncdevmem: Unify error handling
` [PATCH net-next v6 04/12] selftests: ncdevmem: Make client_ip optional
` [PATCH net-next v6 05/12] selftests: ncdevmem: Remove default arguments
` [PATCH net-next v6 06/12] selftests: ncdevmem: Switch to AF_INET6
` [PATCH net-next v6 07/12] selftests: ncdevmem: Properly reset flow steering
` [PATCH net-next v6 08/12] selftests: ncdevmem: Use YNL to enable TCP header split
` [PATCH net-next v6 09/12] selftests: ncdevmem: Remove hard-coded queue numbers
` [PATCH net-next v6 10/12] selftests: ncdevmem: Run selftest when none of the -s or -c has been provided
` [PATCH net-next v6 11/12] selftests: ncdevmem: Move ncdevmem under drivers/net/hw
` [PATCH net-next v6 12/12] selftests: ncdevmem: Add automated test

[PATCH v6 00/13] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-31 16:38 UTC  (20+ messages)
` [PATCH v6 01/13] iommufd: Move struct iommufd_object to public iommufd header
` [PATCH v6 02/13] iommufd: Move _iommufd_object_alloc helper to a sharable file
` [PATCH v6 03/13] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v6 04/13] iommufd: Verify object in iommufd_object_finalize/abort()
` [PATCH v6 05/13] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v6 06/13] iommufd: Add alloc_domain_nested op to iommufd_viommu_ops
` [PATCH v6 07/13] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v6 08/13] iommufd/selftest: Add container_of helpers
` [PATCH v6 09/13] iommufd/selftest: Prepare for mock_viommu_alloc_domain_nested()
` [PATCH v6 10/13] iommufd/selftest: Add refcount to mock_iommu_device
` [PATCH v6 11/13] iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTEST
` [PATCH v6 12/13] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage
` [PATCH v6 13/13] Documentation: userspace-api: iommufd: Update vIOMMU

[PATCH v3 0/9] SEV Kernel Selftests
 2024-10-31 16:27 UTC  (11+ messages)
` [PATCH v3 2/9] KVM: selftests: Add a basic SNP smoke test

[PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload
 2024-10-31 15:25 UTC  (17+ messages)
` [PATCH net-next v11 06/23] ovpn: introduce the ovpn_peer object
` [PATCH net-next v11 08/23] ovpn: implement basic TX path (UDP)
` [PATCH net-next v11 09/23] ovpn: implement basic RX "
` [PATCH net-next v11 11/23] ovpn: store tunnel and transport statistics
` [PATCH net-next v11 12/23] ovpn: implement TCP transport

[PATCH net-next v2 0/4] Introduce VLAN support in HSR
 2024-10-31 14:41 UTC  (5+ messages)
` [PATCH net-next v2 2/4] net: hsr: Add VLAN CTAG filter support
` [PATCH net-next v2 4/4] selftests: hsr: Add test for VLAN

[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-10-31 14:19 UTC  (12+ messages)
` [RFC PATCH v3 1/6] arch: introduce set_direct_map_valid_noflush()
` [RFC PATCH v3 2/6] kvm: gmem: add flag to remove memory from kernel direct map
` [RFC PATCH v3 3/6] kvm: gmem: implement direct map manipulation routines
` [RFC PATCH v3 4/6] kvm: gmem: add trace point for direct map state changes
` [RFC PATCH v3 5/6] kvm: document KVM_GMEM_NO_DIRECT_MAP flag
` [RFC PATCH v3 6/6] kvm: selftests: run gmem tests with KVM_GMEM_NO_DIRECT_MAP set

[PATCH net v6] ipv6: Fix soft lockups in fib6_select_path under high next hop churn
 2024-10-31 14:10 UTC  (3+ messages)

[PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-10-31 12:16 UTC  (5+ messages)
` [PATCH v6 6/6] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate
` (subset) [PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation

[PATCH v4 0/3] bpf: Using binary search to improve the performance of btf_find_by_name_kind
 2024-10-31 11:57 UTC  (13+ messages)
` [PATCH v4 1/3] libbpf: Sort btf_types in ascending order by name
` [PATCH v4 2/3] bpf: Using binary search to improve the performance of btf_find_by_name_kind
` [PATCH v4 3/3] libbpf: Using binary search to improve the performance of btf__find_by_name_kind

[PATCH v3 0/4] vfio-pci support pasid attach/detach
 2024-10-31  7:23 UTC  (14+ messages)
` [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT

[PATCH bpf-next/net v3] selftests/bpf: Drop netns helpers in mptcp
 2024-10-31  1:40 UTC 

[PATCH net-next v6 0/3] Threads support in proc connector
 2024-10-31  0:57 UTC  (3+ messages)
` [PATCH net-next v6 1/3] connector/cn_proc: Add hash table for threads

[PATCH RFT v11 0/8] fork: Support shadow stacks in clone3()
 2024-10-30 21:42 UTC  (7+ messages)
` [PATCH RFT v11 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH RFT v11 2/8] Documentation: userspace-api: Add shadow stack API documentation

[PATCH bpf-next] selftests/bpf: Fix compile error when MPTCP not support
 2024-10-30 20:48 UTC  (5+ messages)

[PATCH 1/2] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
 2024-10-30 20:37 UTC  (2+ messages)
` [PATCH 2/2] selftests/exec: add a test for execveat()'s comm

[PATCH 0/3] Tracefs gid mount option fixes
 2024-10-30 17:24 UTC  (5+ messages)
` [PATCH 2/3] tracing/selftests: Add tracefs mount options test

[PATCH v2 0/3] Tracefs mount option fixes
 2024-10-30 17:17 UTC  (4+ messages)
` [PATCH v2 1/3] tracing: Fix tracefs mount options
` [PATCH v2 2/3] tracing: Document tracefs gid mount option
` [PATCH v2 3/3] tracing/selftests: Add tracefs mount options test

[PATCH v6 0/5] introduce PIDFD_SELF* sentinels
 2024-10-30 16:37 UTC  (5+ messages)
` [PATCH v6 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process

[PATCH v2 0/9] arm64: Support 2024 dpISA extensions
 2024-10-30 15:34 UTC  (10+ messages)
` [PATCH v2 1/9] arm64/sysreg: Update ID_AA64PFR2_EL1 to DDI0601 2024-09
` [PATCH v2 2/9] arm64/sysreg: Update ID_AA64ISAR3_EL1 "
` [PATCH v2 3/9] arm64/sysreg: Update ID_AA64FPFR0_EL1 "
` [PATCH v2 4/9] arm64/sysreg: Update ID_AA64ZFR0_EL1 "
` [PATCH v2 5/9] arm64/sysreg: Update ID_AA64SMFR0_EL1 "
` [PATCH v2 6/9] arm64/sysreg: Update ID_AA64ISAR2_EL1 "
` [PATCH v2 7/9] arm64/hwcap: Describe 2024 dpISA extensions to userspace
` [PATCH v2 8/9] KVM: arm64: Allow control of dpISA extensions in ID_AA64ISAR3_EL1
` [PATCH v2 9/9] kselftest/arm64: Add 2024 dpISA extensions to hwcap test

[PATCH net-next v1 0/7] devmem TCP fixes
 2024-10-30 15:06 UTC  (5+ messages)
` [PATCH net-next v1 6/7] net: fix SO_DEVMEM_DONTNEED looping too long

[PATCH] selftests/lam: Test get_user() LAM pointer handling
 2024-10-30 14:08 UTC  (3+ messages)

[PATCH v3] lib/math: Add int_sqrt test suite
 2024-10-30 13:43 UTC 

[PATCH v5 00/13] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-30 12:53 UTC  (9+ messages)
` [PATCH v5 03/13] iommufd: Add iommufd_verify_unfinalized_object
` [PATCH v5 12/13] Documentation: userspace-api: iommufd: Update vIOMMU

[PATCH] selftests: netfilter: remove unused parameter
 2024-10-30 12:18 UTC  (2+ messages)

[PATCH][next] KVM: s390: selftests: Fix spelling mistake "avaialable" -> "available"
 2024-10-30 10:22 UTC 

[RFC PATCH 00/39] 1G page support for guest_memfd
 2024-10-30  9:01 UTC  (3+ messages)
` [RFC PATCH 15/39] KVM: guest_memfd: hugetlb: allocate and truncate from hugetlb

[PATCH v2 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2024-10-30  8:04 UTC  (8+ messages)
` [PATCH v2 1/3] rust: kunit: add KUnit case and suite macros
` [PATCH v2 2/3] rust: macros: add macro to easily run KUnit tests

[PATCH] selftest/hid: increase timeout to 10 min
 2024-10-30  8:00 UTC  (3+ messages)

[PATCH bpf-next v2] selftests/bpf: Drop netns helpers in mptcp
 2024-10-30  5:45 UTC 

[PATCH v3 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2024-10-30  5:16 UTC  (6+ messages)
` [PATCH v3 1/3] rust: kunit: add KUnit case and suite macros
` [PATCH v3 2/3] rust: macros: add macro to easily run KUnit tests
` [PATCH v3 3/3] rust: kunit: allow to know if we are in a test

[PATCH v5 00/13] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-10-30  4:08 UTC  (14+ messages)
` [PATCH v5 01/13] iommufd/viommu: Add IOMMUFD_OBJ_VDEVICE and IOMMU_VDEVICE_ALLOC ioctl
` [PATCH v5 04/13] iommufd/hw_pagetable: Enforce invalidation op on vIOMMU-based hwpt_nested
` [PATCH v5 06/13] iommu: Add iommu_copy_struct_from_full_user_array helper

[PATCH 0/3] KVM: x86: Small changes to support VMware guests
 2024-10-30  3:34 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Allow enabling of the vmware backdoor via a cap
` [PATCH 2/3] KVM: x86: Add support for VMware guest specific hypercalls
` [PATCH 3/3] KVM: selftests: x86: Add a test for KVM_CAP_X86_VMWARE_HYPERCALL

[PATCH v3] selftests: clone3: Use the capget and capset syscall directly
 2024-10-30  2:50 UTC 

[PATCH v3] selftests/net: Add missing gitignore file
 2024-10-30  1:00 UTC 

[PATCH v3] selftests/net: Fix ./ns-XXXXXX not cleanup
 2024-10-30  0:59 UTC 

[PATCH for-next 1/7] selftests/alsa: Add a few missing gitignore files
 2024-10-30  0:54 UTC  (4+ messages)
` [PATCH for-next 7/7] selftests/net: Fix ./ns-XXXXXX not cleanup

[PATCH net-next v5 00/12] selftests: ncdevmem: Add ncdevmem to ksft
 2024-10-30  0:15 UTC  (4+ messages)
` [PATCH net-next v5 03/12] selftests: ncdevmem: Unify error handling

[PATCH v2 0/2] kselftest/arm64: fp-stress signal delivery interval improvements
 2024-10-30  0:02 UTC  (3+ messages)
` [PATCH v2 1/2] kselftest/arm64: Increase frequency of signal delivery in fp-stress
` [PATCH v2 2/2] kselftest/arm64: Poll less often while waiting for fp-stress children

[PATCH v7 00/32] riscv control-flow integrity for usermode
 2024-10-29 23:44 UTC  (23+ messages)
` [PATCH v7 11/32] riscv mm: manufacture shadow stack pte
` [PATCH v7 12/32] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v7 13/32] riscv mmu: write protect and shadow stack
` [PATCH v7 14/32] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v7 15/32] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v7 16/32] prctl: arch-agnostic prctl for shadow stack
` [PATCH v7 17/32] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v7 18/32] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v7 19/32] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v7 20/32] riscv/traps: Introduce software check exception
` [PATCH v7 21/32] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v7 22/32] riscv/signal: save and restore of shadow stack for signal
` [PATCH v7 23/32] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v7 24/32] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v7 25/32] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v7 26/32] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v7 27/32] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v7 28/32] riscv: kernel command line option to opt out of user cfi
` [PATCH v7 29/32] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v7 30/32] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v7 31/32] riscv: Documentation for shadow stack on riscv
` [PATCH v7 32/32] kselftest/riscv: kselftest for user mode cfi


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