Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-09-19 08:44:40 to 2025-09-23 05:18:53 UTC [more...]

[RFC PATCH v2 00/35] AMD: Add Secure AVIC KVM selftests
 2025-09-23  5:09 UTC  (31+ messages)
` [RFC PATCH v2 01/35] Add GHCB with setters and getters
` [RFC PATCH v2 02/35] Add arch specific additional guest pages
` [RFC PATCH v2 03/35] Add vm_vaddr_alloc_pages_shared()
` [RFC PATCH v2 04/35] Add GHCB allocations and helpers
` [RFC PATCH v2 05/35] Add is_sev_enabled() helpers
` [RFC PATCH v2 06/35] Add ability for SEV-ES guests to use ucalls via GHCB
` [RFC PATCH v2 07/35] KVM: selftests: Return an unused GHCB from the pool
` [RFC PATCH v2 08/35] KVM: selftests: Align GHCB entry struct to page size
` [RFC PATCH v2 09/35] KVM: selftests: Add #VC exception handler with error code support
` [RFC PATCH v2 10/35] KVM: selftests: Add MSR access support for SEV-ES guests
` [RFC PATCH v2 11/35] KVM: selftests: Skip guest memory checks for APIC MMIO mapping
` [RFC PATCH v2 12/35] KVM: selftests: Add x86 instruction decoding library
` [RFC PATCH v2 13/35] KVM: selftests: Adapt instruction decoder library for userspace
` [RFC PATCH v2 14/35] KVM: selftests: Restrict instruction decoder to x86_64 only
` [RFC PATCH v2 15/35] KVM: selftests: Remove unneeded functions from instruction decoder
` [RFC PATCH v2 16/35] KVM: selftests: Fix missing definitions in x86 "
` [RFC PATCH v2 17/35] KVM: selftests: Change pt_regs to ex_regs for selftest use
` [RFC PATCH v2 18/35] KVM: selftests: Add compilation for instruction decoder library
` [RFC PATCH v2 19/35] KVM: selftests: Add MMIO #VC exception handling for SEV-ES guests
` [RFC PATCH v2 20/35] KVM: selftests: Add instruction decoding for movabs instructions
` [RFC PATCH v2 21/35] KVM: selftests: Add SEV guest support in xapic_state_test
` [RFC PATCH v2 22/35] KVM: selftests: Add x2apic mode testing in xapic_ipi_test
` [RFC PATCH v2 23/35] KVM: selftests: Add SEV VM support "
` [RFC PATCH v2 24/35] KVM: selftests: Add Secure AVIC library
` [RFC PATCH v2 25/35] KVM: selftests: Add #VC handler for unaccelerated Secure AVIC MSRs
` [RFC PATCH v2 26/35] KVM: selftests: Add IPI handling support for Secure AVIC
` [RFC PATCH v2 27/35] KVM: selftests: Add args parameter to kvm_arch_vm_post_create()
` [RFC PATCH v2 28/35] KVM: selftests: Add GHCB call for SAVIC backing page notification
` [RFC PATCH v2 29/35] KVM: selftests: Add Secure AVIC mode to xapic_ipi_test
` [RFC PATCH v2 30/35] KVM: selftests: Add test to verify APIC MSR accesses for SAVIC guest

[PATCH net-next v2 0/6] netconsole: support automatic target recovery
 2025-09-22 23:50 UTC  (8+ messages)
` [PATCH net-next v2 1/6] netconsole: add target_state enum
` [PATCH net-next v2 2/6] netconsole: convert 'enabled' flag to enum for clearer state management
` [PATCH net-next v2 3/6] netconsole: add STATE_DEACTIVATED to track targets disabled by low level
` [PATCH net-next v2 4/6] netpoll: add wrapper around __netpoll_setup with dev reference
` [PATCH net-next v2 5/6] netconsole: resume previously deactivated target
` [PATCH net-next v2 6/6] selftests: netconsole: validate target reactivation

