Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-07-26 12:23:20 to 2023-07-28 11:02:20 UTC [more...]

[PATCH v26 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-07-28 11:02 UTC  (11+ messages)
` [PATCH v26 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v26 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
    ` WIP: Performance improvements
` [PATCH v26 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v26 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v26 5/5] selftests: mm: add pagemap ioctl tests

[PATCH v3 0/2] Unify uapi bitsperlong.h
 2023-07-28 11:00 UTC  (4+ messages)
` [PATCH v3 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch

[PATCH v3 0/9] kunit: Add test attributes API
 2023-07-28 10:38 UTC  (4+ messages)

[PATCH -next] kunit: fix wild-memory-access bug in kunit_filter_suites()
 2023-07-28 10:24 UTC 

[PATCH net-next v2 0/2] selftests/ptp: Add support for new timestamp IOCTLs
 2023-07-28 10:10 UTC  (2+ messages)

[PATCH v3 00/17] iommufd: Add nesting infrastructure
 2023-07-28 10:07 UTC  (15+ messages)
` [PATCH v3 01/17] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v3 02/17] iommu: Add nested domain support
` [PATCH v3 03/17] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH v3 04/17] iommufd: Pass in hwpt_type/parent/user_data to iommufd_hw_pagetable_alloc()
` [PATCH v3 05/17] iommufd/hw_pagetable: Do not populate user-managed hw_pagetables
` [PATCH v3 06/17] iommufd: Only enforce IOMMU_RESV_SW_MSI when attaching user-managed HWPT
` [PATCH v3 07/17] iommufd: Add IOMMU_RESV_IOVA_RANGES

[PATCH 0/4] RISCV: Add kvm Sstc timer selftest
 2023-07-28  9:57 UTC  (11+ messages)
` [PATCH 1/4] tools: riscv: Add header file csr.h
` [PATCH 2/4] KVM: riscv: selftests: Add exception handling support
` [PATCH 3/4] KVM: riscv: selftests: Add guest helper to get vcpu id
` [PATCH 4/4] KVM: riscv: selftests: Add sstc_timer test

[PATCH v3 00/11] drm: kunit: Switch to kunit actions
 2023-07-28  9:06 UTC  (12+ messages)
` [PATCH v3 01/11] drm/tests: helpers: "
` [PATCH v3 02/11] drm/tests: client-modeset: Remove call to drm_kunit_helper_free_device()
` [PATCH v3 03/11] drm/tests: modes: "
` [PATCH v3 04/11] drm/tests: probe-helper: "
` [PATCH v3 05/11] drm/tests: helpers: Create a helper to allocate a locking ctx
` [PATCH v3 06/11] drm/tests: helpers: Create a helper to allocate an atomic state
` [PATCH v3 07/11] drm/vc4: tests: pv-muxing: Remove call to drm_kunit_helper_free_device()
` [PATCH v3 08/11] drm/vc4: tests: mock: Use a kunit action to unregister DRM device
` [PATCH v3 09/11] drm/vc4: tests: pv-muxing: Switch to managed locking init
` [PATCH v3 10/11] drm/vc4: tests: Switch to atomic state allocation helper
` [PATCH v3 11/11] drm/vc4: tests: pv-muxing: Document test scenario

[RFC bpf-next v6] bpf: Force to MPTCP
 2023-07-28  7:59 UTC 

[PATCH v11 0/7] Add IO page table replacement support
 2023-07-28  6:33 UTC  (8+ messages)
` [PATCH v11 1/7] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v11 2/7] iommufd: Allow passing in iopt_access_list_id to iopt_remove_access()
` [PATCH v11 3/7] iommufd: Add iommufd_access_change_ioas(_id) helpers
` [PATCH v11 4/7] iommufd: Use iommufd_access_change_ioas in iommufd_access_destroy_object
` [PATCH v11 5/7] iommufd: Add iommufd_access_replace() API
` [PATCH v11 6/7] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
` [PATCH v11 7/7] vfio: Support IO page table replacement

[PATCH v8 0/4] cover-letter: Add IO page table replacement support
 2023-07-28  6:20 UTC  (20+ messages)
` [PATCH v8 1/4] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v8 2/4] iommufd: Add iommufd_access_replace() API
` [PATCH v8 3/4] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
` [PATCH v8 4/4] vfio: Support IO page table replacement

[PATCH 1/2] selftests: mm: ksm: Fix incorrect evaluation of parameter
 2023-07-28  6:01 UTC  (2+ messages)
` [PATCH 2/2] selftests: mm: add KSM_MERGE_TIME tests

[PATCH v10 0/6] Add IO page table replacement support
 2023-07-28  4:44 UTC  (13+ messages)
` [PATCH v10 1/6] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v10 2/6] iommufd: Allow passing in iopt_access_list_id to iopt_remove_access()
` [PATCH v10 3/6] iommufd: Add iommufd_access_change_ioas(_id) helpers
` [PATCH v10 4/6] iommufd: Add iommufd_access_replace() API
` [PATCH v10 5/6] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
` [PATCH v10 6/6] vfio: Support IO page table replacement

selftests: connector: proc_filter.c:48:20: error: invalid application of 'sizeof' to an incomplete type 'struct proc_input'
 2023-07-28  2:43 UTC  (6+ messages)

[PATCH v4 0/4] iommufd: Add iommu hardware info reporting
 2023-07-28  2:05 UTC  (11+ messages)
` [PATCH v4 2/4] iommu: Add new iommu op to get iommu hardware information
` [PATCH v4 4/4] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl

[PATCH v4 0/6] kselfest/arm64: Fix a SVE memcpy() issue and use tools/include
 2023-07-27 23:26 UTC  (7+ messages)
` [PATCH v4 1/6] kselftest/arm64: Exit streaming mode after collecting signal context
` [PATCH v4 2/6] tools compiler.h: Add OPTIMIZER_HIDE_VAR()
` [PATCH v4 3/6] tools include: Add some common function attributes
` [PATCH v4 4/6] kselftest/arm64: Make the tools/include headers available
` [PATCH v4 5/6] kselftest/arm64: Use shared OPTIMZER_HIDE_VAR() definiton
` [PATCH v4 6/6] kselftest/arm64: Use the tools/include compiler.h rather than our own

[PATCH v7 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-27 21:29 UTC  (7+ messages)
` [PATCH v7 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v7 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v7 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v7 4/4] RISC-V: mm: Document mmap changes

[PATCH v8 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-27 21:26 UTC  (5+ messages)
` [PATCH v8 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v8 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v8 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v8 4/4] RISC-V: mm: Document mmap changes

[PATCH v3 00/12] selftests/nolibc: add minimal kernel config support - part1
 2023-07-27 20:35 UTC  (13+ messages)
` [PATCH v3 01/12] selftests/nolibc: allow report with existing test log
` [PATCH v3 02/12] selftests/nolibc: add macros to reduce duplicated changes
` [PATCH v3 03/12] selftests/nolibc: fix up O= option support
` [PATCH v3 04/12] selftests/nolibc: string the core targets
` [PATCH v3 05/12] selftests/nolibc: allow customize CROSS_COMPILE by architecture
` [PATCH v3 06/12] selftests/nolibc: customize CROSS_COMPILE for 32/64-bit powerpc
` [PATCH v3 07/12] selftests/nolibc: add menuconfig and mrproper for development
` [PATCH v3 08/12] selftests/nolibc: allow quit qemu-system when poweroff fails
` [PATCH v3 09/12] selftests/nolibc: customize QEMU_TIMEOUT for ppc64/ppc64le
` [PATCH v3 10/12] selftests/nolibc: tinyconfig: add extra common options
` [PATCH v3 11/12] selftests/nolibc: tinyconfig: add support for 32/64-bit powerpc
` [PATCH v3 12/12] selftests/nolibc: speed up some targets with multiple jobs

[PATCH v1 01/11] selftests: forwarding: custom_multipath_hash.sh: add cleanup for SIGTERM sent by timeout
 2023-07-27 19:26 UTC  (10+ messages)

[PATCH v9 0/6] cover-letter: Add IO page table replacement support
 2023-07-27 18:47 UTC  (11+ messages)
` [PATCH v9 1/6] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v9 2/6] iommufd: Allow passing in iopt_access_list_id to iopt_remove_access()
` [PATCH v9 3/6] iommufd: Add iommufd_access_change_ioas helper
` [PATCH v9 4/6] iommufd: Add iommufd_access_replace() API
` [PATCH v9 5/6] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
` [PATCH v9 6/6] vfio: Support IO page table replacement

[RFC bpf-next v5] bpf: Force to MPTCP
 2023-07-27 18:01 UTC  (4+ messages)

[PATCH v25 5/5] selftests: mm: add pagemap ioctl tests
 2023-07-27 17:15 UTC  (22+ messages)
  ` fs/proc/task_mmu: Implement IOCTL for efficient page table scanning
        ` [v2] "
                      ` [v3] "

[PATCH v3] kselftest/arm64: Exit streaming mode after collecting signal context
 2023-07-27 16:30 UTC  (4+ messages)

[PATCH v2 0/3] arm64/fpsimd: Fix use after free in SME when changing SVE VL
 2023-07-27 16:09 UTC  (2+ messages)

[PATCH net-next 0/4] selftests: openvswitch: add flow programming cases
 2023-07-27 15:34 UTC  (4+ messages)
` [PATCH net-next 1/4] selftests: openvswitch: add an initial flow programming case
  ` [ovs-dev] "

[PATCH v3 0/7] tools/nolibc: add 32/64-bit powerpc support
 2023-07-27 15:06 UTC  (8+ messages)
` [PATCH v3 1/7] tools/nolibc: add support for powerpc
` [PATCH v3 2/7] tools/nolibc: add support for powerpc64
` [PATCH v3 3/7] selftests/nolibc: add extra configs customize support
` [PATCH v3 4/7] selftests/nolibc: add XARCH and ARCH mapping support
` [PATCH v3 5/7] selftests/nolibc: add test support for ppc
` [PATCH v3 6/7] selftests/nolibc: add test support for ppc64le
` [PATCH v3 7/7] selftests/nolibc: add test support for ppc64

[PATCH v2 05/14] selftests/nolibc: add menuconfig for development
 2023-07-27 13:24 UTC  (2+ messages)

[RFC PATCH 00/10] Device Memory TCP
 2023-07-27 11:40 UTC  (12+ messages)
                    ` [Linaro-mm-sig] "

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-27  9:46 UTC  (4+ messages)
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask

[PATCH v5 00/10] tracing: introducing eventfs
 2023-07-26 21:39 UTC  (10+ messages)
` [PATCH v5 02/10] eventfs: Implement tracefs_inode_cache
` [PATCH v5 06/10] eventfs: Implement eventfs lookup, read, open functions
` [PATCH v5 07/10] eventfs: Implement functions to create files and dirs when accessed

[PATCH v4 00/28] TDX KVM selftests
 2023-07-26 18:55 UTC  (2+ messages)

[PATCH v4 00/10] tracing: introducing eventfs
 2023-07-26 18:54 UTC  (11+ messages)

[PATCH v4 bpf 0/2] bpf: return proper error codes for lwt redirect
 2023-07-26 16:53 UTC  (12+ messages)
` [PATCH v4 bpf 1/2] bpf: fix skb_do_redirect return values
` [PATCH v4 bpf 2/2] bpf: selftests: add lwt redirect regression test cases

[PATCH v2 0/7] tools/nolibc: add 32/64-bit powerpc support
 2023-07-26 15:39 UTC  (10+ messages)
` [PATCH v2 1/7] tools/nolibc: add support for powerpc
` [PATCH v2 2/7] tools/nolibc: add support for powerpc64
` [PATCH v2 3/7] selftests/nolibc: add extra configs customize support
` [PATCH v2 4/7] selftests/nolibc: add XARCH and ARCH mapping support
` [PATCH v2 5/7] selftests/nolibc: add test support for ppc
` [PATCH v2 6/7] selftests/nolibc: add test support for ppc64le
` [PATCH v2 7/7] selftests/nolibc: add test support for ppc64

[PATCH v6 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-26 14:02 UTC  (7+ messages)
` [PATCH v6 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v6 4/4] RISC-V: mm: Document mmap changes

[PATCH v8 00/19] Add iommufd physical device operations for replace and alloc hwpt
 2023-07-26 13:37 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