Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-08-02 08:09:43 to 2023-08-04 04:44:27 UTC [more...]

[PATCH bpf-next v10 0/5] bpf: Force to MPTCP
 2023-08-04  4:43 UTC  (9+ messages)
` [PATCH bpf-next v10 1/5] bpf: Add update_socket_protocol hook
` [PATCH bpf-next v10 2/5] selftests/bpf: Use random netns name for mptcp
` [PATCH bpf-next v10 3/5] selftests/bpf: Add two mptcp netns helpers
` [PATCH bpf-next v10 4/5] selftests/bpf: Drop unneeded checks for mptcp
` [PATCH bpf-next v10 5/5] selftests/bpf: Add mptcpify test

[PATCH bpf-next v9 0/4] bpf: Force to MPTCP
 2023-08-04  4:26 UTC  (12+ messages)
` [PATCH bpf-next v9 1/4] bpf: Add update_socket_protocol hook
` [PATCH bpf-next v9 2/4] selftests/bpf: Use random netns name for mptcp
` [PATCH bpf-next v9 3/4] selftests/bpf: Add two mptcp netns helpers
` [PATCH bpf-next v9 4/4] selftests/bpf: Add mptcpify test

[PATCH v5 0/4] iommufd: Add iommu hardware info reporting
 2023-08-04  2:58 UTC  (7+ messages)
` [PATCH v5 1/4] iommu: Move dev_iommu_ops() to private header
` [PATCH v5 2/4] iommu: Add new iommu op to get iommu hardware information
` [PATCH v5 3/4] iommufd: Add IOMMU_GET_HW_INFO
` [PATCH v5 4/4] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl

[PATCH -next v2] kunit: fix uninitialized variables bug in attributes filtering
 2023-08-03 22:45 UTC  (2+ messages)

[PATCH -next] kunit: fix possible memory leak in kunit_filter_suites()
 2023-08-03 22:44 UTC  (2+ messages)

[PATCH v3 0/3] kunit: Expose some built-in features to modules
 2023-08-03 21:27 UTC  (5+ messages)
` [PATCH v3 1/3] kunit: Report the count of test suites in a module
` [PATCH v3 2/3] kunit: Make 'list' action available to kunit test modules

[PATCH -next] kunit: fix uninitialized variables bug in attributes filtering
 2023-08-03 19:39 UTC  (3+ messages)

[PATCH v3 0/7] smaps / mm/gup: fix gup_can_follow_protnone fallout
 2023-08-03 19:06 UTC  (10+ messages)
` [PATCH v3 1/7] mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULT
` [PATCH v3 2/7] smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()
` [PATCH v3 3/7] kvm: explicitly set FOLL_HONOR_NUMA_FAULT in hva_to_pfn_slow()
` [PATCH v3 4/7] mm/gup: don't implicitly set FOLL_HONOR_NUMA_FAULT
` [PATCH v3 5/7] pgtable: improve pte_protnone() comment
` [PATCH v3 6/7] selftest/mm: ksm_functional_tests: test in mmap_and_merge_range() if anything got merged
` [PATCH v3 7/7] selftest/mm: ksm_functional_tests: Add PROT_NONE test

[PATCH v3] selftests: cgroup: fix test_kmem_basic slab1 check
 2023-08-03 18:25 UTC 

[PATCH] selftests: cgroup: fix test_kmem_basic false positives
 2023-08-03 17:19 UTC  (4+ messages)

[PATCH v3 1/2] test_firmware: prevent race conditions by a correct implementation of locking
 2023-08-03 16:53 UTC 

[PATCH] selftests/riscv: fix potential build failure during the "emit_tests" step
 2023-08-03 16:48 UTC  (4+ messages)

[PATCH v3 00/17] iommufd: Add nesting infrastructure
 2023-08-03 16:47 UTC  (38+ 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 07/17] iommufd: Add IOMMU_RESV_IOVA_RANGES
` [PATCH v3 08/17] iommufd: IOMMU_HWPT_ALLOC allocation with user data
` [PATCH v3 09/17] iommufd: Add IOMMU_HWPT_INVALIDATE

[PATCH net 0/4] mptcp: more fixes for v6.5
 2023-08-03 16:27 UTC  (5+ messages)
