linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-24 19:47:29 to 2023-07-26 18:55:11 UTC [more...]

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

[PATCH v4 00/10] tracing: introducing eventfs
 2023-07-26 18:54 UTC  (11+ messages)

[PATCH v5 00/10] tracing: introducing eventfs
 2023-07-26 18:45 UTC  (4+ messages)
` [PATCH v5 02/10] eventfs: Implement tracefs_inode_cache

[PATCH v8 0/4] cover-letter: Add IO page table replacement support
 2023-07-26 17:38 UTC  (11+ messages)
` [PATCH v8 1/4] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v8 2/4] iommufd: Add iommufd_access_replace() API
` [PATCH v8 3/4] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
` [PATCH v8 4/4] vfio: Support IO page table replacement

[PATCH v1 01/11] selftests: forwarding: custom_multipath_hash.sh: add cleanup for SIGTERM sent by timeout
 2023-07-26 16:57 UTC  (10+ messages)

[PATCH v4 bpf 0/2] bpf: return proper error codes for lwt redirect
 2023-07-26 16:53 UTC  (12+ messages)
` [PATCH v4 bpf 1/2] bpf: fix skb_do_redirect return values
` [PATCH v4 bpf 2/2] bpf: selftests: add lwt redirect regression test cases

[PATCH v7 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-26 16:45 UTC  (5+ messages)
` [PATCH v7 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v7 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v7 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v7 4/4] RISC-V: mm: Document mmap changes

[PATCH v2 0/7] tools/nolibc: add 32/64-bit powerpc support
 2023-07-26 15:39 UTC  (10+ messages)
` [PATCH v2 1/7] tools/nolibc: add support for powerpc
` [PATCH v2 2/7] tools/nolibc: add support for powerpc64
` [PATCH v2 3/7] selftests/nolibc: add extra configs customize support
` [PATCH v2 4/7] selftests/nolibc: add XARCH and ARCH mapping support
` [PATCH v2 5/7] selftests/nolibc: add test support for ppc
` [PATCH v2 6/7] selftests/nolibc: add test support for ppc64le
` [PATCH v2 7/7] selftests/nolibc: add test support for ppc64

[PATCH v3 0/9] kunit: Add test attributes API
 2023-07-26 14:57 UTC  (12+ messages)
` [PATCH v3 1/9] kunit: Add test attributes API structure
` [PATCH v3 2/9] kunit: Add speed attribute
` [PATCH v3 3/9] kunit: Add module attribute
` [PATCH v3 4/9] kunit: Add ability to filter attributes
` [PATCH v3 5/9] kunit: tool: Add command line interface to filter and report attributes
` [PATCH v3 6/9] kunit: memcpy: Mark tests as slow using test attributes
` [PATCH v3 7/9] kunit: time: Mark test "
` [PATCH v3 8/9] kunit: add tests for filtering attributes
` [PATCH v3 9/9] kunit: Add documentation of KUnit test attributes

[PATCH v6 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-26 14:02 UTC  (7+ messages)
` [PATCH v6 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v6 4/4] RISC-V: mm: Document mmap changes

[PATCH v8 00/19] Add iommufd physical device operations for replace and alloc hwpt
 2023-07-26 13:37 UTC  (2+ messages)

[PATCH v25 5/5] selftests: mm: add pagemap ioctl tests
 2023-07-26  8:34 UTC  (14+ messages)
  ` fs/proc/task_mmu: Implement IOCTL for efficient page table scanning
        ` [v2] "
                      ` [v3] "

Słowa kluczowe do wypozycjonowania
 2023-07-26  7:35 UTC 

selftests: arm64: za-fork.c: kselftest.h:123:2: error: call to undeclared function 'setvbuf'; ISO C99 and later do not support implicit function declarations
 2023-07-26  7:14 UTC  (4+ messages)

[PATCH] selftests/nolibc: mmap_munmap_good: fix up return value
 2023-07-26  6:16 UTC  (2+ messages)

[PATCH] selftests/nolibc: avoid buffer underrun in space printing
 2023-07-26  6:08 UTC 

[PATCH v6 00/13] RISCV: Add KVM_GET_REG_LIST API
 2023-07-26  1:17 UTC  (17+ messages)
` [PATCH v6 01/13] KVM: arm64: selftests: Replace str_with_index with strdup_printf
` [PATCH v6 02/13] KVM: arm64: selftests: Drop SVE cap check in print_reg
` [PATCH v6 03/13] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
` [PATCH v6 04/13] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
` [PATCH v6 05/13] KVM: arm64: selftests: Delete core_reg_fixup
` [PATCH v6 06/13] KVM: arm64: selftests: Split get-reg-list test code
` [PATCH v6 07/13] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v6 08/13] KVM: arm64: selftests: Move reject_set check logic to a function
` [PATCH v6 09/13] KVM: arm64: selftests: Move finalize_vcpu back to run_test
` [PATCH v6 10/13] KVM: selftests: Only do get/set tests on present blessed list
` [PATCH v6 11/13] KVM: selftests: Add skip_set facility to get_reg_list test
` [PATCH v6 12/13] KVM: riscv: Add KVM_GET_REG_LIST API support
` [PATCH v6 13/13] KVM: riscv: selftests: Add get-reg-list test

[PATCH 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2023-07-25 23:34 UTC  (5+ messages)
` [PATCH 1/3] rust: kunit: add KUnit case and suite macros
` [PATCH 3/3] rust: kunit: allow to know if we are in a test

kselftest/next build: 6 builds: 0 failed, 6 passed, 1 warning (v6.5-rc3-22-g7e4bf0c1d0f7)
 2023-07-25 23:00 UTC 

[PATCH net-next v2 0/2] selftests/ptp: Add support for new timestamp IOCTLs
 2023-07-25 22:53 UTC  (4+ messages)
` [PATCH net-next v2 1/2] selftests/ptp: Add -x option for testing PTP_SYS_OFFSET_EXTENDED
` [PATCH net-next v2 2/2] selftests/ptp: Add -X option for testing PTP_SYS_OFFSET_PRECISE

[PATCH][next] selftests/xsk: Fix spelling mistake "querrying" -> "querying"
 2023-07-25 21:50 UTC  (2+ messages)

[PATCH bpf-next v6 0/8] Add SO_REUSEPORT support for TC bpf_sk_assign
 2023-07-25 21:20 UTC  (8+ messages)
` [PATCH bpf-next v6 4/8] net: remove duplicate reuseport_lookup functions
` [PATCH bpf-next v6 8/8] selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper

[PATCH v1 1/8] tools/nolibc: add support for powerpc
 2023-07-25 20:52 UTC  (10+ messages)

[KTAP V2 PATCH] ktap_v2: add test metadata
 2023-07-25 20:20 UTC  (3+ messages)

[PATCH 0/2] tools/nolibc: add pipe() and its testcase
 2023-07-25 18:01 UTC  (3+ messages)
` [PATCH 1/2] tools/nolibc: add pipe() support
` [PATCH 2/2] selftests/nolibc: add testcase for pipe

[RFC PATCH v2 18/20] context_tracking,x86: Defer kernel text patching IPIs
 2023-07-25 17:47 UTC  (6+ messages)

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-25 17:12 UTC  (16+ messages)
` [RFC PATCH v2 15/20] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH v2 20/20] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH v3 bpf 0/2] bpf: return proper error codes for lwt redirect
 2023-07-25 17:07 UTC  (9+ messages)
