Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-01-25 10:48:54 to 2023-01-30 17:01:29 UTC [more...]

[PATCH 00/34] selftests: Fix incorrect kernel headers search path
 2023-01-30 17:01 UTC  (51+ messages)
` [PATCH 01/34] selftests: arm64: "
` [PATCH 02/34] selftests: bpf: "
` [PATCH 03/34] selftests: clone3: "
` [PATCH 04/34] selftests: core: "
` [PATCH 05/34] selftests: dma: "
` [PATCH 06/34] selftests: dmabuf-heaps: "
` [PATCH 07/34] selftests: drivers: "
` [PATCH 08/34] selftests: filesystems: "
` [PATCH 09/34] selftests: futex: "
` [PATCH 10/34] selftests: gpio: "
` [PATCH 11/34] selftests: ipc: "
` [PATCH 12/34] selftests: kcmp: "
` [PATCH 13/34] selftests: media_tests: "
` [PATCH 14/34] selftests: membarrier: "
` [PATCH 15/34] selftests: mount_setattr: "
` [PATCH 16/34] selftests: move_mount_set_group: "
` [PATCH 17/34] selftests: net: "
` [PATCH 18/34] selftests: perf_events: "
` [PATCH 19/34] selftests: pid_namespace: "
` [PATCH 20/34] selftests: pidfd: "
` [PATCH 21/34] selftests: powerpc: "
` [PATCH 22/34] selftests: ptp: "
` [PATCH 23/34] selftests: rseq: "
` [PATCH 24/34] selftests: sched: "
` [PATCH 25/34] selftests: seccomp: "
` [PATCH 26/34] selftests: sync: "
` [PATCH 27/34] selftests: user_events: "
` [PATCH 28/34] selftests: vm: "
` [PATCH 29/34] selftests: x86: "
` [PATCH 30/34] selftests: bpf docs: Use installed "
` [PATCH 31/34] selftests: iommu: "
` [PATCH 32/34] selftests: memfd: "
` [PATCH 33/34] selftests: ptrace: "
` [PATCH 34/34] selftests: tdx: "

[PATCH] selftests: net: udpgso_bench_tx: Introduce exponential back-off retries
 2023-01-30 16:29 UTC  (10+ messages)

[PATCH] .gitignore: Keep track of archived files as they are added to a new git repo
 2023-01-30 16:06 UTC  (2+ messages)

[PATCH -next] KVM: selftests: Fix build error
 2023-01-30 15:50 UTC  (2+ messages)

[RFC PATCH 01/19] mm: Introduce vm_account
 2023-01-30 11:36 UTC  (3+ messages)

