Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-10-17 00:51:09 to 2024-10-18 04:27:19 UTC [more...]

[PATCH 0/2] selftest: rtc: Add rtc feature detection and rtc file check
 2024-10-18  4:26 UTC  (12+ messages)
` [PATCH 1/2] selftest: rtc: Add to check rtc alarm status for alarm related test
` [PATCH 2/2] selftest: rtc: Check if could access /dev/rtc0 before testing

[PATCH V3 00/15] selftests/resctrl: Support diverse platforms with MBM and MBA tests
 2024-10-18  2:33 UTC  (16+ messages)
` [PATCH V3 01/15] selftests/resctrl: Make functions only used in same file static
` [PATCH V3 02/15] selftests/resctrl: Print accurate buffer size as part of MBM results
` [PATCH V3 03/15] selftests/resctrl: Fix memory overflow due to unhandled wraparound
` [PATCH V3 04/15] selftests/resctrl: Protect against array overrun during iMC config parsing
` [PATCH V3 05/15] selftests/resctrl: Protect against array overflow when reading strings
` [PATCH V3 06/15] selftests/resctrl: Make wraparound handling obvious
` [PATCH V3 07/15] selftests/resctrl: Remove "once" parameter required to be false
` [PATCH V3 08/15] selftests/resctrl: Only support measured read operation
` [PATCH V3 09/15] selftests/resctrl: Remove unused measurement code
` [PATCH V3 10/15] selftests/resctrl: Make benchmark parameter passing robust
` [PATCH V3 11/15] selftests/resctrl: Ensure measurements skip initialization of default benchmark
` [PATCH V3 12/15] selftests/resctrl: Use cache size to determine "fill_buf" buffer size
` [PATCH V3 13/15] selftests/resctrl: Do not compare performance counters and resctrl at low bandwidth
` [PATCH V3 14/15] selftests/resctrl: Keep results from first test run
` [PATCH V3 15/15] selftests/resctrl: Replace magic constants used as array size

[PATCH net-next v5 0/3] Threads support in proc connector
 2024-10-18  1:08 UTC  (8+ messages)
` [PATCH net-next v5 1/3] connector/cn_proc: Add hash table for threads
` [PATCH net-next v5 2/3] connector/cn_proc: Kunit tests for threads hash table
` [PATCH net-next v5 3/3] connector/cn_proc: Selftest for threads

[RFC PATCH 30/39] KVM: guest_memfd: Handle folio preparation for guest_memfd mmap
 2024-10-17 23:16 UTC  (2+ messages)

[PATCH bpf-next v1 0/4] Retire test_sock.c
 2024-10-17 22:49 UTC  (5+ messages)
` [PATCH bpf-next v1 1/4] selftests/bpf: Migrate *_POST_BIND test cases to prog_tests
` [PATCH bpf-next v1 2/4] selftests/bpf: Migrate LOAD_REJECT "
` [PATCH bpf-next v1 3/4] selftests/bpf: Migrate BPF_CGROUP_INET_SOCK_CREATE "
` [PATCH bpf-next v1 4/4] selftests/bpf: Retire test_sock.c

[PATCH v4 0/4] introduce PIDFD_SELF* sentinels
 2024-10-17 22:22 UTC  (8+ messages)
` [PATCH v4 1/4] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH v4 2/4] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
` [PATCH v4 3/4] selftests: pidfd: add pidfd.h UAPI wrapper
` [PATCH v4 4/4] selftests: pidfd: add tests for PIDFD_SELF_*

[PATCH net-next v9 00/23] Introducing OpenVPN Data Channel Offload
 2024-10-17 21:40 UTC  (10+ messages)
` [PATCH net-next v9 04/23] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v9 23/23] testing/selftest: add test tool and scripts for ovpn module

[PATCH] kunit: Introduce autorun option
 2024-10-17 21:34 UTC 

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

[PATCH v1 0/2] mseal: fixing madvise for file-backed mapping and PROT_NONE
 2024-10-17 20:57 UTC  (10+ messages)
` [PATCH v1 1/2] mseal: Two fixes for madvise(MADV_DONTNEED) when sealed
` [PATCH v1 2/2] selftest/mseal: Add tests for madvise fixes

[PATCH 0/4] kunit: Add support for LoongArch
 2024-10-17 20:36 UTC  (12+ messages)
` [PATCH 1/4] LoongArch: Don't crash in stack_top() for tasks without vDSO
` [PATCH 2/4] kunit: qemu_configs: add LoongArch config
` [PATCH 3/4] kunit: tool: Allow overriding the shutdown mode from qemu config
` [PATCH 4/4] kunit: qemu_configs: loongarch: Enable shutdown

[PATCH 1/3] selftests: Add a few missing gitignore files
 2024-10-17 20:22 UTC  (2+ messages)

[PATCH] munmap sealed memory cause memory to split (bug)
 2024-10-17 20:12 UTC  (12+ messages)

[PATCH v5 0/3] selftests: livepatch: test livepatching a kprobed function
 2024-10-17 20:01 UTC  (4+ messages)
` [PATCH v5 1/3] selftests: livepatch: rename KLP_SYSFS_DIR to SYSFS_KLP_DIR
` [PATCH v5 2/3] selftests: livepatch: save and restore kprobe state
` [PATCH v5 3/3] selftests: livepatch: test livepatching a kprobed function

[PATCH v3 0/5] Increase mseal test coverage
 2024-10-17 19:49 UTC  (12+ messages)
` [PATCH v3 4/5] selftests/mseal: add more tests for mmap

