linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-13 19:14:20 to 2025-06-16 18:06:34 UTC [more...]

[PATCH v3 00/15] Consolidate iommu page table implementations (AMD)
 2025-06-16 18:06 UTC  (9+ messages)
` [PATCH v3 02/15] genpt: Add Documentation/ files
` [PATCH v3 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v3 05/15] iommupt: Add iova_to_phys op
` [PATCH v3 06/15] iommupt: Add unmap_pages op
` [PATCH v3 07/15] iommupt: Add map_pages op
` [PATCH v3 08/15] iommupt: Add read_and_clear_dirty op
` [PATCH v3 10/15] iommupt: Add a mock pagetable format for iommufd selftest to use
` [PATCH v3 12/15] iommupt: Add the x86 64 bit page table format

[PATCH net-next v2 14/14] selftests: forwarding: Add a test for verifying VXLAN MC underlay
 2025-06-16 17:52 UTC  (6+ messages)

clang: selftests mm pkey_sighandler_tests.c warning duplicate 'inline' declaration specifier [-Wduplicate-decl-specifier]
 2025-06-16 17:32 UTC 

clang: selftests/mm gup_longterm error while loading shared libraries liburing.so.2 cannot open shared object file No such file or directory
 2025-06-16 17:32 UTC 

[PATCH net-next v3 0/5] netconsole: Add support for msgid in sysdata
 2025-06-16 17:08 UTC  (6+ messages)
` [PATCH net-next v3 1/5] netconsole: introduce 'msgid' as a new sysdata field
` [PATCH net-next v3 2/5] netconsole: implement configfs for msgid_enabled
` [PATCH net-next v3 3/5] netconsole: append msgid to sysdata
` [PATCH net-next v3 4/5] selftests: netconsole: Add tests for 'msgid' feature in sysdata
` [PATCH net-next v3 5/5] docs: netconsole: document msgid feature

[PATCH 0/6] selftests/mm: Fix false positives and skip unsupported tests
 2025-06-16 17:04 UTC  (11+ messages)
` [PATCH 1/6] mm/selftests: Fix virtual_address_range test issues
` [PATCH 2/6] selftest/mm: Fix ksm_funtional_test failures
` [PATCH 3/6] selftests/mm : fix test_prctl_fork_exec failure
` [PATCH 4/6] mm/selftests: Fix split_huge_page_test failure on systems with 64KB page size
` [PATCH 5/6] selftests/mm: Fix child process exit codes in KSM tests
` [PATCH 6/6] selftests/mm: Mark thuge-gen as skipped if shmmax is too small or no 1G pages

[PATCH rc 0/4] Fix iommufd selftest FAIL and warnings with v6.16
 2025-06-16 16:27 UTC  (9+ messages)
` [PATCH rc 1/4] iommufd/selftest: Fix iommufd_dirty_tracking with large hugepage sizes
` [PATCH rc 2/4] iommufd/selftest: Add missing close(mfd) in memfd_mmap()
` [PATCH rc 3/4] iommufd/selftest: Add asserts testing global mfd
` [PATCH rc 4/4] iommufd/selftest: Fix build warnings due to uninitialized mfd

[PATCH net-next v5 0/6] udp_tunnel: remove rtnl_lock dependency
 2025-06-16 16:21 UTC  (7+ messages)
` [PATCH net-next v5 1/6] geneve: rely on rtnl lock in geneve_offload_rx_ports
` [PATCH net-next v5 2/6] vxlan: drop sock_lock
` [PATCH net-next v5 3/6] udp_tunnel: remove rtnl_lock dependency
` [PATCH net-next v5 4/6] net: remove redundant ASSERT_RTNL() in queue setup functions
` [PATCH net-next v5 5/6] netdevsim: remove udp_ports_sleep
` [PATCH net-next v5 6/6] Revert "bnxt_en: bring back rtnl_lock() in the bnxt_open() path"

[PATCH net-next v2 0/5] netconsole: Add support for msgid in sysdata
 2025-06-16 16:07 UTC  (4+ messages)
` [PATCH net-next v2 3/5] netconsole: append msgid to sysdata

[PATCH v6 00/25] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-06-16 16:03 UTC  (49+ messages)
` [PATCH v6 01/25] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v6 02/25] iommu: Pass in a driver-level user data structure to viommu_init op
` [PATCH v6 03/25] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v6 04/25] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v6 05/25] iommufd/selftest: Add coverage for viommu data
` [PATCH v6 06/25] iommufd/access: Allow access->ops to be NULL for internal use
` [PATCH v6 07/25] iommufd/access: Add internal APIs for HW queue to use
` [PATCH v6 08/25] iommufd/viommu: Add driver-defined vDEVICE support
` [PATCH v6 09/25] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v6 10/25] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v6 11/25] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v6 12/25] iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOC
` [PATCH v6 13/25] iommufd: Add mmap interface
` [PATCH v6 14/25] iommufd/selftest: Add coverage for the new "
` [PATCH v6 15/25] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v6 16/25] iommu: Allow an input type in hw_info op
` [PATCH v6 17/25] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v6 18/25] iommufd/selftest: Update hw_info coverage for an input data_type
` [PATCH v6 19/25] iommu/arm-smmu-v3-iommufd: Add vsmmu_size/type and vsmmu_init impl ops
` [PATCH v6 20/25] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
` [PATCH v6 21/25] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v6 22/25] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v6 23/25] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v6 24/25] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v6 25/25] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support

