linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-18 19:53:55 to 2025-08-21 04:29:51 UTC [more...]

[PATCH v9 00/19] TDX KVM selftests
 2025-08-21  4:29 UTC  (19+ messages)
` [PATCH v9 01/19] KVM: selftests: Include overflow.h instead of redefining is_signed_type()
` [PATCH v9 02/19] KVM: selftests: Allocate pgd in virt_map() as necessary
` [PATCH v9 03/19] KVM: selftests: Expose functions to get default sregs values
` [PATCH v9 04/19] KVM: selftests: Expose function to allocate guest vCPU stack
` [PATCH v9 05/19] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
` [PATCH v9 06/19] KVM: selftests: Expose segment definitons to assembly files
` [PATCH v9 07/19] KVM: selftests: Add kbuild definitons
` [PATCH v9 08/19] KVM: selftests: Define structs to pass parameters to TDX boot code
` [PATCH v9 09/19] KVM: selftests: Add "
` [PATCH v9 10/19] KVM: selftests: Set up TDX boot code region
` [PATCH v9 11/19] KVM: selftests: Set up TDX boot parameters region
` [PATCH v9 12/19] KVM: selftests: Add helper to initialize TDX VM
` [PATCH v9 13/19] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [PATCH v9 14/19] KVM: selftests: Add helpers to init TDX memory and finalize VM
` [PATCH v9 15/19] KVM: selftests: Hook TDX support to vm and vcpu creation
` [PATCH v9 16/19] KVM: selftests: Add support for TDX TDCALL from guest
` [PATCH v9 17/19] KVM: selftests: Add wrapper for TDX MMIO "
` [PATCH v9 18/19] KVM: selftests: Add ucall support for TDX

[PATCH v8 00/30] TDX KVM selftests
 2025-08-21  4:19 UTC  (13+ messages)
` [PATCH v8 06/30] KVM: selftests: Add helper functions to create TDX VMs
` [PATCH v8 07/30] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [PATCH v8 09/30] KVM: selftests: TDX: Add TDX lifecycle test

[PATCH 0/3] Test CRC computation in interrupt contexts
 2025-08-21  3:37 UTC  (2+ messages)

[PATCH] selftests/powerpc/tm: fix typo on a comment
 2025-08-21  3:29 UTC 

[PATCH net-next] selftests: rtnetlink: print device info on preferred_lft test failure
 2025-08-21  2:40 UTC  (2+ messages)

[broonie-ci:selftest-filelock-ktap] [kselftest/filelock] e5f8cea6cb: kernel-selftests.filelock.ofdlocks.fail
 2025-08-21  2:32 UTC 

[PATCH v2] selftests/net/socket.c: removed warnings from unused returns
 2025-08-21  2:30 UTC  (2+ messages)

[PATCH] selftests: capabilities: fix typo in test_execve
 2025-08-21  2:24 UTC 

[PATCH bpf-next 0/3] selftests/bpf: benchmark all symbols for kprobe-multi
 2025-08-21  1:40 UTC  (8+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: move get_ksyms and get_addrs to trace_helpers.c
` [PATCH bpf-next 2/3] selftests/bpf: skip recursive functions for kprobe_multi
` [PATCH bpf-next 3/3] selftests/bpf: add benchmark testing for kprobe-multi-all

[PATCH net-next 0/3] selftests: Test XDP_TX for single-buffer
 2025-08-21  1:40 UTC  (4+ messages)
` [PATCH net-next 1/3] selftests: drv-net: xdp: Extract common XDP_TX setup/validation
` [PATCH net-next 2/3] selftests: drv-net: xdp: Add a single-buffer XDP_TX test
` [PATCH net-next 3/3] selftests: drv-net: xdp: Validate single-buff XDP_TX in multi-buff mode

[PATCH v5 0/5] Better split_huge_page_test result check
 2025-08-21  1:11 UTC  (9+ messages)