[PATCH v8 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-30 11:12 UTC  (11+ messages)
` [PATCH v8 1/4] userfaultfd: Add UFFD WP Async support
` [PATCH v8 2/4] userfaultfd: split mwriteprotect_range()
` [PATCH v8 3/4] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs

[RFC PATCH v1] KVM: selftests: Compile s390 tests with -march=z10
 2023-01-30  9:25 UTC  (4+ messages)

[PATCH net-next v2 0/3] net: introduce rps_default_mask
 2023-01-30  9:25 UTC  (7+ messages)

[PATCH v6 00/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2023-01-28 14:38 UTC  (33+ messages)
` [PATCH v6 01/14] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [PATCH v6 02/14] KVM: s390: selftest: memop: Replace macros by functions
` [PATCH v6 03/14] KVM: s390: selftest: memop: Move testlist into main
` [PATCH v6 04/14] KVM: s390: selftest: memop: Add bad address test
` [PATCH v6 05/14] KVM: s390: selftest: memop: Fix typo
` [PATCH v6 06/14] KVM: s390: selftest: memop: Fix wrong address being used in test
` [PATCH v6 07/14] KVM: s390: selftest: memop: Fix integer literal
` [PATCH v6 08/14] KVM: s390: Move common code of mem_op functions into functions
` [PATCH v6 09/14] KVM: s390: Dispatch to implementing function at top level of vm mem_op
` [PATCH v6 10/14] KVM: s390: Refactor absolute vm mem_op function
` [PATCH v6 11/14] KVM: s390: Refactor absolute vcpu "
` [PATCH v6 12/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
` [PATCH v6 13/14] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v6 14/14] KVM: s390: selftest: memop: Add cmpxchg tests

[PATCH v1 1/1] .gitignore: Unignore .kunitconfig
 2023-01-28 14:37 UTC  (3+ messages)

[PATCH] selftest: net: Improve IPV6_TCLASS/IPV6_HOPLIMIT tests apparmor compatibility
 2023-01-28 14:00 UTC  (2+ messages)

[PATCH v2] kunit: fix bug in KUNIT_EXPECT_MEMEQ
 2023-01-28  7:57 UTC  (2+ messages)

[PATCH v2 1/2] kunit: Expose 'static stub' API to redirect functions
 2023-01-28  7:49 UTC  (2+ messages)
` [PATCH v2 2/2] Documentation: Add Function Redirection API docs

[PATCH] kunit: Add "hooks" to call into KUnit when it's built as a module
 2023-01-28  7:10 UTC 

[PATCH] selftests/ftrace: Extend multiple_kprobes.tc to add multiple consecutive probes in a function
 2023-01-28  1:16 UTC  (8+ messages)

[PATCH v6] tracing/probe: add a char type to show the character value of traced arguments
 2023-01-28  1:05 UTC  (3+ messages)

[GIT PULL] Kselftest fixes update for Linux 6.2-rc6
 2023-01-27 21:14 UTC  (2+ messages)

[PATCH v1] apparmor: fix use of strcpy in policy_unpack_test
 2023-01-27 20:12 UTC 

[PATCH v3 1/3] selftests: net: .gitignore the scratch directory of bpf
 2023-01-27 18:43 UTC  (5+ messages)
` [PATCH v3 2/3] selftests: net: Unify references to nat6to4.o when running udpgro_frglist.sh
` [PATCH v3 3/3] selftests: net: Fix udpgro_frglist.sh shellcheck warnings and errors

[PATCH] KVM: selftest: Add dependency rules in makefile for C source code
 2023-01-27 13:36 UTC 

[PATCH v2 1/2] selftests: net: Fix missing nat6to4.o when running udpgro_frglist.sh
 2023-01-27 14:10 UTC  (6+ messages)
` [PATCH v2 2/2] selftests: net: .gitignore the scratch directory of bpf

[RFC PATCH v2] kunit: Add "hooks" to call into KUnit when it's built as a module
 2023-01-27  6:21 UTC  (5+ messages)

[PATCH v3] lib/hashtable_test.c: add test for the hashtable structure
 2023-01-27  4:32 UTC  (2+ messages)

kselftest/next kselftest-seccomp: 3 runs, 3 regressions (v6.2-rc5-1-g65177e47d303)
 2023-01-27  4:30 UTC 

kselftest/next kselftest-livepatch: 2 runs, 2 regressions (v6.2-rc5-1-g65177e47d303)
 2023-01-27  4:30 UTC 

kselftest/next kselftest-lkdtm: 3 runs, 3 regressions (v6.2-rc5-1-g65177e47d303)
 2023-01-27  4:30 UTC 

kselftest/next kselftest-lib: 4 runs, 3 regressions (v6.2-rc5-1-g65177e47d303)
 2023-01-27  4:30 UTC 

kselftest/next kselftest-cpufreq: 2 runs, 1 regressions (v6.2-rc5-1-g65177e47d303)
 2023-01-27  4:30 UTC 

kselftest/next build: 6 builds: 0 failed, 6 passed, 2 warnings (v6.2-rc5-1-g65177e47d303)
 2023-01-27  3:31 UTC 

[PATCH] testing: kselftest_harness: add filtering and enumerating tests
 2023-01-26 23:02 UTC  (2+ messages)

[RFC PATCH] selftests: Fix: search kernel headers in $(KHDR_INCLUDES)
 2023-01-26 22:54 UTC  (2+ messages)

[PATCH v2] selftests: amd-pstate: Don't delete source files via Makefile
 2023-01-26 22:43 UTC  (3+ messages)

[PATCH] selftests: pci: pci-selftest: add support for PCI endpoint driver test
 2023-01-26 20:57 UTC  (2+ messages)

[PATCH 0/3] selftests/tracing: Fix some testcases for recent change
 2023-01-26 20:43 UTC  (3+ messages)

[RFC PATCH v2 0/2] selftests/x86: sysret_rip update for FRED system
 2023-01-26 20:16 UTC  (33+ messages)
            ` [RFC PATCH v2 2/2] selftests/x86: sysret_rip: Add more syscall tests with respect to `%rcx` and `%r11`
                      ` [RFC PATCH v5 0/2] sysret_rip update for the Intel FRED architecture
                        ` [RFC PATCH v5 1/2] selftests/x86: sysret_rip: Handle syscall in a FRED system
                      ` [RFC PATCH v6 0/3] sysret_rip update for the Intel FRED architecture
                        ` [RFC PATCH v6 1/3] selftests/x86: sysret_rip: Handle syscall in a FRED system
                        ` [RFC PATCH v6 2/3] selftests/x86: sysret_rip: Add more syscall tests with respect to `%rcx` and `%r11`
                        ` [RFC PATCH v6 3/3] selftests/x86: sysret_rip: Test opportunistic SYSRET
                      ` [RFC PATCH v7 0/3] sysret_rip update for the Intel FRED architecture
                        ` [RFC PATCH v7 1/3] selftests/x86: sysret_rip: Handle syscall in a FRED system
                        ` [RFC PATCH v7 2/3] selftests/x86: sysret_rip: Add more syscall tests with respect to `%rcx` and `%r11`
                        ` [RFC PATCH v7 3/3] selftests/x86: sysret_rip: Test SYSRET with a signal handler
            ` [RFC PATCH v1 0/2] selftests/x86: sysret_rip update for FRED system
              ` [RFC PATCH v1 1/2] selftests/x86: sysret_rip: Handle syscall in a "

[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-26 14:32 UTC  (14+ messages)
` [PATCH v7 1/4] userfaultfd: Add UFFD WP Async support
` [PATCH v7 3/4] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs

[PATCH net-next 0/8] mptcp: add mixed v4/v6 support for the in-kernel PM
 2023-01-26 12:50 UTC  (9+ messages)
` [PATCH net-next 2/8] mptcp: propagate sk_ipv6only to subflows
` [PATCH net-next 3/8] selftests: mptcp: add test-cases for mixed v4/v6 subflows
` [PATCH net-next 4/8] mptcp: userspace pm: use a single point of exit
` [PATCH net-next 5/8] selftests: mptcp: userspace: print titles
` [PATCH net-next 6/8] selftests: mptcp: userspace: refactor asserts
` [PATCH net-next 7/8] selftests: mptcp: userspace: print error details if any
` [PATCH net-next 8/8] selftests: mptcp: userspace: avoid read errors

[RESEND RFC PATCH v1 00/20] mm: process/cgroup ksm support
 2023-01-26  2:31 UTC  (10+ messages)
` [RESEND RFC PATCH v1 10/20] docs: document general_profit sysfs knob

[PATCH] KVM: selftests: Added eBPF program and selftest to collect vmx exit stat
 2023-01-26  0:43 UTC 

[PATCH 1/2] selftests: net: Fix missing nat6to4.o when running udpgro_frglist.sh
 2023-01-25 21:17 UTC  (3+ messages)
` [PATCH 2/2] selftests: net: .gitignore the scratch directory of bpf

kselftest/fixes kselftest-livepatch: 1 runs, 1 regressions (linux-kselftest-fixes-6.2-rc5-1-ga49fb7218ed8)
 2023-01-25 20:03 UTC 

kselftest/fixes kselftest-seccomp: 2 runs, 2 regressions (linux-kselftest-fixes-6.2-rc5-1-ga49fb7218ed8)
 2023-01-25 20:03 UTC 

kselftest/fixes kselftest-lkdtm: 2 runs, 2 regressions (linux-kselftest-fixes-6.2-rc5-1-ga49fb7218ed8)
 2023-01-25 20:03 UTC 

kselftest/fixes kselftest-lib: 5 runs, 5 regressions (linux-kselftest-fixes-6.2-rc5-1-ga49fb7218ed8)
 2023-01-25 20:03 UTC 

kselftest/fixes kselftest-cpufreq: 2 runs, 1 regressions (linux-kselftest-fixes-6.2-rc5-1-ga49fb7218ed8)
 2023-01-25 20:03 UTC 

kselftest/fixes build: 7 builds: 0 failed, 7 passed, 3 warnings (linux-kselftest-fixes-6.2-rc5-1-ga49fb7218ed8)
 2023-01-25 19:04 UTC 

[for-next][PATCH 02/12] tracing/selftests: Add test for event filtering on function name
 2023-01-25 17:12 UTC 

[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-25 14:45 UTC  (2+ messages)

[PATCH] tools/testing/kunit/kunit.py: substitute if with elif
 2023-01-25 12:08 UTC 


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