Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-10-24 18:00:58 to 2023-10-28 01:16:23 UTC [more...]

[PATCH bpf-next v2 0/2] selftests/bpf: Replaces CHECK macros and adds malloc failure checks to bpf_iter
 2023-10-28  1:16 UTC  (3+ messages)

[PATCH v4 0/5] userfaultfd move option
 2023-10-28  0:38 UTC  (6+ messages)
` [PATCH v4 1/5] mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()
` [PATCH v4 2/5] userfaultfd: UFFDIO_MOVE uABI
` [PATCH v4 3/5] selftests/mm: call uffd_test_ctx_clear at the end of the test
` [PATCH v4 4/5] selftests/mm: add uffd_test_case_ops to allow test case-specific operations
` [PATCH v4 5/5] selftests/mm: add UFFDIO_MOVE ioctl test

[linux-next:master] [ptp] 403376ddb4: stress-ng.clock.ops_per_sec -12.7% regression
 2023-10-28  0:09 UTC  (2+ messages)

[PATCH RFC RFT 0/5] fork: Support shadow stacks in clone3()
 2023-10-27 23:24 UTC  (11+ messages)
` [PATCH RFC RFT 2/5] fork: Add shadow stack support to clone3()

[syzbot] [iommu?] divide error in iommufd_test
 2023-10-27 23:01 UTC  (2+ messages)

selftests: user_events: ftrace_test - RIP: 0010:tracing_update_buffers (kernel/trace/trace.c:6470)
 2023-10-27 22:36 UTC  (3+ messages)

[PATCH v4 0/5] workload-specific and memory pressure-driven zswap writeback
 2023-10-27 21:10 UTC  (8+ messages)
` [PATCH v4 1/5] list_lru: allows explicit memcg and NUMA node selection
` [PATCH v4 2/5] zswap: make shrinking memcg-aware
` [PATCH v4 3/5] mm: memcg: add per-memcg zswap writeback stat
` [PATCH v4 4/5] selftests: cgroup: update per-memcg zswap writeback selftest
` [PATCH v4 5/5] zswap: shrinks zswap pool based on memory pressure

[RFC bpf-next 0/6] Add bpf_xdp_get_xfrm_state() kfunc
 2023-10-27 20:33 UTC  (7+ messages)
` [RFC bpf-next 2/6] bpf: selftests: test_tunnel: Use ping -6 over ping6
` [RFC bpf-next 3/6] bpf: selftests: test_tunnel: Mount bpffs if necessary
` [RFC bpf-next 4/6] bpf: selftests: test_tunnel: Use vmlinux.h declarations
` [RFC bpf-next 5/6] bpf: selftests: test_tunnel: Disable CO-RE relocations
` [RFC bpf-next 6/6] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()

[RFC PATCH 0/2] Add test to verify probe of devices from discoverable busses on DT platforms
 2023-10-27 20:31 UTC  (7+ messages)
` [RFC PATCH 1/2] kselftest: Add test to verify probe of devices from discoverable busses
` [RFC PATCH 2/2] kselftest: devices: Add board file for google,spherion

[PATCH v2 00/20] Permission Overlay Extension
 2023-10-27 18:08 UTC  (25+ messages)
` [PATCH v2 01/24] arm64/sysreg: add system register POR_EL{0,1}
` [PATCH v2 02/24] arm64/sysreg: update CPACR_EL1 register
` [PATCH v2 03/24] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v2 04/24] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v2 05/24] arm64: context switch POR_EL0 register
` [PATCH v2 06/24] KVM: arm64: Save/restore POE registers
` [PATCH v2 07/24] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v2 08/24] arm64: add POIndex defines
` [PATCH v2 09/24] arm64: define VM_PKEY_BIT* for arm64
` [PATCH v2 10/24] arm64: mask out POIndex when modifying a PTE
` [PATCH v2 11/24] arm64: enable ARCH_HAS_PKEYS on arm64
` [PATCH v2 12/24] arm64: handle PKEY/POE faults
` [PATCH v2 13/24] arm64: stop using generic mm_hooks.h
` [PATCH v2 14/24] arm64: implement PKEYS support
` [PATCH v2 15/24] arm64: add POE signal support
` [PATCH v2 16/24] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v2 17/24] arm64: enable POE and PIE to coexist
` [PATCH v2 18/24] kselftest/arm64: move get_header()
` [PATCH v2 19/24] selftests: mm: move fpregs printing
` [PATCH v2 20/24] selftests: mm: make protection_keys test work on arm64
` [PATCH v2 21/24] kselftest/arm64: add HWCAP test for FEAT_S1POE
` [PATCH v2 22/24] kselftest/arm64: parse POE_MAGIC in a signal frame
` [PATCH v2 23/24] kselftest/arm64: Add test case for POR_EL0 signal frame records
` [PATCH v2 24/24] KVM: selftests: get-reg-list: add Permission Overlay registers