[PATCH 0/2] KVM: arm64: selftests: Cover ID_AA64ISAR3_EL1 in set_id_regs
 2025-09-22 23:35 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm64: selftests: Remove a duplicate register listing "
` [PATCH 2/2] KVM: arm64: selftests: Cover ID_AA64ISAR3_EL1 "

[PATCH] selftests: Fix Makefile to run targets even the ones in SKIP_TARGETS
 2025-09-22 22:57 UTC  (2+ messages)

[PATCH] vfio: selftests: Store libvfio build outputs in $(OUTPUT)/libvfio
 2025-09-22 22:48 UTC 

[PATCH v3 0/5] platform/chrome: Fix a possible UAF via revocable
 2025-09-22 22:43 UTC  (23+ messages)
` [PATCH v3 1/5] revocable: Revocable resource management

[PATCH net-next 0/6] mptcp: pm: netlink: announce server-side flag
 2025-09-22 19:00 UTC  (9+ messages)
` [PATCH net-next 1/6] mptcp: pm: netlink: only add server-side attr when true
` [PATCH net-next 2/6] mptcp: pm: netlink: announce server-side flag
` [PATCH net-next 3/6] mptcp: pm: netlink: deprecate server-side attribute
` [PATCH net-next 4/6] selftests: mptcp: pm: get server-side flag
` [PATCH net-next 5/6] mptcp: use _BITUL() instead of (1 << x)
` [PATCH net-next 6/6] mptcp: remove unused returned value of check_data_fin

[PATCH 0/4] PCI: Add support and tests for FIXUP quirks in modules
 2025-09-22 18:48 UTC  (5+ messages)

[PATCH net-next v3] selftests: forwarding: Reorder (ar)ping arguments to obey POSIX getopt
 2025-09-22 18:40 UTC  (4+ messages)

[PATCH v5 00/15] Consolidate iommu page table implementations (AMD)
 2025-09-22 17:05 UTC  (20+ messages)
` [PATCH v5 01/15] genpt: Generic Page Table base API
  ` [External] : "
` [PATCH v5 02/15] genpt: Add Documentation/ files
` [PATCH v5 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v5 04/15] iommupt: Add the AMD IOMMU v1 page table format
` [PATCH v5 05/15] iommupt: Add iova_to_phys op

[PATCH net-next] selftests: rtnetlink: correct error message in rtnetlink.sh fou test
 2025-09-22 16:46 UTC  (2+ messages)

[PATCH RFC bpf-next 0/6] Add the the capability to load HW RX checsum in eBPF programs
 2025-09-22 15:56 UTC  (13+ messages)
` [PATCH RFC bpf-next 1/6] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
` [PATCH RFC bpf-next 2/6] net: xdp: Add xmo_rx_checksum callback
` [PATCH RFC bpf-next 3/6] veth: Add xmo_rx_checksum callback to veth driver
` [PATCH RFC bpf-next 4/6] net: ice: Add xmo_rx_checksum callback
` [PATCH RFC bpf-next 5/6] selftests/bpf: Add selftest support for bpf_xdp_metadata_rx_checksum
` [PATCH RFC bpf-next 6/6] selftests/bpf: Add bpf_xdp_metadata_rx_checksum support to xdp_hw_metadat prog

[PATCH][next] selftests/clone3: Fix spelling mistake "supportd" -> "supported"
 2025-09-22 12:09 UTC 

[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
 2025-09-22 10:32 UTC  (16+ messages)
` [PATCH 01/15 6.6.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 02/15 6.6.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 03/15 6.6.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 04/15 6.6.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 05/15 6.6.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 06/15 6.6.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 07/15 6.6.y] minmax: improve macro expansion and type checking
` [PATCH 08/15 6.6.y] minmax: fix up min3() and max3() too
` [PATCH 09/15 6.6.y] minmax.h: add whitespace around operators and after commas
` [PATCH 10/15 6.6.y] minmax.h: update some comments
` [PATCH 11/15 6.6.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 12/15 6.6.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 13/15 6.6.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 14/15 6.6.y] minmax.h: simplify the variants of clamp()
` [PATCH 15/15 6.6.y] minmax.h: remove some #defines that are only expanded once

[PATCH 1/2] selftests/acct: add cleanup for leftover process_log binary
 2025-09-22  9:10 UTC  (2+ messages)
` [PATCH 2/2] selftests/cachestat: add cleanup for leftover tmpshmcstat binary

