Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2022-12-24 00:05:18 to 2023-01-08 15:46:35 UTC [more...]

[PATCH net 0/3] selftests/net: Isolate l2_tos_ttl_inherit.sh in its own netns
 2023-01-08 15:45 UTC 

BUG: tools/testing/selftests/net/l2_tos_ttl_inherit.sh hangs when selftest restarted
 2023-01-08 14:49 UTC  (7+ messages)

[RESEND PATCH v1 0/3] nolibc auxiliary vector retrieval support
 2023-01-08 13:58 UTC  (4+ messages)
` [RESEND PATCH v1 1/3] nolibc/stdlib: Implement `getauxval(3)` function
` [RESEND PATCH v1 2/3] nolibc/sys: Implement `getpagesize(2)` function
` [RESEND PATCH v1 3/3] selftests/nolibc: Add `getpagesize(2)` selftest

[PATCH v3 0/5] nolibc signal handling support
 2023-01-08 13:59 UTC  (6+ messages)
` [PATCH v3 1/5] nolibc/sys: Implement `sigaction(2)` function
` [PATCH v3 2/5] nolibc/sys: Implement `signal(2)` function
` [PATCH v3 3/5] selftests/nolibc: Add `fork(2)` selftest
` [PATCH v3 4/5] selftests/nolibc: Add `sigaction(2)` selftest
` [PATCH v3 5/5] selftests/nolibc: Add `signal(2)` selftest

[RFC PATCH v1 0/8] nolibc signal handling support
 2023-01-08 13:39 UTC  (27+ messages)
                      ` [PATCH v1 0/3] nolibc auxiliary vector retrieval support
                        ` [PATCH v1 1/3] nolibc/stdlib: Implement `getauxval(3)` function
                        ` [PATCH v1 2/3] nolibc/sys: Implement `getpagesize(2)` function
                        ` [PATCH v1 3/3] selftests/nolibc: Add `getpagesize(2)` selftest
                      ` [PATCH v2 0/4] nolibc signal handling support
                        ` [PATCH v2 1/4] nolibc/sys: Implement `sigaction(2)` function
                        ` [PATCH v2 2/4] nolibc/sys: Implement `signal(2)` function
                        ` [PATCH v2 3/4] selftests/nolibc: Add `fork(2)` selftest
                        ` [PATCH v2 4/4] selftests/nolibc: Add `sigaction(2)` selftest

PROBLEM: selftest/vm/cow.c failed to compile (‘MADV_PAGEOUT’ undeclared)
 2023-01-08 10:58 UTC 

[PATCH mm-unstable] selftests/mm: convert missing vm->mm changes
 2023-01-07 23:06 UTC 

[PATCH 0/3] selftests/tracing: Fix some testcases for recent change
 2023-01-07 13:32 UTC  (4+ messages)
` [PATCH 1/3] tracing/eprobe: Fix to add filter on eprobe description in README file
` [PATCH 2/3] selftests/ftrace: Fix eprobe syntax test case to check filter support
` [PATCH 3/3] selftests/ftrace: Fix probepoint testcase to ignore __pfx_* symbols

[PATCH 0/3] selftests/tracing: Fix some testcases for recent change
 2023-01-07 13:31 UTC 

[PATCH] selftest/x86/meltdown: Add a selftest for meltdown
 2023-01-07  8:50 UTC  (8+ messages)

[PATCH selftest/net/af_unix 1/1] Fix size of parameter to connect()
 2023-01-07  3:40 UTC  (10+ messages)
  ` [PATCH net v2] af_unix: selftest: Fix the size of the "
      ` [PATCH net v3] "
          ` [PATCH net v4] "

BUG: core dump in selftest of proc fs
 2023-01-06 22:06 UTC  (8+ messages)
` [PATCH] proc: fix PIE proc-empty-vm, proc-pid-vm tests
  ` BUG: assert spuriously fails in selftest/proc/proc-uptime-001.c

[PATCH] KVM: selftests: Fix build of rseq test
 2023-01-06 19:24 UTC 

[PATCH bpf-next v3 00/16] bpfilter
 2023-01-06 14:43 UTC  (20+ messages)
` [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 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

[PATCH v3 0/2] bpftool: improve error handing for missing .BTF section
 2023-01-05 14:57 UTC  (12+ 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)

[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  (3+ messages)

[PATCH bpf-next v3 00/16] bpfilter
 2022-12-23 23:40 UTC  (5+ messages)
` [PATCH bpf-next v3 01/16] bpfilter: add types for usermode helper
` [PATCH bpf-next v3 03/16] bpfilter: add logging facility
` [PATCH bpf-next v3 07/16] bpfilter: add support for TC bytecode generation
` [PATCH bpf-next v3 09/16] bpfilter: add support for src/dst addr and ports


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