Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-02-08 17:30:45 to 2023-02-13 23:50:46 UTC [more...]

[PATCH] selftests/mount_setattr: fix redefine struct mount_attr build error
 2023-02-13 23:50 UTC  (2+ messages)

kselftest/next build: 7 builds: 0 failed, 7 passed, 3 warnings (v6.2-rc5-36-g6e81461b06b6)
 2023-02-13 23:08 UTC 

[PATCH] selftests/mount_setattr: fix to make run_tests failure
 2023-02-13 22:30 UTC 

[PATCH bpf-next 1/2] bpf: use canonical ftrace path
 2023-02-13 22:18 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: "

[PATCH v10 0/6] Implement IOCTL to get and/or the clear info about PTEs
 2023-02-13 21:42 UTC  (16+ messages)
` [PATCH v10 1/6] userfaultfd: Add UFFD WP Async support
` [PATCH v10 2/6] userfaultfd: update documentation to describe UFFD_FEATURE_WP_ASYNC
` [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs
` [PATCH v10 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL

[PATCH bpf-next] selftests/bpf: Cross-compile bpftool
 2023-02-13 20:53 UTC  (3+ messages)

[PATCH v7 0/6] Some improvements of resctrl selftest
 2023-02-13 19:21 UTC  (12+ messages)
` [PATCH v7 1/6] selftests/resctrl: Fix set up schemata with 100% allocation on first run in MBM test
` [PATCH v7 2/6] selftests/resctrl: Return MBA check result and make it to output message
` [PATCH v7 3/6] selftests/resctrl: Flush stdout file buffer before executing fork()
` [PATCH v7 4/6] selftests/resctrl: Cleanup properly when an error occurs in CAT test
` [PATCH v7 5/6] selftests/resctrl: Commonize the signal handler register/unregister for all tests
` [PATCH v7 6/6] selftests/resctrl: Remove duplicate codes that clear each test result file

[PATCH 0/4] Add extra checkings to amx_test
 2023-02-13 18:57 UTC  (4+ messages)
` [PATCH 1/4] KVM: selftests: x86: Fix an error in comment of amx_test

[PATCH] selftests/sched: fix warn_unused_result build warns
 2023-02-13 17:40 UTC 

[PATCH] selftests/ptp: Remove clean target from Makefile
 2023-02-13 16:51 UTC 

[PATCH 0/6] iommufd: Add iommu capability reporting
 2023-02-13 14:51 UTC  (25+ messages)
` [PATCH 1/6] iommu: Add new iommu op to get iommu hardware information
` [PATCH 2/6] iommu/vt-d: Implement hw_info for iommu capability query
` [PATCH 3/6] iommufd: Add IOMMU_DEVICE_GET_INFO
` [PATCH 4/6] iommufd/device: Add mock_device support in iommufd_device_get_info()
` [PATCH 5/6] iommufd/selftest: Set iommu_device for mock_device
` [PATCH 6/6] iommufd/selftest: Add coverage for IOMMU_DEVICE_GET_INFO ioctl

[PATCH v2 00/10] Add IO page table replacement support
 2023-02-13 14:49 UTC  (54+ messages)
` [PATCH v2 01/10] iommu: Move dev_iommu_ops() to private header
` [PATCH v2 02/10] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v2 03/10] iommufd: Create access in vfio_iommufd_emulated_bind()
` [PATCH v2 04/10] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_SET_IOAS coverage
` [PATCH v2 05/10] iommufd: Add replace support in iommufd_access_set_ioas()
` [PATCH v2 07/10] iommufd/device: Make hwpt_list list_add/del symmetric
` [PATCH v2 08/10] iommufd/device: Use iommu_group_replace_domain()
` [PATCH v2 09/10] vfio: Support IO page table replacement
` [PATCH v2 10/10] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()

Prezentacja
 2023-02-13  9:10 UTC 

[PATCH] selftests/ftrace: add LoongArch support for kprobe args string tests
 2023-02-12 23:29 UTC  (3+ messages)

[PATCH] bpf: Deprecate "data" member of bpf_lpm_trie_key
 2023-02-11 17:55 UTC  (7+ messages)

[RFC PATCH v2 00/19] mm: process/cgroup ksm support
 2023-02-11  8:18 UTC  (24+ messages)
` [RFC PATCH v2 01/19] mm: add new flag to enable ksm per process
` [RFC PATCH v2 02/19] mm: add flag to __ksm_enter
` [RFC PATCH v2 03/19] mm: add flag to __ksm_exit call
` [RFC PATCH v2 04/19] mm: invoke madvise for all vmas in scan_get_next_rmap_item
` [RFC PATCH v2 05/19] mm: support disabling of ksm for a process
` [RFC PATCH v2 06/19] mm: add new prctl option to get and set "
` [RFC PATCH v2 07/19] mm: split off pages_volatile function
` [RFC PATCH v2 08/19] mm: expose general_profit metric
` [RFC PATCH v2 09/19] docs: document general_profit sysfs knob
` [RFC PATCH v2 10/19] mm: calculate ksm process profit metric
` [RFC PATCH v2 11/19] mm: add ksm_merge_type() function
` [RFC PATCH v2 12/19] mm: expose ksm process profit metric in ksm_stat
` [RFC PATCH v2 13/19] mm: expose ksm merge type "
` [RFC PATCH v2 14/19] docs: document new procfs ksm knobs
` [RFC PATCH v2 15/19] tools: add new prctl flags to prctl in tools dir
` [RFC PATCH v2 16/19] selftests/vm: add KSM prctl merge test
` [RFC PATCH v2 17/19] selftests/vm: add KSM get merge type test
` [RFC PATCH v2 18/19] selftests/vm: add KSM fork test
` [RFC PATCH v2 19/19] selftests/vm: add two functions for debugging merge outcome

[PATCH 00/17] Add Intel VT-d nested translation
 2023-02-11  3:16 UTC  (32+ messages)
` [PATCH 01/17] iommu: Add new iommu op to create domains owned by userspace
` [PATCH 02/17] iommu: Add nested domain support
` [PATCH 03/17] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH 04/17] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH 05/17] iommu/vt-d: Add nested domain support
` [PATCH 06/17] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH 07/17] iommufd: Add/del hwpt to IOAS at alloc/destroy()
` [PATCH 08/17] iommufd: Split iommufd_hw_pagetable_alloc()
` [PATCH 09/17] iommufd: Add kernel-managed hw_pagetable allocation for userspace
` [PATCH 10/17] iommufd/device: Move IOAS attaching and detaching operations into helpers
` [PATCH 11/17] iommufd: Add infrastructure for user-managed hw_pagetable allocation
` [PATCH 12/17] iommufd: Add "
` [PATCH 13/17] iommufd/device: Report supported stage-1 page table types
` [PATCH 14/17] iommufd/selftest: Add IOMMU_TEST_OP_MOCK_DOMAIN_REPLACE test op
` [PATCH 15/17] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC ioctl
` [PATCH 16/17] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
` [PATCH 17/17] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl

