Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2022-12-22 03:52:36 to 2023-01-06 17:19:24 UTC [more...]

[PATCH selftest/net/af_unix 1/1] Fix size of parameter to connect()
 2023-01-06 17:18 UTC 

[PATCH bpf-next v3 00/16] bpfilter
 2023-01-06 14:43 UTC  (22+ messages)
` [PATCH bpf-next v3 01/16] bpfilter: add types for usermode helper
` [PATCH bpf-next v3 02/16] tools: add bpfilter usermode helper header
` [PATCH bpf-next v3 03/16] bpfilter: add logging facility
` [PATCH bpf-next v3 04/16] bpfilter: add map container
` [PATCH bpf-next v3 05/16] bpfilter: add runtime context
` [PATCH bpf-next v3 06/16] bpfilter: add BPF bytecode generation infrastructure
` [PATCH bpf-next v3 07/16] bpfilter: add support for TC bytecode generation
` [PATCH bpf-next v3 08/16] bpfilter: add match structure
` [PATCH bpf-next v3 09/16] bpfilter: add support for src/dst addr and ports
` [PATCH bpf-next v3 10/16] bpfilter: add target structure
` [PATCH bpf-next v3 11/16] bpfilter: add rule structure
` [PATCH bpf-next v3 12/16] bpfilter: add table structure
` [PATCH bpf-next v3 13/16] bpfilter: add table code generation
` [PATCH bpf-next v3 14/16] bpfilter: add setsockopt() support
` [PATCH bpf-next v3 15/16] bpfilter: add filter table
` [PATCH bpf-next v3 16/16] bpfilter: handle setsockopt() calls

[PATCH HID for-next v1 0/9] HID-BPF LLVM fixes, no more hacks
 2023-01-06 14:37 UTC  (11+ messages)
` [PATCH HID for-next v1 1/9] selftests: hid: add vmtest.sh
` [PATCH HID for-next v1 2/9] selftests: hid: allow to compile hid_bpf with LLVM
` [PATCH HID for-next v1 3/9] selftests: hid: attach/detach 2 bpf programs, not just one
` [PATCH HID for-next v1 4/9] selftests: hid: ensure the program is correctly pinned
` [PATCH HID for-next v1 5/9] selftests: hid: prepare tests for HID_BPF API change
` [PATCH HID for-next v1 6/9] HID: bpf: rework how programs are attached and stored in the kernel
` [PATCH HID for-next v1 7/9] selftests: hid: enforce new attach API
` [PATCH HID for-next v1 8/9] HID: bpf: clean up entrypoint
` [PATCH HID for-next v1 9/9] HID: bpf: reorder BPF registration

BUG: core dump in selftest of proc fs
 2023-01-06 13:53 UTC  (4+ messages)

BUG: tools/testing/selftests/net/l2_tos_ttl_inherit.sh hangs when selftest restarted
 2023-01-06  1:44 UTC 

[PATCH] selftest/x86/meltdown: Add a selftest for meltdown
 2023-01-06  1:00 UTC  (6+ messages)

[PATCH v3 0/2] bpftool: improve error handing for missing .BTF section
 2023-01-05 14:57 UTC  (13+ messages)
` [PATCH v3 1/2] libbpf: show error info about missing ".BTF" section

selftests: tc-testing: tdc.sh - WARNING: inconsistent lock state on arm x15
 2023-01-05 14:49 UTC 

