Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-10-29 15:47:22 to 2024-10-30 21:36:08 UTC [more...]

[PATCH v6 00/10] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-10-30 21:35 UTC  (2+ messages)
` [PATCH v6 01/10] iommufd/viommu: Add IOMMUFD_OBJ_VDEVICE and IOMMU_VDEVICE_ALLOC ioctl

[PATCH v6 00/13] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-30 21:34 UTC  (14+ 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 RFT v11 0/8] fork: Support shadow stacks in clone3()
 2024-10-30 21:11 UTC  (5+ messages)
` [PATCH RFT v11 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()

[PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload
 2024-10-30 20:58 UTC  (7+ 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 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 v3 0/9] SEV Kernel Selftests
 2024-10-30 17:57 UTC  (9+ messages)
` [PATCH v3 2/9] KVM: selftests: Add a basic SNP smoke test

[PATCH v3 0/4] vfio-pci support pasid attach/detach
 2024-10-30 17:51 UTC  (13+ messages)
` [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT

[PATCH v4 0/3] bpf: Using binary search to improve the performance of btf_find_by_name_kind
 2024-10-30 17:35 UTC  (12+ 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 0/3] Tracefs gid mount option fixes
 2024-10-30 17:24 UTC  (8+ messages)
` [PATCH 2/3] tracing/selftests: Add tracefs mount options test
` [PATCH 3/3] tracing: Fix tracefs gid mount option

[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 v6 00/12] selftests: ncdevmem: Add ncdevmem to ksft
 2024-10-30 15:37 UTC  (17+ 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 net-next v1 0/7] devmem TCP fixes
 2024-10-30 15:06 UTC  (6+ messages)
` [PATCH net-next v1 6/7] net: fix SO_DEVMEM_DONTNEED looping too long
` [PATCH net-next v1 7/7] ncdevmem: add test for too many token_count

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

[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-10-30 13:49 UTC  (7+ 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 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  (27+ messages)
` [PATCH v5 03/13] iommufd: Add iommufd_verify_unfinalized_object
` [PATCH v5 04/13] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v5 06/13] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v5 09/13] iommufd/selftest: Add refcount to mock_iommu_device
` [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  (20+ messages)
` [PATCH v5 01/13] iommufd/viommu: Add IOMMUFD_OBJ_VDEVICE and IOMMU_VDEVICE_ALLOC ioctl
` [PATCH v5 02/13] iommufd/selftest: Add IOMMU_VDEVICE_ALLOC test coverage
` [PATCH v5 04/13] iommufd/hw_pagetable: Enforce invalidation op on vIOMMU-based hwpt_nested
` [PATCH v5 05/13] iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE
` [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  (7+ messages)
` [PATCH for-next 4/7] selftests/net: Add missing gitignore file
` [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  (33+ messages)
` [PATCH v7 01/32] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v7 02/32] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v7 03/32] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v7 04/32] riscv: Add support for per-thread envcfg CSR values
` [PATCH v7 05/32] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH v7 06/32] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v7 07/32] riscv: zicfiss / zicfilp enumeration
` [PATCH v7 08/32] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v7 09/32] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v7 10/32] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [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

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-29 22:06 UTC  (4+ messages)
` [PATCH v6 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv

[PATCH net-next v1 0/7] devmem TCP fixes
 2024-10-29 20:45 UTC  (6+ messages)
` [PATCH net-next v1 1/7] net: page_pool: rename page_pool_alloc_netmem to *_netmems
` [PATCH net-next v1 2/7] net: page_pool: create page_pool_alloc_netmem
` [PATCH net-next v1 3/7] page_pool: Set `dma_sync` to false for devmem memory provider
` [PATCH net-next v1 4/7] page_pool: disable sync for cpu for dmabuf "
` [PATCH net-next v1 5/7] netmem: add netmem_prefetch

[PATCH bpf-next] selftests/bpf: Use make/remove netns helpers in mptcp
 2024-10-29 19:36 UTC  (2+ messages)

[PATCH net-next] selftests: netdevsim: add fib_notifications to Makefile
 2024-10-29 19:35 UTC  (2+ messages)

[PATCH 0/9] arm64: Support 2024 dpISA extensions
 2024-10-29 19:01 UTC  (4+ messages)
` [PATCH 8/9] KVM: arm64: Allow control of dpISA extensions in ID_AA64ISAR3_EL1

[PATCH v2] selftests: tc-testing: Fix typo error
 2024-10-29 18:50 UTC  (2+ messages)

[PATCH 0/2] kselftest/arm64: fp-stress signal delivery interval improvements
 2024-10-29 18:44 UTC  (6+ messages)
` [PATCH 1/2] kselftest/arm64: Increase frequency of signal delivery in fp-stress
` [PATCH 2/2] kselftest/arm64: Lower poll interval while waiting for fp-stress children

[PATCH bpf-next v2] bpf: handle implicit declaration of function gettid in bpf_iter.c
 2024-10-29 18:30 UTC  (3+ messages)

[PATCH v3 0/5] Improve arm64 pkeys handling in signal delivery
 2024-10-29 18:28 UTC  (4+ messages)
` [PATCH v3 4/5] selftests/mm: Use generic pkey register manipulation

[PATCH v10 00/14] riscv: Add support for xtheadvector
 2024-10-29 18:00 UTC  (3+ messages)
` [PATCH v10 10/14] riscv: hwprobe: Add thead vendor extension probing


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