Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-10-16 09:14:08 to 2025-10-19 08:51:22 UTC [more...]

[PATCH bpf-next 0/5] selftests/bpf: convert test_tc_tunnel.sh to test_progs
 2025-10-19  8:45 UTC  (10+ messages)
` [PATCH bpf-next 1/5] testing/selftests: rename tc_helpers.h to tcx_helpers.h
` [PATCH bpf-next 2/5] selftests/bpf: add tc helpers
` [PATCH bpf-next 3/5] selftests/bpf: make test_tc_tunnel.bpf.c compatible with big endian platforms
` [PATCH bpf-next 4/5] selftests/bpf: integrate test_tc_tunnel.sh tests into test_progs
` [PATCH bpf-next 5/5] selftests/bpf: remove test_tc_tunnel.sh

[RFC PATCH 00/21] VFIO live update support
 2025-10-19  8:15 UTC  (35+ messages)
` [RFC PATCH 01/21] selftests/liveupdate: Build tests from the selftests/liveupdate directory
` [RFC PATCH 02/21] selftests/liveupdate: Create library of core live update ioctls
` [RFC PATCH 03/21] selftests/liveupdate: Move do_kexec.sh script to liveupdate/lib
` [RFC PATCH 04/21] selftests/liveupdate: Move LUO ioctls calls to liveupdate library
` [RFC PATCH 05/21] vfio/pci: Register VFIO live update file handler to Live Update Orchestrator
` [RFC PATCH 06/21] vfio/pci: Accept live update preservation request for VFIO cdev
` [RFC PATCH 07/21] vfio/pci: Store VFIO PCI device preservation data in KHO for live update
` [RFC PATCH 08/21] vfio/pci: Retrieve preserved VFIO device for Live Update Orechestrator
` [RFC PATCH 09/21] vfio/pci: Add Live Update finish callback implementation
` [RFC PATCH 10/21] PCI: Add option to skip Bus Master Enable reset during kexec
` [RFC PATCH 11/21] vfio/pci: Skip clearing bus master on live update device "
` [RFC PATCH 12/21] vfio/pci: Skip clearing bus master on live update restored device
` [RFC PATCH 13/21] vfio/pci: Preserve VFIO PCI config space through live update
` [RFC PATCH 14/21] vfio/pci: Skip device reset on live update restored device
` [RFC PATCH 15/21] PCI: Make PCI saved state and capability structs public
` [RFC PATCH 16/21] vfio/pci: Save and restore the PCI state of the VFIO device
` [RFC PATCH 17/21] vfio/pci: Disable interrupts before going live update kexec
` [RFC PATCH 18/21] vfio: selftests: Build liveupdate library in VFIO selftests
` [RFC PATCH 19/21] vfio: selftests: Initialize vfio_pci_device using a VFIO cdev FD
` [RFC PATCH 20/21] vfio: selftests: Add VFIO live update test
` [RFC PATCH 21/21] vfio: selftests: Validate vconfig preservation of VFIO PCI device during live update

[RFC PATCH 0/4] selftests/damon: add a test for obsolete_target sysfs file
 2025-10-18 20:44 UTC  (5+ messages)
` [RFC PATCH 1/4] selftests/damon/_damon_sysfs: support obsolete_target file
` [RFC PATCH 2/4] drgn_dump_damon_status: dump damon_target->obsolete
` [RFC PATCH 3/4] sysfs.py: extend assert_ctx_committed() for monitoring targets
` [RFC PATCH 4/4] selftests/damon/sysfs: add obsolete_target test

[PATCH v6 00/10] liveupdate: Rework KHO for in-kernel users & Fix memory corruption
 2025-10-18 17:17 UTC  (11+ messages)
` [PATCH v6 01/10] kho: allow to drive kho from within kernel
` [PATCH v6 02/10] kho: make debugfs interface optional
` [PATCH v6 03/10] kho: drop notifiers
` [PATCH v6 04/10] kho: add interfaces to unpreserve folios and page ranes
` [PATCH v6 05/10] kho: don't unpreserve memory during abort
` [PATCH v6 06/10] liveupdate: kho: move to kernel/liveupdate
` [PATCH v6 07/10] kho: move kho debugfs directory to liveupdate
` [PATCH v6 08/10] liveupdate: kho: warn and fail on metadata or preserved memory in scratch area
` [PATCH v6 09/10] liveupdate: kho: Increase metadata bitmap size to PAGE_SIZE
` [PATCH v6 10/10] liveupdate: kho: allocate metadata directly from the buddy allocator

[PATCH v4 net-next 00/13] AccECN protocol case handling series
 2025-10-18 16:06 UTC  (10+ messages)
