linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-08 14:38:36 to 2023-03-13 14:30:40 UTC [more...]

[PATCH] selftests/ftrace: Update comment and clean up
 2023-03-13 14:30 UTC  (2+ messages)

[PATCH v2 0/5] Add Intel VT-d nested translation
 2023-03-13 13:51 UTC  (7+ messages)
` [PATCH v2 1/5] iommufd: Add nesting related data structures for Intel VT-d
` [PATCH v2 2/5] iommu/vt-d: Implement hw_info for iommu capability query
` [PATCH v2 3/5] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v2 4/5] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v2 5/5] iommu/vt-d: Add nested domain support

Panele fotowaltaiczne
 2023-03-13 10:42 UTC 

[PATCH] selftests: sigaltstack: fix -Wuninitialized
 2023-03-13  9:50 UTC  (3+ messages)

[PATCH] selftests/mount_setattr: fix redefine struct mount_attr build error
 2023-03-13  9:47 UTC  (6+ messages)

[PATCH RFC 0/5] tools/nolibc: add support for stack protector
 2023-03-13  3:24 UTC  (9+ messages)
` [PATCH RFC 4/5] "
` [PATCH RFC 5/5] tools/nolibc: tests: add test for -fstack-protector

[PATCH v4 0/5] Add IO page table replacement support
 2023-03-13  2:04 UTC  (12+ 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 5/5] vfio: Support IO page table replacement

[PATCH] KVM: selftests: Add coverage of MTE system registers
 2023-03-12 19:35 UTC  (6+ messages)

[KTAP V2 PATCH] ktap_v2: add skip test result
 2023-03-12  4:02 UTC  (6+ messages)

BUG in dhrystone selftest on v6.3-rc1
 2023-03-11 12:53 UTC  (2+ messages)

[PATCH 0/8] clk: Add kunit tests for fixed rate and parent data
 2023-03-11  6:42 UTC  (17+ messages)
` [PATCH 1/8] dt-bindings: Add linux,kunit binding
` [PATCH 2/8] of: Enable DTB loading on UML for KUnit tests
` [PATCH 3/8] kunit: Add test managed platform_device/driver APIs
` [PATCH 4/8] clk: Add test managed clk provider/consumer APIs

[PATCH net v2 0/8] mptcp: fixes for 6.3
 2023-03-11  5:50 UTC  (11+ messages)
` [PATCH net v2 1/8] mptcp: fix possible deadlock in subflow_error_report
` [PATCH net v2 2/8] mptcp: refactor passive socket initialization
` [PATCH net v2 3/8] mptcp: use the workqueue to destroy unaccepted sockets
` [PATCH net v2 4/8] mptcp: fix UaF in listener shutdown
` [PATCH net v2 5/8] selftests: mptcp: userspace pm: fix printed values
` [PATCH net v2 6/8] mptcp: add ro_after_init for tcp{,v6}_prot_override
` [PATCH net v2 7/8] mptcp: avoid setting TCP_CLOSE state twice
` [PATCH net v2 8/8] mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket()

kselftest/fixes kselftest-lkdtm: 7 runs, 3 regressions (v6.3-rc1-2-g624c60f326c6e)
 2023-03-11  4:37 UTC 

kselftest/fixes kselftest-seccomp: 7 runs, 3 regressions (v6.3-rc1-2-g624c60f326c6e)
 2023-03-11  4:37 UTC 

kselftest/fixes kselftest-cpufreq: 8 runs, 1 regressions (v6.3-rc1-2-g624c60f326c6e)
 2023-03-11  4:37 UTC 

kselftest/fixes kselftest-livepatch: 3 runs, 2 regressions (v6.3-rc1-2-g624c60f326c6e)
 2023-03-11  4:37 UTC 

kselftest/fixes kselftest-lib: 4 runs, 3 regressions (v6.3-rc1-2-g624c60f326c6e)
 2023-03-11  4:37 UTC 

kselftest/fixes build: 7 builds: 0 failed, 7 passed, 6 warnings (v6.3-rc1-2-g624c60f326c6e)
 2023-03-11  3:39 UTC 

[PATCHv2] selftests: net: devlink_port_split.py: skip test if no suitable device available
 2023-03-11  0:05 UTC  (9+ messages)

[PATCH bpf-next v3 1/2] bpf: use canonical ftrace path
 2023-03-10 23:34 UTC  (4+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: "

[PATCH 00/12] iommufd: Add nesting infrastructure
 2023-03-10 23:31 UTC  (31+ 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 v8 0/6] Some improvements of resctrl selftest
 2023-03-10 22:25 UTC  (2+ messages)

[PATCH v2 0/6] use canonical ftrace path whenever possible
 2023-03-10 19:37 UTC  (4+ messages)

[PATCH v3 0/3] use canonical ftrace path whenever possible
 2023-03-10 19:20 UTC  (4+ messages)
` [PATCH v3 1/3] selftests: use canonical ftrace path
` [PATCH v3 2/3] leaking_addresses: also skip "
` [PATCH v3 3/3] tools/kvm_stat: use "

