Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-03-24 10:31:40 to 2025-03-26 19:24:16 UTC [more...]

[PATCH v1] selftests/mm/cow: fix minor memory leak in child_vmsplice_memcmp_fn()
 2025-03-26 19:24 UTC  (2+ messages)

[PATCH v2 0/2] KVM: selftests: access_tracking_perf_test: skip the test when NUMA balancing is active
 2025-03-26 19:08 UTC  (6+ messages)
` [PATCH v2 1/2] KVM: selftests: Extract guts of THP accessor to standalone sysfs helpers
` [PATCH v2 2/2] KVM: selftests: access_tracking_perf_test: add option to skip the sanity check

[PATCH v7 0/7] rust: reduce `as` casts, enable related lints
 2025-03-26 19:06 UTC  (20+ messages)
` [PATCH v7 1/7] rust: retain pointer mut-ness in `container_of!`
` [PATCH v7 2/7] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v7 3/7] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v7 4/7] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v7 5/7] rust: enable `clippy::as_underscore` lint
` [PATCH v7 6/7] rust: enable `clippy::cast_lossless` lint
` [PATCH v7 7/7] rust: enable `clippy::ref_as_ptr` lint

[PATCH 0/4] ublk: improve handling of saturated queues when ublk server exits
 2025-03-26 18:56 UTC  (13+ messages)
` [PATCH 1/4] selftests: ublk: kublk: use ioctl-encoded opcodes
` [PATCH 2/4] selftests: ublk: kublk: fix an error log line
` [PATCH 3/4] selftests: ublk: kublk: ignore SIGCHLD
` [PATCH 4/4] ublk: improve handling of saturated queues when ublk server exits

[RFC PATCH v3 0/8] PMU partitioning driver support
 2025-03-26 17:38 UTC  (8+ messages)
` [RFC PATCH v3 5/8] KVM: arm64: Introduce module param to partition the PMU
` [RFC PATCH v3 7/8] perf: arm_pmuv3: Keep out of guest counter partition

[PATCH v4 00/38] Mediated vPMU 4.0 for x86
 2025-03-26 16:51 UTC  (40+ messages)
` [PATCH v4 01/38] perf: Support get/put mediated PMU interfaces
` [PATCH v4 02/38] perf: Skip pmu_ctx based on event_type
` [PATCH v4 03/38] perf: Clean up perf ctx time
` [PATCH v4 04/38] perf: Add a EVENT_GUEST flag
` [PATCH v4 05/38] perf: Add generic exclude_guest support
` [PATCH v4 06/38] x86/irq: Factor out common code for installing kvm irq handler
` [PATCH v4 07/38] perf: core/x86: Register a new vector for KVM GUEST PMI
` [PATCH v4 08/38] KVM: x86/pmu: Register KVM_GUEST_PMI_VECTOR handler
` [PATCH v4 09/38] perf: Add switch_guest_ctx() interface
` [PATCH v4 10/38] perf/x86: Support switch_guest_ctx interface
` [PATCH v4 11/38] perf/x86: Forbid PMI handler when guest own PMU
` [PATCH v4 12/38] perf/x86/core: Do not set bit width for unavailable counters
` [PATCH v4 13/38] perf/x86/core: Plumb mediated PMU capability from x86_pmu to x86_pmu_cap
` [PATCH v4 14/38] KVM: x86/pmu: Introduce enable_mediated_pmu global parameter
` [PATCH v4 15/38] KVM: x86/pmu: Check PMU cpuid configuration from user space
` [PATCH v4 16/38] KVM: x86: Rename vmx_vmentry/vmexit_ctrl() helpers
` [PATCH v4 17/38] KVM: x86/pmu: Add perf_capabilities field in struct kvm_host_values{}
` [PATCH v4 18/38] KVM: x86/pmu: Move PMU_CAP_{FW_WRITES,LBR_FMT} into msr-index.h header
` [PATCH v4 19/38] KVM: VMX: Add macros to wrap around {secondary,tertiary}_exec_controls_changebit()
` [PATCH v4 20/38] KVM: x86/pmu: Check if mediated vPMU can intercept rdpmc
` [PATCH v4 21/38] KVM: x86/pmu/vmx: Save/load guest IA32_PERF_GLOBAL_CTRL with vm_exit/entry_ctrl
` [PATCH v4 22/38] KVM: x86/pmu: Optimize intel/amd_pmu_refresh() helpers
` [PATCH v4 23/38] KVM: x86/pmu: Configure the interception of PMU MSRs
` [PATCH v4 24/38] KVM: x86/pmu: Exclude PMU MSRs in vmx_get_passthrough_msr_slot()
` [PATCH v4 25/38] KVM: x86/pmu: Add AMD PMU registers to direct access list
` [PATCH v4 26/38] KVM: x86/pmu: Introduce eventsel_hw to prepare for pmu event filtering
` [PATCH v4 27/38] KVM: x86/pmu: Handle PMU MSRs interception and "
` [PATCH v4 28/38] KVM: x86/pmu/svm: Set GuestOnly bit and clear HostOnly bit when guest writes to event selectors
` [PATCH v4 29/38] KVM: x86/pmu: Switch host/guest PMU context at vm-exit/vm-entry
` [PATCH v4 30/38] KVM: x86/pmu: Handle emulated instruction for mediated vPMU
` [PATCH v4 31/38] KVM: nVMX: Add macros to simplify nested MSR interception setting
` [PATCH v4 32/38] KVM: nVMX: Add nested virtualization support for mediated PMU
` [PATCH v4 33/38] perf/x86/intel: Support PERF_PMU_CAP_MEDIATED_VPMU
` [PATCH v4 34/38] perf/x86/amd: Support PERF_PMU_CAP_MEDIATED_VPMU for AMD host
` [PATCH v4 35/38] KVM: x86/pmu: Expose enable_mediated_pmu parameter to user space
` [PATCH v4 36/38] KVM: selftests: Add mediated vPMU supported for pmu tests
` [PATCH v4 37/38] KVM: Selftests: Support mediated vPMU for vmx_pmu_caps_test
` [PATCH v4 38/38] KVM: Selftests: Fix pmu_counters_test error for mediated vPMU

