Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-08-08 16:23:11 to 2024-08-13 16:25:55 UTC [more...]

[PATCH RFT v8 0/9] fork: Support shadow stacks in clone3()
 2024-08-13 16:25 UTC  (6+ messages)
` [PATCH RFT v8 4/9] fork: Add shadow stack support to clone3()

[PATCH v3 0/5] Add support for the Idle HLT intercept feature
 2024-08-13 16:19 UTC  (10+ messages)
` [PATCH v3 5/5] KVM: selftests: KVM: SVM: Add Idle HLT intercept test

[PATCH v9 00/13] riscv: Add support for xtheadvector
 2024-08-13 15:55 UTC  (4+ messages)

[PATCH v1 1/1] selftests: net: af_unix: cast void* to char* in call to macro TH_LOG()
 2024-08-13 15:36 UTC  (4+ messages)

[RFC 0/5] SEV Kernel Selftests
 2024-08-13 15:30 UTC  (14+ 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 v18 00/14] Device Memory TCP
 2024-08-13 15:26 UTC  (25+ messages)
` [PATCH net-next v18 07/14] memory-provider: dmabuf devmem memory provider

[PATCH net] selftests: net: lib: kill PIDs before del netns
 2024-08-13 14:07 UTC  (2+ messages)

[PATCH] kselftest/arm64: signal: fix/refactor SVE vector length enumeration
 2024-08-13 12:55 UTC  (3+ messages)

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

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

[PATCH v5 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
 2024-08-13 11:54 UTC  (5+ messages)
` [PATCH v5 07/10] selftests: kvm: s390: Add uc_map_unmap VM test case

[PATCH 0/3] selftests: Fix cpuid / vendor checking build issues
 2024-08-13 10:45 UTC  (4+ messages)
` [PATCH 1/3] selftests/resctrl: Generalize non-contiguous CAT check
` [PATCH 2/3] selftests/resctrl: Always initialize ecx to avoid build warnings
` [RFC PATCH 3/3] kselftest: Provide __cpuid_count() stub on non-x86 archs

[PATCH] selftests: resctrl: ignore builds for unsupported architectures
 2024-08-13  8:27 UTC  (10+ messages)

[PATCH v2] selftest/powerpc/benchmark: remove requirement libc-dev
 2024-08-13  7:41 UTC  (2+ messages)

[PATCH 0/2] Improve migration by backing off earlier
 2024-08-13  7:22 UTC  (26+ 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 v4 0/4] Introduce userspace-driven ALSA timers
 2024-08-13  7:03 UTC  (7+ 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] Kselftest: msg_oob.c: Fix warning for Incorrect Specifier
 2024-08-13  6:12 UTC  (2+ messages)

[PATCH v2] selftests/ftrace: Skip test for optimized probes on PowerPC if Secure Boot is enabled
 2024-08-13  3:40 UTC 

[PATCH] lib: Move KUnit tests into tests/ subdirectory
 2024-08-13  0:25 UTC  (2+ messages)

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

[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 v5 00/28] NT synchronization primitive driver
 2024-08-12 17:09 UTC  (3+ messages)

[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] 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] 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  (6+ messages)
` [PATCH v5 1/2] selftests: net: Create veth pair for testing in networkless kernel

[PATCH v2 00/15] tools/nolibc: improve LLVM/clang support
 2024-08-10 14:57 UTC  (5+ messages)
` [PATCH v2 14/15] selftests/nolibc: use correct clang target for s390/powerz

[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

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

[PATCH net-next v13 01/14] mm: page_frag: add a test module for page_frag
 2024-08-09 12:29 UTC  (3+ messages)

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


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