linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-16 07:49:09 to 2022-05-19 13:15:34 UTC [more...]

[PATCH 1/2] kunit: tool: Add x86_64-smp architecture for SMP testing
 2022-05-19 13:15 UTC  (11+ messages)
` [PATCH 2/2] kcsan: test: Add a .kunitconfig to run KCSAN tests

[PATCH bpf-next v5 00/17] Introduce eBPF support for HID devices
 2022-05-19 13:13 UTC  (34+ messages)
` [PATCH bpf-next v5 01/17] bpf/btf: also allow kfunc in tracing and syscall programs
` [PATCH bpf-next v5 02/17] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v5 03/17] bpf: prepare for more bpf syscall to be used from kernel and user space
` [PATCH bpf-next v5 04/17] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton
` [PATCH bpf-next v5 05/17] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v5 06/17] HID: export hid_report_type to uapi
` [PATCH bpf-next v5 07/17] HID: initial BPF implementation
` [PATCH bpf-next v5 08/17] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v5 09/17] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH bpf-next v5 10/17] selftests/bpf/hid: add test to change the report size
` [PATCH bpf-next v5 11/17] HID: bpf: introduce hid_hw_request()
` [PATCH bpf-next v5 12/17] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v5 13/17] HID: bpf: allow to change the report descriptor
` [PATCH bpf-next v5 14/17] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v5 15/17] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v5 16/17] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v5 17/17] Documentation: add HID-BPF docs

[PATCH v7 0/6] Proposal for a GPU cgroup controller
 2022-05-19 10:52 UTC  (9+ messages)
` [PATCH v7 1/6] gpu: rfc: "
` [PATCH v7 2/6] cgroup: gpu: Add a cgroup controller for allocator attribution of GPU memory

[RFC PATCH 0/3] fat: add support for the renameat2 RENAME_EXCHANGE flag
 2022-05-19  9:23 UTC  (2+ messages)
` [RFC PATCH 3/3] selftests/filesystems: add a vfat RENAME_EXCHANGE test

[PATCH v4 0/2] s390: Ultravisor device
 2022-05-19  9:13 UTC  (12+ messages)
` [PATCH v4 1/2] drivers/s390/char: Add Ultravisor io device

[PATCH v3 1/1] selftests: vm: add process_mrelease tests
 2022-05-19  9:00 UTC  (3+ messages)

[PATCH bpf-next v9 0/5] New BPF helpers to accelerate synproxy
 2022-05-19  4:42 UTC  (8+ messages)

[PATCH net 0/2] selftests: net: add missing tests to Makefile
 2022-05-19  3:13 UTC  (7+ messages)

[PATCH net 0/2] selftests/bpf: fix ima_setup.sh missing issue
 2022-05-19  2:44 UTC  (6+ messages)
` [PATCH net 1/2] selftests/bpf: Fix build error with ima_setup.sh

[PATCH bpf-next] selftests/bpf: Add missing trampoline program type to trampoline_count test
 2022-05-19  0:04 UTC  (3+ messages)

[PATCH bpf-next v3 0/4] Fix 32-bit arch and compat support for the kprobe_multi attach type
 2022-05-18 23:50 UTC  (19+ messages)
` [PATCH bpf-next v3 1/4] bpf_trace: check size for overflow in bpf_kprobe_multi_link_attach
` [PATCH bpf-next v3 2/4] bpf_trace: support 32-bit kernels "
` [PATCH bpf-next v3 3/4] bpf_trace: handle compat in copy_user_syms
` [PATCH bpf-next v3 4/4] bpf_trace: pass array of u64 values in kprobe_multi.addrs

[PATCH bpf-next v4 0/6] bpf trampoline for arm64
 2022-05-18 19:57 UTC  (10+ messages)
` [PATCH bpf-next v4 1/6] arm64: ftrace: Add ftrace direct call support
` [PATCH bpf-next v4 2/6] ftrace: Fix deadloop caused by direct call in ftrace selftest
` [PATCH bpf-next v4 3/6] bpf: Move is_valid_bpf_tramp_flags() to the public trampoline code
` [PATCH bpf-next v4 4/6] bpf, arm64: Impelment bpf_arch_text_poke() for arm64
` [PATCH bpf-next v4 5/6] bpf, arm64: bpf trampoline "
` [PATCH bpf-next v4 6/6] selftests/bpf: Fix trivial typo in fentry_fexit.c

(no subject)
 2022-05-18 19:10 UTC  (8+ messages)
` [PATCH v2 1/5] selftests: memcg: Fix compilation
` [PATCH v2 2/5] selftests: memcg: Expect no low events in unprotected sibling
` [PATCH v2 3/5] selftests: memcg: Adjust expected reclaim values of protected cgroups
` [PATCH v2 4/5] selftests: memcg: Remove protection from top level memcg
` [PATCH v2 5/5] selftests: memcg: Factor out common parts of memory.{low,min} tests