[PATCH 00/24] selftests/resctrl: CAT test improvements & generalized test framework
 2023-10-27 12:18 UTC  (21+ messages)
` [PATCH 01/24] selftests/resctrl: Split fill_buf to allow tests finer-grained control
` [PATCH 02/24] selftests/resctrl: Refactor fill_buf functions
` [PATCH 03/24] selftests/resctrl: Refactor get_cbm_mask()
` [PATCH 12/24] selftests/resctrl: Improve perf init
` [PATCH 13/24] selftests/resctrl: Convert perf related globals to locals
` [PATCH 14/24] selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()
` [PATCH 16/24] selftests/resctrl: Rewrite Cache Allocation Technology (CAT) test
` [PATCH 17/24] selftests/resctrl: Create struct for input parameter
` [PATCH 20/24] selftests/resctrl: Add helper to convert L2/3 to integer

selftests: ftrace: RIP: 0010:__lock_acquire (kernel/locking/lockdep.c:5005)
 2023-10-27 11:47 UTC 

[PATCH] selftests:proc ProtectionKey check in smpas test
 2023-10-27 10:41 UTC  (2+ messages)

[PATCH][next] selftests: sched: Fix spelling mistake "hiearchy" -> "hierarchy"
 2023-10-27  8:42 UTC 

[PATCH bpf-next 0/2] bpf: Fix incorrect immediate spill
 2023-10-27  8:01 UTC  (8+ messages)
` [PATCH bpf-next 1/2] bpf: Fix check_stack_write_fixed_off() to correctly spill imm
` [PATCH bpf-next 2/2] selftests/bpf: Add test for immediate spilled to stack

[PATCH bpf-next v2 1/2] selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
 2023-10-27  4:42 UTC  (6+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add malloc failure checks "

[PATCH v3] kunit: Warn if tests are slow
 2023-10-27  3:56 UTC  (2+ messages)

[PATCH v8 0/8] Add Intel VT-d nested translation (part 1/2)
 2023-10-26 18:28 UTC  (12+ messages)
` [PATCH v8 1/8] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
` [PATCH v8 2/8] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v8 3/8] iommu/vt-d: Add helper for nested domain allocation
` [PATCH v8 4/8] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v8 5/8] iommu/vt-d: Make domain attach helpers to be extern
` [PATCH v8 6/8] iommu/vt-d: Set the nested domain to a device
` [PATCH v8 7/8] iommu/vt-d: Add nested domain allocation
` [PATCH v8 8/8] iommu/vt-d: Disallow read-only mappings to nest parent domain

[PATCH v7 00/10] iommufd: Add nesting infrastructure (part 1/2)
 2023-10-26 18:28 UTC  (12+ messages)
` [PATCH v7 01/10] iommu: Add IOMMU_DOMAIN_NESTED
` [PATCH v7 02/10] iommufd: Rename IOMMUFD_OBJ_HW_PAGETABLE to IOMMUFD_OBJ_HWPT_PAGING
` [PATCH v7 03/10] iommufd/device: Wrap IOMMUFD_OBJ_HWPT_PAGING-only configurations
` [PATCH v7 04/10] iommufd: Derive iommufd_hwpt_paging from iommufd_hw_pagetable
` [PATCH v7 05/10] iommufd: Share iommufd_hwpt_alloc with IOMMUFD_OBJ_HWPT_NESTED
` [PATCH v7 06/10] iommu: Pass in parent domain with user_data to domain_alloc_user op
` [PATCH v7 07/10] iommufd: Add a nested HW pagetable object
` [PATCH v7 08/10] iommu: Add iommu_copy_struct_from_user helper
` [PATCH v7 09/10] iommufd/selftest: Add nested domain allocation for mock domain
` [PATCH v7 10/10] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with nested HWPTs

[PATCH 4/5] selftests/nolibc: support out-of-tree builds
 2023-10-26 17:50 UTC  (2+ messages)

[PATCH 00/21] arm64: Support for 2023 DPISA extensions
 2023-10-26 12:44 UTC  (22+ messages)
` [PATCH 01/21] arm64/sysreg: Add definition for ID_AA64PFR2_EL1
` [PATCH 02/21] arm64/sysreg: Update ID_AA64ISAR2_EL1 defintion for DDI0601 2023-09
` [PATCH 03/21] arm64/sysreg: Add definition for ID_AA64ISAR3_EL1
` [PATCH 04/21] arm64/sysreg: Add definition for ID_AA64FPFR0_EL1
` [PATCH 05/21] arm64/sysreg: Update ID_AA64SMFR0_EL1 definition for DDI0601 2023-09
` [PATCH 06/21] arm64/sysreg: Update SCTLR_EL1 "
` [PATCH 07/21] arm64/sysreg: Update HCRX_EL2 definition "
` [PATCH 08/21] arm64/sysreg: Add definition for FPMR
` [PATCH 09/21] arm64/cpufeature: Hook new identification registers up to cpufeature
` [PATCH 10/21] arm64/fpsimd: Enable host kernel access to FPMR
` [PATCH 11/21] arm64/fpsimd: Support FEAT_FPMR
` [PATCH 12/21] arm64/signal: Add FPMR signal handling
` [PATCH 13/21] arm64/ptrace: Expose FPMR via ptrace
` [PATCH 14/21] KVM: arm64: Add newly allocated ID registers to register descriptions
` [PATCH 15/21] KVM: arm64: Support FEAT_FPMR for guests
` [PATCH 16/21] arm64/hwcap: Define hwcaps for 2023 DPISA features
` [PATCH 17/21] kselftest/arm64: Handle FPMR context in generic signal frame parser
` [PATCH 18/21] kselftest/arm64: Add basic FPMR test
` [PATCH 19/21] kselftest/arm64: Add 2023 DPISA hwcap test coverage
` [PATCH 20/21] KVM: arm64: selftests: Document feature registers added in 2023 extensions
` [PATCH 21/21] KVM: arm64: selftests: Teach get-reg-list about FPMR