[PATCH v4 0/3] mm: process/cgroup ksm support
 2023-03-10 18:28 UTC 

[PATCH v1 1/1] .gitignore: Unignore .kunitconfig
 2023-03-10 15:30 UTC  (2+ messages)

[PATCH v2 00/17] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-10 15:04 UTC  (30+ messages)
` [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 10/17] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt
` [PATCH v2 12/17] iommufd: Add iommufd_device_replace()

[PATCH net-next v3 0/3] vsock: add support for sockmap
 2023-03-10  8:53 UTC  (2+ messages)

[PATCH v2 0/4] iommufd: Add iommu hardware info reporting
 2023-03-10  8:06 UTC  (9+ 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 v4 0/4] mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP
 2023-03-09 22:39 UTC  (12+ 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 v3 0/3] mm: process/cgroup ksm support
 2023-03-09 22:33 UTC  (9+ messages)
` [PATCH v3 1/3] mm: add new api to enable ksm per process

[PATCH v11 0/7] Implement IOCTL to get and optionally clear info about PTEs
 2023-03-09 22:24 UTC  (10+ messages)
` [PATCH v11 1/7] userfaultfd: Add UFFD WP Async support
` [PATCH v11 2/7] userfaultfd: Define dummy uffd_wp_range()
` [PATCH v11 3/7] userfaultfd: update documentation to describe UFFD_FEATURE_WP_ASYNC
` [PATCH v11 4/7] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v11 5/7] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v11 6/7] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v11 7/7] selftests: mm: add pagemap ioctl tests

selftests: gpio: crash on arm64
 2023-03-09 17:50 UTC  (2+ messages)

[PATCH v1 0/5] Landlock support for UML
 2023-03-09 16:54 UTC  (6+ messages)
` [PATCH v1 1/5] hostfs: Fix ephemeral inodes
` [PATCH v1 2/5] selftests/landlock: Don't create useless file layouts
` [PATCH v1 3/5] selftests/landlock: Add supports_filesystem() helper
` [PATCH v1 4/5] selftests/landlock: Make mounts configurable
` [PATCH v1 5/5] selftests/landlock: Add tests for pseudo filesystems

[PATCH] selftests/resctrl: Use correct exit code when tests fail
 2023-03-09 14:57 UTC 

[PATCH v2 01/17] iommufd: Move isolated msi enforcement to iommufd_device_bind()
 2023-03-09 12:53 UTC  (3+ messages)

[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 09/17] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
 2023-03-09  2:05 UTC  (5+ messages)

[PATCH v2 15/17] iommufd: Add IOMMU_HWPT_ALLOC
 2023-03-09  1:21 UTC  (2+ messages)

[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] bpf: Fix IMA test
 2023-03-08 19:20 UTC  (4+ 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)

[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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).