linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-04 21:27:25 to 2022-04-08 21:54:42 UTC [more...]

[PATCH] kunit: tool: don't print out test statuses w/ 0s in summary
 2022-04-08 21:54 UTC  (8+ messages)
` [PATCH] kunit: tool: Print a total count of tests

[PATCH v2] kunit: tool: update test counts summary line format
 2022-04-08 21:51 UTC 

[PATCH bpf-next] selftests/bpf: Fix return value checks in perf_event_stackmap.c
 2022-04-08 21:09 UTC  (4+ messages)
  ` [PATCH bpf-next v2] "

[RFC V1 PATCH 0/5] selftests: KVM: selftests for fd-based approach of supporting private memory
 2022-04-08 21:05 UTC  (6+ messages)
` [RFC V1 PATCH 1/5] x86: kvm: HACK: Allow testing of priv memfd approach
` [RFC V1 PATCH 2/5] selftests: kvm: Fix inline assembly for hypercall
` [RFC V1 PATCH 3/5] selftests: kvm: Add a basic selftest to test private memory
` [RFC V1 PATCH 4/5] selftests: kvm: priv_memfd_test: Add support for memory conversion
` [RFC V1 PATCH 5/5] selftests: kvm: priv_memfd_test: Add shared access test

[PATCH v2 0/2] drop duplicate max/min definitions
 2022-04-08 20:31 UTC  (6+ messages)
` [PATCH v2 1/2] selftests: bpf: "
` [PATCH v2 2/2] selftests: mqueue: drop duplicate min definition

[PATCH v3 0/4] memcg: introduce per-memcg proactive reclaim
 2022-04-08 20:08 UTC  (10+ messages)
` [PATCH v3 1/4] memcg: introduce per-memcg reclaim interface
` [PATCH v3 2/4] selftests: cgroup: return the errno of write() in cg_write() on failure
` [PATCH v3 3/4] selftests: cgroup: fix alloc_anon_noexit() instantly freeing memory
` [PATCH v3 4/4] selftests: cgroup: add a selftest for memory.reclaim

lkft kselftest for next-20220405
 2022-04-08 20:05 UTC 

[GIT PULL] KUnit update for Linux 5.18-rc2
 2022-04-08 18:55 UTC 

[PATCH v1] kunit: add support for kunit_suites that reference init code
 2022-04-08 18:50 UTC  (6+ messages)

[GIT PULL] Kselftest update for Linux 5.18-rc2
 2022-04-08 18:36 UTC 

[PATCH V3] testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu set
 2022-04-08 18:30 UTC  (2+ messages)

[PATCH] kunit: tool: cosmetic: don't specify duplicate kunit_shutdown's
 2022-04-08 17:38 UTC  (3+ messages)

[PATCH v8 0/1] Introduce XSAVE feature self-test
 2022-04-08 16:58 UTC  (3+ messages)
` [PATCH v8 1/1] selftests/x86/xstate: Add xstate test cases for XSAVE feature

[PATCH v13 00/39] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-04-08 11:43 UTC  (40+ messages)
` [PATCH v13 01/39] kselftest/arm64: Fix comment for ptrace_sve_get_fpsimd_data()
` [PATCH v13 02/39] kselftest/arm64: Remove assumption that tasks start FPSIMD only
` [PATCH v13 03/39] kselftest/arm64: Validate setting via FPSIMD and read via SVE regsets
` [PATCH v13 04/39] arm64/sme: Provide ABI documentation for SME
` [PATCH v13 05/39] arm64/sme: System register and exception syndrome definitions
` [PATCH v13 06/39] arm64/sme: Manually encode SME instructions
` [PATCH v13 07/39] arm64/sme: Early CPU setup for SME
` [PATCH v13 08/39] arm64/sme: Basic enumeration support
` [PATCH v13 09/39] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v13 10/39] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v13 11/39] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v13 12/39] arm64/sme: Implement support for TPIDR2
` [PATCH v13 13/39] arm64/sme: Implement SVCR context switching
` [PATCH v13 14/39] arm64/sme: Implement streaming SVE "
` [PATCH v13 15/39] arm64/sme: Implement ZA "
` [PATCH v13 16/39] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v13 17/39] arm64/sme: Disable ZA and streaming mode when handling signals
` [PATCH v13 18/39] arm64/sme: Implement streaming SVE signal handling
` [PATCH v13 19/39] arm64/sme: Implement ZA "
` [PATCH v13 20/39] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v13 21/39] arm64/sme: Add ptrace support for ZA
` [PATCH v13 22/39] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v13 23/39] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v13 24/39] KVM: arm64: Hide SME system registers from guests
` [PATCH v13 25/39] KVM: arm64: Trap SME usage in guest
` [PATCH v13 26/39] KVM: arm64: Handle SME host state when running guests
` [PATCH v13 27/39] arm64/sme: Provide Kconfig for SME
` [PATCH v13 28/39] kselftest/arm64: Add manual encodings for SME instructions
` [PATCH v13 29/39] kselftest/arm64: sme: Add SME support to vlset
` [PATCH v13 30/39] kselftest/arm64: Add tests for TPIDR2
` [PATCH v13 31/39] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v13 32/39] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v13 33/39] kselftest/arm64: signal: Handle ZA signal context in core code
` [PATCH v13 34/39] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v13 35/39] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v13 36/39] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v13 37/39] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v13 38/39] kselftest/arm64: Add SME support to syscall ABI test
` [PATCH v13 39/39] selftests/arm64: Add a testcase for handling of ZA on clone()