` [PATCH v4 net-next 02/13] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v4 net-next 08/13] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v4 net-next 12/13] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST

[PATCH 0/2] KHO: Fix metadata allocation in scratch area
 2025-10-18 15:31 UTC  (7+ messages)
` [PATCH 1/2] liveupdate: kho: warn and fail on metadata or preserved memory "

[PATCH bpf-next v5 00/15] selftests/bpf: Integrate test_xsk.c to test_progs framework
 2025-10-18 11:09 UTC  (3+ messages)

[PATCH net-next] bonding: show master index when dumping slave info
 2025-10-18  9:52 UTC  (7+ messages)
` [PATCH iproute2-next] bond: slave: print master name

[PATCH 1/1] Use new `--output-format=doctest` rustdoc command line flag to improve doctest handling
 2025-10-18  7:18 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] bpf: Add overwrite mode for BPF ring buffer
 2025-10-18  3:57 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] "
` [PATCH bpf-next v3 2/3] selftests/bpf: Add overwrite mode test "
` [PATCH bpf-next v3 3/3] selftests/bpf/benchs: Add overwrite mode benchmark "

[PATCH net-next] selftests/net: io_uring: fix unknown errnum values
 2025-10-18  0:00 UTC  (2+ messages)

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-10-17 23:33 UTC  (39+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v1 02/37] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [RFC PATCH v1 03/37] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [RFC PATCH v1 04/37] KVM: Stub in ability to disable per-VM memory attribute tracking
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [RFC PATCH v1 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 08/37] KVM: guest_memfd: Don't set FGP_ACCESSED when getting folios
` [RFC PATCH v1 09/37] KVM: guest_memfd: Skip LRU for guest_memfd folios
` [RFC PATCH v1 10/37] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES
` [RFC PATCH v1 12/37] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [RFC PATCH v1 13/37] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [RFC PATCH v1 14/37] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [RFC PATCH v1 15/37] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [RFC PATCH v1 16/37] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [RFC PATCH v1 17/37] KVM: selftests: Update framework to use KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 18/37] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [RFC PATCH v1 19/37] KVM: selftests: guest_memfd: Test basic single-page conversion flow
` [RFC PATCH v1 20/37] KVM: selftests: guest_memfd: Test conversion flow when INIT_SHARED
` [RFC PATCH v1 21/37] KVM: selftests: guest_memfd: Test indexing in guest_memfd
` [RFC PATCH v1 22/37] KVM: selftests: guest_memfd: Test conversion before allocation
` [RFC PATCH v1 23/37] KVM: selftests: guest_memfd: Convert with allocated folios in different layouts
` [RFC PATCH v1 24/37] KVM: selftests: guest_memfd: Test precision of conversion
` [RFC PATCH v1 25/37] KVM: selftests: guest_memfd: Test that truncation does not change shared/private status
` [RFC PATCH v1 26/37] KVM: selftests: guest_memfd: Test that shared/private status is consistent across processes
` [RFC PATCH v1 27/37] KVM: selftests: guest_memfd: Test conversion with elevated page refcount
` [RFC PATCH v1 28/37] KVM: selftests: Reset shared memory after hole-punching
` [RFC PATCH v1 29/37] KVM: selftests: Add selftests global for guest memory attributes capability
` [RFC PATCH v1 30/37] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [RFC PATCH v1 31/37] KVM: selftests: Provide common function to set memory attributes
` [RFC PATCH v1 32/37] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [RFC PATCH v1 33/37] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [RFC PATCH v1 34/37] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [RFC PATCH v1 35/37] KVM: selftests: Add script to exercise private_mem_conversions_test
` [RFC PATCH v1 36/37] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [RFC PATCH v1 37/37] KVM: selftests: Update private memory exits test work with per-gmem attributes

[PATCH v5 0/7] platform/chrome: Fix a possible UAF via revocable
 2025-10-17 22:56 UTC  (15+ messages)
` [PATCH v5 5/7] revocable: Add fops replacement

[PATCH v2 0/2] Optimize the allocation of vector regset
 2025-10-17 21:50 UTC  (2+ messages)

[PATCH v3 0/5] mm: VMA count limit fixes and improvements
 2025-10-17 21:41 UTC  (10+ messages)