[PATCH v2] selftests: nettest: Fix typo in log and error messages for clarity
 2025-06-16 15:45 UTC  (2+ messages)

[PATCH v3 00/16] kunit: Introduce UAPI testing framework
 2025-06-16 15:38 UTC  (7+ messages)
` [PATCH v3 02/16] kbuild: userprogs: also inherit byte order and ABI from kernel
` [PATCH v3 04/16] kbuild: userprogs: add nolibc support
` [PATCH v3 07/16] kbuild: introduce blob framework

[PATCH net-next v2 1/3] netmem: fix netmem comments
 2025-06-16 14:40 UTC  (6+ messages)
` [PATCH net-next v2 2/3] selftests: devmem: remove unused variable
` [PATCH net-next v2 3/3] selftests: devmem: add ipv4 support to chunks test

[PATCH bpf-next v3 1/2] bpftool: Use appropriate permissions for map access
 2025-06-16 14:06 UTC  (4+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add test for bpftool access to read-only protected maps

[PATCH 0/3] Add kselftest harness selftest with variant
 2025-06-16 12:45 UTC  (6+ messages)
` [PATCH 1/3] selftests: correct one typo in comment
` [PATCH 2/3] selftests: print 0 if no test is chosen
` [PATCH 3/3] selftests: harness: Add kselftest harness selftest with variant

[PATCH v19 net-next 0/5] DUALPI2 patch
 2025-06-16 11:10 UTC  (7+ messages)