` [PATCH v3 bpf 1/2] bpf: fix skb_do_redirect return values
` [PATCH v3 bpf 2/2] selftests/bpf: test lwt redirect error handling

selftests: connector: proc_filter.c:48:20: error: invalid application of 'sizeof' to an incomplete type 'struct proc_input'
 2023-07-25 16:48 UTC  (2+ messages)

[PATCH v2 14/14] selftests/nolibc: tinyconfig: add support for 32/64-bit powerpc
 2023-07-25 16:04 UTC  (2+ messages)

[PATCH] selftests:prctl: add set-process-name to .gitignore
 2023-07-25 15:33 UTC 

[PATCH] selftests:prctl: Fix make clean override warning
 2023-07-25 15:33 UTC 

[PATCH v5 00/19] selftests/resctrl: Fixes and cleanups
 2023-07-25 15:26 UTC  (7+ messages)
` [PATCH v5 04/19] selftests/resctrl: Close perf value read fd on errors
` [PATCH v5 12/19] selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()

[PATCH v2 12/14] selftests/nolibc: add tinyconfig target
 2023-07-25 15:13 UTC  (2+ messages)

[PATCH v2 09/14] selftests/nolibc: allow quit qemu-system when poweroff fails
 2023-07-25 14:59 UTC  (2+ messages)

[PATCH 3/8] zd1211rw: fix comment typo
 2023-07-25 14:47 UTC  (2+ messages)
` [3/8] wifi: zd1211rw: fix typo "tranmits"

[PATCH v1 4/8] selftests/nolibc: add extra config file customize support
 2023-07-25 14:30 UTC  (2+ messages)

[PATCH v2 08/14] selftests/nolibc: string the core targets
 2023-07-25 14:20 UTC  (2+ messages)

[PATCH v2 07/14] selftests/nolibc: defconfig: remove mrproper target
 2023-07-25 14:04 UTC  (2+ messages)

[PATCH v2 05/14] selftests/nolibc: add menuconfig for development
 2023-07-25 13:51 UTC  (2+ messages)

selftests: mm: mremap_dontunmap.c:53:6: error: use of undeclared identifier 'MREMAP_DONTUNMAP'
 2023-07-25 13:27 UTC 

[PATCH v2 03/14] selftests/nolibc: print running log to screen
 2023-07-25 12:46 UTC  (2+ messages)

[PATCH v2 02/14] selftests/nolibc: add macros to enhance maintainability
 2023-07-25 12:37 UTC  (2+ messages)

[PATCH v5 0/9] drm: selftest: Convert to KUnit
 2023-07-25  9:54 UTC  (5+ messages)
` [PATCH v5 9/9] drm: selftest: convert drm_mm selftest "

[PATCH] kunit: replace KUNIT_TRIGGER_STATIC_STUB maro with KUNIT_STATIC_STUB_REDIRECT
 2023-07-25 17:20 UTC 

[PATCH v2 0/9] kunit: Add test attributes API
 2023-07-25  8:42 UTC  (13+ messages)
` [PATCH v2 1/9] kunit: Add test attributes API structure
` [PATCH v2 4/9] kunit: Add ability to filter attributes
` [PATCH v2 5/9] kunit: tool: Add command line interface to filter and report attributes
` [PATCH v2 6/9] kunit: memcpy: Mark tests as slow using test attributes
` [PATCH v2 8/9] kunit: add tests for filtering attributes
` [PATCH v2 9/9] kunit: Add documentation of KUnit test attributes

[PATCH v1 1/8] tools/nolibc: add support for powerpc
 2023-07-25  6:14 UTC  (2+ messages)

[PATCH v1 8/8] selftests/nolibc: add test support for powerpc64
 2023-07-25  6:02 UTC  (3+ messages)

[PATCH v3 0/8] selftests/mm fixes for arm64
 2023-07-24 21:23 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).