Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-01-19 00:57:54 to 2023-01-24 10:09:46 UTC [more...]

[RFC PATCH v1 0/2] selftests/x86: sysret_rip update for FRED system
 2023-01-24 10:09 UTC  (15+ 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

[PATCH v8 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-24 10:02 UTC  (6+ 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 01/19] mm: Introduce vm_account
 2023-01-24  6:29 UTC  (3+ messages)
` [RFC PATCH 19/19] selftests/vm: Add pins-cgroup selftest for mlock/mmap

[RESEND RFC PATCH v1 00/20] mm: process/cgroup ksm support
 2023-01-24  4:09 UTC  (23+ 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 v5 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-24  3:30 UTC  (9+ messages)
` [PATCH v5 1/3] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension
` [PATCH 2/3] fs/proc/array: Add Syscall User Dispatch to proc status
` [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  2:16 UTC  (6+ messages)
` [PATCH v5 4/5] selftests/resctrl: Cleanup properly when an error occurs in CAT test

[RFC PATCH v3 00/31] TDX KVM selftests
 2023-01-24  1:21 UTC  (38+ messages)
` [RFC PATCH v3 01/31] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [RFC PATCH v3 02/31] KVM: selftests: Add support for creating non-default type VMs
` [RFC PATCH v3 03/31] KVM: selftests: Expose function that sets up sregs based on VM's mode
` [RFC PATCH v3 04/31] KVM: selftests: Store initial stack address in struct kvm_vcpu
` [RFC PATCH v3 05/31] KVM: selftests: Refactor steps in vCPU descriptor table initialization
` [RFC PATCH v3 06/31] KVM: selftests: Add helper functions to create TDX VMs
` [RFC PATCH v3 07/31] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [RFC PATCH v3 08/31] KVM: selftests: Require GCC to realign stacks on function entry
` [RFC PATCH v3 09/31] KVM: selftests: TDX: Add TDX lifecycle test
` [RFC PATCH v3 10/31] KVM: selftests: TDX: Add report_fatal_error test
` [RFC PATCH v3 11/31] KVM: selftests: TDX: Adding test case for TDX port IO
` [RFC PATCH v3 12/31] KVM: selftests: TDX: Add basic TDX CPUID test
` [RFC PATCH v3 13/31] KVM: selftests: TDX: Add basic get_td_vmcall_info test
` [RFC PATCH v3 14/31] KVM: selftests: TDX: Add TDX IO writes test
` [RFC PATCH v3 15/31] KVM: selftests: TDX: Add TDX IO reads test
` [RFC PATCH v3 16/31] KVM: selftests: TDX: Add TDX MSR read/write tests
` [RFC PATCH v3 17/31] KVM: selftests: TDX: Add TDX HLT exit test
` [RFC PATCH v3 18/31] KVM: selftests: TDX: Add TDX MMIO reads test
` [RFC PATCH v3 19/31] KVM: selftests: TDX: Add TDX MMIO writes test
` [RFC PATCH v3 20/31] KVM: selftests: TDX: Add TDX CPUID TDVMCALL test
` [RFC PATCH v3 21/31] KVM: selftests: TDX: Verify the behavior when host consumes a TD private memory
` [RFC PATCH v3 22/31] KVM: selftests: TDX: Add TDG.VP.INFO test
` [RFC PATCH v3 23/31] KVM: selftests: Add functions to allow mapping as shared
` [RFC PATCH v3 24/31] KVM: selftests: TDX: Add shared memory test
` [RFC PATCH v3 25/31] KVM: selftests: Add support for restricted memory
` [RFC PATCH v3 26/31] KVM: selftests: TDX: Update load_td_memory_region for VM memory backed by restricted memfd
` [RFC PATCH v3 27/31] KVM: selftests: Expose _vm_vaddr_alloc
` [RFC PATCH v3 28/31] KVM: selftests: TDX: Add support for TDG.MEM.PAGE.ACCEPT
` [RFC PATCH v3 29/31] KVM: selftests: TDX: Add support for TDG.VP.VEINFO.GET
` [RFC PATCH v3 30/31] KVM: selftests: TDX: Add TDX UPM selftest
` [RFC PATCH v3 31/31] KVM: selftests: TDX: Add TDX UPM selftests for implicit conversion

[PATCH 0/2] selftests/nolibc: small simplification of test development phase
 2023-01-23 19:25 UTC  (21+ messages)
` [PATCH 1/2] selftests/nolibc: support "x86_64" for arch name
` [PATCH 2/2] selftests/nolibc: add a "run-user" target to test the program in user land

[PATCH] selftests: iommu: Fix test_cmd_destroy_access() call in user_copy
 2023-01-23 18:28 UTC  (3+ messages)

[RESEND RFC PATCH v1 07/20] mm: add tracepoints to ksm
 2023-01-23 15:45 UTC 

[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-23 13:15 UTC  (12+ 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

Prezentacja
 2023-01-23  8:42 UTC 

[PATCH v13 3/3] tools/testing - seccomp test fixes for m68k
 2023-01-22 16:40 UTC 

[PATCH RFC 0/3] vsock: add support for sockmap
 2023-01-21 19:22 UTC  (14+ messages)
` [PATCH RFC 1/3] vsock: support sockmap
` [PATCH RFC 2/3] selftests/bpf: add vsock to vmtest.sh
` [PATCH RFC 3/3] selftests/bpf: Add a test case for vsock sockmap

[PATCH] selftests/ftrace: Fix bash specific "==" operator
 2023-01-21 23:32 UTC 

[PATCH] tools/testing/kunit/kunit.py extract handlers
 2023-01-21 21:27 UTC 

[PATCH] selftests: amd-pstate: Don't delete source files via Makefile
 2023-01-21 16:58 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v4 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-21 13:04 UTC  (7+ messages)
` [PATCH v4 1/3] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension
` [PATCH v4 2/3] fs/proc/array: Add Syscall User Dispatch to proc status
` [PATCH v4 3/3] ptrace,syscall_user_dispatch: add a getter/setter for sud configuration

[PATCH] selftests/bpf: fix vmtest static compilation error
 2023-01-21  6:41 UTC 

[PATCH v3 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-21  3:27 UTC  (8+ messages)
` [PATCH v3 1/3] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension
` [PATCH v3 2/3] fs/proc/array: Add Syscall User Dispatch to proc status
` [PATCH v3 3/3] ptrace,syscall_user_dispatch: add a getter/setter for sud configuration

[GIT PULL] Kselftest fixes update for Linux 6.2-rc5
 2023-01-20 20:06 UTC  (2+ messages)

[PATCH 1/2] kselftest/arm64: Remove the local NUM_VL definition
 2023-01-20 18:17 UTC  (2+ messages)

[PATCH v3 0/4] arm64/signal: Support TPIDR2
 2023-01-20 17:02 UTC  (2+ messages)

[PATCH v4 00/21] arm64/sme: Support SME 2 and SME 2.1
 2023-01-20 16:59 UTC  (2+ messages)

[PATCH 0/6] kselftest/arm64: Build fixes for clang
 2023-01-20 16:59 UTC  (2+ messages)

[PATCH 0/2] kselftest/arm64: Minor SME signals test additions
 2023-01-20 16:58 UTC  (4+ messages)
` [PATCH 1/2] kselftest/arm64: Verify that SSVE signal context has SVE_SIG_FLAG_SM set
` [PATCH 2/2] kselftest/arm64: Verify simultaneous SSVE and ZA context generation

[PATCH v2 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-20 10:49 UTC  (4+ messages)
` [PATCH 1/3] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension

[PATCH V2] tools/testing/kunit/kunit.py: remove redundant double check
 2023-01-20  6:35 UTC  (2+ messages)

[PATCH] kunit: Export kunit_running()
 2023-01-20  6:13 UTC  (4+ messages)

[PATCH v2] lib/hashtable_test.c: add test for the hashtable structure
 2023-01-20  6:06 UTC  (2+ messages)

[PATCH] selftest/x86/meltdown: Add a selftest for meltdown
 2023-01-20  2:14 UTC  (12+ messages)

[PATCH v2] selftest/x86/meltdown: Add a selftest for meltdown
 2023-01-20  2:28 UTC 

[PATCH] selftests/ftrace: Extend multiple_kprobes.tc to add multiple consecutive probes in a function
 2023-01-19 23:55 UTC  (6+ messages)

[PATCH linux-next] KVM: x86/xen: Remove unneeded semicolon
 2023-01-19 21:01 UTC  (2+ messages)

[V5 PATCH 0/3] Execute hypercalls according to host cpu
 2023-01-19 21:01 UTC  (2+ messages)

[RFC PATCH] kunit: Add "hooks" to call into KUnit when it's built as a module
 2023-01-19 17:22 UTC  (2+ messages)

[PATCH 3/3] ptrace,syscall_user_dispatch: add a getter/setter for sud configuration
 2023-01-19  2:39 UTC  (4+ messages)


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