Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-03-07 17:38:29 to 2023-03-09 08:12:43 UTC [more...]

[PATCH 00/12] iommufd: Add nesting infrastructure
 2023-03-09  8:09 UTC  (13+ messages)
` [PATCH 01/12] iommu: Add new iommu op to create domains owned by userspace
` [PATCH 02/12] iommu: Add nested domain support
` [PATCH 03/12] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH 04/12] iommufd: Pass parent hwpt and user_data to iommufd_hw_pagetable_alloc()
` [PATCH 05/12] iommufd/hw_pagetable: Do not populate user-managed hw_pagetables
` [PATCH 06/12] iommufd: IOMMU_HWPT_ALLOC allocation with user data
` [PATCH 07/12] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH 08/12] iommufd/device: Report supported hwpt_types
` [PATCH 09/12] iommufd/selftest: Add domain_alloc_user() support in iommu mock
` [PATCH 10/12] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with user data
` [PATCH 11/12] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
` [PATCH 12/12] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl

[PATCH v2 0/4] iommufd: Add iommu hardware info reporting
 2023-03-09  7:53 UTC  (5+ messages)
` [PATCH v2 1/4] iommu: Move dev_iommu_ops() to private header
` [PATCH v2 2/4] iommu: Add new iommu op to get iommu hardware information
` [PATCH v2 3/4] iommufd: Add IOMMU_DEVICE_GET_HW_INFO
` [PATCH v2 4/4] iommufd/selftest: Add coverage for IOMMU_DEVICE_GET_HW_INFO ioctl

[PATCH v3 0/3] mm: process/cgroup ksm support
 2023-03-09  4:59 UTC  (10+ messages)
` [PATCH v3 1/3] mm: add new api to enable ksm per process

[PATCH v4 1/3] kunit: fix bug in debugfs logs of parameterized tests
 2023-03-09  2:37 UTC  (4+ messages)
` [PATCH v4 2/3] kunit: fix bug in the order of lines in debugfs logs
` [PATCH v4 3/3] kunit: fix bug of extra newline characters "

[PATCH v2 00/17] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-09  2:05 UTC  (35+ messages)
` [PATCH v2 01/17] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH v2 02/17] iommufd: Add iommufd_group
` [PATCH v2 03/17] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH v2 04/17] iommu: Export iommu_get_resv_regions()
` [PATCH v2 05/17] iommufd: Keep track of each device's reserved regions instead of groups
` [PATCH v2 06/17] iommufd: Use the iommufd_group to avoid duplicate MSI setup
` [PATCH v2 07/17] iommufd: Make sw_msi_start a group global
` [PATCH v2 08/17] iommufd: Move putting a hwpt to a helper function
` [PATCH v2 09/17] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH v2 10/17] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt
` [PATCH v2 11/17] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v2 12/17] iommufd: Add iommufd_device_replace()
` [PATCH v2 13/17] iommufd: Make destroy_rwsem use a lock class per object type
` [PATCH v2 14/17] iommufd/selftest: Test iommufd_device_replace()
` [PATCH v2 15/17] iommufd: Add IOMMU_HWPT_ALLOC
` [PATCH v2 16/17] iommufd/selftest: Return the real idev id from selftest mock_domain
` [PATCH v2 17/17] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC

[PATCH] selftests: sigaltstack: fix -Wuninitialized
 2023-03-09  0:01 UTC  (2+ messages)

[PATCH v4 0/4] mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP
 2023-03-08 22:43 UTC  (6+ messages)
` [PATCH v4 1/4] mm: userfaultfd: rename functions for clarity + consistency
` [PATCH v4 2/4] mm: userfaultfd: don't pass around both mm and vma
` [PATCH v4 3/4] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
` [PATCH v4 4/4] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs

[PATCH 0/2] selftests: bump timeout for firmware and kmod
 2023-03-08 20:29 UTC  (8+ messages)
` [PATCH 1/2] selftests/kmod: increase the kmod timeout from 45 to 165

[V2 PATCH 0/6] KVM: selftests: selftests for fd-based private memory
 2023-03-08 20:11 UTC  (3+ messages)

[PATCH 0/8] clk: Add kunit tests for fixed rate and parent data
 2023-03-08 19:46 UTC  (3+ messages)
` [PATCH 2/8] of: Enable DTB loading on UML for KUnit tests

[PATCH] bpf: Fix IMA test
 2023-03-08 19:20 UTC  (7+ messages)