` [PATCH v5 3/5] selftests/mm: reimplement is_backed_by_thp() with more precise check
` [PATCH v5 4/5] selftests/mm: add check_after_split_folio_orders() helper

[PATCH bpf-next v11 0/3] libbpf: fix USDT SIB argument handling causing unrecognized register error
 2025-08-20 23:25 UTC  (7+ messages)
` [PATCH bpf-next v11 1/3] "
` [PATCH bpf-next v11 2/3] selftests/bpf: Add an usdt_o1 test case in selftests to cover SIB handling logic
` [PATCH bpf-next v11 3/3] selftests/bpf: make usdt_o1 reliably generate SIB USDT arg spec

[PATCH v19 0/8] fork: Support shadow stacks in clone3()
 2025-08-20 23:15 UTC  (10+ messages)
` [PATCH v19 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH v19 2/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH v19 3/8] selftests: Provide helper header for shadow stack testing
` [PATCH v19 4/8] fork: Add shadow stack support to clone3()
` [PATCH v19 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH v19 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH v19 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH v19 8/8] selftests/clone3: Test shadow stack support

[PATCH v7 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
 2025-08-20 23:00 UTC  (16+ messages)
` [PATCH v7 2/2] selftests/bpf: Force -O2 for USDT selftests to cover SIB handling logic
    `  "

[PATCH v15 0/6] KVM: arm64: Provide guest support for GCS
 2025-08-20 22:30 UTC  (15+ messages)
` [PATCH v15 1/6] arm64/gcs: Ensure FGTs for EL1 GCS instructions are disabled
` [PATCH v15 2/6] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v15 3/6] KVM: arm64: Forward GCS exceptions to nested guests
` [PATCH v15 4/6] KVM: arm64: Set PSTATE.EXLOCK when entering an exception
` [PATCH v15 5/6] KVM: arm64: Allow GCS to be enabled for guests
` [PATCH v15 6/6] KVM: selftests: arm64: Add GCS registers to get-reg-list

[PATCH v2] kselftests:grammer correction
 2025-08-20 22:15 UTC  (2+ messages)

[PATCH] rseq/selftests: Use weak symbol reference, not definition, to link with glibc
 2025-08-20 22:03 UTC  (4+ messages)

[PATCH] selftests: proc: mark vsyscall strings maybe-unused
 2025-08-20 21:39 UTC  (2+ messages)

[PATCH] selftests/proc: Fix spelling in comments and improve error message
 2025-08-20 20:55 UTC 

[PATCH] selftests/powerpc/pmu/tm: fix typos in tm-trap
 2025-08-20 20:58 UTC 

[PATCH 0/5] arm64/sme: Support disabling streaming mode via ptrace on SME only systems
 2025-08-20 18:39 UTC  (7+ messages)
` [PATCH 1/5] kselftest/arm64: Verify that we reject out of bounds VLs in sve-ptrace
` [PATCH 2/5] kselftest/arm64: Check that unsupported regsets fail "
` [PATCH 3/5] arm64/sme: Support disabling streaming mode via ptrace on SME only systems
` [PATCH 4/5] kselftst/arm64: Test NT_ARM_SVE FPSIMD format writes on non-SVE systems
` [PATCH 5/5] kselftest/arm64: Cover disabling streaming mode without SVE in fp-ptrace

[PATCH 1/2] drm/xe/tests: Fix some additional gen_params signatures
 2025-08-20 18:31 UTC  (3+ messages)
` [PATCH 2/2] kunit: Only output a test plan if we're using kunit_array_gen_params

[PATCH net 1/2] tls: fix handling of zero-length records on the rx_list
 2025-08-20 16:00 UTC  (3+ messages)
` [PATCH net 2/2] selftests: tls: add tests for zero-length records

[PATCH] selftests/bpf: fix typo in comment
 2025-08-20 15:47 UTC 

[PATCH] selftests/netfilter: fix typo in comment
 2025-08-20 15:41 UTC 

