Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-07-22 14:20:07 to 2024-07-24 23:53:15 UTC [more...]

[PATCH bpf-next v1 00/19] selftests/bpf: Improve libc portability / musl support (part 1)
 2024-07-24 23:52 UTC  (27+ messages)
` [PATCH bpf-next v1 01/19] selftests/bpf: Use pid_t consistently in test_progs.c
` [PATCH bpf-next v1 02/19] selftests/bpf: Fix compile error from rlim_t in sk_storage_map.c
` [PATCH bpf-next v1 03/19] selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libc
` [PATCH bpf-next v1 04/19] selftests/bpf: Drop unneeded include in unpriv_helpers.c
` [PATCH bpf-next v1 05/19] selftests/bpf: Drop unneeded include in sk_lookup.c
` [PATCH bpf-next v1 06/19] selftests/bpf: Drop unneeded include in flow_dissector.c
` [PATCH bpf-next v1 07/19] selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.c
` [PATCH bpf-next v1 08/19] selftests/bpf: Fix missing UINT_MAX definitions in benchmarks
` [PATCH bpf-next v1 09/19] selftests/bpf: Fix missing BUILD_BUG_ON() declaration
` [PATCH bpf-next v1 10/19] selftests/bpf: Fix include of <sys/fcntl.h>
` [PATCH bpf-next v1 11/19] selftests/bpf: Fix compiling parse_tcp_hdr_opt.c with musl-libc
` [PATCH bpf-next v1 12/19] selftests/bpf: Fix compiling kfree_skb.c "
` [PATCH bpf-next v1 13/19] selftests/bpf: Fix compiling flow_dissector.c "
` [PATCH bpf-next v1 14/19] selftests/bpf: Fix compiling tcp_rtt.c "
` [PATCH bpf-next v1 15/19] selftests/bpf: Fix compiling core_reloc.c "
` [PATCH bpf-next v1 16/19] selftests/bpf: Fix errors compiling lwt_redirect.c with musl libc
` [PATCH bpf-next v1 17/19] selftests/bpf: Fix errors compiling decap_sanity.c "
` [PATCH bpf-next v1 18/19] selftests/bpf: Fix errors compiling crypto_sanity.c "
` [PATCH bpf-next v1 19/19] selftests/bpf: Fix errors compiling cg_storage_multi.h "

[PATCH RFC] kselftest: devices: Add test to detect missing devices
 2024-07-24 21:40 UTC 

[PATCH v2] selftests: mm: add s390 to ARCH check
 2024-07-24 21:35 UTC 

[PATCH] selftests: mm: add s390 to ARCH check
 2024-07-24 21:06 UTC  (2+ messages)

[PATCH v3] selftests:Fix printf format string in kselftest_harness.h
 2024-07-24 20:32 UTC  (2+ messages)

[PATCH v3] Documentation: KUnit: Update filename best practices
 2024-07-24 20:13 UTC 

[PATCH bpf-next v3 0/3] selftests/bpf: new MPTCP subflow subtest
 2024-07-24 19:47 UTC  (8+ messages)
` [PATCH bpf-next v3 2/3] selftests/bpf: Add mptcp pm_nl_ctl link

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

[PATCH] lib: Move KUnit tests into tests/ subdirectory
 2024-07-24 17:23 UTC  (5+ messages)

[RFC PATCH v5 07/29] KVM: selftests: TDX: Update load_td_memory_region for VM memory backed by guest memfd
 2024-07-24 16:42 UTC  (2+ messages)

[PATCH HID 0/4] HID: selftest fixes after merge into 6.11-rc0 tree
 2024-07-24 16:31 UTC  (6+ messages)
` [PATCH HID 1/4] selftests/hid: fix bpf_wq new API
` [PATCH HID 2/4] selftests/hid: disable struct_ops auto-attach
` [PATCH HID 3/4] HID: bpf: prevent the same struct_ops to be attached more than once
` [PATCH HID 4/4] selftests/hid: add test for attaching multiple time the same struct_ops

