linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[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 bpf-next v4 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-03-19  0:14 UTC  (11+ 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

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

[PATCH 4/4] selftests/resctrl: Adjust SNC support messages
 2024-03-18 22:43 UTC  (22+ messages)

[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 0/8] iommufd support pasid attach/replace
 2024-03-18 16:52 UTC  (9+ messages)
` [PATCH 1/8] iommu: Introduce a replace API for device pasid

[BUG] selftests/net: icmp_redirect.sh: 12 out of 40 test result with [FAIL]
 2024-03-18 14:42 UTC  (3+ messages)

[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)

[BUG] selftests/net: test_vxlan_mdb.sh: 84 out of 642 tests [FAIL]
 2024-03-18  3:35 UTC  (2+ messages)

[PATCH 00/14] Add support for suppressing warning backtraces
 2024-03-18  3:24 UTC  (30+ messages)
` [PATCH 01/14] bug/kunit: Core "
` [PATCH 02/14] kunit: bug: Count suppressed "
` [PATCH 03/14] kunit: Add test cases for backtrace warning suppression
` [PATCH 04/14] kunit: Add documentation for warning backtrace suppression API
` [PATCH 05/14] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH 06/14] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests
` [PATCH 07/14] x86: Add support for suppressing warning backtraces
` [PATCH 08/14] arm64: "
` [PATCH 09/14] loongarch: "
` [PATCH 10/14] parisc: "
` [PATCH 11/14] s390: "
` [PATCH 12/14] sh: "
` [PATCH 13/14] riscv: "
` [PATCH 14/14] powerpc: "

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-03-16  6:24 UTC  (7+ messages)
` [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 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 v4 0/7] Extend HID-BPF kfuncs (was: allow HID-BPF to do device IOs)
 2024-03-15 15:55 UTC  (10+ 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] 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  (31+ messages)
` [PATCH bpf-next v2 1/9] bpf: tracing: add support to record and check the accessed args
    ` [External] "
` [PATCH bpf-next v2 2/9] bpf: refactor the modules_array to ptr_array
    ` [External] "
` [PATCH bpf-next v2 5/9] bpf: verifier: add btf to the function args of bpf_check_attach_target
    ` [External] "
` [PATCH bpf-next v2 7/9] libbpf: don't free btf if program of multi-link tracing existing
    ` [External] "
` [PATCH bpf-next v2 8/9] libbpf: add support for the multi-link of tracing
    ` [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 v2 00/13] selftests/resctrl: resctrl_val() related cleanups & improvements
 2024-03-14 16:09 UTC  (9+ messages)
` [PATCH v2 08/13] selftests/resctrl: Add ->init() callback into resctrl_val_param

[PATCH v1 0/5] Add support for the Idle HLT intercept feature
 2024-03-14 15:06 UTC  (8+ messages)
` [PATCH v1 3/5] tools: Add KVM exit reason for the Idle HLT
` [PATCH v1 5/5] selftests: KVM: SVM: Add Idle HLT intercept test

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

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

[PATCH v2] tools/testing/selftests/bpf/test_tc_tunnel.sh: Prevent client connect before server bind
 2024-03-14 10:59 UTC 

[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  (8+ messages)

[PATCH v7 0/4] KVM: selftests: Add LoongArch support
 2024-03-14  3:03 UTC  (2+ messages)

[PATCH] tools/testing/selftests/bpf/test_tc_tunnel.sh: Prevent client connect before server bind
 2024-03-13 23:44 UTC  (4+ messages)

[PATCH 1/3] selftests/exec: Add the overall result line accourding to TAP
 2024-03-13 19:05 UTC  (3+ messages)

[PATCH v2 07/15] selftests/sched: Add a test to verify that DL server works with core scheduling
 2024-03-13 18:44 UTC  (3+ messages)
` [PATCH v2 08/15] selftests/sched: Migrate cs_prctl_test to kselfttest

[PATCH 0/4] SNC support for resctrl selftests
 2024-03-13 10:26 UTC  (8+ messages)
` [PATCH 2/4] selftests/resctrl: SNC support for CMT
` [PATCH 3/4] selftests/resctrl: SNC support for MBM

[GIT PULL] execve updates for v6.9-rc1
 2024-03-12 22:24 UTC  (2+ messages)

[PATCH] selftests: x86: skip the tests if prerequisites aren't fulfilled
 2024-03-12 17:28 UTC  (8+ messages)

BUG selftests/mm]
 2024-03-12 16:47 UTC  (11+ messages)

[PATCH RFC] selftests: default to host arch for LLVM builds
 2024-03-12 15:15 UTC  (2+ messages)

[PATCH 2/7] of: Create of_root if no dtb provided by firmware
 2024-03-12 14:52 UTC  (5+ messages)

[PATCH] selftests: livepatch: Test atomic replace against multiple modules
 2024-03-12 12:12 UTC 

[BUG] seltests/iommu: runaway ./iommufd consuming 99% CPU after a failed assert()
 2024-03-12  6:35 UTC 

[PATCH net-next 00/15] selftests: mptcp: various improvements
 2024-03-11 22:20 UTC  (2+ messages)

[PATCH bpf-next v2 6/9] bpf: tracing: add multi-link support
 2024-03-11 21:36 UTC  (3+ messages)

[PATCH v1 00/13] tools header compiler.h update
 2024-03-11 20:51 UTC  (12+ messages)
` [PATCH v1 02/13] libbpf: Make __printf define conditional
` [PATCH v1 12/13] tools headers: Sync compiler.h headers
` [PATCH v1 13/13] tools headers: Rename noinline to __noinline

[PATCH v2 00/31] NT synchronization primitive driver
 2024-03-11 18:58 UTC  (3+ messages)
` [PATCH v2 04/31] ntsync: Introduce NTSYNC_IOC_WAIT_ANY

[GIT PULL] Kselftest next update for Linux 6.9-rc1
 2024-03-11 18:33 UTC  (2+ messages)

[GIT PULL] KUnit next update for Linux 6.9-rc1
 2024-03-11 18:33 UTC  (2+ messages)

[BUG net-next] fcnal-test.sh: 4 (four) tests FAIL
 2024-03-11 16:26 UTC  (3+ 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 NNTP newsgroup(s).