[PATCH 00/34] selftests: Fix incorrect kernel headers search path
 2023-02-11  0:15 UTC  (5+ messages)

[PATCH v1 0/3] kunit: fix bugs in debugfs logs
 2023-02-10 20:02 UTC  (10+ messages)
` [PATCH v1 1/3] kunit: fix bug in debugfs logs of parameterized tests
` [PATCH v1 2/3] kunit: fix bug in the order of lines in debugfs logs
` [PATCH v1 3/3] kunit: fix bug of extra newline characters "

[V2 PATCH 0/6] KVM: selftests: selftests for fd-based private memory
 2023-02-10 19:59 UTC  (4+ messages)

[PATCH i-g-t v2 0/4] Add support for KUnit tests
 2023-02-10 16:55 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t v2 3/4] lib/igt_kmod: add compatibility for KUnit

kselftest/next kselftest-seccomp: 3 runs, 3 regressions (v6.2-rc5-36-g4c853ca1cf79)
 2023-02-10  3:16 UTC 

kselftest/next kselftest-lib: 4 runs, 4 regressions (v6.2-rc5-36-g4c853ca1cf79)
 2023-02-10  3:16 UTC 

kselftest/next kselftest-lkdtm: 3 runs, 3 regressions (v6.2-rc5-36-g4c853ca1cf79)
 2023-02-10  3:16 UTC 

kselftest/next kselftest-livepatch: 2 runs, 2 regressions (v6.2-rc5-36-g4c853ca1cf79)
 2023-02-10  3:16 UTC 

kselftest/next kselftest-cpufreq: 2 runs, 1 regressions (v6.2-rc5-36-g4c853ca1cf79)
 2023-02-10  3:16 UTC 

kselftest/next build: 7 builds: 0 failed, 7 passed, 2 warnings (v6.2-rc5-36-g4c853ca1cf79)
 2023-02-10  2:18 UTC 

[PATCH v3] selftests: use printf instead of echo -ne
 2023-02-10  1:10 UTC  (3+ messages)

[PATCH v2 0/6] RISC-V Hardware Probing User Interface
 2023-02-09 18:44 UTC  (4+ messages)
` [PATCH v2 6/6] selftests: Test the new RISC-V hwprobe interface

[PATCH] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2023-02-09 17:48 UTC  (7+ messages)

[PATCH v2 0/6] RISC-V Hardware Probing User Interface
 2023-02-09 16:56 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 01/10] selftests/bpf: Verify copy_register_state() preserves parent/live fields
 2023-02-09 11:19 UTC 

[PATCH AUTOSEL 5.10 02/13] selftests/bpf: Verify copy_register_state() preserves parent/live fields
 2023-02-09 11:18 UTC 

[PATCH AUTOSEL 5.15 03/17] selftests/bpf: Verify copy_register_state() preserves parent/live fields
 2023-02-09 11:17 UTC 

[PATCH AUTOSEL 6.1 08/38] selftests/bpf: Verify copy_register_state() preserves parent/live fields
 2023-02-09 11:14 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 16/38] selftest: net: Improve IPV6_TCLASS/IPV6_HOPLIMIT tests apparmor compatibility

[PATCH 6.1 000/208] 6.1.11-rc1 review
 2023-02-09 10:24 UTC  (3+ messages)

[PATCH] KVM: selftests: Enable USERFAULTFD
 2023-02-08 17:30 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