` [PATCH v19 net-next 1/5] sched: Struct definition and parsing of dualpi2 qdisc
` [PATCH v19 net-next 2/5] sched: Dump configuration and statistics "
` [PATCH v19 net-next 3/5] sched: Add enqueue/dequeue "
` [PATCH v19 net-next 4/5] selftests/tc-testing: Add selftests for qdisc DualPI2
` [PATCH v19 net-next 5/5] Documentation: netlink: specs: tc: Add DualPI2 specification

[PATCH 0/4] selftests/mm/uffd: refactor global variables
 2025-06-16 10:04 UTC  (5+ messages)
` [PATCH v4 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
` [PATCH v5 "

[PATCH net-next v4] page_pool: import Jesper's page_pool benchmark
 2025-06-16  9:29 UTC  (2+ messages)

[RFC PATCH v1 0/2] kselftest/resctrl: CAT functional tests
 2025-06-16  8:24 UTC  (3+ messages)
` [RFC PATCH v1 1/2] kselftest/resctrl: L3 CAT resctrl FS "
` [RFC PATCH v1 2/2] kselftest/resctrl: Add L3 CAT CBM functional test for Intel RDT

[PATCH v17 00/27] riscv control-flow integrity for usermode
 2025-06-16  7:31 UTC  (3+ messages)
` [PATCH v17 15/27] riscv/traps: Introduce software check exception and uprobe handling

[PATCH 0/1] selftests/memfd: skip hugetlbfs test if not supported
 2025-06-16  6:04 UTC  (2+ messages)
` [PATCH 1/1] "

[RESEND PATCH] selftests/pidfd: align stack to fix SP alignment exception
 2025-06-16  5:06 UTC 

[PATCH v12 0/6] rust: reduce `as` casts, enable related lints
 2025-06-15 20:55 UTC  (7+ messages)
` [PATCH v12 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v12 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v12 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v12 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v12 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v12 6/6] rust: enable `clippy::ref_as_ptr` lint

[PATCH v11 0/6] rust: reduce `as` casts, enable related lints
 2025-06-15 20:41 UTC  (3+ messages)

[PATCH bpf 0/7] bpf: deny trampoline attachment if args can not be located exactly on stack
 2025-06-15 15:44 UTC  (9+ messages)
` [PATCH bpf 2/7] bpf/x86: prevent trampoline attachment when args location on stack is uncertain

[PATCH net-next v1 1/4] net: netmem: fix skb_ensure_writable with unreadable skbs
 2025-06-14 18:39 UTC  (4+ messages)
` [PATCH net-next v1 2/4] netmem: fix netmem comments

[PATCH net-next v3] page_pool: import Jesper's page_pool benchmark
 2025-06-14 17:08 UTC  (2+ messages)

[PATCH v18 net-next 0/5] DUALPI2 patch
 2025-06-14 16:17 UTC  (4+ messages)
` [PATCH v18 net-next 5/5] Documentation: netlink: specs: tc: Add DualPI2 specification

[PATCH v18 net-next 0/5] DUALPI2 patch
 2025-06-14 15:42 UTC  (6+ messages)
` [PATCH v18 net-next 1/5] sched: Struct definition and parsing of dualpi2 qdisc
` [PATCH v18 net-next 2/5] sched: Dump configuration and statistics "
` [PATCH v18 net-next 3/5] sched: Add enqueue/dequeue "
` [PATCH v18 net-next 4/5] selftests/tc-testing: Add selftests for qdisc DualPI2
` [PATCH v18 net-next 5/5] Documentation: netlink: specs: tc: Add DualPI2 specification

[PATCH v6 0/4] mm: introduce THP deferred setting
 2025-06-14 11:25 UTC  (3+ messages)
` [PATCH v6 1/4] mm: defer THP insertion to khugepaged

[PATCH] kunit: Adjust kunit_test timeout based on test_{suite,case} speed
 2025-06-14  8:47 UTC 

[PATCH net-next, v4] selftest: Add selftest for multicast address notifications
 2025-06-14  5:35 UTC 

[PATCH net-next, v3] selftest: Add selftest for multicast address notifications
 2025-06-14  3:23 UTC  (3+ messages)

[PATCH v3 RESEND] selftests: filesystems: Add functional test for the abort file in fusectl
 2025-06-14  2:29 UTC  (3+ messages)

[PATCH net-next RFC] selftests: net: add netpoll basic functionality test
 2025-06-14  0:42 UTC  (4+ messages)

[PATCH v4 0/7] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
 2025-06-13 20:36 UTC  (6+ messages)
` [PATCH v4 7/7] mm/maps: execute PROCMAP_QUERY ioctl under per-vma locks

[PATCH net-next v4 0/6] udp_tunnel: remove rtnl_lock dependency
 2025-06-13 20:33 UTC  (7+ messages)
` [PATCH net-next v4 1/6] geneve: rely on rtnl lock in geneve_offload_rx_ports
` [PATCH net-next v4 2/6] vxlan: drop sock_lock
` [PATCH net-next v4 3/6] udp_tunnel: remove rtnl_lock dependency
` [PATCH net-next v4 4/6] net: remove redundant ASSERT_RTNL() in queue setup functions
` [PATCH net-next v4 5/6] netdevsim: remove udp_ports_sleep
` [PATCH net-next v4 6/6] Revert "bnxt_en: bring back rtnl_lock() in the bnxt_open() path"

[PATCH v7 00/30] TDX KVM selftests
 2025-06-13 19:13 UTC  (27+ messages)
` [PATCH v7 05/30] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
` [PATCH v7 06/30] KVM: selftests: Add helper functions to create TDX VMs
` [PATCH v7 07/30] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [PATCH v7 08/30] KVM: selftests: TDX: Update load_td_memory_region() for VM memory backed by guest memfd
` [PATCH v7 09/30] KVM: selftests: TDX: Add TDX lifecycle test
` [PATCH v7 10/30] KVM: selftests: TDX: Add report_fatal_error test
` [PATCH v7 11/30] KVM: selftests: TDX: Adding test case for TDX port IO
` [PATCH v7 12/30] KVM: selftests: TDX: Add basic TDX CPUID test
` [PATCH v7 13/30] KVM: selftests: TDX: Add basic TDG.VP.VMCALL<GetTdVmCallInfo> test
` [PATCH v7 14/30] KVM: selftests: TDX: Add TDX IO writes test
` [PATCH v7 15/30] KVM: selftests: TDX: Add TDX IO reads test
` [PATCH v7 16/30] KVM: selftests: TDX: Add TDX MSR read/write tests
` [PATCH v7 17/30] KVM: selftests: TDX: Add TDX HLT exit test
` [PATCH v7 18/30] KVM: selftests: TDX: Add TDX MMIO reads test
` [PATCH v7 19/30] KVM: selftests: TDX: Add TDX MMIO writes test
` [PATCH v7 20/30] KVM: selftests: TDX: Add TDX CPUID TDVMCALL test
` [PATCH v7 21/30] KVM: selftests: TDX: Verify the behavior when host consumes a TD private memory
` [PATCH v7 22/30] KVM: selftests: TDX: Add TDG.VP.INFO test
` [PATCH v7 23/30] KVM: selftests: Add functions to allow mapping as shared
` [PATCH v7 24/30] KVM: selftests: TDX: Add shared memory test
` [PATCH v7 25/30] KVM: selftests: KVM: selftests: Expose new vm_vaddr_alloc_private()
` [PATCH v7 26/30] KVM: selftests: TDX: Add support for TDG.MEM.PAGE.ACCEPT
` [PATCH v7 27/30] KVM: selftests: TDX: Add support for TDG.VP.VEINFO.GET
` [PATCH v7 28/30] KVM: selftests: TDX: Add TDX UPM selftest
` [PATCH v7 29/30] KVM: selftests: TDX: Add TDX UPM selftests for implicit conversion
` [PATCH v7 30/30] KVM: selftests: TDX: Test LOG_DIRTY_PAGES flag to a non-GUEST_MEMFD memslot


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).