linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-20 19:22:48 to 2024-02-22 06:00:11 UTC [more...]

[PATCH 0/9] kunit: Fix printf format specifier issues in KUnit assertions
 2024-02-22  5:59 UTC  (32+ messages)
` [PATCH 1/9] kunit: test: Log the correct filter string in executor_test
` [PATCH 2/9] lib/cmdline: Fix an invalid format specifier in an assertion msg
` [PATCH 3/9] lib: memcpy_kunit: "
` [PATCH 4/9] time: test: Fix incorrect format specifier
` [PATCH 5/9] rtc: test: Fix invalid "
` [PATCH 6/9] net: test: Fix printf format specifier in skb_segment kunit test
` [PATCH 7/9] drm: tests: Fix invalid printf format specifiers in KUnit tests
` [PATCH 8/9] drm/xe/tests: Fix printf format specifiers in xe_migrate test
` [PATCH 9/9] kunit: Annotate _MSG assertion variants with gnu printf specifiers

[PATCH v3 3/3] selftests: add zswapin and no zswap tests
 2024-02-22  4:31 UTC  (2+ messages)
` [PATCH v3 3/3] selftests: add zswapin and no zswap tests (fix)

[PATCH 1/3] selftests: lib.mk: Do not process TEST_GEN_MODS_DIR
 2024-02-22  2:04 UTC  (7+ messages)

[RFC PATCH v1 00/28] riscv control-flow integrity for usermode
 2024-02-22  1:32 UTC  (17+ messages)
` [RFC PATCH v1 09/28] mm: abstract shadow stack vma behind `arch_is_shadow_stack`
` [RFC PATCH v1 11/28] riscv: Implementing "PROT_SHADOWSTACK" on riscv
` [RFC PATCH v1 15/28] riscv/mm: Implement map_shadow_stack() syscall
` [RFC PATCH v1 18/28] prctl: arch-agnostic prtcl for indirect branch tracking

[PATCH v2 00/31] NT synchronization primitive driver
 2024-02-22  0:48 UTC  (4+ messages)
` [PATCH v2 17/31] ntsync: Allow waits to use the REALTIME clock

[PATCH] Build guest_memfd_test also on arm64
 2024-02-21 23:38 UTC 

[PATCH net 0/5] tls: fixes for record type handling with PEEK
 2024-02-21 22:30 UTC  (9+ messages)
` [PATCH net 3/5] tls: don't skip over different type records from the rx_list

[PATCH v5] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2024-02-21 22:26 UTC 