[PATCH 0/3] kunit: add support in kunit.py for --qemu_args
 2022-05-18 17:01 UTC  (4+ messages)
` [PATCH 1/3] Documentation: kunit: fix example run_kunit func to allow spaces in args
` [PATCH 2/3] kunit: tool: simplify creating LinuxSourceTreeOperations
` [PATCH 3/3] kunit: tool: introduce --qemu_args

[PATCH 0/4] memcontrol selftests fixups
 2022-05-18 16:27 UTC  (6+ messages)
` [PATCH 1/4] selftests: memcg: Fix compilation
` [PATCH 2/4] selftests: memcg: Expect no low events in unprotected sibling
` [PATCH 3/4] selftests: memcg: Adjust expected reclaim values of protected cgroups
` [PATCH 4/4] selftests: memcg: Remove protection from top level memcg

[PATCH 1/3] kunit: tool: drop unused load_config argument
 2022-05-18 15:50 UTC  (7+ messages)
` [PATCH 2/3] kunit: tool: redo how we construct and mock LinuxSourceTree
` [PATCH 3/3] kunit: tool: refactoring printing logic into kunit_printer.py

[PATCH bpf-next v2] selftests/bpf: fix some bugs in map_lookup_percpu_elem testcase
 2022-05-18 15:43 UTC  (2+ messages)

[PATCH] selftests/sgx: add test_encl.elf to TEST_GEN_FILES
 2022-05-18 14:54 UTC  (2+ messages)

[PATCH bpf-next v5 0/6] bpf trampoline for arm64
 2022-05-18 13:16 UTC  (7+ messages)
` [PATCH bpf-next v5 1/6] arm64: ftrace: Add ftrace direct call support
` [PATCH bpf-next v5 2/6] ftrace: Fix deadloop caused by direct call in ftrace selftest
` [PATCH bpf-next v5 3/6] bpf: Remove is_valid_bpf_tramp_flags()
` [PATCH bpf-next v5 4/6] bpf, arm64: Impelment bpf_arch_text_poke() for arm64
` [PATCH bpf-next v5 5/6] bpf, arm64: bpf trampoline "
` [PATCH bpf-next v5 6/6] selftests/bpf: Fix trivial typo in fentry_fexit.c

[PATCH AUTOSEL 5.4 3/6] selftests: add ping test with ping_group_range tuned
 2022-05-18 12:29 UTC 

[PATCH AUTOSEL 5.10 04/13] selftests: add ping test with ping_group_range tuned
 2022-05-18 12:28 UTC 

[PATCH AUTOSEL 5.15 05/17] selftests: add ping test with ping_group_range tuned
 2022-05-18 12:27 UTC 

[PATCH AUTOSEL 5.17 06/23] selftests: add ping test with ping_group_range tuned
 2022-05-18 12:26 UTC 

[PATCH] kunit: use kmemdup in kunit_filter_tests(), take suite as const
 2022-05-18  7:59 UTC  (2+ messages)

[PATCH] selftests/lkdtm: add config
 2022-05-17 21:53 UTC  (2+ messages)

[PATCH] kunit: Taint kernel if any tests run
 2022-05-17 20:58 UTC  (9+ messages)
` [PATCH v3 1/3] panic: Taint kernel if tests are run
` [PATCH v3 2/3] kunit: Taint the kernel when KUnit "

[PATCH] kunit: tool: Use qemu-system-i386 for i386 runs
 2022-05-17 20:38 UTC  (2+ messages)

New collaboration
 2022-05-17 15:50 UTC 

[PATCH v3] selftests/damon: suppress compiler warnings for huge_count_read_write
 2022-05-17 16:04 UTC  (5+ messages)

[PATCH v3 0/2] Dirtying, failing memop: don't indicate suppression
 2022-05-17 12:28 UTC  (4+ messages)
` [PATCH v3 2/2] KVM: s390: selftest: Test suppression indication on key prot exception

