Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-05-24 22:58:36 to 2023-05-30 05:41:03 UTC [more...]

[RFC PATCHES 00/17] IOMMUFD: Deliver IO page faults to user space
 2023-05-30  5:37 UTC  (11+ messages)
` [RFC PATCHES 01/17] iommu: Move iommu fault data to linux/iommu.h
` [RFC PATCHES 02/17] iommu: Support asynchronous I/O page fault response
` [RFC PATCHES 03/17] iommu: Add helper to set iopf handler for domain
` [RFC PATCHES 04/17] iommu: Pass device parameter to iopf handler
` [RFC PATCHES 05/17] iommu: Split IO page fault handling from SVA
` [RFC PATCHES 06/17] iommu: Add iommu page fault cookie helpers
` [RFC PATCHES 07/17] iommufd: Add iommu page fault data
` [RFC PATCHES 08/17] iommufd: IO page fault delivery initialization and release
` [RFC PATCHES 09/17] iommufd: Add iommufd hwpt iopf handler
` [RFC PATCHES 10/17] iommufd: Add IOMMU_HWPT_ALLOC_FLAGS_USER_PASID_TABLE for hwpt_alloc

[PATCH v2 00/13] nolibc: add part2 of support for rv32
 2023-05-30  5:21 UTC  (16+ messages)
` [PATCH v2 01/13] selftests/nolibc: remove gettimeofday_bad1/2 completely
` [PATCH v2 02/13] selftests/nolibc: support two errnos with EXPECT_SYSER2()
` [PATCH v2 03/13] selftests/nolibc: waitpid_min: add waitid syscall support
` [PATCH v2 04/13] tools/nolibc: add missing nanoseconds support for __NR_statx
` [PATCH v2 05/13] tools/nolibc: add more wait status related types
` [PATCH v2 06/13] tools/nolibc: add pure 64bit off_t, time_t and blkcnt_t
` [PATCH v2 07/13] tools/nolibc: sys_lseek: add pure 64bit lseek
` [PATCH v2 08/13] tools/nolibc: add pure 64bit time structs
` [PATCH v2 09/13] tools/nolibc: sys_select: add pure 64bit select
` [PATCH v2 10/13] tools/nolibc: sys_poll: add pure 64bit poll
` [PATCH v2 11/13] tools/nolibc: sys_gettimeofday: add pure 64bit gettimeofday
` [PATCH v2 12/13] tools/nolibc: sys_wait4: add waitid syscall support
` [PATCH v2 13/13] selftests/nolibc: riscv: customize makefile for rv32

[PATCH v3 00/10] Add Intel VT-d nested translation
 2023-05-30  0:16 UTC  (22+ messages)
` [PATCH v3 01/10] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
` [PATCH v3 02/10] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v3 04/10] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v3 06/10] iommu/vt-d: Set the nested domain to a device
` [PATCH v3 10/10] iommu/vt-d: Disallow nesting on domains with read-only mappings

[PATCH net-next 0/4] nexthop: Refactor and fix nexthop selection for multipath routes
 2023-05-29 20:19 UTC  (5+ messages)
` [PATCH net-next 1/4] nexthop: Factor out hash threshold fdb nexthop selection
` [PATCH net-next 2/4] nexthop: Factor out neighbor validity check
` [PATCH net-next 3/4] nexthop: Do not return invalid nexthop object during multipath selection
` [PATCH net-next 4/4] selftests: net: Add test cases for nexthop groups with invalid neighbors

[PATCH v1 0/5] Landlock support for UML
 2023-05-29 14:57 UTC  (5+ messages)
` [PATCH v1 1/5] hostfs: Fix ephemeral inodes

[PATCH v2 0/7] nolibc: add generic part1 of prepare for rv32
 2023-05-29 13:15 UTC  (10+ messages)
` [PATCH v2 1/7] selftests/nolibc: syscall_args: use generic __NR_statx
` [PATCH v2 2/7] selftests/nolibc: allow specify extra arguments for qemu
` [PATCH v2 3/7] selftests/nolibc: fix up compile warning with glibc on x86_64
` [PATCH v2 4/7] selftests/nolibc: not include limits.h for nolibc
` [PATCH v2 5/7] selftests/nolibc: use INT_MAX instead of __INT_MAX__
` [PATCH v2 6/7] tools/nolibc: arm: add missing my_syscall6
` [PATCH v2 7/7] tools/nolibc: open: fix up compile warning for arm

[PATCH v2 00/11] RISCV: Add KVM_GET_REG_LIST API
 2023-05-29 12:20 UTC  (23+ messages)