[PATCH] selftests: harness: Rework is_signed_type() to avoid collision with overflow.h
 2025-08-20 15:15 UTC  (5+ messages)

[PATCH] selftests/livepatch: Ignore NO_SUPPORT line in dmesg
 2025-08-20 11:56 UTC  (3+ messages)

[PATCH 00/14] vdso: Add support for auxiliary clocks
 2025-08-20 10:15 UTC  (4+ messages)
` [PATCH 12/14] vdso/gettimeofday: "

[PATCH] selftests/ftrace: fix spelling mistake
 2025-08-20  9:40 UTC 

[PATCH] kselftests:grammer correction
 2025-08-20  9:25 UTC 

[PATCH net 1/2] bonding: set random address only when slaves already exist
 2025-08-20  9:10 UTC  (2+ messages)
` [PATCH net 2/2] selftests: bonding: add fail_over_mac testing

[PATCH] kselftests:grammer correction
 2025-08-20  8:32 UTC 

[PATCH] grammer correction
 2025-08-20  8:28 UTC 

[PATCH] grammer correction
 2025-08-20  8:26 UTC 

[PATCH] grammer correction
 2025-08-20  8:23 UTC 

[PATCH v2 0/5] platform/chrome: Fix a possible UAF via revocable
 2025-08-20  8:16 UTC  (6+ messages)
` [PATCH v2 1/5] revocable: Revocable resource management
` [PATCH v2 2/5] revocable: Add Kunit test cases
` [PATCH v2 3/5] selftests: revocable: Add kselftest cases
` [PATCH v2 4/5] platform/chrome: Protect cros_ec_device lifecycle with revocable
` [PATCH v2 5/5] platform/chrome: cros_ec_chardev: Consume cros_ec_device via revocable

[PATCH] selftests/ftrace: Split worlds in return string
 2025-08-20  5:20 UTC 

[PATCH] selftests/timers: Improve POSIX timer test messages
 2025-08-20  2:42 UTC 

[PATCH v2 13/20] x86/mm: enable page table sharing
 2025-08-20  1:32 UTC  (2+ messages)

[RFC PATCH v2 bpf-next 0/3] bpf: cgroup: support writing and freezing cgroups from BPF
 2025-08-20  1:14 UTC  (5+ messages)

[PATCH net-next] selftests: drv-net: tso: increase the retransmit threshold
 2025-08-20  1:00 UTC  (2+ messages)

[PATCH net-next] selftests: drv-net: ncdevmem: make configure_channels() support combined channels
 2025-08-20  1:00 UTC  (3+ messages)

[RFC PATCH v3 0/2] cgroup: Track time in cgroup v2 freezer
 2025-08-19 23:05 UTC  (4+ messages)
` [RFC PATCH v3 2/2] cgroup: selftests: Add tests for freezer time

[PATCH v2 0/8] selftests/mm: Add compiler flags and fix found warnings
 2025-08-19 22:52 UTC  (4+ messages)
` [PATCH v2 4/8] selftests/mm: Add -Wunused family of flags

[PATCH 00/33] vfio: Introduce selftests for VFIO
 2025-08-19 22:07 UTC  (25+ messages)
` [PATCH 12/33] tools headers: Import iosubmit_cmds512()
` [PATCH 19/33] dmaengine: ioat: Move system_has_dca_enabled() to dma.h
` [PATCH 20/33] vfio: selftests: Add driver for Intel CBDMA
` [PATCH 21/33] dmaengine: idxd: Allow registers.h to be included from tools/
` [PATCH 22/33] vfio: selftests: Add driver for Intel DSA

[PATCH] selftests/x86: fix coding style errors in test_syscall_vdso.c
 2025-08-19 21:39 UTC 

[PATCH] selftests/futex: Fix some futex_numa_mpol subtests
 2025-08-19 19:46 UTC  (4+ messages)

