Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-10-25 09:42:05 to 2024-10-28 21:08:54 UTC [more...]

[PATCH v5 00/13] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-28 21:08 UTC  (29+ messages)
` [PATCH v5 01/13] iommufd: Move struct iommufd_object to public iommufd header
` [PATCH v5 02/13] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v5 03/13] iommufd: Add iommufd_verify_unfinalized_object
` [PATCH v5 04/13] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v5 05/13] iommufd: Add alloc_domain_nested op to iommufd_viommu_ops
` [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 12/13] Documentation: userspace-api: iommufd: Update vIOMMU
` [PATCH v5 13/13] iommu/arm-smmu-v3: Add IOMMU_VIOMMU_TYPE_ARM_SMMUV3 support

[PATCH v3 0/5] implement lightweight guard pages
 2024-10-28 20:45 UTC  (27+ 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 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 

[PATCH v5 00/13] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-10-28 20:18 UTC  (20+ 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:arm64/FVP: arm64_check_buffer_fill - failed on Linux next-20241025
 2024-10-28 19:58 UTC  (2+ messages)

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

[PATCH v3] selftests: tmpfs: Add kselftest support to tmpfs
 2024-10-28 18:57 UTC 

[PATCH v4 0/5] implement lightweight guard pages
 2024-10-28 18:24 UTC  (7+ 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] kunit: Introduce autorun option
 2024-10-28 18:16 UTC  (3+ messages)

[PATCH net-next 1/2] net: netconsole: selftests: Change the IP subnet
 2024-10-28 17:57 UTC  (3+ messages)
` [PATCH net-next 2/2] net: netconsole: selftests: Add userdata validation

[PATCH bpf-next] bpf: handle implicit declaration of function gettid in bpf_iter.c
 2024-10-28 16:19 UTC  (2+ 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  (9+ messages)
` [PATCH RFC v2 1/5] pinctrl: mediatek: paris: Expose more configurations to GPIO set_config
` [PATCH RFC v2 2/5] pinctrl: mediatek: moore: "
` [PATCH RFC v2 3/5] pinctrl: mediatek: common: "
` [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 v2] selftests/mount_setattr: fix idmap_mount_tree_invalid failed to run
 2024-10-28 12:11 UTC  (2+ messages)

[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  (15+ messages)
` [PATCH v2 3/5] arm64: signal: Improve POR_EL0 handling to avoid uaccess failures
` [PATCH v2 4/5] selftests/mm: Use generic pkey register manipulation

[PATCH net-next v10 00/23] Introducing OpenVPN Data Channel Offload
 2024-10-28 10:13 UTC  (6+ 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 for-next 1/3] selftests/watchdog: add count parameter for watchdog-test
 2024-10-28  6:44 UTC  (12+ messages)

[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  (24+ messages)
` [PATCH v4 02/11] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v4 04/11] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v4 06/11] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v4 11/11] iommu/arm-smmu-v3: Add IOMMU_VIOMMU_TYPE_ARM_SMMUV3 support

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

[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  (6+ messages)

[PATCH v5 0/5] introduce PIDFD_SELF* sentinels
 2024-10-25 22:17 UTC  (15+ messages)
` [PATCH v5 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
` [PATCH v5 3/5] tools: testing: separate out wait_for_pid() into helper header
` [PATCH v5 4/5] selftests: pidfd: add pidfd.h UAPI wrapper
` [PATCH v5 5/5] selftests: pidfd: add tests for PIDFD_SELF_*

[PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-10-25 22:12 UTC  (10+ messages)
` [PATCH v6 6/6] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate
` (subset) [PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-25 21:58 UTC  (3+ messages)
` [PATCH v6 07/33] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)

[PATCH 0/2] kunit: enable hardware virtualization
 2024-10-25 21:03 UTC  (3+ messages)
` [PATCH 1/2] kunit: add fallback for os.sched_getaffinity
` [PATCH 2/2] kunit: enable hardware acceleration when available

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

[PATCH V7 9/9] iommufd: map file selftest
 2024-10-25 17:00 UTC  (2+ messages)

[PATCH v4 00/14] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-10-25 16:39 UTC  (12+ messages)
` [PATCH v4 01/14] iommufd/viommu: Introduce IOMMUFD_OBJ_VDEVICE and its related struct

[PATCH V4 00/15] selftests/resctrl: Support diverse platforms with MBM and MBA tests
 2024-10-25 14:45 UTC  (9+ messages)
` [PATCH V4 02/15] selftests/resctrl: Print accurate buffer size as part of MBM results
` [PATCH V4 10/15] selftests/resctrl: Make benchmark parameter passing robust

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


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