` [PATCH net 1/4] selftests: mptcp: join: fix 'delete and re-add' test
` [PATCH net 2/4] selftests: mptcp: join: fix 'implicit EP' test
` [PATCH net 3/4] mptcp: avoid bogus reset on fallback close
` [PATCH net 4/4] mptcp: fix disconnect vs accept race

[PATCH v2] selftests: cgroup: fix test_kmem_basic slab1 check
 2023-08-03 16:08 UTC  (2+ messages)

[PATCH v26 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-08-03 15:25 UTC  (4+ messages)
` [PATCH v26 2/5] fs/proc/task_mmu: "

[PATCH] selftests: riscv: Fix compilation error with vstate_exec_nolibc.c
 2023-08-03 15:10 UTC  (3+ messages)

[PATCH v1 0/3] selftests/nolibc: add misc improvments
 2023-08-03 14:47 UTC  (4+ messages)
` [PATCH v1 1/3] selftests/nolibc: allow report with existing test log
` [PATCH v1 2/3] selftests/nolibc: fix up O= option support
` [PATCH v1 3/3] tools/nolibc: stackprotector.h: make __stack_chk_init static

[PATCH v2 1/2] test_firmware: prevent race conditions by a correct implementation of locking
 2023-08-03 14:44 UTC 

[RFC PATCH 0/3] memfd: cleanups for vm.memfd_noexec
 2023-08-03 14:40 UTC  (17+ messages)
` [RFC PATCH 3/3] selftests: memfd: error out test process when child test fails

[PATCH v2] kselftest/arm64: add RCpc load-acquire to hwcap test
 2023-08-03 13:58 UTC  (2+ messages)

[PATCH v3 net-next 0/5] selftests: openvswitch: add flow programming cases
 2023-08-03 13:30 UTC  (4+ messages)
` [ovs-dev] "

[PATCH bpf-next v8 0/4] bpf: Force to MPTCP
 2023-08-03 13:05 UTC  (9+ messages)
` [PATCH bpf-next v8 1/4] bpf: Add update_socket_protocol hook
` [PATCH bpf-next v8 2/4] selftests/bpf: Use random netns name for mptcp
` [PATCH bpf-next v8 3/4] selftests/bpf: Add two mptcp netns helpers
` [PATCH bpf-next v8 4/4] selftests/bpf: Add mptcpify test

[PATCH] kselftest/arm64: add RCpc load-acquire to the tested hwcaps
 2023-08-03 12:45 UTC  (3+ messages)

[PATCH v5 0/8] tools/nolibc: add 32/64-bit powerpc support
 2023-08-03 11:51 UTC  (9+ messages)
` [PATCH v5 1/8] tools/nolibc: add support for powerpc
` [PATCH v5 2/8] tools/nolibc: add support for powerpc64
` [PATCH v5 3/8] selftests/nolibc: add XARCH and ARCH mapping support
` [PATCH v5 4/8] selftests/nolibc: add test support for ppc
` [PATCH v5 5/8] selftests/nolibc: add test support for ppc64le
` [PATCH v5 6/8] selftests/nolibc: add test support for ppc64
` [PATCH v5 7/8] selftests/nolibc: allow customize CROSS_COMPILE by architecture
` [PATCH v5 8/8] selftests/nolibc: customize CROSS_COMPILE for 32/64-bit powerpc

[net-next 0/2] seg6: add NEXT-C-SID support for SRv6 End.X behavior
 2023-08-03  9:30 UTC  (6+ messages)
` [net-next 1/2] "
` [net-next 2/2] selftests: seg6: add selftest for NEXT-C-SID flavor in "

[PATCH v4 08/12] selftests/nolibc: add test support for ppc
 2023-08-03  7:51 UTC  (8+ messages)

[PATCH 0/4] RISCV: Add kvm Sstc timer selftest
 2023-08-03  7:44 UTC  (8+ messages)
` [PATCH 1/4] tools: riscv: Add header file csr.h

[RFC bpf-next v7 0/6] bpf: Force to MPTCP
 2023-08-03  7:40 UTC  (5+ messages)

[PATCH v4 00/12] Add Intel VT-d nested translation
 2023-08-03  7:36 UTC  (26+ messages)
` [PATCH v4 04/12] iommu/vt-d: Add helper to setup pasid "
` [PATCH v4 06/12] iommu/vt-d: Set the nested domain to a device
` [PATCH v4 07/12] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
` [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain
` [PATCH v4 12/12] iommu/vt-d: Disallow nesting on domains with read-only mappings

[PATCH v3 00/14] tools/nolibc: enable compiler warnings
 2023-08-03  7:28 UTC  (15+ messages)
` [PATCH v3 01/14] tools/nolibc: drop unused variables
` [PATCH v3 02/14] tools/nolibc: fix return type of getpagesize()
` [PATCH v3 03/14] tools/nolibc: setvbuf: avoid unused parameter warnings
` [PATCH v3 04/14] tools/nolibc: sys: avoid implicit sign cast
` [PATCH v3 05/14] tools/nolibc: stdint: use int for size_t on 32bit
` [PATCH v3 06/14] selftests/nolibc: drop unused variables
` [PATCH v3 07/14] selftests/nolibc: mark test helpers as potentially unused
` [PATCH v3 08/14] selftests/nolibc: make functions static if possible
` [PATCH v3 09/14] selftests/nolibc: avoid unused parameter warnings
` [PATCH v3 10/14] selftests/nolibc: avoid sign-compare warnings
` [PATCH v3 11/14] selftests/nolibc: use correct return type for read() and write()
` [PATCH v3 12/14] selftests/nolibc: prevent out of bounds access in expect_vfprintf
` [PATCH v3 13/14] selftests/nolibc: don't strip nolibc-test
` [PATCH v3 14/14] selftests/nolibc: enable compiler warnings

[PATCH 0/4] Use TAP in some more x86 KVM selftests
 2023-08-03  5:23 UTC  (7+ messages)
` [PATCH 2/4] KVM: selftests: x86: Use TAP interface in the sync_regs test

[PATCH v2 00/10] tools/nolibc: enable compiler warnings
 2023-08-03  2:10 UTC  (4+ messages)

[PATCH V2] cpufreq: amd-pstate-ut: Modify the function to get the highest_perf value
 2023-08-03  1:43 UTC 

[PATCH 00/13] Extedn DAMOS filters for address ranges and DAMON monitoring targets
 2023-08-02 21:43 UTC  (4+ messages)
` [PATCH 03/13] mm/damon/core-test: add a unit test for __damos_filter_out()
` [PATCH 04/13] selftests/damon/sysfs: test address range damos filter
` [PATCH 10/13] selftests/damon/sysfs: test damon_target filter

[PATCH bpf-next v5 0/2] bpf, xdp: Add tracepoint to xdp attaching failure
 2023-08-02 21:40 UTC  (2+ messages)

[PATCH 0/5] mm/damon/sysfs-schemes: implement DAMOS tried total bytes file
 2023-08-02 21:32 UTC  (2+ messages)
` [PATCH 3/5] selftests/damon/sysfs: test tried_regions/total_bytes file

[PATCH v1] tools: remove duplicate assignment
 2023-08-02 21:18 UTC  (2+ messages)

[PATCH] KVM: selftests: use unified time type for comparison
 2023-08-02 21:11 UTC  (4+ messages)

[PATCH] kselftests: cgroup: fix kmem test slab1 check
 2023-08-02 18:41 UTC 

[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-02 16:27 UTC  (10+ messages)
` [PATCH v3 21/36] arm64/mm: Implement map_shadow_stack()

[PATCH v2 0/8] smaps / mm/gup: fix gup_can_follow_protnone fallout
 2023-08-02 15:35 UTC  (16+ messages)
` [PATCH v2 1/8] mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULT
` [PATCH v2 2/8] smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()
` [PATCH v2 3/8] kvm: explicitly set FOLL_HONOR_NUMA_FAULT in hva_to_pfn_slow()
` [PATCH v2 4/8] mm/gup: don't implicitly set FOLL_HONOR_NUMA_FAULT
` [PATCH v2 5/8] pgtable: improve pte_protnone() comment
` [PATCH v2 6/8] mm/huge_memory: remove stale NUMA hinting comment from follow_trans_huge_pmd()

[PATCH v1 01/11] selftests: forwarding: custom_multipath_hash.sh: add cleanup for SIGTERM sent by timeout
 2023-08-02 11:06 UTC  (13+ messages)


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