[PATCH bpf v2 2/4] bpf_trace: support 32-bit kernels in bpf_kprobe_multi_link_attach
 2022-05-17  7:08 UTC  (2+ messages)

[PATCH bpf v2 1/4] bpf_trace: check size for overflow in bpf_kprobe_multi_link_attach
 2022-05-17  7:01 UTC  (2+ messages)

[PATCH bpf 1/4] bpf_trace: check size for overflow in bpf_kprobe_multi_link_attach
 2022-05-17  1:14 UTC  (4+ messages)

kselftest/next kselftest-seccomp: 5 runs, 4 regressions (v5.18-rc3-19-g15477b31db104)
 2022-05-17  0:06 UTC 

kselftest/next kselftest-lkdtm: 5 runs, 1 regressions (v5.18-rc3-19-g15477b31db104)
 2022-05-17  0:06 UTC 

[PATCH v2 1/1] selftests: vm: add process_mrelease tests
 2022-05-16 23:51 UTC  (7+ messages)

kselftest/next build: 8 builds: 0 failed, 8 passed (v5.18-rc3-19-g15477b31db104)
 2022-05-16 23:07 UTC 

[PATCH bpf v2 4/4] bpf_trace: pass array of u64 values in kprobe_multi.addrs
 2022-05-16 23:05 UTC 

[PATCH bpf v2 3/4] bpf_trace: handle compat in kprobe_multi_resolve_syms
 2022-05-16 23:05 UTC 

[PATCH bpf v2 0/4] Fix 32-bit arch and compat support for the kprobe_multi attach type
 2022-05-16 23:04 UTC 

[PATCH] kunit: fix executor OOM error handling logic on non-UML
 2022-05-16 21:22 UTC  (2+ messages)

[PATCH] kselftests/ir : Improve readability of modprobe error message
 2022-05-16 19:48 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 1e1b28b936aed946122b4e0991e7144fdbbfd77e
 2022-05-16 19:06 UTC  (2+ messages)

[PATCH] selftests: alsa: Better error messages
 2022-05-16 18:50 UTC  (5+ messages)

[PATCH v2] kselftest/arm64: Explicitly build no BTI tests with BTI disabled
 2022-05-16 18:45 UTC  (2+ messages)

[PATCH] kselftest/arm64: bti: force static linking
 2022-05-16 18:45 UTC  (5+ messages)

[PATCH bpf 4/4] bpf_trace: pass array of u64 values in kprobe_multi.addrs
 2022-05-16 18:27 UTC 

[PATCH bpf 3/4] bpf_trace: handle compat in kprobe_multi_resolve_syms
 2022-05-16 18:27 UTC 

[PATCH bpf 2/4] bpf_trace: support 32-bit kernels in bpf_kprobe_multi_link_attach
 2022-05-16 18:27 UTC 

[PATCH bpf 0/4] Fix 32-bit arch and compat support for the kprobe_multi attach type
 2022-05-16 18:26 UTC 

[PATCH bpf 0/4] Fix 32-bit arch and compat support for the kprobe_multi attach type
 2022-05-16 18:24 UTC 

[PATCH] kselftest/arm64: Explicitly build no BTI tests with BTI disabled
 2022-05-16 18:13 UTC  (3+ messages)

[PATCH] kselftest: alsa: handle cross compilation
 2022-05-16 17:52 UTC  (2+ messages)

[PATCH bpf-next v3 0/7] bpf trampoline for arm64
 2022-05-16  7:58 UTC  (6+ messages)
` [PATCH bpf-next v3 4/7] bpf, arm64: Impelment bpf_arch_text_poke() "


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