Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-08-07 21:52:02 to 2024-08-12 23:40:16 UTC [more...]

[PATCH v4 0/2] selftests/resctrl: SNC kernel support discovery
 2024-08-12 23:40 UTC  (5+ messages)
` [PATCH v4 1/2] selftests/resctrl: Adjust effective L3 cache size with SNC enabled
` [PATCH v4 2/2] selftests/resctrl: Adjust SNC support messages

[PATCH v2] selftests: fix relative rpath usage
 2024-08-12 23:03 UTC  (2+ messages)

[PATCH] selftests: resctrl: ignore builds for unsupported architectures
 2024-08-12 22:49 UTC  (6+ messages)

[bpf-next 0/3] samples/bpf: Remove obsolete tracing-related tests
 2024-08-12 21:17 UTC  (7+ messages)
` [bpf-next 1/3] selftests/bpf: migrate tracepoint overhead test to prog_tests
` [bpf-next 2/3] selftests/bpf: add rename tracepoint bench test
` [bpf-next 3/3] samples/bpf: remove obsolete tracing related tests

[PATCH net v2] selftest: af_unix: Fix kselftest compilation warnings
 2024-08-12 20:13 UTC  (2+ messages)

[PATCH net] selftest: af_unix: Fix kselftest compilation warnings
 2024-08-12 19:15 UTC  (3+ messages)

[PATCH net-next v18 00/14] Device Memory TCP
 2024-08-12 19:10 UTC  (15+ messages)
` [PATCH net-next v18 07/14] memory-provider: dmabuf devmem memory provider

[PATCH v1 1/1] selftests: net: af_unix: cast void* to char* in call to macro TH_LOG()
 2024-08-12 18:45 UTC  (3+ messages)

[PATCH v5 00/28] NT synchronization primitive driver
 2024-08-12 17:09 UTC  (3+ messages)

[PATCH] kselftest/arm64: signal: fix/refactor SVE vector length enumeration
 2024-08-12 14:09 UTC 

[PATCH 0/2] Improve migration by backing off earlier
 2024-08-12 12:08 UTC  (24+ messages)
` [PATCH 1/2] mm: Retry migration earlier upon refcount mismatch
` [PATCH 2/2] selftests/mm: Do not fail test for a single migration failure

[PATCH net-next v2] selftests: net: py: support verbose printing, display executed commands
 2024-08-12 10:03 UTC  (4+ messages)

[PATCH bpf-next v3 0/4] selftests/bpf: convert three other cgroup tests to test_progs
 2024-08-12  9:51 UTC  (6+ messages)
` [PATCH bpf-next v3 1/4] selftests/bpf: convert get_current_cgroup_id_user "
` [PATCH bpf-next v3 2/4] selftests/bpf: convert test_cgroup_storage "
` [PATCH bpf-next v3 3/4] selftests/bpf: add proper section name to bpf prog and rename it
` [PATCH bpf-next v3 4/4] selftests/bpf: convert test_skb_cgroup_id_user to test_progs

[PATCH v2] selftest/powerpc/benchmark: remove requirement libc-dev
 2024-08-12  9:41 UTC 

[PATCH] kselftest/cgroup: Add missing newline in test_zswap.c
 2024-08-12  9:35 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] selftests/bpf: convert three other cgroup tests to test_progs
 2024-08-12  7:22 UTC  (8+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: convert get_current_cgroup_id_user "
` [PATCH bpf-next v2 2/4] selftests/bpf: convert test_cgroup_storage "
` [PATCH bpf-next v2 4/4] selftests/bpf: convert test_skb_cgroup_id_user "

[PATCH v2] selftests: memfd_secret: don't build memfd_secret test on unsupported arches
 2024-08-12  6:15 UTC 

[PATCH] selftest/powerpc/benchmark: remove requirement libc-dev
 2024-08-12  0:21 UTC  (6+ messages)

[PATCH 1/2] selftests: rust: config: add trailing newline
 2024-08-11 23:36 UTC  (6+ messages)
` [PATCH 2/2] selftests: rust: config: disable GCC_PLUGINS

[PATCH v4 0/4] Introduce userspace-driven ALSA timers
 2024-08-11 20:23 UTC  (5+ messages)
` [PATCH v4 1/4] ALSA: aloop: Allow using global timers
` [PATCH v4 2/4] Docs/sound: Add documentation for userspace-driven ALSA timers
` [PATCH v4 3/4] ALSA: timer: Introduce virtual userspace-driven timers
` [PATCH v4 4/4] selftests: ALSA: Cover userspace-driven timers with test

[PATCH] selftests: memfd_secret: don't build memfd_secret test on unsupported arches
 2024-08-11 16:33 UTC  (3+ messages)

[PATCH v5 0/2] Enhance network interface feature testing
 2024-08-10 17:55 UTC  (7+ messages)
` [PATCH v5 1/2] selftests: net: Create veth pair for testing in networkless kernel
` [PATCH v5 2/2] selftests: net: Add on/off checks for non-fixed features of interface

[PATCH v2 00/15] tools/nolibc: improve LLVM/clang support
 2024-08-10 14:57 UTC  (15+ messages)
` [PATCH v2 03/15] tools/nolibc: powerpc: limit stack-protector workaround to GCC
` [PATCH v2 06/15] tools/nolibc: compiler: use attribute((naked)) if available
` [PATCH v2 07/15] selftests/nolibc: report failure if no testcase passed
` [PATCH v2 08/15] selftests/nolibc: avoid passing NULL to printf("%s")
` [PATCH v2 09/15] selftests/nolibc: determine $(srctree) first
` [PATCH v2 10/15] selftests/nolibc: add support for LLVM= parameter
` [PATCH v2 11/15] selftests/nolibc: add cc-option compatible with clang cross builds
` [PATCH v2 12/15] selftests/nolibc: run-tests.sh: avoid overwriting CFLAGS_EXTRA
` [PATCH v2 13/15] selftests/nolibc: don't use libgcc when building with clang
` [PATCH v2 14/15] selftests/nolibc: use correct clang target for s390/powerz
` [PATCH v2 15/15] selftests/nolibc: run-tests.sh: allow building through LLVM

[PATCH] selftests: filesystems: fix warn_unused_result build warnings
 2024-08-10 13:53 UTC 

[PATCH v2 0/3] iommufd: Add selftest coverage for reserved IOVAs
 2024-08-09 23:38 UTC  (14+ messages)
` [PATCH v2 2/3] iommu/dma: Support MSIs through nested domains

[PATCH RFT v8 0/9] fork: Support shadow stacks in clone3()
 2024-08-09 23:06 UTC  (13+ messages)
` [PATCH RFT v8 1/9] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v8 2/9] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v8 3/9] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH RFT v8 4/9] fork: Add shadow stack support to clone3()
` [PATCH RFT v8 5/9] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v8 6/9] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v8 7/9] selftests/clone3: Explicitly handle child exits due to signals
` [PATCH RFT v8 8/9] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v8 9/9] selftests/clone3: Test shadow stack support