[PATCH v2 00/11] Start porting UML to nolibc
 2025-09-22  7:41 UTC  (31+ messages)
` [PATCH v2 01/11] tools compiler.h: fix __used definition
` [PATCH v2 02/11] um: use tools/include for user files
` [PATCH v2 03/11] tools/nolibc/stdio: remove perror if NOLIBC_IGNORE_ERRNO is set
` [PATCH v2 04/11] tools/nolibc/dirent: avoid errno in readdir_r
` [PATCH v2 05/11] tools/nolibc: use __fallthrough__ rather than fallthrough
` [PATCH v2 06/11] tools/nolibc: add option to disable runtime
` [PATCH v2 07/11] um: add infrastructure to build files using nolibc
` [PATCH v2 08/11] um: use nolibc for the --showconfig implementation
` [PATCH v2 09/11] tools/nolibc: add uio.h with readv and writev
` [PATCH v2 10/11] tools/nolibc: add ptrace support
` [PATCH v2 11/11] um: switch ptrace FP register access to nolibc

[PATCH 0/2] eventpoll: Fix epoll_wait() report false negative
 2025-09-22  6:26 UTC  (12+ messages)
` [PATCH 2/2] "

[PATCH v3 00/36] sparc64: vdso: Switch to the generic vDSO library
 2025-09-22  2:44 UTC  (7+ messages)
` [PATCH v3 07/36] powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.h

[PATCH RESEND] selftests/powerpc/pmu/: Add check_extended_reg_test to .gitignore
 2025-09-22  0:41 UTC 

[RFC PATCH bpf-next v1 0/3] bpf: Add BPF program type for overriding tracepoint probes
 2025-09-21 21:08 UTC  (12+ messages)

[PATCH] selftests/kexec: Add .gitignore for generated binary
 2025-09-21 17:29 UTC 

[PATCH] selftests/cachestat: Add file tmpshmcstat to .gitignore
 2025-09-21 17:08 UTC 

[PATCH RFC 0/3] arm64/gcs: Allow reuse of user managed shadow stacks
 2025-09-21 13:21 UTC  (4+ messages)
` [PATCH RFC 1/3] arm64/gcs: Support reuse of GCS for exited threads
` [PATCH RFC 2/3] kselftest/arm64: Validate PR_SHADOW_STACK_EXIT_TOKEN in basic-gcs
` [PATCH RFC 3/3] kselftest/arm64: Add PR_SHADOW_STACK_EXIT_TOKEN to gcs-locking

[PATCH v2] mm/memory-failure: Support disabling soft offline for HugeTLB pages
 2025-09-21 11:36 UTC  (9+ messages)

[PATCH] selftests/timers: Skip some posix_timers tests on kernels < 6.13
 2025-09-21  7:59 UTC  (2+ messages)

[PATCH v2] selftests/timers: Consolidate and fix 32-bit overflow in timespec_sub
 2025-09-21  7:49 UTC  (2+ messages)

[PATCH 00/32] ns: support file handles
 2025-09-21  7:35 UTC  (3+ messages)
` [PATCH 25/32] ns: add to_<type>_ns() to respective headers

[PATCH v2] selftests: ublk: fix behavior when fio is not installed
 2025-09-21  5:18 UTC  (2+ messages)

[PATCH v7 0/6] mm/memfd: introduce MFD_NOEXEC_SEAL and MFD_EXEC
 2025-09-20 18:58 UTC  (7+ messages)
` [PATCH v7 6/6] mm/memfd: security hook for memfd_create

