Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-10-25 23:51:06 to 2024-10-29 10:48:15 UTC [more...]

[PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload
 2024-10-29 10:47 UTC  (12+ messages)
` [PATCH net-next v11 01/23] netlink: add NLA_POLICY_MAX_LEN macro
` [PATCH net-next v11 02/23] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v11 03/23] ovpn: add basic netlink support
` [PATCH net-next v11 04/23] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v11 05/23] ovpn: keep carrier always on
` [PATCH net-next v11 06/23] ovpn: introduce the ovpn_peer object
` [PATCH net-next v11 07/23] ovpn: introduce the ovpn_socket object
` [PATCH net-next v11 08/23] ovpn: implement basic TX path (UDP)
` [PATCH net-next v11 09/23] ovpn: implement basic RX "
` [PATCH net-next v11 10/23] ovpn: implement packet processing
` [PATCH net-next v11 11/23] ovpn: store tunnel and transport statistics

[PATCH v4 0/5] implement lightweight guard pages
 2024-10-29 10:32 UTC  (9+ messages)
` [PATCH v4 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v4 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v4 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v4 4/5] tools: testing: update tools UAPI header for mman-common.h
` [PATCH v4 5/5] selftests/mm: add self tests for guard page feature

[PATCH net-next v10 00/23] Introducing OpenVPN Data Channel Offload
 2024-10-29  9:42 UTC  (8+ messages)
` [PATCH net-next v10 01/23] netlink: add NLA_POLICY_MAX_LEN macro
` [PATCH net-next v10 23/23] testing/selftests: add test tool and scripts for ovpn module

[PATCH v2 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2024-10-29  9:24 UTC  (4+ messages)
` [PATCH v2 1/3] rust: kunit: add KUnit case and suite macros
` [PATCH v2 2/3] rust: macros: add macro to easily run KUnit tests
` [PATCH v2 3/3] rust: kunit: allow to know if we are in a test

[PATCH net-next 1/2] net: netconsole: selftests: Change the IP subnet
 2024-10-29  9:20 UTC  (4+ messages)
` [PATCH net-next 2/2] net: netconsole: selftests: Add userdata validation

kselftest/next kselftest-lkdtm: 1 runs, 1 regressions (v6.12-rc3-8-gcecc795329fc)
 2024-10-29  9:17 UTC 

kselftest/next kselftest-lib: 1 runs, 1 regressions (v6.12-rc3-8-gcecc795329fc)
 2024-10-29  9:17 UTC 

[PATCH] selftest/hid: increase timeout to 10 min
 2024-10-29  9:07 UTC 

[PATCH net-next v2 1/2] net: netconsole: selftests: Change the IP subnet
 2024-10-29  9:00 UTC  (2+ messages)
` [PATCH net-next v2 2/2] net: netconsole: selftests: Add userdata validation

[PATCH v5 00/13] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-10-29  8:51 UTC  (32+ messages)
` [PATCH v5 01/13] iommufd/viommu: Add IOMMUFD_OBJ_VDEVICE and IOMMU_VDEVICE_ALLOC ioctl
` [PATCH v5 02/13] iommufd/selftest: Add IOMMU_VDEVICE_ALLOC test coverage
` [PATCH v5 03/13] iommu/viommu: Add cache_invalidate to iommufd_viommu_ops
` [PATCH v5 04/13] iommufd/hw_pagetable: Enforce invalidation op on vIOMMU-based hwpt_nested
` [PATCH v5 05/13] iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE
` [PATCH v5 06/13] iommu: Add iommu_copy_struct_from_full_user_array helper
` [PATCH v5 07/13] iommufd/viommu: Add iommufd_viommu_find_dev helper
` [PATCH v5 08/13] iommufd/selftest: Add mock_viommu_cache_invalidate
` [PATCH v5 09/13] iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command
` [PATCH v5 10/13] iommufd/selftest: Add vIOMMU coverage for IOMMU_HWPT_INVALIDATE ioctl
` [PATCH v5 11/13] Documentation: userspace-api: iommufd: Update vDEVICE
` [PATCH v5 12/13] iommu/arm-smmu-v3: Add arm_vsmmu_cache_invalidate
` [PATCH v5 13/13] iommu/arm-smmu-v3: Allow ATS for IOMMU_DOMAIN_NESTED

kselftest/next build: 6 builds: 2 failed, 4 passed, 1 warning (v6.12-rc3-8-gcecc795329fc)
 2024-10-29  8:19 UTC 

[PATCH V2 4/4] selftests/mm: skip virtual_address_range tests on riscv
 2024-10-29  8:05 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: handle implicit declaration of function gettid in bpf_iter.c
 2024-10-29  7:46 UTC 

[RESEND] [PATCH v6 0/2] Add test to distinguish between thread's signal mask and ucontext_t
 2024-10-29  7:07 UTC  (3+ messages)

kselftest/fixes build: 6 builds: 2 failed, 4 passed, 1 warning (linux_kselftest-fixes-6.12-rc4-4-gdc1308bee1ed)
 2024-10-29  5:45 UTC 

[PATCH] selftests/watchdog-test: Fix system accidentally reset after watchdog-test
 2024-10-29  3:39 UTC  (2+ messages)

[PATCH 0/2] selftests/intel_pstate: fix arithmetic expression and cpupower
 2024-10-29  3:22 UTC  (4+ messages)
` [PATCH 1/2] selftests/intel_pstate: fix operand expected
` [PATCH 2/2] selftests/intel_pstate: cpupower command not found

[PATCH for-next 1/3] selftests/watchdog: add count parameter for watchdog-test
 2024-10-29  3:03 UTC  (14+ messages)

[PATCH v3] selftests: tmpfs: Add kselftest support to tmpfs
 2024-10-29  3:02 UTC  (2+ messages)

[PATCH 0/3] Tracefs gid mount option fixes
 2024-10-29  3:00 UTC  (8+ messages)
` [PATCH 1/3] tracing: Document tracefs gid mount option
` [PATCH 2/3] tracing/selftests: Add tracefs mount options test
` [PATCH 3/3] tracing: Fix tracefs gid mount option