selftests: memfd: run_hugetlbfs_test.sh - invalid opcode: 0000 [#1] PREEMPT SMP
 2023-01-05  9:44 UTC 

selftests: netfilter: nft_fib.sh - BUG: spinlock recursion on CPU#0, modprobe/762
 2023-01-05  9:31 UTC 

[V4 PATCH 0/4] Execute hypercalls according to host cpu
 2023-01-04 19:32 UTC  (6+ messages)
` [V4 PATCH 1/4] KVM: selftests: x86: use this_cpu_* helpers
` [V4 PATCH 2/4] KVM: selftests: x86: Add variables to store cpu type
` [V4 PATCH 3/4] KVM: sefltests: x86: Replace is_*cpu with is_host_*cpu
` [V4 PATCH 4/4] KVM: selftests: x86: Invoke kvm hypercall as per host cpu

[PATCH v4 1/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2023-01-04 17:27 UTC  (3+ messages)

[PATCH mm-unstable v1] selftests/vm: cow: Add COW tests for collapsing of PTE-mapped anon THP
 2023-01-04 14:49 UTC 

PROBLEM: Hang in selftests/netfilter/nft_trans_stress.sh
 2023-01-03 21:17 UTC  (4+ messages)

[PATCH AUTOSEL 6.1 08/10] kunit: alloc_string_stream_fragment error handling bug fix
 2023-01-03 18:39 UTC 

(no subject)
 2023-01-03 18:07 UTC  (2+ messages)
` [PATCH 4/5] selftests/vm: rename selftets/vm to selftests/mm

[PATCH v3 2/2] selftests/kexec: enable lockdown tests
 2023-01-03 13:48 UTC  (2+ messages)

PATCH [1/1]: Bug with sockaddr size in net/af_unix/test_unix_oob.c
 2023-01-03 11:13 UTC  (2+ messages)

[PATCH] selftests/mount_setattr: Remove redefinition of struct mount_attr
 2023-01-03 10:27 UTC  (3+ messages)

[RFC PATCH v1 0/8] nolibc signal handling support
 2023-01-03  3:59 UTC  (21+ messages)
` [RFC PATCH v1 3/8] nolibc/sys: Implement `getpagesize(2)` function
` [RFC PATCH v1 4/8] selftests/nolibc: Add `-Wall` and `-Wno-unsed-function` to the CFLAGS
` [RFC PATCH v1 5/8] selftests/nolibc: Add `fork(2)` selftest
` [RFC PATCH v1 6/8] selftests/nolibc: Add `sigaction(2)` selftest
` [RFC PATCH v1 7/8] selftests/nolibc: Add `signal(2)` selftest
` [RFC PATCH v1 8/8] selftests/nolibc: Add `getpagesize(2)` selftest

[PATCH v4 0/7] kselftest/alsa: pcm-test improvements
 2023-01-02 17:09 UTC  (9+ messages)
` [PATCH v4 1/7] kselftest/alsa: pcm - Drop recent coverage improvement changes
` [PATCH v4 2/7] kselftest/alsa: pcm - move more configuration to configuration files
` [PATCH v4 3/7] kselftest/alsa: pcm - Always run the default set of tests
` [PATCH v4 4/7] kselftest/alsa: pcm - skip tests when we fail to set params
` [PATCH v4 5/7] kselftest/alsa: pcm - Support optional description for tests
` [PATCH v4 6/7] kselftest/alsa: pcm - Provide descriptions for the default tests
` [PATCH v4 7/7] kselftest/alsa: pcm - Add more coverage by default

[PATCH v4] selftest/vm: add mremap expand merge offset test
 2023-01-02 16:59 UTC  (2+ messages)

[PATCH v3] selftest/vm: add mremap expand merge offset test
 2023-01-02 16:22 UTC  (7+ messages)

[PATCH v2] selftest/vm: add mremap expand merge offset test
 2023-01-02 15:53 UTC  (4+ messages)

[PATCH] selftest/vm: add mremap expand merge offset test
 2023-01-02 13:58 UTC  (3+ messages)

[PATCH 0/2] selftests: net: fix for arp_ndisc_evict_nocarrier test
 2023-01-01 12:10 UTC  (4+ messages)
` [PATCH 1/2] selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrier
` [PATCH 2/2] selftests: net: return non-zero for failures reported in arp_ndisc_evict_nocarrier

[PATCH] selftests: net: fix cmsg_so_mark.sh test hang
 2022-12-30  7:40 UTC  (2+ messages)

[GIT PULL] KUnit fixes update for Linux 6.2-rc2
 2022-12-30  1:01 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: move struct definitions out of function params
 2022-12-28 18:42 UTC  (4+ messages)

[PATCH v1] lib/hashtable_test.c: add test for the hashtable structure
 2022-12-28  2:00 UTC  (2+ messages)

[PATCH v3 0/4] arm64/signal: Support TPIDR2
 2022-12-27 14:20 UTC  (5+ messages)
` [PATCH v3 1/4] arm64/sme: Document ABI for TPIDR2 signal information
` [PATCH v3 2/4] arm64/signal: Include TPIDR2 in the signal context
` [PATCH v3 3/4] kselftest/arm64: Add TPIDR2 to the set of known signal context records
` [PATCH v3 4/4] kselftest/arm64: Add test case for TPIDR2 signal frame records

[PATCH] kselftest/arm64: Skip non-power of 2 SVE vector lengths in fp-stress
 2022-12-27 13:07 UTC 

[PATCH 0/4] kselftest/arm64: syscall-abi fix and enhancements
 2022-12-27 13:06 UTC  (5+ messages)
` [PATCH 1/4] kselftest/arm64: Fix syscall-abi for systems without 128 bit SME
` [PATCH 2/4] kselftest/arm64: Only enumerate VLs once in syscall-abi
` [PATCH 3/4] kselftest/arm64: Verify SME only ABI "
` [PATCH 4/4] kselftest/arm64: Only enumerate power of two VLs "

[PATCH] selftests: pci: pci-selftest: add support for PCI endpoint driver test
 2022-12-27  5:15 UTC  (9+ messages)

kselftest/fixes kselftest-lkdtm: 5 runs, 5 regressions (v6.2-rc1)
 2022-12-27  1:18 UTC 

kselftest/fixes kselftest-livepatch: 3 runs, 3 regressions (v6.2-rc1)
 2022-12-27  1:18 UTC 

kselftest/fixes kselftest-seccomp: 5 runs, 5 regressions (v6.2-rc1)
 2022-12-27  1:18 UTC 

kselftest/fixes kselftest-cpufreq: 2 runs, 2 regressions (v6.2-rc1)
 2022-12-27  1:18 UTC 

kselftest/fixes kselftest-lib: 5 runs, 5 regressions (v6.2-rc1)
 2022-12-27  1:18 UTC 

kselftest/next kselftest-seccomp: 5 runs, 5 regressions (v6.2-rc1)
 2022-12-27  1:05 UTC 

kselftest/next kselftest-lkdtm: 5 runs, 5 regressions (v6.2-rc1)
 2022-12-27  1:05 UTC 

kselftest/next kselftest-lib: 7 runs, 7 regressions (v6.2-rc1)
 2022-12-27  1:05 UTC 

kselftest/next kselftest-livepatch: 3 runs, 3 regressions (v6.2-rc1)
 2022-12-27  1:05 UTC 

kselftest/next kselftest-cpufreq: 2 runs, 2 regressions (v6.2-rc1)
 2022-12-27  1:05 UTC 

kselftest/fixes build: 7 builds: 0 failed, 7 passed, 3 warnings (v6.2-rc1)
 2022-12-27  0:19 UTC 

kselftest/next build: 8 builds: 0 failed, 8 passed, 3 warnings (v6.2-rc1)
 2022-12-27  0:06 UTC 

[PATCH] selftests: pci: pci-selftest: add support for PCI endpoint driver test
 2022-12-23 13:45 UTC  (3+ messages)

[PATCH 5.15 0/2] Fix kvm selftest build failures in linux-5.15.y
 2022-12-25  3:33 UTC  (5+ messages)
` [PATCH 5.15 1/2] tools/include: Add _RET_IP_ and math definitions to kernel.h
` [PATCH 5.15 2/2] KVM: selftests: Fix build regression by using accessor function

[PATCH bpf-next v3 00/16] bpfilter
 2022-12-23 23:40 UTC  (10+ messages)
` [PATCH bpf-next v3 01/16] bpfilter: add types for usermode helper
` [PATCH bpf-next v3 02/16] tools: add bpfilter usermode helper header
` [PATCH bpf-next v3 03/16] bpfilter: add logging facility
` [PATCH bpf-next v3 04/16] bpfilter: add map container
` [PATCH bpf-next v3 05/16] bpfilter: add runtime context
` [PATCH bpf-next v3 06/16] bpfilter: add BPF bytecode generation infrastructure
` [PATCH bpf-next v3 07/16] bpfilter: add support for TC bytecode generation
` [PATCH bpf-next v3 08/16] bpfilter: add match structure
` [PATCH bpf-next v3 09/16] bpfilter: add support for src/dst addr and ports

[V3 PATCH 0/2] Execute hypercalls from guests according to cpu
 2022-12-23 22:36 UTC  (8+ messages)
` [V3 PATCH 1/2] KVM: selftests: x86: Cache the cpu vendor type
` [V3 PATCH 2/2] KVM: selftests: x86: Add native hypercall support

[PATCH v6 0/6] mm/memfd: introduce MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-23 18:06 UTC  (14+ messages)
` [PATCH v6 3/6] mm/memfd: add "

[PATCH linux-next] selftests/vm: ksm_functional_tests: fix a typo in comment
 2022-12-23 11:36 UTC  (2+ messages)

[PATCH 0/2] sched/membarrier, selftests: Introduce MEMBARRIER_CMD_GET_REGISTRATIONS
 2022-12-23  1:05 UTC  (8+ messages)
` [PATCH 1/2] sched/membarrier: "

[V3 PATCH 0/8] KVM: selftests: SEV: selftests for fd-based private memory
 2022-12-23  0:13 UTC  (9+ messages)
` [V3 PATCH 1/8] KVM: selftests: private_mem: Use native hypercall
` [V3 PATCH 2/8] KVM: selftests: Support mapping pagetables to guest virtual memory
` [V3 PATCH 3/8] KVM: selftests: x86: Support changing gpa encryption masks
` [V3 PATCH 4/8] KVM: selftests: Split SEV VM creation logic
` [V3 PATCH 5/8] KVM: selftests: Enable pagetable mapping for SEV VMs
` [V3 PATCH 6/8] KVM: selftests: Refactor private_mem_test
` [V3 PATCH 7/8] KVM: selftests: private_mem_test: Add support for SEV VMs
` [V3 PATCH 8/8] KVM: selftests: Add private mem test "


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