[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
 2024-10-17 19:40 UTC  (18+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
    ` The "make headers" requirement, revisited: "

[RFC PATCH 00/39] 1G page support for guest_memfd
 2024-10-17 19:29 UTC  (24+ messages)
` [RFC PATCH 26/39] KVM: guest_memfd: Track faultability within a struct kvm_gmem_private

[PATCH v3 00/11] cover-letter: iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-17 19:19 UTC  (54+ messages)
` [PATCH v3 02/11] iommufd: Rename _iommufd_object_alloc to iommufd_object_alloc_elm
` [PATCH v3 03/11] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v3 04/11] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v3 05/11] iommu: Pass in a viommu pointer to domain_alloc_user op
` [PATCH v3 06/11] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v3 07/11] iommufd/selftest: Add refcount to mock_iommu_device
` [PATCH v3 08/11] iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTEST
` [PATCH v3 10/11] Documentation: userspace-api: iommufd: Update vIOMMU
` [PATCH v3 11/11] iommu/arm-smmu-v3: Add IOMMU_VIOMMU_TYPE_ARM_SMMUV3 support
` [PATCH v3 00/16] cover-letter: iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
  ` [PATCH v3 01/16] iommufd/viommu: Introduce IOMMUFD_OBJ_VDEVICE and its related struct
  ` [PATCH v3 02/16] iommufd/viommu: Add a default_viommu_ops for IOMMU_VIOMMU_TYPE_DEFAULT
  ` [PATCH v3 03/16] iommufd/viommu: Add IOMMU_VDEVICE_ALLOC ioctl
  ` [PATCH v3 06/16] iommufd/hw_pagetable: Allow viommu->ops->cache_invalidate for hwpt_nested
  ` [PATCH v3 07/16] iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE
  ` [PATCH v3 09/16] iommufd/viommu: Add vdev_to_dev helper
  ` [PATCH v3 13/16] Documentation: userspace-api: iommufd: Update vDEVICE

[PATCH 0/8] kselftest/arm64: various compilation fixes
 2024-10-17 17:59 UTC  (2+ messages)
` (subset) "

[PATCH] kselftest/arm64: Fail the overall fp-stress test if any test fails
 2024-10-17 17:43 UTC 

[PATCH 0/3] Handle MMIO during event delivery error on SVM
 2024-10-17 16:58 UTC  (9+ messages)
` [PATCH 2/3] KVM: vmx, svm, mmu: Process MMIO during event delivery
` [PATCH 3/3] selftests: KVM: Add test case for "

[PATCH 0/5] Improve arm64 pkeys handling in signal delivery
 2024-10-17 15:53 UTC  (11+ messages)
` [PATCH 1/5] arm64: signal: Remove unused macro
` [PATCH 2/5] arm64: signal: Remove unnecessary check when saving POE state
` [PATCH 3/5] arm64: signal: Improve POR_EL0 handling to avoid uaccess failures
` [PATCH 4/5] selftests/mm: Use generic pkey register manipulation
` [PATCH 5/5] selftests/mm: Enable pkey_sighandler_tests on arm64

[PATCH -next 1/2] selftests:timers: remove unneeded semicolon
 2024-10-17 15:45 UTC  (4+ messages)
` [PATCH -next 2/2] "

[PATCH net-next v4 0/3] Threads support in proc connector
 2024-10-17 15:43 UTC  (4+ messages)
` [PATCH net-next v4 1/3] connector/cn_proc: Add hash table for threads

[PATCH net-next v3 0/3] Threads support in proc connector
 2024-10-17 15:23 UTC  (3+ messages)
` [PATCH net-next v3 1/3] connector/cn_proc: Add hash table for threads

[PATCH v5 00/30] Permission Overlay Extension
 2024-10-17 14:00 UTC  (11+ messages)
` [PATCH v5 19/30] arm64: add POE signal support

[RFC] Test catalog template
 2024-10-17 12:31 UTC  (6+ messages)
` [Automated-testing] "

[PATCH v8 8/8] selftests/pcie_bwctrl: Create selftests
 2024-10-17 11:08 UTC  (2+ messages)

[PATCH net-next v2 00/10] selftests: net: Introduce deferred commands
 2024-10-17  9:45 UTC  (11+ messages)
` [PATCH net-next v2 01/10] selftests: net: lib: "
` [PATCH net-next v2 02/10] selftests: forwarding: Add a fallback cleanup()
` [PATCH net-next v2 03/10] selftests: forwarding: lib: Allow passing PID to stop_traffic()
` [PATCH net-next v2 04/10] selftests: RED: Use defer for test cleanup
` [PATCH net-next v2 05/10] selftests: TBF: "
` [PATCH net-next v2 06/10] selftests: ETS: "
` [PATCH net-next v2 07/10] selftests: mlxsw: qos_mc_aware: "
` [PATCH net-next v2 08/10] selftests: mlxsw: qos_ets_strict: "
` [PATCH net-next v2 09/10] selftests: mlxsw: qos_max_descriptors: "
` [PATCH net-next v2 10/10] selftests: mlxsw: devlink_trap_police: "

[PATCH v2] selftests: clone3: Use the capget and capset syscall directly
 2024-10-17  8:58 UTC  (5+ messages)

[PATCH] selftests: mm: fix the incorrect usage() info of khugepaged
 2024-10-17  7:20 UTC  (4+ messages)

[PATCH net-next v3 0/3] selftests: Add selftest for link layer and performance testing
 2024-10-16 21:50 UTC  (4+ messages)
` [PATCH net-next v3 1/3] selftests: nic_link_layer: Add link layer selftest for NIC driver
` [PATCH net-next v3 2/3] selftests: nic_link_layer: Add selftest case for speed and duplex states
` [PATCH net-next v3 3/3] selftests: nic_performance: Add selftest for performance of NIC driver

[PATCH v2] selftest/tcp-ao: Add filter tests
 2024-10-17  1:04 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