Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-08-08 17:02:48 to 2023-08-11 14:17:19 UTC [more...]

[RFC PATCH 0/2] Add a test to catch unprobed Devicetree devices
 2023-08-11 14:16 UTC  (7+ messages)
` [RFC PATCH 2/2] kselftest: Add Devicetree unprobed devices test

[PATCH v28 0/6] Implement IOCTL to get and optionally clear info about PTEs
 2023-08-11 13:32 UTC  (12+ messages)
` [PATCH v28 1/6] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v28 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v28 3/6] fs/proc/task_mmu: Add fast paths to get/clear PAGE_IS_WRITTEN flag
` [PATCH v28 4/6] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v28 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v28 6/6] selftests: mm: add pagemap ioctl tests

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

[PATCH v2 0/5] kselftest/arm64: add features check to hwcap test
 2023-08-11 11:44 UTC  (8+ messages)
` [PATCH v2 1/5] kselftest/arm64: add float-point feature "
` [PATCH v2 2/5] kselftest/arm64: add crc32 "
` [PATCH v2 3/5] kselftest/arm64: add DEF_SIGHANDLER_FUNC() and DEF_INST_RAISE_SIG() helpers
` [PATCH v2 4/5] kselftest/arm64: add test item that support to capturing the SIGBUS signal
` [PATCH v2 5/5] kselftest/arm64: add lse and lse2 features to hwcap test

[PATCH] kselftest/arm64: Size sycall-abi buffers for the actual maximum VL
 2023-08-11 11:44 UTC  (2+ messages)

[PATCH bpf-next v11 0/5] bpf: Force to MPTCP
 2023-08-11  9:29 UTC  (8+ messages)
` [PATCH bpf-next v11 2/5] selftests/bpf: Use random netns name for mptcp

[PATCH V2] cpufreq: amd-pstate-ut: Modify the function to get the highest_perf value
 2023-08-11  8:52 UTC  (3+ messages)

[PATCH v3 0/7] kunit: Add dynamically-extending log
 2023-08-11  8:27 UTC  (22+ messages)
` [PATCH v3 1/7] kunit: Replace fixed-size log with dynamically-extending buffer
` [PATCH v3 2/7] kunit: kunit-test: Add test cases for extending log buffer
` [PATCH v3 3/7] kunit: Handle logging of lines longer than the fragment buffer size
` [PATCH v3 4/7] kunit: kunit-test: Test logging a line that exactly fills a fragment
` [PATCH v3 5/7] kunit: kunit-test: Add test cases for logging very long lines
` [PATCH v3 6/7] kunit: kunit-test: Add test of logging only a newline
` [PATCH v3 7/7] kunit: Don't waste first attempt to format string in kunit_log_append()

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

[PATCH v4 00/12] Add Intel VT-d nested translation
 2023-08-11  3:52 UTC  (23+ messages)
` [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain

[PATCH v6 0/6] KVM: selftests: Improve PMU event filter settings and add test cases
 2023-08-11  3:09 UTC  (8+ messages)
` [PATCH v6 1/6] KVM: selftests: Add x86 properties for Intel PMU in processor.h
` [PATCH v6 2/6] KVM: selftests: Drop the return of remove_event()
` [PATCH v6 3/6] KVM: selftests: Introduce __kvm_pmu_event_filter to improved event filter settings
` [PATCH v6 4/6] KVM: selftests: Add test cases for unsupported PMU event filter input values
` [PATCH v6 5/6] KVM: selftests: Test if event filter meets expectations on fixed counters
` [PATCH v6 6/6] KVM: selftests: Test gp event filters don't affect fixed event filters

[PATCH bpf-next v2] selftests/bpf: trace_helpers.c: optimize kallsyms cache
 2023-08-10 23:54 UTC 

[PATCH bpf-next] selftests/bpf: trace_helpers.c: optimize kallsyms cache
 2023-08-11  0:01 UTC  (3+ messages)

[PATCH] selftests/seccomp: Handle arm32 corner cases better
 2023-08-10 20:26 UTC 

[PATCH mm-unstable fix] mm: userfaultfd: check for start + len overflow in validate_range: fix
 2023-08-10 19:30 UTC  (2+ messages)

[PATCH mm-unstable fix] mm: userfaultfd: check for start + len overflow in validate_range: fix
 2023-08-10 19:23 UTC  (4+ messages)

[PATCH net-next v3 0/6] tls: implement key updates for TLS1.3
 2023-08-10 17:58 UTC  (11+ messages)
` [PATCH net-next v3 1/6] tls: remove tls_context argument from tls_set_sw_offload
` [PATCH net-next v3 2/6] tls: block decryption when a rekey is pending
` [PATCH net-next v3 3/6] tls: implement rekey for TLS1.3
` [PATCH net-next v3 4/6] docs: tls: document TLS1.3 key updates
` [PATCH net-next v3 5/6] selftests: tls: add key_generation argument to tls_crypto_info_init
` [PATCH net-next v3 6/6] selftests: tls: add rekey tests

[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-10 17:20 UTC  (10+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v4 11/36] arm64/mm: Map pages for guarded control stack

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

[RFC PATCH 00/11] New KVM ioctl to link a gmem inode to a new gmem file
 2023-08-10 14:03 UTC  (3+ messages)
` [RFC PATCH 08/11] KVM: x86: Let moving encryption context be configurable

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

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