[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-08 19:00 UTC  (13+ messages)
` [PATCH 03/14] iommufd: Replace the hwpt->devices list with iommufd_group

selftests: sigaltstack: sas # exit=1 - # Bail out! SP is not on sigaltstack - on clang build
 2023-03-08 18:49 UTC  (5+ messages)

[PATCH v3 4/5] mm: userfaultfd: don't separate addr + len arguments
 2023-03-08 18:48 UTC  (3+ messages)

[PATCHv2] selftests: net: devlink_port_split.py: skip test if no suitable device available
 2023-03-08 18:24 UTC  (8+ messages)

[PATCH] KVM: selftests: Add coverage of MTE system registers
 2023-03-08 17:12 UTC 

[PATCH v3 0/5] mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP
 2023-03-08 15:17 UTC  (9+ messages)
` [PATCH v3 2/5] mm: userfaultfd: don't pass around both mm and vma
` [PATCH v3 3/5] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments

[PATCH v4 0/5] Add IO page table replacement support
 2023-03-08 14:26 UTC  (6+ messages)
` [PATCH v4 1/5] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v4 2/5] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_SET_IOAS coverage
` [PATCH v4 3/5] iommufd: Add replace support in iommufd_access_set_ioas()
` [PATCH v4 4/5] iommufd/selftest: Add coverage for access->ioas replacement
` [PATCH v4 5/5] vfio: Support IO page table replacement

[PATCH 2/2] selftests/clone3: test clone3 with CLONE_NEWTIME
 2023-03-08 11:34 UTC  (2+ messages)

[PATCH v1 0/2] KVM: selftests: Fixes for broken tests
 2023-03-08 11:18 UTC  (4+ messages)
` [PATCH v1 2/2] KVM: selftests: arm64: Fix pte encode/decode for PA bits > 48

[PATCH v2 0/3] KVM: selftests: Fixes for broken tests
 2023-03-08 11:09 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: selftests: Fixup config fragment for access_tracking_perf_test
` [PATCH v2 2/3] KVM: selftests: arm64: Fix pte encode/decode for PA bits > 48
` [PATCH v2 3/3] KVM: selftests: arm64: Fix ttbr0_el1 encoding "

[PATCH] selftests: pci: pci-selftest: add support for PCI endpoint driver test
 2023-03-08 11:06 UTC  (9+ messages)

[PATCH bpf-next 0/2] update 32-bit bounds when the lower 32-bit value is not wrapping
 2023-03-08 10:05 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: "

[PATCH 0/2] kselftest/alsa: Log card and control information during startup
 2023-03-08  5:36 UTC  (2+ messages)

[PATCH] kselftest/alsa - mixer-test: Don't fail tests if we can't restore default
 2023-03-08  5:34 UTC  (2+ messages)

[PATCH v3 1/3] kunit: fix bug in debugfs logs of parameterized tests
 2023-03-08  5:05 UTC  (6+ messages)
` [PATCH v3 2/3] kunit: fix bug in the order of lines in debugfs logs
` [PATCH v3 3/3] kunit: fix bug of extra newline characters "

[PATCH RFC 0/5] tools/nolibc: add support for stack protector
 2023-03-07 22:22 UTC  (6+ messages)