[PATCH v5 1/2] mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-07-24 16:19 UTC  (3+ messages)
` [PATCH v5 2/2] mm, memcg: cg2 memory{.swap,}.peak write tests

[PATCH v2 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
 2024-07-24 16:18 UTC  (18+ messages)
` [PATCH v2 01/10] selftests: kvm: s390: Define page sizes in shared header
` [PATCH v2 02/10] selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests
` [PATCH v2 03/10] selftests: kvm: s390: Add s390x ucontrol test suite with hpage test
` [PATCH v2 04/10] selftests: kvm: s390: Add test fixture and simple VM setup tests
` [PATCH v2 05/10] selftests: kvm: s390: Add debug print functions
` [PATCH v2 06/10] selftests: kvm: s390: Add VM run test case
` [PATCH v2 07/10] selftests: kvm: s390: Add uc_map_unmap VM "
` [PATCH v2 08/10] selftests: kvm: s390: Add uc_skey "
` [PATCH v2 09/10] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
` [PATCH v2 10/10] s390: Enable KVM_S390_UCONTROL config in debug_defconfig

mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-07-24 16:11 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm, memcg: cg2 memory{.swap,}.peak write tests

[PATCH net] virtio: fix GSO with frames unaligned to size
 2024-07-24 14:41 UTC  (3+ messages)

[PATCH net-next v15 00/14] Device Memory TCP
 2024-07-24 14:11 UTC  (7+ messages)
` [PATCH net-next v15 03/14] netdev: support binding dma-buf to netdevice

[PATCH net] selftests: forwarding: skip if kernel not support setting bridge fdb learning limit
 2024-07-24 12:00 UTC  (6+ messages)

[PATCH bpf 0/6] selftest/bpf: Various sockmap-related fixes
 2024-07-24 11:32 UTC  (7+ messages)
` [PATCH bpf 1/6] selftest/bpf: Support more socket types in create_pair()
` [PATCH bpf 2/6] selftest/bpf: Socket pair creation, cleanups
` [PATCH bpf 3/6] selftest/bpf: Simplify inet_socketpair() and vsock_unix_redir_connectible()
` [PATCH bpf 4/6] selftest/bpf: Respect the sotype of af_unix redir tests
` [PATCH bpf 5/6] selftest/bpf: Exercise SOCK_STREAM unix_inet_redir_to_connected()
` [PATCH bpf 6/6] selftest/bpf: Introduce __attribute__((cleanup)) in create_pair()

[PATCH v2] Documentation: KUnit: Update filename best practices
 2024-07-24  5:06 UTC  (6+ messages)

[PATCH] selftests/exec: Fix grammar in an error message
 2024-07-24  4:21 UTC 

[PATCH bpf-next 00/15] use network helpers, part 11
 2024-07-24  2:54 UTC  (20+ messages)
` [PATCH bpf-next 01/15] selftests/bpf: Use start_server_str in skc_to_unix_sock
` [PATCH bpf-next 02/15] selftests/bpf: AF_PACKET support for make_sockaddr
` [PATCH bpf-next 03/15] selftests/bpf: Use start_server_str in lwt_redirect
` [PATCH bpf-next 04/15] selftests/bpf: Add send_to_fd_opts helper
` [PATCH bpf-next 05/15] selftests/bpf: Add send_to_addr_str helper
` [PATCH bpf-next 06/15] selftests/bpf: Use send_to_addr_str in xdp_bonding
` [PATCH bpf-next 07/15] selftests/bpf: AF_ALG support for make_sockaddr
` [PATCH bpf-next 08/15] selftests/bpf: Add nolisten for network_helper_opts
` [PATCH bpf-next 09/15] selftests/bpf: Use start_server_str in crypto_sanity
` [PATCH bpf-next 10/15] selftests/bpf: AF_VSOCK support for make_sockaddr
` [PATCH bpf-next 11/15] selftests/bpf: Add loopback_addr_str helper
` [PATCH bpf-next 12/15] selftests/bpf: Use make_sockaddr in sockmap_helpers
` [PATCH bpf-next 13/15] selftests/bpf: Check listen support for start_server_addr
` [PATCH bpf-next 14/15] selftests/bpf: Clear type bits "
` [PATCH bpf-next 15/15] selftests/bpf: Use start_server_str in sockmap_helpers

[RESEND PATCH v2] selftests:Fix printf format string in kselftest_harness.h
 2024-07-24  2:47 UTC  (2+ messages)

[RESEND bpf-next v2] selftests/bpf:fix a resource leak
 2024-07-24  2:15 UTC 

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-07-23 21:25 UTC  (9+ messages)
` [RFC PATCH v5 01/29] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [RFC PATCH v5 04/29] KVM: selftests: Refactor steps in vCPU descriptor table initialization

