Linux-kselftest Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-07 16:31:02 to 2024-06-10 22:56:48 UTC [more...]

[PATCH v2 00/13] riscv: Add support for xtheadvector
 2024-06-10 22:56 UTC  (2+ messages)
` [PATCH v2 01/13] dt-bindings: riscv: Add xtheadvector ISA extension description

[PATCH v1 0/3] Userspace controls soft-offline HugeTLB pages
 2024-06-10 22:55 UTC  (7+ messages)
` [PATCH v1 1/3] mm/memory-failure: userspace controls soft-offlining hugetlb pages

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-10 22:15 UTC  (24+ messages)
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers

[PATCH v7 00/16] selftests/resctrl: resctrl_val() related cleanups & improvements
 2024-06-10 21:58 UTC  (18+ messages)
` [PATCH v7 01/16] selftests/resctrl: Fix closing IMC fds on error and open-code R+W instead of loops
` [PATCH v7 02/16] selftests/resctrl: Calculate resctrl FS derived mem bw over sleep(1) only
` [PATCH v7 03/16] selftests/resctrl: Make "bandwidth" consistent in comments & prints
` [PATCH v7 04/16] selftests/resctrl: Consolidate get_domain_id() into resctrl_val()
` [PATCH v7 05/16] selftests/resctrl: Use correct type for pids
` [PATCH v7 06/16] selftests/resctrl: Cleanup bm_pid and ppid usage & limit scope
` [PATCH v7 07/16] selftests/resctrl: Rename measure_vals() to measure_mem_bw_vals() & document
` [PATCH v7 08/16] selftests/resctrl: Simplify mem bandwidth file code for MBA & MBM tests
` [PATCH v7 09/16] selftests/resctrl: Add ->measure() callback to resctrl_val_param
` [PATCH v7 10/16] selftests/resctrl: Add ->init() callback into resctrl_val_param
` [PATCH v7 11/16] selftests/resctrl: Simplify bandwidth report type handling
` [PATCH v7 12/16] selftests/resctrl: Make some strings passed to resctrlfs functions const
` [PATCH v7 13/16] selftests/resctrl: Convert ctrlgrp & mongrp to pointers
` [PATCH v7 14/16] selftests/resctrl: Remove mongrp from MBA test
` [PATCH v7 15/16] selftests/resctrl: Remove mongrp from CMT test
` [PATCH v7 16/16] selftests/resctrl: Remove test name comparing from write_bm_pid_to_resctrl()

[PATCH v2 0/2] usercopy: Convert test_user_copy to KUnit test
 2024-06-10 21:33 UTC  (3+ messages)
` [PATCH v2 1/2] kunit: test: Add vm_mmap() allocation resource manager
` [PATCH v2 2/2] usercopy: Convert test_user_copy to KUnit test

[PATCH] selftests/resctrl: Fix noncont_cat_run_test for AMD
 2024-06-10 21:32 UTC  (12+ messages)
` [PATCH v2] "

[PATCH v2] KVM: selftest: Add a common check to identify AMD cpu in perf event filter test
 2024-06-10 21:27 UTC  (2+ messages)

[PATCH v2 0/4] Introduce user namespace capabilities
 2024-06-10 20:12 UTC  (14+ messages)
` [PATCH v2 1/4] capabilities: Add "
` [PATCH v2 2/4] capabilities: Add securebit to restrict userns caps
` [PATCH v2 3/4] capabilities: Add sysctl to mask off "
` [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks

[PATCH] selftests: filesystems: add return value checks
 2024-06-10 20:09 UTC 

[PATCH 0/2] usercopy: Convert test_user_copy to KUnit test
 2024-06-10 19:48 UTC  (11+ messages)
` [PATCH 1/2] kunit: test: Add vm_mmap() allocation resource manager
` [PATCH 2/2] usercopy: Convert test_user_copy to KUnit test

[PATCH 00/13] riscv: Add support for xtheadvector
 2024-06-10 19:28 UTC  (24+ messages)
` [PATCH 01/13] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH 02/13] dt-bindings: thead: add a vlen register length property
` [PATCH 03/13] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH 04/13] riscv: Add thead and xtheadvector as a vendor extension
` [PATCH 05/13] riscv: vector: Use vlenb from DT for thead
` [PATCH 06/13] RISC-V: define the elements of the VCSR vector CSR
` [PATCH 07/13] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
` [PATCH 08/13] riscv: Add xtheadvector instruction definitions
` [PATCH 09/13] riscv: vector: Support xtheadvector save/restore
` [PATCH 10/13] riscv: hwprobe: Add thead vendor extension probing
` [PATCH 11/13] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
` [PATCH 12/13] selftests: riscv: Fix vector tests
` [PATCH 13/13] selftests: riscv: Support xtheadvector in "

[PATCH HID v3 00/16] HID: convert HID-BPF into using bpf_struct_ops
 2024-06-10 18:39 UTC  (19+ messages)