[PATCH v5] tools/nolibc: fix up size inflate regression
 2023-08-09 22:17 UTC  (3+ messages)

[PATCH 0/2] selftests: landlock: fix runs on older systems
 2023-08-09 17:04 UTC  (3+ messages)
` [PATCH 1/2] selftests: landlock: allow other ABI versions
` [PATCH 2/2] selftests: landlock: skip all tests without landlock syscall

[PATCH v2 0/6] kunit: Add dynamically-extending log
 2023-08-09 14:37 UTC  (9+ messages)
` [PATCH v2 1/6] kunit: Replace fixed-size log with dynamically-extending buffer
` [PATCH v2 2/6] kunit: kunit-test: Add test cases for extending log buffer

[PATCH v6 00/13] RISCV: Add KVM_GET_REG_LIST API
 2023-08-09 12:21 UTC  (7+ messages)

[PATCH 5.4 134/154] test_firmware: prevent race conditions by a correct implementation of locking
 2023-08-09 10:42 UTC 

[PATCH 0/2] x86/BPF: Add new BPF helper call bpf_rdtsc
 2023-08-09 11:31 UTC  (10+ messages)
` [PATCH 1/2] x86/tsc: "

[PATCH 4.19 312/323] test_firmware: fix a memory leak with reqs buffer
 2023-08-09 10:42 UTC 

[PATCH 4.14 203/204] test_firmware: fix a memory leak with reqs buffer
 2023-08-09 10:42 UTC 

[PATCH 0/2] v2: F_OFD_GETLK extension to read lock info
 2023-08-09  7:56 UTC  (6+ messages)
` [PATCH 2/2] selftests: add OFD lock tests

[PATCH] selftests/mm: FOLL_LONGTERM need to be updated to 0x100
 2023-08-09  7:40 UTC  (3+ messages)

[PATCH v27 0/6] Implement IOCTL to get and optionally clear info about PTEs
 2023-08-09  4:31 UTC  (11+ messages)
` [PATCH v27 1/6] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v27 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v27 3/6] fs/proc/task_mmu: Add fast paths to get/clear PAGE_IS_WRITTEN flag
` [PATCH v27 4/6] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v27 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v27 6/6] selftests: mm: add pagemap ioctl tests

kselftest/next kselftest-seccomp: 2 runs, 1 regressions (v6.5-rc3-26-g2b2fe6052dd01)
 2023-08-09  3:22 UTC 

kselftest/next build: 6 builds: 0 failed, 6 passed, 1 warning (v6.5-rc3-26-g2b2fe6052dd01)
 2023-08-09  2:24 UTC 

[PATCH v2 1/2] selftests: mm: ksm: Fix incorrect evaluation of parameter
 2023-08-08 17:31 UTC  (2+ messages)

[PATCH 1/5] kselftest/arm64: add float-point feature to hwcap test
 2023-08-08 12:57 UTC  (7+ messages)
` [PATCH 2/5] kselftest/arm64: add crc32 "
` [PATCH 0/5] kselftest/arm64: add features check "

[PATCH 0/4] RSEQ selftests updates
 2023-08-08 20:44 UTC  (5+ messages)

[PATCH v3 4.14 1/1] test_firmware: fix the memory leaks with the reqs buffer
 2023-08-08 19:26 UTC  (7+ messages)

[PATCH bpf-next v6 0/8] Add SO_REUSEPORT support for TC bpf_sk_assign
 2023-08-08 16:35 UTC  (4+ messages)
` [PATCH bpf-next v6 7/8] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign

[PATCH v5 0/3] kunit: Expose some built-in features to modules
 2023-08-08  7:47 UTC  (5+ messages)
` [PATCH v5 2/3] kunit: Make 'list' action available to kunit test modules
` [PATCH v5 3/3] kunit: Allow kunit test modules to use test filtering

[PATCH v2 0/7] Split a folio to any lower order folios
 2023-08-08  9:01 UTC  (3+ messages)
` [PATCH v2 5/7] mm: thp: split huge page to any lower order pages

[PATCH V1 0/6] AMD Pstate Preferred Core
 2023-08-08  9:12 UTC  (5+ messages)
` [PATCH V1 2/6] cpufreq: amd-pstate: Enable AMD Pstate Preferred Core Supporting
` [PATCH V1 3/6] cpufreq: Add a notification message that the highest perf has changed

[PATCH v5 0/4] iommufd: Add iommu hardware info reporting
 2023-08-08 15:36 UTC  (7+ messages)
` [PATCH v5 3/4] iommufd: Add IOMMU_GET_HW_INFO

selftests: net/af_unix test_unix_oob [FAILED]
 2023-08-08  8:53 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