Linux-kselftest Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-14 08:49:24 to 2024-03-23 20:13:30 UTC [more...]

[BUG] seltests/iommu: runaway ./iommufd consuming 99% CPU after a failed assert()
 2024-03-23 20:13 UTC  (3+ messages)

[PATCH] kunit: bail out early in __kunit_test_suites_init() if there are no suites to test
 2024-03-23  5:24 UTC  (3+ messages)

[PATCH bpf] selftests/bpf: verifier_arena: fix mmap address for arm64
 2024-03-23  3:50 UTC  (2+ messages)

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-22 23:19 UTC  (8+ messages)
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-03-22 21:33 UTC  (20+ messages)
` [RFC PATCH v5 01/29] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [RFC PATCH v5 05/29] KVM: selftests: Add helper functions to create TDX VMs
` [RFC PATCH v5 08/29] KVM: selftests: TDX: Add TDX lifecycle test
` [RFC PATCH v5 15/29] KVM: selftests: TDX: Add TDX MSR read/write tests
` [RFC PATCH v5 17/29] KVM: selftests: TDX: Add TDX MMIO reads test
` [RFC PATCH v5 18/29] KVM: selftests: TDX: Add TDX MMIO writes test
` [RFC PATCH v5 22/29] KVM: selftests: Add functions to allow mapping as shared
` [RFC PATCH v5 23/29] KVM: selftests: TDX: Add shared memory test
` [RFC PATCH v5 27/29] KVM: selftests: Propagate KVM_EXIT_MEMORY_FAULT to userspace

[PATCH] selftests: livepatch: Test atomic replace against multiple modules
 2024-03-22 20:31 UTC  (3+ messages)

[PATCH] selftests/mm: Confirm VA exhaustion without reliance on correctness of mmap()
 2024-03-22 19:19 UTC  (4+ messages)

[PATCH v2 00/13] selftests/resctrl: resctrl_val() related cleanups & improvements
 2024-03-22 17:44 UTC  (18+ messages)
` [PATCH v2 01/13] selftests/resctrl: Convert get_mem_bw_imc() fd close to for loop
` [PATCH v2 02/13] selftests/resctrl: Calculate resctrl FS derived mem bw over sleep(1) only
` [PATCH v2 08/13] selftests/resctrl: Add ->init() callback into resctrl_val_param
` [PATCH v2 11/13] selftests/resctrl: Convert ctrlgrp & mongrp to pointers

