Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2022-05-18 02:51:11 to 2022-05-22 15:06:50 UTC [more...]

[PATCH v9 0/6] test_sysfs: add new selftest for sysfs
 2022-05-22 15:06 UTC  (6+ messages)
` [PATCH v9 3/6] selftests: add tests_sysfs module

[PATCH] cgroup: Fix an error handling path in alloc_pagecache_max_30M()
 2022-05-22 14:18 UTC 

[PATCH v11 0/8] cgroup/cpuset: cpu partition code enhancements
 2022-05-22  2:40 UTC  (6+ messages)
` [PATCH v11 8/8] kselftest/cgroup: Add cpuset v2 partition root state test

(no subject)
 2022-05-21 14:11 UTC  (9+ 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 v3 1/1] selftests: vm: add process_mrelease tests
 2022-05-21 14:01 UTC  (4+ messages)

[PATCH v4 0/2] s390: Ultravisor device
 2022-05-21 13:53 UTC  (9+ messages)
` [PATCH v4 1/2] drivers/s390/char: Add Ultravisor io device
` [PATCH v4 2/2] selftests: drivers/s390x: Add uvdevice tests

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

[PATCH] selftests/vm/pkeys: fix typo in comment
 2022-05-21 12:06 UTC  (2+ messages)

[PATCH] selftest: sync: fix typo in comment
 2022-05-21 11:10 UTC 

[PATCH v7 0/6] Proposal for a GPU cgroup controller
 2022-05-21 10:15 UTC  (15+ messages)
` [PATCH v7 6/6] selftests: Add binder cgroup gpu memory transfer tests
` [PATCH v7 1/6] gpu: rfc: Proposal for a GPU cgroup controller
` [PATCH v7 2/6] cgroup: gpu: Add a cgroup controller for allocator attribution of GPU memory

[PATCH] selftests: vm: add migration to the .gitignore
 2022-05-21  9:43 UTC 

[PATCH] net: selftests: Add stress_reuseport_listen to .gitignore
 2022-05-21  9:37 UTC 

[PATCH] selftests: kvm: correct the renamed test name in .gitignore
 2022-05-21  9:32 UTC  (2+ messages)

[PATCH 0/3] selftests: vm: a few fixup patches
 2022-05-21  8:38 UTC  (4+ messages)
` [PATCH 1/3] selftests: vm: check numa_available() before operating "merge_across_nodes" in ksm_tests
` [PATCH 2/3] selftests: vm: add "test_hmm.sh" to TEST_FILES
` [PATCH 3/3] selftests: vm: add the "settings" file with timeout variable

[PATCH v2] docs/kselftest: add more guidelines for adding new tests
 2022-05-21  7:36 UTC 

[PATCH] docs/kselftest: add more guidelines for adding new tests
 2022-05-21  7:02 UTC  (3+ messages)

[Bug Report] - kselftest build fails if output directory is first level sub-directory
 2022-05-21  6:44 UTC 

[PATCH] selftests: drivers/dma-buf: Improve message in selftest summary
 2022-05-21  6:36 UTC 

kbuild problem: ERROR: modpost: missing MODULE_LICENSE() in drivers/iio/afe/iio-rescale.o
 2022-05-21  5:39 UTC  (7+ messages)

[PATCH bpf-next v5 00/17] Introduce eBPF support for HID devices
 2022-05-21  2:46 UTC  (40+ 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

[REGRESSION] lkft kselftest for next-20220520
 2022-05-21  0:36 UTC 

[REGRESSION] lkft kselftest for next-20220519
 2022-05-21  0:30 UTC 

[PATCH bpf-next 0/4] bpf: verifier: remove redundant opcode checks
 2022-05-21  0:27 UTC  (3+ messages)
` [PATCH bpf-next 4/4] selftests/bpf: add reason of rejection in ld_imm64

[PATCH bpf-next] selftests/bpf: Add missing trampoline program type to trampoline_count test
 2022-05-20 23:20 UTC  (4+ messages)
  ` [PATCH bpf-next v2] "

[PATCH bpf-next v3 0/4] Fix 32-bit arch and compat support for the kprobe_multi attach type
 2022-05-20 23:16 UTC  (22+ 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 net 0/2] selftests/bpf: fix ima_setup.sh missing issue
 2022-05-20 22:58 UTC  (7+ messages)
` [PATCH net 1/2] selftests/bpf: Fix build error with ima_setup.sh

[PATCH v2] kunit: tool: refactor internal kconfig handling, allow overriding
 2022-05-20 22:42 UTC 

[PATCH bpf v4 0/3] Fix kprobe_multi interface issues for 5.18
 2022-05-20 22:35 UTC  (8+ messages)
` [PATCH bpf v4 1/3] bpf_trace: check size for overflow in bpf_kprobe_multi_link_attach
` [PATCH bpf v4 2/3] bpf_trace: bail out from bpf_kprobe_multi_link_attach when in compat
` [PATCH bpf v4 3/3] libbpf, selftests/bpf: pass array of u64 values in kprobe_multi.addrs

[PATCH] kunit: tool: refactor internal kconfig handling, allow overriding
 2022-05-20 22:35 UTC  (5+ messages)

[PATCH bpf-next v2] selftests/bpf: fix some bugs in map_lookup_percpu_elem testcase
 2022-05-20 22:10 UTC  (4+ messages)

[PATCH bpf-next v5 0/6] bpf trampoline for arm64
 2022-05-20 21:18 UTC  (8+ 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] selftests/net: enable lo.accept_local in psock_snd test
 2022-05-20 13:52 UTC  (2+ messages)

[REGRESSION] lkft kselftest for next-20220511
 2022-05-20 13:45 UTC 

[REGRESSION] lkft kselftest for next-20220518
 2022-05-19 22:22 UTC 

[PATCH v2 0/6] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-05-19 19:13 UTC  (10+ messages)
` [PATCH v2 3/6] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
` [PATCH v2 4/6] userfaultfd: update documentation to describe /dev/userfaultfd
` [PATCH v2 5/6] userfaultfd: selftests: make /dev/userfaultfd testing configurable

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

[PATCH 0/3] kunit: add support in kunit.py for --qemu_args
 2022-05-19 13:20 UTC  (7+ 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 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 bpf-next v4 0/6] bpf trampoline for arm64
 2022-05-18 19:57 UTC  (6+ messages)
` [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 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] selftests/sgx: add test_encl.elf to TEST_GEN_FILES
 2022-05-18 14:54 UTC  (2+ messages)

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox