Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-05-25 16:40:14 to 2023-05-30 15:11:03 UTC [more...]

[PATCH net-next 0/4] nexthop: Refactor and fix nexthop selection for multipath routes
 2023-05-30 15:10 UTC  (9+ 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 v16 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-05-30 14:07 UTC  (2+ messages)

[PATCH v2 00/13] nolibc: add part2 of support for rv32
 2023-05-30 13:54 UTC  (29+ 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 v2 0/2] nolibc: add part3 of support "
  ` [PATCH 1/2] selftests/nolibc: add new gettimeofday test cases
  ` [PATCH 2/2] selftests/nolibc: add sizeof test for the new 64bit data types

[PATCH] selftests/nolibc: remove test gettimeofday_null
 2023-05-30 13:48 UTC 

[PATCH net 0/8] selftests: mptcp: skip tests not supported by old kernels (part 1)
 2023-05-30 11:50 UTC  (10+ 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 AUTOSEL 6.2 08/30] selftests/bpf: check that modifier resolves after pointer
 2023-05-30 11:24 UTC  (11+ messages)

[PATCH 0/4] selftests/nolibc: add user-space 'efault' handler
 2023-05-30 11:08 UTC  (5+ messages)
` [PATCH 1/4] selftests/nolibc: allow rerun with the same settings
` [PATCH 2/4] selftests/nolibc: add rerun support
` [PATCH 3/4] selftests/nolibc: add user space efault handler
` [PATCH 4/4] selftests/nolibc: add user-space efault restore test case

[PATCH] Documentation: Kunit: add MODULE_LICENSE to sample code
 2023-05-30 10:52 UTC 

[PATCH v2] selftests/input: Introduce basic tests for evdev ioctls
 2023-05-30 10:26 UTC 

[PATCH] selftests/input: Introduce basic tests for evdev ioctls
 2023-05-30 10:11 UTC  (3+ messages)

[PATCH 00/13] tools/nolibc: riscv: Add full rv32 support
 2023-05-30 10:06 UTC  (44+ 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 v1 4/6] PKEY:selftest pkey_enforce_api for mprotect
 2023-05-30  9:32 UTC  (2+ messages)

[PATCH] tools/nolibc: ensure fast64 integer types have 64 bits
 2023-05-30  9:18 UTC 

[PATCH] kunit: Fix obsolete name in documentation headers (func->action)
 2023-05-30  7:55 UTC 

[PATCH] selftests/nolibc: test_fork: fix up duplicated print
 2023-05-30  6:03 UTC 

[RFC PATCHES 00/17] IOMMUFD: Deliver IO page faults to user space
 2023-05-30  5:37 UTC  (18+ 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
` [RFC PATCHES 11/17] iommufd: Deliver fault messages to user space
` [RFC PATCHES 12/17] iommufd: Add io page fault response support
` [RFC PATCHES 13/17] iommufd: Add a timer for each iommufd fault data
` [RFC PATCHES 14/17] iommufd: Drain all pending faults when destroying hwpt
` [RFC PATCHES 15/17] iommufd: Allow new hwpt_alloc flags
` [RFC PATCHES 16/17] iommufd/selftest: Add IOPF feature for mock devices
` [RFC PATCHES 17/17] iommufd/selftest: Cover iopf-capable nested hwpt

[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 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  (15+ messages)
` [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 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 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.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 11/13] tools/nolibc: sys_select: riscv: use __NR_pselect6_time64 for rv32
 2023-05-26  1:50 UTC  (2+ 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  (11+ messages)
` [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


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