[PATCH v9 00/13] riscv: Add support for xtheadvector
 2024-08-09 22:31 UTC  (2+ messages)

[bug report] selftests/bpf: BPF register range bounds tester
 2024-08-09 20:47 UTC  (3+ messages)

[PATCH] selftests/mm: compaction_test: Fix off by one in check_compaction()
 2024-08-09 20:01 UTC  (3+ messages)

[PATCH] selftests/alsa/Makefile: fix relative rpath usage
 2024-08-09 18:53 UTC  (5+ messages)

[bug report] selftests/bpf: add trusted global subprog arg tests
 2024-08-09 17:18 UTC  (2+ messages)

Testing Quality Call notes - 2024-08-08
 2024-08-09 16:25 UTC 

[PATCH v2 3/3] iommufd/selftest: Add coverage for reserved IOVAs
 2024-08-09 15:52 UTC  (2+ messages)

[RFC 0/5] SEV Kernel Selftests
 2024-08-09 15:48 UTC  (9+ messages)
` [RFC 2/5] selftests: KVM: Decouple SEV ioctls from asserts
` [RFC 3/5] selftests: KVM: SEV IOCTL test
` [RFC 4/5] selftests: KVM: SNP "

[PATCH net-next v13 01/14] mm: page_frag: add a test module for page_frag
 2024-08-09 12:29 UTC  (6+ messages)
` [PATCH net-next v13 02/14] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v13 05/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly

[PATCH net-next v2 0/3] selftests: rds selftest
 2024-08-09 12:20 UTC  (2+ messages)

[PATCH] selftests: mm: Fix build errors on armhf
 2024-08-09  8:25 UTC 

[PATCH net-next v17 03/14] netdev: support binding dma-buf to netdevice
 2024-08-09  7:56 UTC  (6+ messages)

[PATCH] selftests/bpf/Makefile: fix relative rpath usage
 2024-08-09  0:41 UTC 

[PATCH] selftests/sched/Makefile: remove relative rpath usage
 2024-08-08 20:20 UTC  (2+ messages)

[PATCH] selftests/rseq/Makefile: fix relative rpath usage
 2024-08-08 20:20 UTC  (2+ messages)

[PATCH] selftests: riscv: Allow mmap test to compile on 32-bit
 2024-08-08 18:41 UTC 

[PATCH] KVM: selftests: arm64: Correct feature test for S1PIE in get-reg-list
 2024-08-08 17:08 UTC  (2+ messages)

[PATCH net-next] selftests: forwarding: lib.sh: ignore "Address not found"
 2024-08-08 14:25 UTC  (6+ messages)

[PATCH v4 0/2] Enhance network interface feature testing
 2024-08-08 13:31 UTC  (5+ messages)
` [PATCH v4 1/2] selftests: net: Create veth pair for testing in networkless kernel

[PATCH] selftests: kvm: fix mkdir error when building for non-supported arch
 2024-08-08 12:13 UTC  (5+ messages)

[RFC PATCH 1/1] kselftests: Add test to detect boot event slowdowns
 2024-08-08 10:45 UTC  (2+ messages)

[PATCH v3 3/4] ALSA: timer: Introduce virtual userspace-driven timers
 2024-08-08  9:22 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Avoid subtraction after htons() in ipip tests
 2024-08-08  9:24 UTC  (2+ messages)

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-08  8:18 UTC  (20+ messages)
` [PATCH v10 27/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v10 29/40] selftests/clone3: Enable arm64 shadow stack testing
` [PATCH v10 34/40] kselftest/arm64: Add very basic GCS test program
` [PATCH v10 35/40] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v10 36/40] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v10 37/40] kselftest/arm64: Add GCS signal tests
` [PATCH v10 38/40] kselftest/arm64: Add a GCS stress test
` [PATCH v10 39/40] kselftest/arm64: Enable GCS for the FP stress tests

[PATCH RFT v7 0/9] fork: Support shadow stacks in clone3()
 2024-08-07 23:22 UTC  (9+ messages)
` [PATCH RFT v7 9/9] selftests/clone3: Test shadow stack support


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