[PATCH bpf-next v5 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-03-22 16:50 UTC  (10+ messages)
` [PATCH bpf-next v5 1/6] bpf/helpers: introduce sleepable bpf_timers
` [PATCH bpf-next v5 2/6] bpf/verifier: add bpf_timer as a kfunc capable type
` [PATCH bpf-next v5 3/6] bpf/helpers: introduce bpf_timer_set_sleepable_cb() kfunc
` [PATCH bpf-next v5 4/6] bpf/helpers: mark the callback of bpf_timer_set_sleepable_cb() as sleepable
` [PATCH bpf-next v5 5/6] tools: sync include/uapi/linux/bpf.h
` [PATCH bpf-next v5 6/6] selftests/bpf: add sleepable timer tests
  ` [PATCH bpf-next v5b "

[PATCH] selftests/rseq: take large C-state exit latency into consideration
 2024-03-22 16:33 UTC 

[PATCH v1 0/5] Add support for the Idle HLT intercept feature
 2024-03-22 16:03 UTC  (6+ messages)
` [PATCH v1 5/5] selftests: KVM: SVM: Add Idle HLT intercept test

[PATCH v4 0/7] Extend HID-BPF kfuncs (was: allow HID-BPF to do device IOs)
 2024-03-22 15:00 UTC  (11+ messages)
` [PATCH v4 1/7] HID: bpf/dispatch: regroup kfuncs definitions
` [PATCH v4 2/7] HID: bpf: export hid_hw_output_report as a BPF kfunc
` [PATCH v4 3/7] selftests/hid: add KASAN to the VM tests
` [PATCH v4 4/7] selftests/hid: Add test for hid_bpf_hw_output_report
` [PATCH v4 5/7] HID: bpf: allow to inject HID event from BPF
` [PATCH v4 6/7] selftests/hid: add tests for hid_bpf_input_report
` [PATCH v4 7/7] HID: bpf: allow to use bpf_timer_set_sleepable_cb() in tracing callbacks

[PATCH v3 1/3] riscv: mm: Use hint address in mmap if available
 2024-03-22 14:06 UTC  (2+ messages)

[PATCH] selftests/mm: Parse VMA range in one go
 2024-03-22 12:05 UTC 

[PATCH] Documentation: kunit: correct KUNIT_VERY_SLOW to KUNIT_SPEED_VERY_SLOW
 2024-03-22  4:12 UTC  (2+ messages)

[PATCH v1] selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEM
 2024-03-21 23:29 UTC  (2+ messages)

[PATCH v2] uffd-unit-tests: Fix ARM related issue with fork after pthread_create
 2024-03-21 21:37 UTC 

[BUG] selftests/net: test_vxlan_mdb.sh: 84 out of 642 tests [FAIL]
 2024-03-21 20:10 UTC  (8+ messages)

[PATCH v1] uffd-unit-tests: Fix ARM related issue with fork after pthread_create
 2024-03-21 18:09 UTC 

[PATCH bpf-next v4 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-03-21 16:09 UTC  (15+ messages)
` [PATCH bpf-next v4 1/6] bpf/helpers: introduce sleepable bpf_timers
` [PATCH bpf-next v4 2/6] bpf/verifier: add bpf_timer as a kfunc capable type
` [PATCH bpf-next v4 3/6] bpf/helpers: introduce bpf_timer_set_sleepable_cb() kfunc
` [PATCH bpf-next v4 4/6] bpf/helpers: mark the callback of bpf_timer_set_sleepable_cb() as sleepable
` [PATCH bpf-next v4 5/6] tools: sync include/uapi/linux/bpf.h
` [PATCH bpf-next v4 6/6] selftests/bpf: add sleepable timer tests

[PATCH 0/8] iommufd support pasid attach/replace
 2024-03-21 13:58 UTC  (15+ messages)
` [PATCH 1/8] iommu: Introduce a replace API for device pasid

[PATCH] selftests/ftrace: Fix event filter target_func selection
 2024-03-21  0:09 UTC  (2+ messages)

[PATCH V3 bpf-next 1/2] bpf: add bpf_task_get_cgroup kfunc
 2024-03-20 23:05 UTC  (6+ messages)
` [PATCH V3 bpf-next 2/2] selftests/bpf: add selftest for bpf_task_get_cgroup

[PATCH v2 0/3] riscv: mm: Use hint address in mmap if available
 2024-03-20 20:50 UTC  (2+ messages)

[PATCH v3 0/3] riscv: mm: Extend mappable memory up to hint address
 2024-03-20 20:50 UTC  (2+ messages)

[RFC v3 0/3] move_phys_pages syscall - migrate page contents given
 2024-03-20  6:01 UTC  (16+ messages)
` [RFC v3 1/3] mm/migrate: refactor add_page_for_migration for code re-use
` [RFC v3 2/3] mm/migrate: Create move_phys_pages syscall
` [RFC v3 3/3] ktest: sys_move_phys_pages ktest
      ` [RFC v3 3/3] ktest: sys_move_phys_pages ktesty

[PATCH v2] tools/testing/selftests/bpf/test_tc_tunnel.sh: Prevent client connect before server bind
 2024-03-19 23:20 UTC  (2+ messages)

[PATCH v5 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-03-19 21:08 UTC  (8+ messages)
` [PATCH v5 1/3] KVM: selftests: aarch64: Add helper function for the vpmu vcpu creation
` [PATCH v5 2/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v5 3/3] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test

[PATCH 4/4] selftests/resctrl: Adjust SNC support messages
 2024-03-19 21:01 UTC  (23+ messages)

[Test Failure Report] exec: Test failures in execveat
 2024-03-19 11:17 UTC 

[BUG] selftests/net: icmp_redirect.sh: 12 out of 40 test result with [FAIL]
 2024-03-19  4:53 UTC  (4+ messages)

[PATCH V2 bpf-next 1/2] bpf: add bpf_task_get_cgroup kfunc
 2024-03-19  0:30 UTC  (8+ messages)
` [PATCH V2 bpf-next 2/2] selftests/bpf: add selftest for bpf_task_get_cgroup

[PATCH v4] kunit: tool: add ability to parse multiple files
 2024-03-18 21:27 UTC 

[PATCH v3] kunit: tool: add ability to parse multiple files
 2024-03-18 21:16 UTC  (3+ messages)

[PATCH] selftests/exec: Convert remaining /bin/sh to /bin/bash
 2024-03-18 18:16 UTC 

[PATCH AUTOSEL 6.7 14/23] selftests: mptcp: explicitly trigger the listener diag code-path
 2024-03-18 12:47 UTC  (3+ messages)

[PATCH] selftests/mm: Fix build with _FORTIFY_SOURCE
 2024-03-18 10:02 UTC  (3+ messages)

[PATCH 00/14] Add support for suppressing warning backtraces
 2024-03-18  3:24 UTC  (12+ messages)
` [PATCH 10/14] parisc: "
` [PATCH 11/14] s390: "

[PATCH bpf-next 1/2] bpf: add btf_task_get_cgroup_id kfunc
 2024-03-15 22:42 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add selftest for btf_task_get_cgroup_id

[PATCH] KVM: selftests: fix max_guest_memory_test with more that 256 vCPUs
 2024-03-15 14:35 UTC 

[PATCH][next] selftests/bpf: Remove second semicolon
 2024-03-15 14:00 UTC  (2+ messages)

[PATCH][next] KVM: selftests: Remove second semicolon
 2024-03-15  9:36 UTC 

[PATCH bpf-next v2 0/9] bpf: make tracing program support multi-link
 2024-03-15  8:17 UTC  (12+ messages)
` [PATCH bpf-next v2 1/9] bpf: tracing: add support to record and check the accessed args
    ` [External] "

[PATCH] KVM: selftests: Use TAP in the steal_time test
 2024-03-15  7:03 UTC  (4+ messages)

[PATCH v2] selftests: x86: skip the tests if prerequisites aren't fulfilled
 2024-03-14 23:37 UTC  (2+ messages)

[PATCH] selftests/harness: Prevent infinite loop due to Assert in FIXTURE_TEARDOWN
 2024-03-14 22:43 UTC 

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-03-14 14:03 UTC  (11+ messages)
` [musl] "

[PATCH v2 12/12] selftests/mm: virtual_address_range: conform to TAP format output
 2024-03-14 12:33 UTC  (3+ messages)
` [PATCH] selftests/mm: virtual_address_range: Switch to ksft_exit_fail_msg

[PATCH 1/2] selftests: x86: test_vsyscall: conform test to TAP format output
 2024-03-14 10:32 UTC  (2+ messages)
` [PATCH 2/2] selftests: x86: test_mremap_vdso: "

[PATCH] selftests: mm: restore settings from only parent process
 2024-03-14  9:40 UTC 

[PATCH v3 0/5] selftests/mm: Improve run_vmtests.sh
 2024-03-14  9:31 UTC  (5+ messages)
` [PATCH v3 4/5] selftests/mm: protection_keys: save/restore nr_hugepages settings

[PATCH] selftests/exec: execveat: Improve debug reporting
 2024-03-14  8:54 UTC  (2+ messages)

[Test Failure Report] exec: Test failures in execveat
 2024-03-14  8:49 UTC  (7+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).