[PATCH v2] selftests/mount_setattr: fix idmap_mount_tree_invalid failed to run
 2024-10-29  2:42 UTC  (3+ messages)

Dear Respectable, I wait for your response to this my message
 2024-10-29  2:25 UTC 

[PATCH v6 0/3] tracing: Support poll on event hist file
 2024-10-29  1:03 UTC  (2+ messages)

[PATCH bpf-next] bpf: handle implicit declaration of function gettid in bpf_iter.c
 2024-10-29  0:42 UTC  (3+ messages)

[PATCH v4 0/3] bpf: Using binary search to improve the performance of btf_find_by_name_kind
 2024-10-29  0:22 UTC  (4+ messages)
` [PATCH v4 1/3] libbpf: Sort btf_types in ascending order by name
` [PATCH v4 2/3] bpf: Using binary search to improve the performance of btf_find_by_name_kind
` [PATCH v4 3/3] libbpf: Using binary search to improve the performance of btf__find_by_name_kind

[PATCH 0/2] kselftest/arm64: fp-stress signal delivery interval improvements
 2024-10-29  0:10 UTC  (3+ messages)
` [PATCH 1/2] kselftest/arm64: Increase frequency of signal delivery in fp-stress
` [PATCH 2/2] kselftest/arm64: Lower poll interval while waiting for fp-stress children

[PATCH 0/6] damon/{self,kunit}tests: minor fixups for DAMON debugfs interface tests
 2024-10-28 23:30 UTC  (6+ messages)
` [PATCH 1/6] selftests/damon/huge_count_read_write: provide sufficiently large buffer for DEPRECATED file read
` [PATCH 2/6] selftests/damon/huge_count_read_write: remove unnecessary debugging message
` [PATCH 3/6] selftests/damon/_debugfs_common: hide expected error message from test_write_result()
` [PATCH 4/6] selftests/damon/debugfs_duplicate_context_creation: hide errors from expected file write failures
` [PATCH 6/6] mm/damon/tests/dbgfs-kunit: fix the header double inclusion guarding ifdef comment

[PATCH net-next v3] selftest/tcp-ao: Add filter tests
 2024-10-28 23:00 UTC  (2+ messages)

[PATCH net 0/3] mptcp: sched: fix some lock issues
 2024-10-28 23:00 UTC  (6+ messages)
` [PATCH net 2/3] mptcp: remove unneeded lock when listing scheds

[PATCH 1/2] kunit: tool: Only print the summary
 2024-10-28 22:42 UTC  (2+ messages)
` [PATCH 2/2] kunit: tool: print failed tests only

[PATCH v2] kunit: Introduce autorun option
 2024-10-28 21:54 UTC 

[PATCH v3 0/5] implement lightweight guard pages
 2024-10-28 21:49 UTC  (24+ messages)
` [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v3 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v3 5/5] selftests/mm: add self tests for guard page feature

[PATCH v5 00/13] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-28 21:08 UTC  (25+ messages)
` [PATCH v5 02/13] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v5 04/13] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v5 06/13] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v5 07/13] iommufd/selftest: Add container_of helpers
` [PATCH v5 08/13] iommufd/selftest: Prepare for mock_viommu_alloc_domain_nested()
` [PATCH v5 09/13] iommufd/selftest: Add refcount to mock_iommu_device
` [PATCH v5 10/13] iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTEST
` [PATCH v5 11/13] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage
` [PATCH v5 13/13] iommu/arm-smmu-v3: Add IOMMU_VIOMMU_TYPE_ARM_SMMUV3 support

[PATCH v3 0/9] SEV Kernel Selftests
 2024-10-28 20:41 UTC  (6+ messages)
` [PATCH v3 2/9] KVM: selftests: Add a basic SNP smoke test

