Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-01-23 17:37:24 to 2023-01-26 12:19:52 UTC [more...]

[PATCH v6 00/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2023-01-26 12:18 UTC  (23+ 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 v2 1/2] selftests: net: Fix missing nat6to4.o when running udpgro_frglist.sh
 2023-01-26 10:01 UTC  (4+ messages)
` [PATCH v2 2/2] selftests: net: .gitignore the scratch directory of bpf

[RESEND RFC PATCH v1 00/20] mm: process/cgroup ksm support
 2023-01-26  2:31 UTC  (30+ messages)
` [RESEND RFC PATCH v1 01/20] mm: add new flag to enable ksm per process
` [RESEND RFC PATCH v1 02/20] mm: add flag to __ksm_enter
` [RESEND RFC PATCH v1 03/20] mm: add flag to __ksm_exit call
` [RESEND RFC PATCH v1 04/20] mm: invoke madvise for all vmas in scan_get_next_rmap_item
` [RESEND RFC PATCH v1 05/20] mm: support disabling of ksm for a process
` [RESEND RFC PATCH v1 06/20] mm: add new prctl option to get and set "
` [RESEND RFC PATCH v1 07/20] mm: add tracepoints to ksm
` [RESEND RFC PATCH v1 08/20] mm: split off pages_volatile function
` [RESEND RFC PATCH v1 09/20] mm: expose general_profit metric
` [RESEND RFC PATCH v1 10/20] docs: document general_profit sysfs knob
` [RESEND RFC PATCH v1 11/20] mm: calculate ksm process profit metric
` [RESEND RFC PATCH v1 12/20] mm: add ksm_merge_type() function
` [RESEND RFC PATCH v1 13/20] mm: expose ksm process profit metric in ksm_stat
` [RESEND RFC PATCH v1 14/20] mm: expose ksm merge type "
` [RESEND RFC PATCH v1 15/20] docs: document new procfs ksm knobs
` [RESEND RFC PATCH v1 16/20] tools: add new prctl flags to prctl in tools dir
` [RESEND RFC PATCH v1 17/20] selftests/vm: add KSM prctl merge test
` [RESEND RFC PATCH v1 18/20] selftests/vm: add KSM get merge type test
` [RESEND RFC PATCH v1 19/20] selftests/vm: add KSM fork test
` [RESEND RFC PATCH v1 20/20] selftests/vm: add two functions for debugging merge outcome

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

[RFC PATCH v1 0/2] selftests/x86: sysret_rip update for FRED system
 2023-01-25 23:24 UTC  (55+ messages)
                    ` [RFC PATCH v1 1/2] selftests/x86: sysret_rip: Handle syscall in a "
                    ` [RFC PATCH v1 2/2] selftests/x86: sysret_rip: Add more syscall tests with respect to `%rcx` and `%r11`
                ` [RFC PATCH v2 0/2] selftests/x86: sysret_rip update for FRED system
                  ` [RFC PATCH v2 1/2] selftests/x86: sysret_rip: Handle syscall in a "
                  ` [RFC PATCH v2 2/2] selftests/x86: sysret_rip: Add more syscall tests with respect to `%rcx` and `%r11`
                            ` [RFC PATCH v3 0/2] selftests/x86: sysret_rip update for FRED system
                              ` [RFC PATCH v3 1/2] selftests/x86: sysret_rip: Handle syscall in a "
                              ` [RFC PATCH v3 2/2] selftests/x86: sysret_rip: Add more syscall tests with respect to `%rcx` and `%r11`
                            ` [RFC PATCH v4 0/2] sysret_rip update for the Intel FRED architecture
                              ` [RFC PATCH v4 1/2] selftests/x86: sysret_rip: Handle syscall in a FRED system
                              ` [RFC PATCH v4 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 v5 2/2] selftests/x86: sysret_rip: Add more syscall tests with respect to `%rcx` and `%r11`
                            ` [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

[PATCH] testing: kselftest_harness: add filtering and enumerating tests
 2023-01-25 23:13 UTC 

[PATCH v3] lib/hashtable_test.c: add test for the hashtable structure
 2023-01-25 22:54 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-lib: 5 runs, 5 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-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 v2] selftests: amd-pstate: Don't delete source files via Makefile
 2023-01-25 17:03 UTC  (2+ messages)

[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-25 14:45 UTC  (17+ 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] tools/testing/kunit/kunit.py: substitute if with elif
 2023-01-25 12:08 UTC 

[PATCH net-next 0/8] mptcp: add mixed v4/v6 support for the in-kernel PM
 2023-01-25 10:47 UTC  (9+ messages)
` [PATCH net-next 1/8] mptcp: let the in-kernel PM use mixed IPv4 and IPv6 addresses
` [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

[PATCH bpf-next v3 00/16] bpfilter
 2023-01-25 10:25 UTC  (5+ messages)

[bpf-next v2] selftests/bpf: fix vmtest static compilation error
 2023-01-25 10:04 UTC 

[PATCH] selftests/ftrace: Extend multiple_kprobes.tc to add multiple consecutive probes in a function
 2023-01-25  7:09 UTC  (7+ messages)

[PATCH] tools/testing/kunit/kunit.py extract handlers
 2023-01-25  6:56 UTC  (2+ messages)

[PATCH v1] kunit: fix bug in KUNIT_EXPECT_MEMEQ
 2023-01-25  6:38 UTC  (2+ messages)

[PATCH] selftests/bpf: fix vmtest static compilation error
 2023-01-25  6:07 UTC  (3+ messages)

selftests: memfd: run_hugetlbfs_test.sh - invalid opcode: 0000 [#1] PREEMPT SMP
 2023-01-25  0:34 UTC  (2+ messages)

[PATCH] selftests/ftrace: Fix bash specific "==" operator
 2023-01-25  0:16 UTC  (2+ messages)

[PATCH v6] tracing/probe: add a char type to show the character value of traced arguments
 2023-01-24 22:38 UTC  (2+ messages)

[PATCH v5 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-24 21:39 UTC  (12+ messages)
` [PATCH 3/3] ptrace,syscall_user_dispatch: add a getter/setter for sud configuration

[PATCH v5 0/5] Some improvements of resctrl selftest
 2023-01-24 17:19 UTC  (7+ messages)
` [PATCH v5 4/5] selftests/resctrl: Cleanup properly when an error occurs in CAT test

[RFC PATCH 01/19] mm: Introduce vm_account
 2023-01-24 14:32 UTC  (4+ messages)
` [RFC PATCH 19/19] selftests/vm: Add pins-cgroup selftest for mlock/mmap

[PATCH AUTOSEL 6.1 12/35] kselftest: Fix error message for unconfigured LLVM builds
 2023-01-24 13:41 UTC 

[PATCH v8 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-24 11:15 UTC  (10+ 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
` [PATCH v8 4/4] selftests: vm: add pagemap ioctl tests

kselftest/next kselftest-seccomp: 5 runs, 5 regressions (v6.2-rc5)
 2023-01-24  8:44 UTC 

kselftest/next kselftest-lkdtm: 5 runs, 5 regressions (v6.2-rc5)
 2023-01-24  8:44 UTC 

kselftest/next kselftest-livepatch: 3 runs, 3 regressions (v6.2-rc5)
 2023-01-24  8:44 UTC 

kselftest/next kselftest-lib: 6 runs, 5 regressions (v6.2-rc5)
 2023-01-24  8:44 UTC 

kselftest/next kselftest-cpufreq: 4 runs, 2 regressions (v6.2-rc5)
 2023-01-24  8:44 UTC 

[RFC PATCH v2] kunit: Add "hooks" to call into KUnit when it's built as a module
 2023-01-24  8:03 UTC 

kselftest/next build: 7 builds: 0 failed, 7 passed, 2 warnings (v6.2-rc5)
 2023-01-24  7:45 UTC 

[RFC PATCH v3 00/31] TDX KVM selftests
 2023-01-24  1:21 UTC  (8+ messages)
` [RFC PATCH v3 08/31] KVM: selftests: Require GCC to realign stacks on function entry

[PATCH 0/2] selftests/nolibc: small simplification of test development phase
 2023-01-23 19:25 UTC  (15+ messages)

[PATCH] selftests: iommu: Fix test_cmd_destroy_access() call in user_copy
 2023-01-23 18:28 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