[PATCH v3 6/8] riscv: Apply acquire/release semantics to arch_xchg/arch_cmpxchg operations
 2025-09-20 14:52 UTC  (2+ messages)

[PATCH net v5 0/4] net: netpoll: fix memory leak and add comprehensive selftests
 2025-09-20  0:49 UTC  (3+ messages)
` [PATCH net v5 4/4] selftest: netcons: add test for netconsole over bonded interfaces

[PATCH bpf-next v2 0/3] Add overwrite mode for bpf ring buffer
 2025-09-19 22:15 UTC  (7+ messages)
` [PATCH bpf-next v2 1/3] bpf: "
` [PATCH bpf-next v2 2/3] selftests/bpf: Add test for overwrite "
` [PATCH bpf-next v2 3/3] selftests/bpf/benchs: Add producer and overwrite bench for "

[PATCH v4 0/2] arm64: Support FEAT_LSFE (Large System Float Extension)
 2025-09-19 18:38 UTC  (4+ messages)
` [PATCH v4 1/2] KVM: arm64: Expose FEAT_LSFE to guests
  ` (subset) "

[PATCH v2 0/3] selftests: ublk: kublk: fix feature list
 2025-09-19 17:06 UTC  (2+ messages)

[PATCH v2] selftests/kexec: Ignore selftest binary
 2025-09-19 17:01 UTC 

[PATCH][next] selftest/futex: Fix spelling mistake "boundarie" -> "boundary"
 2025-09-19 16:57 UTC 

[PATCH v8 00/29] KVM: arm64: Implement support for SME
 2025-09-19 15:53 UTC  (4+ messages)
` [PATCH v8 06/29] KVM: arm64: Introduce non-UNDEF FGT control

[PATCH 0/3] Fix a race with fput during eventq abort
 2025-09-19 13:43 UTC  (2+ messages)

[PATCH V2 0/8] Add selftests for mshare
 2025-09-19 13:06 UTC  (8+ messages)
` [PATCH V2 1/8] mshare: Add selftests
` [PATCH V2 2/8] mshare: selftests: Adding config fragments
` [PATCH V2 4/8] mshare: selftests: Add test case shared memory
` [PATCH V2 5/8] mshare: selftests: Add test case ioctl unmap
` [PATCH V2 6/8] mshare: selftests: Add some helper functions for configuring and retrieving cgroup
` [PATCH V2 7/8] mshare: selftests: Add test case to demostrate the swapping of mshare memory
` [PATCH V2 8/8] mshare: selftests: Add test case to demostrate that mshare partly supports THP

[PATCH v2 00/33] ns: support file handles
 2025-09-19 12:28 UTC  (6+ messages)
` [PATCH v2 04/33] block: use extensible_ioctl_valid()

[PATCH v3 0/8] riscv: Add Zalasr ISA extension support
 2025-09-19 12:12 UTC  (6+ messages)
  ` [External] "

[PATCH v21 0/8] fork: Support shadow stacks in clone3()
 2025-09-19 12:10 UTC  (7+ messages)
` [PATCH v21 4/8] fork: Add shadow stack support to clone3()

[PATCH bpf-next 0/5] selftests/bpf: Extend sockmap_redir to test no-redir SK_DROP/SK_PASS
 2025-09-19 11:29 UTC  (11+ messages)
` [PATCH bpf-next 2/5] selftests/bpf: sockmap_redir: Fix OOB handling
` [PATCH bpf-next 3/5] selftests/bpf: sockmap_redir: Rename functions
` [PATCH bpf-next 4/5] selftests/bpf: sockmap_redir: Let test specify skel's redirect_type
` [PATCH bpf-next 5/5] selftests/bpf: sockmap_redir: Support no-redirect SK_DROP/SK_PASS

[RESEND PATCH] selftests/filesystems: Fix build warning on anon_inode_test
 2025-09-19 10:49 UTC 

[PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
 2025-09-19  8:44 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