[PATCH v4] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2024-02-21 22:01 UTC  (4+ messages)

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-21 21:12 UTC  (37+ messages)
` [PATCH v8 20/38] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc
    ` [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace

[PATCH 0/2] selftests/damon: misc fixes
 2024-02-21 21:11 UTC  (3+ messages)
` [PATCH 1/2] selftest: damon: fix minor typos in test logs
` [PATCH 2/2] selftests: damon: add access_memory to .gitignore

[RFC 0/7] selftests: openvswitch: cleanups for running as selftests
 2024-02-21 21:11 UTC  (4+ messages)
` [RFC 3/7] selftests: openvswitch: use non-graceful kills when needed
  ` [ovs-dev] "

[PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests
 2024-02-21 20:29 UTC  (7+ messages)
` [PATCH v5 11/12] KVM: riscv: selftests: Change vcpu_has_ext to a common function

[PATCH] [PATCH] amd_pstate: fix erroneous highest_perf value on some CPUs
 2024-02-21 18:47 UTC  (4+ messages)

[PATCH] Fix implicit cast warning in test_klp_state.c
 2024-02-21 18:26 UTC  (5+ messages)

[PATCH] kselftest/arm64: Test that ptrace takes effect in the target process
 2024-02-21 18:24 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 4893c639cc3659cefaa675bf1e59f4e7571afb5c
 2024-02-21 18:21 UTC 

[PATCH v2 0/4] Improvements to livepatch kselftests on top of kselftest-next
 2024-02-21 17:17 UTC  (5+ messages)
` [PATCH v2 1/4] selftests: livepatch: Add initial .gitignore
` [PATCH v2 2/4] selftests: livepatch: Avoid running the tests if kernel-devel is missing
` [PATCH v2 3/4] selftests: lib.mk: Do not process TEST_GEN_MODS_DIR
` [PATCH v2 4/4] selftests: lib.mk: Simplify TEST_GEN_MODS_DIR handling

[PATCH 00/31] NT synchronization primitive driver
 2024-02-21 16:49 UTC  (3+ messages)

[PATCH RFC bpf-next v3 00/16] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-02-21 16:25 UTC  (17+ messages)
` [PATCH RFC bpf-next v3 01/16] bpf/verifier: allow more maps in sleepable bpf programs
` [PATCH RFC bpf-next v3 02/16] bpf/verifier: introduce in_sleepable() helper
` [PATCH RFC bpf-next v3 03/16] bpf/verifier: add is_async_callback_calling_insn() helper
` [PATCH RFC bpf-next v3 04/16] bpf/helpers: introduce sleepable bpf_timers
` [PATCH RFC bpf-next v3 05/16] bpf/verifier: add bpf_timer as a kfunc capable type
` [PATCH RFC bpf-next v3 06/16] bpf/helpers: introduce bpf_timer_set_sleepable_cb() kfunc
` [PATCH RFC bpf-next v3 07/16] bpf/helpers: mark the callback of bpf_timer_set_sleepable_cb() as sleepable
` [PATCH RFC bpf-next v3 08/16] bpf/verifier: do_misc_fixups for is_bpf_timer_set_sleepable_cb_kfunc
` [PATCH RFC bpf-next v3 09/16] HID: bpf/dispatch: regroup kfuncs definitions
` [PATCH RFC bpf-next v3 10/16] HID: bpf: export hid_hw_output_report as a BPF kfunc
` [PATCH RFC bpf-next v3 11/16] selftests/hid: Add test for hid_bpf_hw_output_report
` [PATCH RFC bpf-next v3 12/16] HID: bpf: allow to inject HID event from BPF
` [PATCH RFC bpf-next v3 13/16] selftests/hid: add tests for hid_bpf_input_report
` [PATCH RFC bpf-next v3 14/16] HID: bpf: allow to use bpf_timer_set_sleepable_cb() in tracing callbacks
` [PATCH RFC bpf-next v3 15/16] selftests/hid: add test for bpf_timer
` [PATCH RFC bpf-next v3 16/16] selftests/hid: add KASAN to the VM tests

[PATCH RFC bpf-next v2 00/10] allow HID-BPF to do device IOs
 2024-02-21 16:06 UTC  (13+ messages)
` [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers
` [PATCH RFC bpf-next v2 03/10] bpf/verifier: allow more maps in sleepable bpf programs

[PATCH rc 0/8] Add missing cache flush and dirty tracking set for nested parent domain
 2024-02-21 15:19 UTC  (3+ messages)
` [PATCH rc 3/8] iommu/vt-d: Add missing iotlb flush for "

Running ttm_device_test leads to list_add corruption. prev->next should be next (ffffffffc05cd428), but was 6b6b6b6b6b6b6b6b. (prev=ffffa0b1a5c034f0) (kernel 6.7.5)
 2024-02-21 14:41 UTC 

[for-next][PATCH 11/11] ring-buffer/selftest: Add ring-buffer mapping test
 2024-02-21 14:08 UTC 

[PATCH 2/7] of: Create of_root if no dtb provided by firmware
 2024-02-21 14:06 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: Move test_dev_cgroup to prog_tests
 2024-02-21 14:06 UTC  (2+ messages)

[PATCH] kunit: Setup DMA masks on the kunit device
 2024-02-21 12:53 UTC 

[PATCH 2/3] selftests: lib.mk: Simplify TEST_GEN_MODS_DIR handling
 2024-02-21 12:29 UTC  (2+ messages)

[PATCH net-next v3 00/11] selftests: kselftest_harness: support using xfail
 2024-02-21 12:03 UTC  (17+ messages)
` [PATCH net-next v3 03/11] selftests: kselftest_harness: generate test name once
` [PATCH net-next v3 04/11] selftests: kselftest_harness: save full exit code in metadata
` [PATCH net-next v3 05/11] selftests: kselftest_harness: use exit code to store skip
` [PATCH net-next v3 06/11] selftests: kselftest: add ksft_test_result_code(), handling all exit codes
` [PATCH net-next v3 07/11] selftests: kselftest_harness: print test name for SKIP
` [PATCH net-next v3 08/11] selftests: kselftest_harness: separate diagnostic message with # in ksft_test_result_code()
` [PATCH net-next v3 09/11] selftests: kselftest_harness: let PASS / FAIL provide diagnostic
` [PATCH net-next v3 10/11] selftests: kselftest_harness: support using xfail
` [PATCH net-next v3 11/11] selftests: ip_local_port_range: use XFAIL instead of SKIP

[PATCH v4 0/2] KVM: s390: Fix AR parameter in ioctl
 2024-02-21 11:43 UTC  (6+ messages)
` [PATCH v4 1/2] KVM: s390: fix access register usage in ioctls
` [PATCH v4 2/2] KVM: s390: selftests: memop: add a simple AR test

kselftest/next kselftest-lkdtm: 2 runs, 1 regressions (v6.8-rc1-48-g6f1a214d446b2)
 2024-02-21  9:40 UTC 

kselftest/next kselftest-seccomp: 2 runs, 1 regressions (v6.8-rc1-48-g6f1a214d446b2)
 2024-02-21  9:40 UTC 

kselftest/next kselftest-lib: 3 runs, 2 regressions (v6.8-rc1-48-g6f1a214d446b2)
 2024-02-21  9:40 UTC 

kselftest/next kselftest-cpufreq: 5 runs, 3 regressions (v6.8-rc1-48-g6f1a214d446b2)
 2024-02-21  9:40 UTC 

kselftest/next kselftest-livepatch: 1 runs, 1 regressions (v6.8-rc1-48-g6f1a214d446b2)
 2024-02-21  9:40 UTC 

kselftest/next build: 5 builds: 1 failed, 4 passed, 1 error, 5 warnings (v6.8-rc1-48-g6f1a214d446b2)
 2024-02-21  8:42 UTC 

[linux-next:master] BUILD REGRESSION 2d5c7b7eb345249cb34d42cbc2b97b4c57ea944e
 2024-02-21  5:43 UTC 

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-02-21  5:43 UTC  (9+ messages)
` [RFC PATCH v5 01/29] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [RFC PATCH v5 02/29] KVM: selftests: Expose function that sets up sregs based on VM's mode
` [RFC PATCH v5 03/29] KVM: selftests: Store initial stack address in struct kvm_vcpu
` [RFC PATCH v5 04/29] KVM: selftests: Refactor steps in vCPU descriptor table initialization

[PATCH bpf-next 2/5] bpf: tracing: support to attach program to multi hooks
 2024-02-21  5:31 UTC  (2+ messages)

[PATCH bpf-next 0/5] bpf: make tracing program support multi-attach
 2024-02-21  3:57 UTC  (13+ messages)
` [PATCH bpf-next 1/5] bpf: tracing: add support to record and check the accessed args
    ` [External] "
  ` [External] Re: [PATCH bpf-next 0/5] bpf: make tracing program support multi-attach

[PATCH][next] selftests: sched: Fix spelling mistake "hiearchy" -> "hierarchy"
 2024-02-21  0:24 UTC  (2+ messages)

[PATCH 08/10] selftests/sched: Migrate cs_prctl_test to kselfttest
 2024-02-21  0:22 UTC  (5+ messages)

[PATCH v3] selftests/mqueue: Set timeout to 180 seconds
 2024-02-21  0:14 UTC  (2+ messages)

[PATCH] selftest: ftrace: fix minor typo in log
 2024-02-21  0:02 UTC  (3+ messages)

[PATCH] tools: selftests: Remove unnecessary semicolons
 2024-02-20 23:48 UTC  (2+ messages)

[PATCH RESEND] selftests/ftrace: Add test to exercize function tracer across cpu hotplug
 2024-02-20 23:43 UTC  (3+ messages)

[PATCH v4 0/3] selftests: add missing gitignore files and include generated objects
 2024-02-20 23:31 UTC  (2+ messages)

Linux 6.8-rc5
 2024-02-20 23:07 UTC  (2+ messages)

[PATCH 0/4] selftests: ktap_helpers: Add some missing helpers
 2024-02-20 22:59 UTC  (2+ messages)

[PATCH] selftests: Move KTAP bash helpers to selftests common folder
 2024-02-20 22:59 UTC  (3+ messages)

[PATCH] selftests: ftrace: fix typo in test description
 2024-02-20 21:42 UTC  (3+ messages)

[PATCH] selftest/ftrace: fix typo in ftracetest script
 2024-02-20 21:41 UTC  (3+ messages)

[PATCH v6 0/5] selftests/resctrl: Add non-contiguous CBMs in Intel CAT selftest
 2024-02-20 20:52 UTC  (5+ messages)
` [PATCH v6 3/5] selftests/resctrl: Split validate_resctrl_feature_request()
` [PATCH v6 4/5] selftests/resctrl: Add resource_info_file_exists()

[PATCH v18 6/6] ring-buffer/selftest: Add ring-buffer mapping test
 2024-02-20 20:23 UTC 


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