` [PATCH v3 1/5] mm: fix off-by-one error in VMA count limit checks

[PATCH 0/8] resctrl: Add perf PMU for resctrl monitoring
 2025-10-17 18:17 UTC  (12+ messages)
` [PATCH 1/8] resctrl: Pin rdtgroup for mon_data file lifetime
` [PATCH 2/8] resctrl/mon: Split RMID read init from execution
` [PATCH 3/8] resctrl/mon: Select cpumask before invoking mon_event_read()
` [PATCH 4/8] resctrl/mon: Create mon_event_setup_read() helper
` [PATCH 5/8] resctrl: Propagate CPU mask validation error via rr->err
` [PATCH 6/8] resctrl/pmu: Introduce skeleton PMU and selftests
` [PATCH 7/8] resctrl/pmu: Use mon_event_setup_read() and validate CPU
` [PATCH 8/8] resctrl/pmu: Implement .read via direct RMID read; add LLC selftest

[RFC PATCH 0/3] mm: Fix MF_DELAYED handling on memory failure
 2025-10-17 17:30 UTC  (4+ messages)
` [RFC PATCH 1/3] mm: memory_failure: Fix MF_DELAYED handling on truncation during failure
  ` [RFC PATCH RESEND "

[PATCH] KVM: selftests: fix ITS collection target addresses in vgic_lpi_stress
 2025-10-17 17:06 UTC  (2+ messages)

[PATCH 0/4] SBI MPXY support for KVM Guest
 2025-10-17 16:20 UTC  (9+ messages)
` [PATCH 1/4] RISC-V: KVM: Convert kvm_riscv_vcpu_sbi_forward() into extension handler
` [PATCH 2/4] RISC-V: KVM: Add separate source for forwarded SBI extensions
` [PATCH 3/4] RISC-V: KVM: Add SBI MPXY extension support for Guest
` [PATCH 4/4] KVM: riscv: selftests: Add SBI MPXY extension to get-reg-list

[PATCH v2 0/2] selftests/verification: Add initial RV tests
 2025-10-17 11:52 UTC  (3+ messages)
` [PATCH v2 1/2] selftest/ftrace: Generalise ftracetest to use with RV
` [PATCH v2 2/2] selftests/verification: Add initial RV tests

[PATCH v2 0/2] selftests: Centralize kselftest headers to avoid relative includes
 2025-10-17  9:02 UTC  (3+ messages)
` [PATCH v3] selftests: complete kselftest include centralization
  ` [PATCH] samples/vfs: add selftests include path for kselftest.h

[PATCH v2] kunit: test_dev_action: Correctly cast 'priv' pointer to long*
 2025-10-17  9:28 UTC 

[PATCH 0/2] selftests/verification: Add initial RV tests
 2025-10-17  8:50 UTC  (3+ messages)

[PATCH] selftests: harness: Support KCOV
 2025-10-17  8:40 UTC 

[PATCH] Documentation: kunit: Fix kunit_device_register() example
 2025-10-17  5:28 UTC  (3+ messages)

[PATCH][v4] hung_task: Panic when there are more than N hung tasks at the same time
 2025-10-17  5:17 UTC  (7+ messages)
  ` [外部邮件] "

[PATCH] kunit: test_dev_action: Correctly cast 'priv' pointer to long*
 2025-10-17  5:08 UTC  (2+ messages)

[PATCHv4 net-next 0/4] net: common feature compute for upper interface
 2025-10-17  2:53 UTC  (8+ messages)
` [PATCHv4 net-next 1/4] net: add a common function to compute features from lowers devices

[PATCH v5 0/7] liveupdate: Rework KHO for in-kernel users
 2025-10-16 17:30 UTC  (5+ messages)
` [PATCH v5 6/7] liveupdate: kho: move to kernel/liveupdate

[PATCH v2] selftests: arg_parsing: Ensure data is flushed to disk before reading
 2025-10-16 16:40 UTC  (4+ messages)
` [PATCH bpf v6] "

[PATCH] selftests/futex: skip tests if shmget unsupported
 2025-10-16 16:19 UTC 

[PATCH v20 00/28] riscv control-flow integrity for usermode
 2025-10-16 15:32 UTC  (4+ messages)
` [PATCH v20 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw

[PATCH v21 00/28] riscv control-flow integrity for usermode
 2025-10-16 15:31 UTC  (4+ messages)
` [PATCH v21 25/28] riscv: create a config for shadow stack and landing pad instr support

[PATCH rc] iommufd/selftest: Fix ioctl return value in _test_cmd_trigger_vevents()
 2025-10-16 15:22 UTC  (4+ messages)

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-10-16 14:17 UTC  (8+ messages)
` [PATCH kvm-next V11 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
      ` [f2fs-dev] "

[PATCH v2 0/4] KVM ARM64 pre_fault_memory
 2025-10-16 14:01 UTC  (3+ messages)
` [PATCH v2 1/4] KVM: arm64: Add pre_fault_memory implementation

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-10-16 10:42 UTC  (3+ messages)
` [PATCH v2 17/19] rust: sync: "


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