[PATCH] selftests: vDSO: vdso_standalone_test_x86: Replace source file with symlink
 2025-03-26 15:29 UTC 

[PATCH net-next v24 00/23] Introducing OpenVPN Data Channel Offload
 2025-03-26 13:54 UTC  (16+ messages)
` [PATCH net-next v24 09/23] ovpn: implement packet processing
` [PATCH net-next v24 18/23] ovpn: implement peer add/get/dump/delete via netlink

[PATCH v2 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
 2025-03-26 13:02 UTC  (4+ messages)
` [PATCH v2 12/16] selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers

[PATCH v2] selftests/ptrace/get_syscall_info: fix for MIPS n32
 2025-03-26  9:06 UTC  (2+ messages)

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-03-26  8:56 UTC  (18+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCHv5 net-next 0/2] wireguard: selftests: use nftables for testing
 2025-03-26  6:25 UTC  (4+ messages)
` [PATCHv5 net-next 1/2] wireguard: selftests: convert iptables to nft

[PATCH rcu 00/11] RCU torture changes for v6.15
 2025-03-26  5:42 UTC  (9+ messages)
` [PATCH rcu 10/11] srcu: Add FORCE_NEED_SRCU_NMI_SAFE Kconfig for testing

[PATCH v10 net-next 0/5] DUALPI2 patch
 2025-03-25 21:54 UTC  (7+ messages)
` [PATCH v10 net-next 1/5] Documentation: netlink: specs: tc: Add DualPI2 specification
` [PATCH v10 net-next 2/5] selftests/tc-testing: Add selftests for qdisc DualPI2
` [PATCH v10 net-next 3/5] sched: Struct definition and parsing of dualpi2 qdisc
` [PATCH v10 net-next 4/5] sched: Dump configuration and statistics "
` [PATCH v10 net-next 5/5] sched: Add enqueue/dequeue "

[PATCH v5 0/6] rust: reduce pointer casts, enable related lints
 2025-03-25 20:29 UTC  (15+ messages)

kself test fail for "kci_test_bridge_parent_id"
 2025-03-25 19:11 UTC 

[PATCH] kunit: cs_dsp: Depend on FW_CS_DSP rather then enabling it
 2025-03-25 17:10 UTC  (17+ messages)

[PATCH] firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on success
 2025-03-25 15:51 UTC  (2+ messages)

[PATCH v5 iproute2-next 0/1] DualPI2 iproute2 patch
 2025-03-25 14:47 UTC  (2+ messages)
` [PATCH v5 iproute2-next 1/1] tc: add dualpi2 scheduler module

[PATCH v3 0/2] selftests: livepatch: test if ftrace can trace a livepatched function
 2025-03-25 14:46 UTC  (7+ messages)
` [PATCH v3 1/2] selftests: livepatch: add new ftrace helpers functions
` [PATCH v3 2/2] selftests: livepatch: test if ftrace can trace a livepatched function

[PATCH] selftests/x86/lam: fix resource leak in do_uring() and allocate_dsa_pasid()
 2025-03-25 13:34 UTC 

[PATCH] selftests/x86/lam: fix memory leak and resource leak in lam.c
 2025-03-25 13:25 UTC  (5+ messages)
      ` (no subject)

[PATCH net-next v2 0/7] selftests/net: Mixed select()+polling mode for TCP-AO tests
 2025-03-25 13:20 UTC  (3+ messages)

[PATCH v2 1/2] time/timekeeping: Fix possible inconsistencies in _COARSE clockids
 2025-03-25 11:32 UTC  (2+ messages)

[PATCH 0/3] selftests: vDSO: chacha: Bugfixes
 2025-03-25 10:54 UTC  (8+ messages)
` [PATCH 1/3] selftests: vDSO: chacha: Correctly skip test if necessary
` [PATCH 2/3] selftests: vDSO: chacha: Include asm/hwcap.h for arm64
` [PATCH 3/3] selftests: vDSO: chacha: Provide default definition of HWCAP_S390_VXRS

[PATCH v6 0/6] rust: reduce `as` casts, enable related lints
 2025-03-25 10:45 UTC  (9+ messages)
` [PATCH v6 1/6] rust: retain pointer mut-ness in `container_of!`
` [PATCH v6 2/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v6 3/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v6 4/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v6 5/6] rust: enable `clippy::as_underscore` lint
` [PATCH v6 6/6] rust: enable `clippy::cast_lossless` lint

[PATCH 0/3] RISC-V KVM selftests improvements
 2025-03-25  0:40 UTC  (4+ messages)
` [PATCH 1/3] KVM: riscv: selftests: Add stval to exception handling
` [PATCH 2/3] KVM: riscv: selftests: Decode stval to identify exact exception type
` [PATCH 3/3] KVM: riscv: selftests: Add vector extension tests

[PATCH v2 0/2] selftests: livepatch: test if ftrace can trace a livepatched function
 2025-03-24 22:49 UTC  (7+ messages)
` [PATCH v2 1/2] selftests: livepatch: add new ftrace helpers functions
` [PATCH v2 2/2] selftests: livepatch: test if ftrace can trace a livepatched function

[PATCH] selftests/nolibc: drop unnecessary sys/io.h include
 2025-03-24 22:01 UTC 

[PATCH v4 0/5] Add support for the Bus Lock Threshold
 2025-03-24 21:56 UTC  (7+ messages)
` [PATCH v4 1/5] KVM: x86: Preparatory patch to move linear_rip out of kvm_pio_request
` [PATCH v4 2/5] x86/cpufeatures: Add CPUID feature bit for the Bus Lock Threshold
` [PATCH v4 3/5] KVM: SVM: Enable Bus lock threshold exit
` [PATCH v4 4/5] KVM: SVM: Add support for KVM_CAP_X86_BUS_LOCK_EXIT on SVM CPUs
` [PATCH v4 5/5] KVM: selftests: Add bus lock exit test

[PATCH net-next v7 0/9] Device memory TCP TX
 2025-03-24 19:46 UTC  (4+ messages)
` [PATCH net-next v7 4/9] net: devmem: Implement TX path

[PATCH net-next] selftests: drv-net: rss_ctx: Don't assume indirection table is present
 2025-03-24 19:30 UTC  (2+ messages)

[PATCH net-next v1 1/2] net: pktgen: add strict buffer parsing index check
 2025-03-24 19:20 UTC  (2+ messages)

[PATCH v2 net-next 00/15] AccECN protocol patch series
 2025-03-24 19:09 UTC  (2+ messages)

[PATCH net-next] selftests: drv-net: rss_input_xfrm: Check test prerequisites before running
 2025-03-24 17:53 UTC  (3+ messages)

[PATCH 08/10] kunit: add module description for backtrace suppression test
 2025-03-24 17:32 UTC 

[PATCH v4 00/14] Add support for suppressing warning backtraces
 2025-03-24 10:47 UTC  (5+ messages)
` [PATCH v4 10/14] s390: "

[PATCH net-next v11 00/10] tun: Introduce virtio-net hashing feature
 2025-03-24 10:31 UTC  (3+ messages)
` [PATCH net-next v11 09/10] selftest: tap: Add tests for virtio-net ioctls


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