[PATCH 0/9] arm64: Support 2024 dpISA extensions
 2024-10-28 20:24 UTC  (10+ messages)
` [PATCH 1/9] arm64/sysreg: Update ID_AA64PFR2_EL1 to DDI0601 2024-09
` [PATCH 2/9] arm64/sysreg: Update ID_AA64ISAR3_EL1 "
` [PATCH 3/9] arm64/sysreg: Update ID_AA64FPFR0_EL1 "
` [PATCH 4/9] arm64/sysreg: Update ID_AA64ZFR0_EL1 "
` [PATCH 5/9] arm64/sysreg: Update ID_AA64SMFR0_EL1 "
` [PATCH 6/9] arm64/sysreg: Update ID_AA64ISAR2_EL1 "
` [PATCH 7/9] arm64/hwcap: Describe 2024 dpISA extensions to userspace
` [PATCH 8/9] KVM: arm64: Allow control of dpISA extensions in ID_AA64ISAR3_EL1
` [PATCH 9/9] kselftest/arm64: Add 2024 dpISA extensions to hwcap test

[PATCH] kselftest/arm64: Fix encoding for SVE B16B16 test
 2024-10-28 20:22 UTC 

kselftest:arm64/FVP: arm64_check_buffer_fill - failed on Linux next-20241025
 2024-10-28 19:58 UTC  (2+ messages)

[PATCH] kunit: Introduce autorun option
 2024-10-28 18:16 UTC  (3+ messages)

[PATCH v6 0/5] introduce PIDFD_SELF* sentinels
 2024-10-28 16:06 UTC  (8+ messages)
` [PATCH v6 1/5] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v6 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
` [PATCH v6 3/5] tools: testing: separate out wait_for_pid() into helper header
` [PATCH v6 4/5] selftests: pidfd: add pidfd.h UAPI wrapper
` [PATCH v6 5/5] selftests: pidfd: add tests for PIDFD_SELF_*

[PATCH 0/6] kselftest/arm64: Test floating point signal context restore in fp-stress
 2024-10-28 15:38 UTC  (3+ messages)

[PATCH RFC v2 0/5] Verify bias functionality for pinctrl_paris driver through new gpio test
 2024-10-28 14:37 UTC  (6+ messages)
` [PATCH RFC v2 4/5] selftest: gpio: Add wait flag to gpio-mockup-cdev
` [PATCH RFC v2 5/5] selftest: gpio: Add a new set-get config test

[PATCH v1 00/10] iommufd: Add VIOMMU infrastructure (Part-2 VIRQ)
 2024-10-28 12:58 UTC  (7+ messages)
` [PATCH v1 04/10] iommufd/viommu: Allow drivers to control vdev_id lifecycle

[PATCH RFC 08/10] mm: page_frag: add testing for the newly added API
 2024-10-28 11:58 UTC 

[PATCH net-next v23 1/7] mm: page_frag: add a test module for page_frag
 2024-10-28 11:53 UTC  (3+ messages)
` [PATCH net-next v23 2/7] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v23 4/7] mm: page_frag: avoid caller accessing 'page_frag_cache' directly

[PATCH v2 0/5] Improve arm64 pkeys handling in signal delivery
 2024-10-28 10:20 UTC  (6+ messages)
` [PATCH v2 4/5] selftests/mm: Use generic pkey register manipulation

[PATCH v3 0/4] vfio-pci support pasid attach/detach
 2024-10-28  6:41 UTC  (3+ messages)
` [PATCH v3 4/4] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability

[PATCH net-next v10 09/23] ovpn: implement basic RX path (UDP)
 2024-10-28  4:54 UTC  (3+ messages)

[PATCH v4 00/11] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-28  2:35 UTC  (12+ messages)
` [PATCH v4 02/11] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct

[PATCH for-next 1/7] selftests/alsa: Add a few missing gitignore files
 2024-10-28  1:51 UTC  (3+ messages)

[PATCH] selftests/mount_setattr: fix idmap_mount_tree_invalid failed to run
 2024-10-27  0:21 UTC  (4+ messages)

[PATCH v2] selftests: tmpfs: Add kselftest support to tmpfs
 2024-10-26 23:31 UTC  (2+ messages)

[PATCH] kvm: selftest: fix noop test in guest_memfd_test.c
 2024-10-26  8:59 UTC  (2+ messages)

[PATCH v2] lib/math: Add int_sqrt test suite
 2024-10-26  1:55 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