[PATCH] selftests/powerpc: fix spelling errors across test sources
 2025-08-19 19:42 UTC 

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-08-19 18:53 UTC  (7+ messages)
    ` [PATCH v13] "
      ` [PATCH v14] "
        ` [PATCH v15] "
          ` [PATCH v16] "

[PATCH] selftests: riscv: Add README for RISC-V KSelfTest
 2025-08-19 18:34 UTC  (2+ messages)

[PATCH 0/6] ONE_REG interface for SBI FWFT extension
 2025-08-19 17:35 UTC  (10+ messages)
` [PATCH 1/6] RISC-V: KVM: Set initial value of hedeleg in kvm_arch_vcpu_create()
` [PATCH 2/6] RISC-V: KVM: Introduce feature specific reset for SBI FWFT

[PATCH] selftests/futex: fix typos and grammar in futex_priv_hash
 2025-08-19 15:57 UTC  (3+ messages)
  ` [PATCH v2] "

next-20250818: rust: `ARCH_KMALLOC_MINALIGN` is defined multiple times
 2025-08-19 14:00 UTC  (2+ messages)

[PATCH net-next] selftests: drv-net: test the napi init state
 2025-08-19 13:50 UTC  (2+ messages)

[PATCH] proc: /proc filesystem check error message
 2025-08-19 12:49 UTC 

[PATCH] selftests/powerpc: fix typos in tm
 2025-08-19 12:33 UTC 

[Patch v4 0/2] test that rmap behaves as expected
 2025-08-19  8:00 UTC  (3+ messages)
` [Patch v4 1/2] selftests/mm: put general ksm operation into vm_util
` [Patch v4 2/2] selftests/mm: test that rmap behave as expected

[PATCH v4 0/7] selftests/mm: Fix false positives and skip unsupported tests
 2025-08-19  7:57 UTC  (11+ messages)
` [PATCH v4 4/7] mm/selftests: Fix split_huge_page_test failure on systems with 64KB page size
  ` [Fixup PATCH] mm/selftests: Fix formattig in split_huge_page_test
` [PATCH v4 5/7] selftests/mm: fix child process exit codes in ksm_functional_tests

[PATCH] kselftest/futex : fixed typo errors
 2025-08-19  7:56 UTC  (2+ messages)

[PATCH][next] selftests/futex: Fix help test for option -g
 2025-08-19  7:46 UTC  (2+ messages)

[PATCH v2] selftests:ftrace:Improved event description
 2025-08-19  7:28 UTC 

[PATCH 0/3] selftests/nolibc: enable qemu-system tests with LLVM builds
 2025-08-19  3:54 UTC  (7+ messages)
` [PATCH 2/3] selftests/nolibc: don't pass CC to toplevel Makefile

[PATCH] selftests/fs/mount-notify: Fix typo memebers -> members
 2025-08-19  3:01 UTC 

[PATCH] selftests: net: fix memory leak in tls.c
 2025-08-19  2:45 UTC 

[PATCH] selftests net/socket.c: removed warnings from unused returns
 2025-08-19  2:27 UTC  (3+ messages)

[PATCH net] selftests: rtnetlink: fix addrlft test flakiness on power-saving systems
 2025-08-19  2:08 UTC  (4+ messages)

[PATCH] KVM: loongarch: selftests: Remove common tests built by TEST_GEN_PROGS_COMMON
 2025-08-19  1:01 UTC  (4+ messages)

[PATCH net 0/8] mptcp: misc fixes for v6.17-rc
 2025-08-19  0:50 UTC  (2+ messages)

[PATCH v2 0/3] KVM: riscv: selftests: Enable supported test cases
 2025-08-19  0:20 UTC  (8+ messages)
` [PATCH v2 1/3] KVM: riscv: selftests: Add common "
` [PATCH v2 2/3] KVM: riscv: selftests: Use the existing RISCV_FENCE macro in `rseq-riscv.h`
` [PATCH v2 3/3] KVM: riscv: selftests: Add missing headers for new testcases


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).