` [PATCH v2 01/11] KVM: arm64: selftests: Replace str_with_index with strdup_printf
` [PATCH v2 02/11] KVM: arm64: selftests: Drop SVE cap check in print_reg
` [PATCH v2 03/11] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
` [PATCH v2 04/11] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
` [PATCH v2 05/11] KVM: arm64: selftests: Delete core_reg_fixup
` [PATCH v2 06/11] KVM: arm64: selftests: Split get-reg-list test code
` [PATCH v2 07/11] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v2 08/11] KVM: riscv: Add KVM_GET_REG_LIST API support
` [PATCH v2 09/11] KVM: riscv: selftests: Make check_supported arch specific
` [PATCH v2 10/11] KVM: riscv: selftests: Skip some registers set operation
` [PATCH v2 11/11] KVM: riscv: selftests: Add get-reg-list test

[PATCH 00/13] tools/nolibc: riscv: Add full rv32 support
 2023-05-29 11:31 UTC  (43+ messages)
` [PATCH 04/13] selftests/nolibc: syscall_args: use __NR_statx for rv32
` [PATCH 05/13] selftests/nolibc: riscv: customize makefile "
` [PATCH 06/13] selftests/nolibc: allow specify a bios for qemu
` [PATCH 09/13] tools/nolibc: sys_poll: riscv: use __NR_ppoll_time64 for rv32
` [PATCH 11/13] tools/nolibc: sys_select: riscv: use __NR_pselect6_time64 "
` [PATCH 13/13] tools/nolibc: sys_gettimeofday: riscv: use __NR_clock_gettime64 "

[PATCH V3] tracing/user_events: Prevent same name but different args event
 2023-05-29  9:23 UTC  (2+ messages)

[PATCH] tracing/user_events: Handle matching arguments that is null from dyn_events
 2023-05-29  8:21 UTC  (2+ messages)

[RFC PATCH 0/5] cgroup/cpuset: A new "isolcpus" paritition
 2023-05-28 21:18 UTC  (12+ messages)

[PATCH net 0/8] selftests: mptcp: skip tests not supported by old kernels (part 1)
 2023-05-28 17:35 UTC  (9+ messages)
` [PATCH net 1/8] selftests: mptcp: join: avoid using 'cmp --bytes'
` [PATCH net 2/8] selftests: mptcp: connect: skip if MPTCP is not supported
` [PATCH net 3/8] selftests: mptcp: pm nl: "
` [PATCH net 4/8] selftests: mptcp: join: "
` [PATCH net 5/8] selftests: mptcp: diag: "
` [PATCH net 6/8] selftests: mptcp: simult flows: "
` [PATCH net 7/8] selftests: mptcp: sockopt: "
` [PATCH net 8/8] selftests: mptcp: userspace pm: "

[PATCH v1 0/3] selftests/mm: new test for FOLL_LONGTERM on file mappings
 2023-05-28 15:04 UTC  (7+ messages)
` [PATCH v1 1/3] selftests/mm: factor out detection of hugetlb page sizes into vm_util
` [PATCH v1 2/3] selftests/mm: gup_longterm: new functional test for FOLL_LONGTERM
` [PATCH v1 3/3] selftests/mm: gup_longterm: add liburing tests

[PATCH 6.1 5.15 5.10 5.4 4.19 4.14] selftests/memfd: Fix unknown type name build failure
 2023-05-28  7:42 UTC  (3+ messages)

[PATCH v2 0/2] tools/nolibc: avoid coredumps and speed up tests
 2023-05-28  7:38 UTC  (4+ messages)
` [PATCH v2 1/2] tools/nolibc: add support for prctl()
` [PATCH v2 2/2] selftests/nolibc: prevent coredumps during test execution

[PATCH] tools/nolibc: support nanoseconds in stat()
 2023-05-28  7:37 UTC  (2+ messages)

[PATCH 0/2] tools/nolibc: avoid coredumps and speed up tests
 2023-05-28  7:31 UTC  (4+ messages)
` [PATCH 1/2] tools/nolibc: add support for prctl()
` [PATCH 2/2] selftests/nolibc: prevent coredumps during test execution

[PATCH v1 1/1] selftests: alsa: pcm-test: Fix compiler warnings about the format
 2023-05-26 19:25 UTC  (3+ messages)

[RESEND PATCH v5 1/3] test_firmware: prevent race conditions by a correct implementation of locking
 2023-05-26 19:21 UTC  (8+ messages)
` [RESEND PATCH v5 2/3] test_firmware: fix a memory leak with reqs buffer