[PATCH bpf-next v2] selftests/bpf: Fix wrong binary in Makefile log output
 2024-07-23 20:30 UTC  (2+ messages)

[PATCH bpf-next v1] selftests/bpf: Fix wrong binary in Makefile log output
 2024-07-23 20:28 UTC  (6+ messages)

[PATCH bpf-next v1 0/2] selftests/bpf: Add support for MIPS systems
 2024-07-23 20:20 UTC  (8+ messages)
` [PATCH bpf-next v1 2/2] selftests/bpf: Fix error linking uprobe_multi on mips
` [PATCH bpf-next v2 0/2] selftests/bpf: Add support for MIPS systems
  ` [PATCH bpf-next v2 1/2] selftests/bpf: Add missing system defines for mips
  ` [PATCH bpf-next v2 2/2] selftests/bpf: Fix error linking uprobe_multi on mips

mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-07-23 19:45 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm, memcg: cg2 memory{.swap,}.peak write tests

[PATCH bpf-next 0/4] use network helpers, part 10
 2024-07-23 18:40 UTC  (2+ messages)

[PATCH bpf-next v4 09/20] lsm: Refactor return value of LSM hook key_getsecurity
 2024-07-23 18:34 UTC  (6+ messages)
` [PATCH v4 9/20] "

[PATCH] selftests: ksft: Track skipped tests when finishing the test suite
 2024-07-23 16:17 UTC  (6+ messages)

[PATCH v4 0/2] Add test to distinguish between thread's signal mask and ucontext_t
 2024-07-23 15:55 UTC  (7+ messages)
` [PATCH v4 2/2] selftests: Add a test mangling with uc_sigmask

[PATCH] kselftest: missing arg in ptrace.c
 2024-07-23 15:46 UTC  (5+ messages)

[PATCH v3] selftest: acct: Add selftest for the acct() syscall
 2024-07-23 10:28 UTC 

[PATCH v5 0/4] Allow userspace to change ID_AA64PFR1_EL1
 2024-07-23  7:20 UTC  (2+ messages)
` [PATCH v5 4/4] KVM: selftests: aarch64: Add writable test for ID_AA64PFR1_EL1

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

[PATCH] mm, memcg: cg2 memory{.swap,}.peak write handlers (fd-local edition)
 2024-07-22 23:06 UTC  (6+ messages)
` [PATCH] mm, memcg: cg2 memory{.swap,}.peak write handlers

[PATCH v5 00/13] riscv: Add support for xtheadvector
 2024-07-22 22:14 UTC  (6+ messages)
` [PATCH v5 12/13] selftests: riscv: Fix vector tests

[PATCH 1/2] selftests: x86: vdso_restorer: remove manual counting of pass/fail tests
 2024-07-22 17:20 UTC  (5+ messages)

[PATCH] mm, memcg: cg2 memory{.swap,}.peak write handlers
 2024-07-22 15:18 UTC  (8+ messages)

[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-07-22 14:31 UTC  (4+ messages)
` [PATCH v9 38/39] kselftest/arm64: Add a GCS stress test

[PATCH 0/1] Add KUnit tests for kfifo
 2024-07-22 14:19 UTC  (3+ messages)
` [PATCH 1/1] lib/kfifo-test.c: add tests for the kfifo structure


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