` [PATCH HID v3 01/16] HID: rename struct hid_bpf_ops into hid_ops
` [PATCH HID v3 02/16] HID: bpf: add hid_get/put_device() helpers
` [PATCH HID v3 03/16] HID: bpf: implement HID-BPF through bpf_struct_ops
` [PATCH HID v3 04/16] selftests/hid: convert the hid_bpf selftests with struct_ops
` [PATCH HID v3 05/16] HID: samples: convert the 2 HID-BPF samples into struct_ops
` [PATCH HID v3 06/16] HID: bpf: add defines for HID-BPF SEC in in-tree bpf fixes
` [PATCH HID v3 07/16] HID: bpf: convert in-tree fixes into struct_ops
` [PATCH HID v3 08/16] HID: bpf: remove tracing HID-BPF capability
` [PATCH HID v3 09/16] selftests/hid: add subprog call test
` [PATCH HID v3 10/16] Documentation: HID: amend HID-BPF for struct_ops
` [PATCH HID v3 11/16] Documentation: HID: add a small blurb on udev-hid-bpf
` [PATCH HID v3 12/16] HID: bpf: Artist24: remove unused variable
` [PATCH HID v3 13/16] HID: bpf: error on warnings when compiling bpf objects
` [PATCH HID v3 14/16] bpf: allow bpf helpers to be used into HID-BPF struct_ops
` [PATCH HID v3 15/16] HID: bpf: rework hid_bpf_ops_btf_struct_access
` [PATCH HID v3 16/16] HID: bpf: make part of struct hid_device writable

[PATCH v5 00/28] NT synchronization primitive driver
 2024-06-10 16:58 UTC  (2+ messages)

[PATCH] selftests: seccomp: fix format-zero-length warnings
 2024-06-10 16:59 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v6 00/16] selftests/resctrl: resctrl_val() related cleanups & improvements
 2024-06-10 14:55 UTC  (6+ messages)
` [PATCH v6 02/16] selftests/resctrl: Calculate resctrl FS derived mem bw over sleep(1) only
` [PATCH v6 15/16] selftests/resctrl: Remove mongrp from CMT test

[PATCH bpf-next v4 00/12] bpf: Support dumping kfunc prototypes from BTF
 2024-06-10 13:28 UTC  (13+ messages)
` [PATCH bpf-next v4 02/12] bpf: selftests: Fix bpf_iter_task_vma_new() prototype
` [PATCH bpf-next v4 03/12] bpf: selftests: Fix fentry test kfunc prototypes
` [PATCH bpf-next v4 04/12] bpf: selftests: Fix bpf_cpumask_first_zero() kfunc prototype
` [PATCH bpf-next v4 05/12] bpf: selftests: Fix bpf_map_sum_elem_count() "
` [PATCH bpf-next v4 06/12] bpf: selftests: Fix bpf_session_cookie() "
` [PATCH bpf-next v4 07/12] bpf: selftests: Namespace struct_opt callbacks in bpf_dctcp
` [PATCH bpf-next v4 09/12] bpf: treewide: Align kfunc signatures to prog point-of-view
` [PATCH bpf-next v4 10/12] bpf: selftests: nf: Opt out of using generated kfunc prototypes
` [PATCH bpf-next v4 11/12] bpf: selftests: xfrm: "

[PATCH net-next v2 9/9] selftests: openvswitch: add emit_sample test
 2024-06-10  9:20 UTC  (3+ messages)

[PATCH] selftests: Add information about TAP conformance in tests
 2024-06-10  8:32 UTC 

[PATCH v2 0/4] kselftests: vdso: conform tests to TAP output
 2024-06-10  5:41 UTC  (5+ messages)
` [PATCH v2 1/4] kselftests: vdso: vdso_test_clock_getres: conform test "
` [PATCH v2 2/4] kselftests: vdso: vdso_test_correctness: "
` [PATCH v2 3/4] kselftests: vdso: vdso_test_getcpu: "
` [PATCH v2 4/4] kselftests: vdso: vdso_test_gettimeofday: "

[PATCH] MAINTAINERS: Add selftests/x86 entry
 2024-06-10  5:28 UTC 

[PATCH 0/4] selftest: x86: conform tests to TAP format output
 2024-06-10  5:19 UTC  (4+ messages)

[PATCH 0/5] Reorganize string-stream and assert tests
 2024-06-09 19:05 UTC  (13+ messages)
` [PATCH 1/5] kunit: string-stream: export non-static functions
` [PATCH 2/5] kunit: kunit-test: Remove stub for log tests
` [PATCH 3/5] kunit: string-stream-test: Make it a separate module
` [PATCH 4/5] kunit: assert: export non-static functions
` [PATCH 5/5] kunit: Merge assertion test into kunit-test.c