` [PATCH RFC 1/5] tools/nolibc: add definitions for standard fds
` [PATCH RFC 2/5] tools/nolibc: add helpers for wait() signal exits
` [PATCH RFC 3/5] tools/nolibc: tests: constify test_names
` [PATCH RFC 4/5] tools/nolibc: add support for stack protector
` [PATCH RFC 5/5] tools/nolibc: tests: add test for -fstack-protector

[PATCH bpf-next v2 0/8] Support defragmenting IPv(4|6) packets in BPF
 2023-03-07 21:18 UTC  (8+ messages)

kselftest/fixes kselftest-lib: 4 runs, 3 regressions (v6.3-rc1-1-g2da789cda462)
 2023-03-07 18:44 UTC 

kselftest/fixes kselftest-seccomp: 7 runs, 3 regressions (v6.3-rc1-1-g2da789cda462)
 2023-03-07 18:44 UTC 

kselftest/fixes kselftest-livepatch: 3 runs, 2 regressions (v6.3-rc1-1-g2da789cda462)
 2023-03-07 18:44 UTC 

kselftest/fixes kselftest-lkdtm: 7 runs, 3 regressions (v6.3-rc1-1-g2da789cda462)
 2023-03-07 18:44 UTC 

kselftest/fixes kselftest-cpufreq: 8 runs, 1 regressions (v6.3-rc1-1-g2da789cda462)
 2023-03-07 18:44 UTC 

[PATCH 6.1 729/885] selftests: x86: Fix incorrect kernel headers search path
 2023-03-07 17:01 UTC  (25+ messages)
` [PATCH 6.1 750/885] selftests: sched: "
` [PATCH 6.1 751/885] selftests: core: "
` [PATCH 6.1 752/885] selftests: pid_namespace: "
` [PATCH 6.1 753/885] selftests: arm64: "
` [PATCH 6.1 754/885] selftests: clone3: "
` [PATCH 6.1 755/885] selftests: pidfd: "
` [PATCH 6.1 756/885] selftests: membarrier: "
` [PATCH 6.1 757/885] selftests: kcmp: "
` [PATCH 6.1 758/885] selftests: media_tests: "
` [PATCH 6.1 759/885] selftests: gpio: "
` [PATCH 6.1 760/885] selftests: filesystems: "
` [PATCH 6.1 761/885] selftests: user_events: "
` [PATCH 6.1 762/885] selftests: ptp: "
` [PATCH 6.1 763/885] selftests: sync: "
` [PATCH 6.1 764/885] selftests: rseq: "
` [PATCH 6.1 765/885] selftests: move_mount_set_group: "
` [PATCH 6.1 766/885] selftests: mount_setattr: "
` [PATCH 6.1 767/885] selftests: perf_events: "
` [PATCH 6.1 768/885] selftests: ipc: "
` [PATCH 6.1 769/885] selftests: futex: "
` [PATCH 6.1 770/885] selftests: drivers: "
` [PATCH 6.1 771/885] selftests: dmabuf-heaps: "
` [PATCH 6.1 772/885] selftests: vm: "
` [PATCH 6.1 773/885] selftests: seccomp: "

kselftest/next kselftest-livepatch: 2 runs, 2 regressions (v6.3-rc1-1-ge1e17d7debf4)
 2023-03-07 18:32 UTC 

kselftest/next kselftest-seccomp: 4 runs, 3 regressions (v6.3-rc1-1-ge1e17d7debf4)
 2023-03-07 18:32 UTC 

kselftest/next kselftest-lkdtm: 4 runs, 3 regressions (v6.3-rc1-1-ge1e17d7debf4)
 2023-03-07 18:32 UTC 

kselftest/next kselftest-lib: 3 runs, 3 regressions (v6.3-rc1-1-ge1e17d7debf4)
 2023-03-07 18:32 UTC 

kselftest/next kselftest-cpufreq: 4 runs, 1 regressions (v6.3-rc1-1-ge1e17d7debf4)
 2023-03-07 18:32 UTC 

[PATCH 6.2 0835/1001] selftests: x86: Fix incorrect kernel headers search path
 2023-03-07 17:00 UTC  (25+ messages)
` [PATCH 6.2 0856/1001] selftests: sched: "
` [PATCH 6.2 0857/1001] selftests: core: "
` [PATCH 6.2 0858/1001] selftests: pid_namespace: "
` [PATCH 6.2 0859/1001] selftests: arm64: "
` [PATCH 6.2 0860/1001] selftests: clone3: "
` [PATCH 6.2 0861/1001] selftests: pidfd: "
` [PATCH 6.2 0862/1001] selftests: membarrier: "
` [PATCH 6.2 0863/1001] selftests: kcmp: "
` [PATCH 6.2 0864/1001] selftests: media_tests: "
` [PATCH 6.2 0865/1001] selftests: gpio: "
` [PATCH 6.2 0866/1001] selftests: filesystems: "
` [PATCH 6.2 0867/1001] selftests: user_events: "
` [PATCH 6.2 0868/1001] selftests: ptp: "
` [PATCH 6.2 0869/1001] selftests: sync: "
` [PATCH 6.2 0870/1001] selftests: rseq: "
` [PATCH 6.2 0871/1001] selftests: move_mount_set_group: "
` [PATCH 6.2 0872/1001] selftests: mount_setattr: "
` [PATCH 6.2 0873/1001] selftests: perf_events: "
` [PATCH 6.2 0874/1001] selftests: ipc: "
` [PATCH 6.2 0875/1001] selftests: futex: "
` [PATCH 6.2 0876/1001] selftests: drivers: "
` [PATCH 6.2 0877/1001] selftests: dmabuf-heaps: "
` [PATCH 6.2 0878/1001] selftests: vm: "
` [PATCH 6.2 0879/1001] selftests: seccomp: "

kselftest/fixes build: 8 builds: 0 failed, 8 passed, 9 warnings (v6.3-rc1-1-g2da789cda462)
 2023-03-07 17:45 UTC 

kselftest/next build: 6 builds: 0 failed, 6 passed, 3 warnings (v6.3-rc1-1-ge1e17d7debf4)
 2023-03-07 17:33 UTC 


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