[RFC PATCH 0/2] Add a test to verify device probing on ACPI platforms
 2023-10-26 10:00 UTC  (2+ messages)

[linux-next:master] [selftests] 5b45a75377: kernel-selftests.uevent.uevent_filtering.fail
 2023-10-26  9:18 UTC  (2+ messages)

[PATCH v2] kunit: Warn if tests are slow
 2023-10-26  8:44 UTC  (5+ messages)

[PATCH v7 0/8] Add Intel VT-d nested translation (part 1/2)
 2023-10-26  4:50 UTC  (13+ messages)
` [PATCH v7 6/8] iommu/vt-d: Set the nested domain to a device
` [PATCH v7 7/8] iommu/vt-d: Add nested domain allocation
` [PATCH v7 8/8] iommu/vt-d: Disallow read-only mappings to nest parent domain

[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
 2023-10-26  2:49 UTC  (7+ messages)
` [PATCH v2 1/6] iommu: Add iommu page fault cookie helpers
` [PATCH v2 2/6] iommufd: Add iommu page fault uapi data
` [PATCH v2 3/6] iommufd: Initializing and releasing IO page fault data
` [PATCH v2 4/6] iommufd: Deliver fault messages to user space
` [PATCH v2 5/6] iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_IOPF test support
` [PATCH v2 6/6] iommufd/selftest: Add coverage for IOMMU_TEST_OP_TRIGGER_IOPF

Purpose of gen_tar
 2023-10-25 22:57 UTC  (3+ messages)

[PATCH-cgroup 0/4] cgroup/cpuset: Improve CPU isolation in isolated partitions
 2023-10-25 18:47 UTC  (14+ messages)
` [PATCH-cgroup 1/4] workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_unbound_cpumask
` [PATCH-cgroup 3/4] cgroup/cpuset: Keep track of CPUs in isolated partitions

[PATCH v2 0/4] cgroup/cpuset: Improve CPU isolation in isolated partitions
 2023-10-25 18:25 UTC  (5+ messages)
` [PATCH v2 1/4] workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_unbound_cpumask
` [PATCH v2 2/4] selftests/cgroup: Minor code cleanup and reorganization of test_cpuset_prs.sh
` [PATCH v2 3/4] cgroup/cpuset: Keep track of CPUs in isolated partitions
` [PATCH v2 4/4] cgroup/cpuset: Take isolated CPUs out of workqueue unbound cpumask

[PATCH] iommu/vt-d: Enhance capability check for nested parent domain allocation
 2023-10-25 11:33 UTC  (4+ messages)

[PATCH v6 00/10] iommufd: Add nesting infrastructure (part 1/2)
 2023-10-25 10:19 UTC  (16+ messages)
` [PATCH v6 04/10] iommufd/device: Wrap IOMMUFD_OBJ_HWPT_PAGING-only configurations
` [PATCH v6 07/10] iommufd: Add a nested HW pagetable object

[PATCH 0/2] um: kunit: Add Clang support for CONFIG_GCOV
 2023-10-25  8:28 UTC  (5+ messages)
` [PATCH 1/2] arch: um: Add Clang coverage support
` [PATCH 2/2] Documentation: kunit: Add clang UML coverage example

[PATCH bpf-next] selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
 2023-10-25  4:14 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Add malloc failure checks in bpf_iter
 2023-10-25  4:18 UTC  (3+ messages)

[PATCH] selftests/net: give more time to udpgro nat tests
 2023-10-24 23:23 UTC  (2+ messages)

[PATCH v2] selftests:net change ifconfig with ip command
 2023-10-24 21:00 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