[PATCH bpf-next v3 00/11] Add check for bpf lsm return value
 2024-06-09 18:17 UTC  (7+ messages)
` [PATCH bpf-next v3 01/11] bpf, lsm: Annotate lsm hook return value range

[PATCH] selftests: net: Add on/off checks for network interface non fixed features
 2024-06-09 13:28 UTC  (3+ messages)

[PATCH v2] sefltests: net: Add on/off checks for network interface non fixed features
 2024-06-09 13:21 UTC 

[PATCH v3] selftests/mm: use asm volatile to not optimize mmap read variable
 2024-06-08 10:22 UTC  (3+ messages)

[PATCH HID v2 00/16] HID: convert HID-BPF into using bpf_struct_ops
 2024-06-08  8:00 UTC  (6+ messages)
` [PATCH HID v2 03/16] HID: bpf: implement HID-BPF through bpf_struct_ops
` [PATCH HID v2 15/16] HID: bpf: rework hid_bpf_ops_btf_struct_access

[PATCH v1 0/1] mm/memfd: add documentation for MFD_NOEXEC_SEAL
 2024-06-08  3:35 UTC  (4+ messages)
` [PATCH v1 1/1] mm/memfd: add documentation for MFD_NOEXEC_SEAL MFD_EXEC

[PATCH 0/5] cleanups, fixes, and progress towards avoiding "make headers"
 2024-06-08  2:15 UTC  (7+ messages)
` [PATCH 1/5] selftests/mm: mseal, self_elf: fix missing __NR_mseal
` [PATCH 2/5] selftests/mm: fix vm_util.c build failures: add snapshot of fs.h
` [PATCH 3/5] mm/selftests: kvm, mdwe fixes to avoid requiring "make headers"
` [PATCH 4/5] selftests/mm: mseal, self_elf: factor out test macros and other duplicated items
` [PATCH 5/5] selftests/mm: mseal, self_elf: rename TEST_END_CHECK to REPORT_TEST_PASS

[PATCH v3 0/7] selftests/x86: fix build errors and warnings found via clang
 2024-06-07 22:23 UTC  (3+ messages)
` [PATCH v3 5/7] selftests/x86: avoid -no-pie warnings from clang during compilation

[PATCH 07/10] selftests/pidfd: Fix wrong expectation
 2024-06-07 21:55 UTC  (2+ messages)

[PATCH 0/8] selftests: x86: build suite with clang
 2024-06-07 21:25 UTC  (5+ messages)

[PATCH 0/2] Modify the watchdog selftest for execution with
 2024-06-07 21:07 UTC  (3+ messages)

[PATCH v4] selftest: mm: Test if hugepage does not get leaked during __bio_release_pages()
 2024-06-07 20:52 UTC  (3+ messages)

[PATCH] tools/testing/selftests/x86: add dlclose function in the vdso_restorer.c
 2024-06-07 20:17 UTC  (2+ messages)

[PATCH 0/4] kselftests: vdso: conform tests to TAP output
 2024-06-07 20:16 UTC  (4+ messages)
` [PATCH 1/4] kselftests: vdso: vdso_test_clock_getres: conform test "

kselftest/next kselftest-livepatch: 1 runs, 1 regressions (v6.10-rc1-1-ga567885b1ecc9)
 2024-06-07 20:15 UTC 

kselftest/next kselftest-lkdtm: 3 runs, 1 regressions (v6.10-rc1-1-ga567885b1ecc9)
 2024-06-07 20:15 UTC 

[PATCH v2 0/2] selftests/lib.mk: LLVM=1, CC=clang, and warnings
 2024-06-07 20:13 UTC  (11+ messages)
` [PATCH v2 1/2] selftests/lib.mk: handle both LLVM=1 and CC=clang builds
` [PATCH v2 2/2] selftests/lib.mk: silence some clang warnings that gcc already ignores

kselftest/next build: 5 builds: 0 failed, 5 passed, 1 warning (v6.10-rc1-1-ga567885b1ecc9)
 2024-06-07 19:17 UTC 

[PATCH v3] selftest: mm: Test if hugepage does not get leaked during __bio_release_pages()
 2024-06-07 16:39 UTC  (5+ messages)

[PATCH net-next 0/6] selftests: mptcp: use net/lib.sh to manage netns
 2024-06-07 16:31 UTC  (7+ messages)
` [PATCH net-next 1/6] selftests: net: lib: ignore possible errors
` [PATCH net-next 2/6] selftests: net: lib: remove ns from list after clean-up
` [PATCH net-next 3/6] selftests: net: lib: do not set ns var as readonly
` [PATCH net-next 4/6] selftests: net: lib: remove 'ns' var in setup_ns
` [PATCH net-next 5/6] selftests: mptcp: lib: use setup/cleanup_ns helpers
` [PATCH net-next 6/6] selftests: mptcp: lib: use wait_local_port_listen helper


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