Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2023-01-15 17:23:49 to 2023-01-21 08:54:03 UTC [more...]

[PATCH 0/2] selftests/nolibc: small simplification of test development phase
 2023-01-21  8:53 UTC  (2+ messages)
` [PATCH 1/2] selftests/nolibc: support "x86_64" for arch name

[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

[RFC PATCH v3 00/31] TDX KVM selftests
 2023-01-21  0:27 UTC  (33+ 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

[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  (23+ messages)
` [PATCH v4 01/21] arm64/sme: Rename za_state to sme_state
` [PATCH v4 02/21] arm64: Document boot requirements for SME 2
` [PATCH v4 03/21] arm64/sysreg: Update system registers for SME 2 and 2.1
` [PATCH v4 04/21] arm64/sme: Document SME 2 and SME 2.1 ABI
` [PATCH v4 05/21] arm64/esr: Document ISS for ZT0 being disabled
` [PATCH v4 06/21] arm64/sme: Manually encode ZT0 load and store instructions
` [PATCH v4 07/21] arm64/sme: Enable host kernel to access ZT0
` [PATCH v4 08/21] arm64/sme: Add basic enumeration for SME2
` [PATCH v4 09/21] arm64/sme: Provide storage for ZT0
` [PATCH v4 10/21] arm64/sme: Implement context switching "
` [PATCH v4 11/21] arm64/sme: Implement signal handling for ZT
` [PATCH v4 12/21] arm64/sme: Implement ZT0 ptrace support
` [PATCH v4 13/21] arm64/sme: Add hwcaps for SME 2 and 2.1 features
` [PATCH v4 14/21] kselftest/arm64: Add a stress test program for ZT0
` [PATCH v4 15/21] kselftest/arm64: Cover ZT in the FP stress test
` [PATCH v4 16/21] kselftest/arm64: Enumerate SME2 in the signal test utility code
` [PATCH v4 17/21] kselftest/arm64: Teach the generic signal context validation about ZT
` [PATCH v4 18/21] kselftest/arm64: Add test coverage for ZT register signal frames
` [PATCH v4 19/21] kselftest/arm64: Add SME2 coverage to syscall-abi
` [PATCH v4 20/21] kselftest/arm64: Add coverage of the ZT ptrace regset
` [PATCH v4 21/21] kselftest/arm64: Add coverage of SME 2 and 2.1 hwcaps

[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] selftests: amd-pstate: Don't delete source files via Makefile
 2023-01-20 16:23 UTC  (5+ messages)

[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-20 14:53 UTC  (10+ 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 v2 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-20 10:49 UTC  (10+ messages)
` [PATCH 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 RFC 0/3] vsock: add support for sockmap
 2023-01-20  8:55 UTC  (12+ 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: iommu: Fix test_cmd_destroy_access() call in user_copy
 2023-01-20  8:04 UTC  (2+ messages)

[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  (15+ 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 v5 0/5] Some improvements of resctrl selftest
 2023-01-19  0:57 UTC  (3+ messages)
` [PATCH v5 4/5] selftests/resctrl: Cleanup properly when an error occurs in CAT test

[PATCH HID for-next v2 0/9] HID-BPF LLVM fixes, no more hacks
 2023-01-18 21:12 UTC  (8+ messages)
` [PATCH HID for-next v2 6/9] HID: bpf: rework how programs are attached and stored in the kernel
` [PATCH HID for-next v2 8/9] HID: bpf: clean up entrypoint
` [PATCH HID for-next v2 9/9] HID: bpf: reorder BPF registration

[RFC PATCH 0/3] Checkpoint Support for Syscall User Dispatch
 2023-01-18 20:40 UTC  (5+ messages)
` [PATCH 1/3] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension

[PATCH 0/2] Fix kvm_setup_gdt and reuse in vcpu_init_descriptor_tables
 2023-01-18 19:36 UTC  (8+ messages)
` [PATCH 1/2] KVM: selftests: Fix initialization of GDT limit
` [PATCH 2/2] KVM: selftests: Reuse kvm_setup_gdt in vcpu_init_descriptor_tables

[V2 PATCH 0/6] KVM: selftests: selftests for fd-based private memory
 2023-01-18 17:17 UTC  (21+ messages)
` [V2 PATCH 1/6] KVM: x86: Add support for testing "
` [V2 PATCH 2/6] KVM: Selftests: Add support for "
` [V2 PATCH 3/6] KVM: selftests: x86: Add IS_ALIGNED/IS_PAGE_ALIGNED helpers
` [V2 PATCH 4/6] KVM: selftests: x86: Add helpers to execute VMs with private memory
` [V2 PATCH 5/6] KVM: selftests: Add get_free_huge_2m_pages
` [V2 PATCH 6/6] KVM: selftests: x86: Add selftest for private memory

[PATCH v2 00/41] RPCSEC GSS krb5 enhancements
 2023-01-18 17:16 UTC  (13+ messages)
` [PATCH v2 32/41] SUNRPC: Export get_gss_krb5_enctype()
` [PATCH v2 33/41] SUNRPC: Add KUnit tests RFC 3961 Key Derivation
` [PATCH v2 34/41] SUNRPC: Add Kunit tests for RFC 3962-defined encryption/decryption
` [PATCH v2 35/41] SUNRPC: Add KDF KUnit tests for the RFC 6803 encryption types
` [PATCH v2 36/41] SUNRPC: Add checksum "
` [PATCH v2 37/41] SUNRPC: Add encryption "
` [PATCH v2 38/41] SUNRPC: Add KDF-HMAC-SHA2 Kunit tests
` [PATCH v2 39/41] SUNRPC: Add RFC 8009 checksum KUnit tests
` [PATCH v2 40/41] SUNRPC: Add RFC 8009 encryption "
` [PATCH v2 41/41] SUNRPC: Add encryption self-tests

[PATCH] KVM: selftests: Fix build of rseq test
 2023-01-18 14:46 UTC  (5+ messages)

[PATCH] tools/testing/kunit/kunit.py: remove redundant double check
 2023-01-18  7:17 UTC  (6+ messages)

[PATCH 0/3] align custom kbuild messages to standard layout
 2023-01-18  6:59 UTC  (7+ messages)
` [PATCH 1/3] selftests/bpf: align kbuild messages to standard
` [PATCH 2/3] bpf: iterators: "
` [PATCH 3/3] tools/resolve_btfids: "

[PATCH v3 0/5] nolibc signal handling support
 2023-01-17 23:17 UTC  (7+ messages)

[tip:sched/core 7/28] rseq.c:139:37: error: 'AT_RSEQ_ALIGN' undeclared; did you mean 'R_SH_ALIGN'?
 2023-01-17 20:14 UTC  (6+ messages)

[RFC PATCH] selftests: Fix: search kernel headers in $(KHDR_INCLUDES)
 2023-01-17 20:17 UTC 

[PATCH] selftests: pci: pci-selftest: add support for PCI endpoint driver test
 2023-01-17 19:59 UTC  (2+ messages)

[PATCH 2/3] fs/proc/array: Add Syscall User Dispatch to proc status
 2023-01-17 13:01 UTC  (2+ messages)

[PATCH 5.10] Revert "selftests/ftrace: Update synthetic event syntax errors"
 2023-01-17 12:47 UTC 

[PATCH] selftests: pci: pci-selftest: add support for PCI endpoint driver test
 2023-01-17  8:12 UTC  (7+ messages)


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