[RFC PATCH] kunit: Move kunit_abort() call out of kunit_do_failed_assertion()
 2023-05-26 18:52 UTC  (4+ messages)

[PATCH 5.10 0/3] Fix for CVE-2022-4269
 2023-05-26 18:27 UTC  (2+ messages)

[PATCH V2] tracing/user_events: Prevent same name but different args event
 2023-05-26 16:48 UTC  (2+ messages)

[PATCH AUTOSEL 6.2 08/30] selftests/bpf: check that modifier resolves after pointer
 2023-05-26 16:43 UTC  (10+ messages)

[PATCH AUTOSEL 6.3 07/67] selftests/ftrace: Improve integration with kselftest runner
 2023-05-26 15:23 UTC  (2+ messages)

[PATCH v2] kselftest/arm64: Add a smoke test for ptracing hardware break/watch points
 2023-05-26  9:37 UTC  (2+ messages)

[PATCH] selftests/input: Introduce basic tests for evdev ioctls
 2023-05-26  8:22 UTC 

[PATCH 11/13] tools/nolibc: sys_select: riscv: use __NR_pselect6_time64 for rv32
 2023-05-26  1:50 UTC  (4+ messages)

[PATCH bpf-next 2/2] selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper
 2023-05-26  0:06 UTC  (2+ messages)

[PATCH v3 0/3] kunit: Fix reporting of the skipped parameterized tests
 2023-05-25 23:30 UTC  (3+ messages)
` [PATCH v3 3/3] kunit: Update kunit_print_ok_not_ok function

[PATCH v3 0/3] TDX Guest Quote generation support
 2023-05-25 22:55 UTC  (3+ messages)

[PATCH v3 0/6] Optimize mremap during mutual alignment within PMD
 2023-05-25 19:51 UTC  (4+ messages)
` [PATCH v3 1/6] mm/mremap: Optimize the start addresses in move_page_tables()

[PATCH AUTOSEL 5.10 02/31] selftests/ftrace: Improve integration with kselftest runner
 2023-05-25 18:40 UTC 

[PATCH AUTOSEL 5.15 04/43] selftests/ftrace: Improve integration with kselftest runner
 2023-05-25 18:38 UTC 

[PATCH AUTOSEL 6.1 05/57] selftests/ftrace: Improve integration with kselftest runner
 2023-05-25 18:35 UTC 

[PATCH v2 0/7] KVM: selftests: Add tests for pmu event filter
 2023-05-25 18:12 UTC  (17+ messages)
` [PATCH v2 1/7] KVM: selftests: Replace int with uint32_t for nevents
` [PATCH v2 2/7] KVM: selftests: Apply create_pmu_event_filter() to fixed ctrs
` [PATCH v2 3/7] KVM: selftests: Test unavailable event filters are rejected
` [PATCH v2 4/7] KVM: x86/pmu: Add documentation for fixed ctr on PMU filter
` [PATCH v2 5/7] KVM: selftests: Check if pmu_event_filter meets expectations on fixed ctrs
` [PATCH v2 6/7] KVM: selftests: Check gp event filters without affecting fixed event filters
` [PATCH v2 7/7] KVM: selftests: Test pmu event filter with incompatible kvm_pmu_event_filter

arm64: fp-stress: BUG: KFENCE: memory corruption in fpsimd_release_task
 2023-05-25 13:51 UTC  (8+ messages)

[PATCH v16 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-05-25  8:55 UTC  (6+ messages)
` [PATCH v16 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v16 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v16 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v16 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v16 5/5] selftests: mm: add pagemap ioctl tests

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-05-25  8:54 UTC  (10+ messages)
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*

[PATCH 04/13] selftests/nolibc: syscall_args: use __NR_statx for rv32
 2023-05-25  7:20 UTC  (2+ messages)

[PATCH v3 1/4] kunit: Add kunit_add_action() to defer a call until test exit
 2023-05-25  4:21 UTC  (4+ messages)
` [PATCH v3 2/4] kunit: executor_test: Use kunit_add_action()
` [PATCH v3 3/4] kunit: kmalloc_array: "
` [PATCH v3 4/4] Documentation: kunit: Add usage notes for kunit_add_action()

[PATCH] tracing/selftests: Update synthetic event selftest to use common_stacktrace
 2023-05-25  2:24 UTC  (2+ messages)

[PATCH v2 00/11] iommufd: Add nesting infrastructure
 2023-05-25  1:41 UTC  (8+ messages)
` [PATCH v2 01/11] iommu: Add new iommu op to create domains owned by userspace

[PATCH] selftests: allow runners to override the timeout
 2023-05-24 22:58 UTC  (4+ messages)


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