[PATCH V2] testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu set
 2022-04-08  7:25 UTC  (3+ messages)

[PATCH v2 0/4] memcg: introduce per-memcg proactive reclaim
 2022-04-08  5:00 UTC  (8+ messages)
` [PATCH v2 1/4] memcg: introduce per-memcg reclaim interface
` [PATCH v2 2/4] selftests: cgroup: return the errno of write() in cg_write() on failure
` [PATCH v2 3/4] selftests: cgroup: fix alloc_anon_noexit() instantly freeing memory
` [PATCH v2 4/4] selftests: cgroup: add a selftest for memory.reclaim

[PATCH bpf-next] selftests: bpf: use MIN for TCP CC tests
 2022-04-07 21:05 UTC  (3+ messages)

[PATCH 0/4] mm/memfd: MFD_NOEXEC for memfd_create
 2022-04-07 20:03 UTC  (5+ messages)
` [PATCH 3/4] selftests/memfd: add tests for F_SEAL_EXEC
` [PATCH 4/4] selftests/memfd: add tests for MFD_NOEXEC

[PATCH] userfaultfd/selftests: use swap() instead of open coding it
 2022-04-07 18:45 UTC  (3+ messages)

[PATCH v12 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-04-07 15:26 UTC  (7+ messages)
` [PATCH v12 06/40] arm64/sme: Provide ABI documentation for SME

[PATCH v5 1/3] selftests: bpf: add test for bpf_skb_change_proto
 2022-04-07 15:22 UTC  (4+ messages)
` [PATCH v5 2/3] selftests net: add UDP GRO fraglist + bpf self-tests
` [PATCH v5 3/3] net: fix wrong network header length

WARNING: at arch/x86/kvm/../../../virt/kvm/kvm_main.c:3156 mark_page_dirty_in_slot
 2022-04-07 14:01 UTC  (3+ messages)

[PATCH v3] net: fix wrong network header length
 2022-04-07  9:38 UTC 

[PATCH] testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu set
 2022-04-07  4:30 UTC  (3+ messages)

[PATCH] kunit: bail out of test filtering logic quicker if OOM
 2022-04-06 23:22 UTC 

[PATCH v2] selftest/vm clarify error statement in gup_test
 2022-04-06 19:38 UTC  (4+ messages)

[PATCH bpf v5 1/2] bpf: Support dual-stack sockets in bpf_tcp_check_syncookie
 2022-04-06 17:00 UTC  (3+ messages)
` [PATCH bpf v5 2/2] bpf: Adjust bpf_tcp_check_syncookie selftest to test dual-stack sockets

[PATCH bpf-next v3 00/27] bpf: RLIMIT_MEMLOCK cleanups
 2022-04-06 14:33 UTC  (32+ messages)
` [PATCH bpf-next v3 01/27] bpf: selftests: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK in xdping
` [PATCH bpf-next v3 02/27] bpf: selftests: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK in xdpxceiver
` [PATCH bpf-next v3 03/27] bpf: selftests: No need to include bpf_rlimit.h in test_tcpnotify_user
` [PATCH bpf-next v3 04/27] bpf: selftests: No need to include bpf_rlimit.h in flow_dissector_load
` [PATCH bpf-next v3 05/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in get_cgroup_id_user
` [PATCH bpf-next v3 06/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_cgroup_storage
` [PATCH bpf-next v3 07/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in get_cgroup_id_user
` [PATCH bpf-next v3 08/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_lpm_map
` [PATCH bpf-next v3 09/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_lru_map
` [PATCH bpf-next v3 10/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_skb_cgroup_id_user
` [PATCH bpf-next v3 11/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_sock_addr
` [PATCH bpf-next v3 12/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_sock
` [PATCH bpf-next v3 13/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_sockmap
` [PATCH bpf-next v3 14/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_sysctl
` [PATCH bpf-next v3 15/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_tag
` [PATCH bpf-next v3 16/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_tcp_check_syncookie_user
` [PATCH bpf-next v3 17/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_verifier_log
` [PATCH bpf-next v3 18/27] bpf: samples: Set libbpf 1.0 API mode explicitly in hbm
` [PATCH bpf-next v3 19/27] bpf: selftests: Get rid of bpf_rlimit.h
` [PATCH bpf-next v3 20/27] bpf: selftests: No need to include sys/resource.h in some files
` [PATCH bpf-next v3 21/27] bpf: samples: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK in xdpsock_user
` [PATCH bpf-next v3 22/27] bpf: samples: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK in xsk_fwd
` [PATCH bpf-next v3 23/27] bpf: samples: No need to include sys/resource.h in many files
` [PATCH bpf-next v3 24/27] bpf: bpftool: Remove useless return value of libbpf_set_strict_mode
` [PATCH bpf-next v3 25/27] bpf: bpftool: Set LIBBPF_STRICT_AUTO_RLIMIT_MEMLOCK for legacy libbpf
` [PATCH bpf-next v3 26/27] bpf: bpftool: remove RLIMIT_MEMLOCK
` [PATCH bpf-next v3 27/27] bpf: runqslower: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK

special_insns.h:36:9: error: array subscript 0 is outside array bounds of ‘unsigned int[0]’ [-Werror=array-bounds]
 2022-04-06 14:17 UTC 

[PATCH v3 2/2] lkdtm: Add Shadow Call Stack tests
 2022-04-06  1:48 UTC  (4+ messages)
` [PATCH v4 "

[RFC v1 00/10] roadtest: a driver testing framework
 2022-04-06 13:08 UTC  (12+ messages)
` [RFC v1 08/10] iio: light: vcnl4000: add roadtest
` [RFC v1 09/10] regulator: tps62864: "
  ` [RFC v1 01/10] roadtest: import libvhost-user from QEMU

[PATCH 00/18] bpf: Secure and authenticated preloading of eBPF programs
 2022-04-06  6:55 UTC  (17+ messages)
                ` [POC][USER SPACE][PATCH] Introduce LSM to protect pinned objects

[PATCH] lib/Kconfig.debug: change KUnit tests to default to KUNIT_ALL_TESTS
 2022-04-06  4:44 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Remove redundant checks in get_stack_print_output()
 2022-04-05 23:52 UTC  (2+ messages)

[PATCH bpf v4] bpf: Support dual-stack sockets in bpf_tcp_check_syncookie
 2022-04-05 22:18 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix issues in parse_num_list()
 2022-04-05 23:28 UTC  (4+ messages)
  ` [PATCH bpf-next v2] "

[PATCH bpf-next] selftests/bpf: Fix file descriptor leak in load_kallsyms()
 2022-04-06  0:00 UTC  (2+ messages)

[RFC v4 0/8] Proposal for a GPU cgroup controller
 2022-04-05 17:48 UTC  (11+ messages)
` [RFC v4 2/8] cgroup: gpu: Add a cgroup controller for allocator attribution of GPU memory
` [RFC v4 5/8] dmabuf: Add gpu cgroup charge transfer function

kselftest/next build: 7 builds: 0 failed, 7 passed (v5.18-rc1)
 2022-04-05 15:35 UTC 

kselftest/fixes build: 8 builds: 0 failed, 8 passed (v5.18-rc1-7-g79ee8aa31d51)
 2022-04-05 16:18 UTC 

kselftest/next kselftest-seccomp: 1 runs, 4 regressions (v5.18-rc1)
 2022-04-05 16:33 UTC 

kselftest/next kselftest-lkdtm: 1 runs, 1 regressions (v5.18-rc1)
 2022-04-05 16:33 UTC 

kselftest/next kselftest-rtc: 2 runs, 1 regressions (v5.18-rc1)
 2022-04-05 16:33 UTC 

Prezentacja
 2022-04-05  7:43 UTC 

[RFC PATCH 0/2] kunit: Support redirecting function calls
 2022-04-04 21:13 UTC  (8+ messages)
` [RFC PATCH 1/2] kunit: Expose 'static stub' API to redirect functions
` [RFC PATCH 2/2] kunit: expose ftrace-based API for stubbing out functions during tests


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