Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-10-18 00:07:55 to 2025-10-21 16:44:04 UTC [more...]

[RFC PATCH v2 0/3] Add testable code specifications
 2025-10-21 16:43 UTC  (13+ messages)
` [RFC v2 PATCH 1/3] Documentation: add guidelines for writing "
` [RFC v2 PATCH 3/3] selftests/devmem: initial testset

[PATCH v4 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-10-21 16:13 UTC  (5+ messages)
` [PATCH v4 3/3] Documentation: kvm: new UAPI for handling SEA

[PATCH v6 00/10] liveupdate: Rework KHO for in-kernel users & Fix memory corruption
 2025-10-21 16:08 UTC  (23+ 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 v3 0/3] KHO: kfence + KHO memory corruption fix
 2025-10-21 16:04 UTC  (6+ messages)
` [PATCH v3 1/3] liveupdate: kho: warn and fail on metadata or preserved memory in scratch area
` [PATCH v3 2/3] liveupdate: kho: Increase metadata bitmap size to PAGE_SIZE
` [PATCH v3 3/3] liveupdate: kho: allocate metadata directly from the buddy allocator

[PATCH v6 00/15] Consolidate iommu page table implementations (AMD)
 2025-10-21 14:09 UTC  (7+ messages)
` [PATCH v6 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v6 12/15] iommupt: Add the x86 64 bit page table format

[PATCH net-next v7 1/2] net/tls: support setting the maximum payload size
 2025-10-21 12:44 UTC  (4+ messages)
` [PATCH net-next v7 2/2] selftests: tls: add tls record_size_limit test

[PATCH net v2 0/3] mptcp: Fix conflicts between MPTCP and sockmap
 2025-10-21 12:16 UTC  (7+ messages)
` [PATCH net v2 1/3] net,mptcp: fix incorrect IPv4/IPv6 fallback detection with BPF Sockmap
` [PATCH net v2 2/3] bpf,sockmap: disallow MPTCP sockets from sockmap updates
` [PATCH net v2 3/3] selftests/bpf: Add mptcp test with sockmap

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

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

next-20251020: selftests: helpers.h:10:10: fatal error: kselftest.h: No such file or directory
 2025-10-21 11:08 UTC 

[PATCH net 0/2] netconsole: Fix userdata race condition
 2025-10-21 10:04 UTC  (5+ messages)
` [PATCH net 1/2] selftests: netconsole: Add race condition test for userdata corruption
` [PATCH net 2/2] netconsole: Fix race condition in between reader and writer of userdata

[PATCH] Documentation: kunit: add description of kunit.enable parameter
 2025-10-21  6:50 UTC  (2+ messages)

[PATCH] Fix up 'make versioncheck' issues
 2025-10-21  2:08 UTC 

[RFC PATCH 00/21] VFIO live update support
 2025-10-20 23:55 UTC  (30+ messages)
` [RFC PATCH 11/21] vfio/pci: Skip clearing bus master on live update device during kexec
` [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 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 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

[PATCH rc] iommufd/selftest: Fix ioctl return value in _test_cmd_trigger_vevents()
 2025-10-20 23:01 UTC  (2+ messages)

[PATCH 0/3] compiler_types: Introduce __counted_by_ptr()
 2025-10-20 22:53 UTC  (6+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] lkdtm/bugs: Add __counted_by_ptr() test PTR_BOUNDS
` [PATCH 3/3] coredump: Use __counted_by_ptr for struct core_name::corename

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-20 21:13 UTC  (17+ messages)
` [PATCH v22 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v22 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v22 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v22 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v22 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v22 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v22 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v22 09/28] riscv/mm: write protect and shadow stack
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v22 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v22 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v22 14/28] riscv: Implements arch agnostic indirect branch tracking prctls

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-20 20:53 UTC  (16+ messages)
` [PATCH v22 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v22 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v22 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v22 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v22 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v22 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v22 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v22 09/28] riscv/mm: write protect and shadow stack
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v22 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v22 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v22 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v22 15/28] riscv/traps: Introduce software check exception and uprobe handling

[PATCH net 0/5] mptcp: handle late ADD_ADDR + selftests skip
 2025-10-20 20:53 UTC  (6+ messages)
` [PATCH net 1/5] mptcp: pm: in-kernel: C-flag: handle late ADD_ADDR
` [PATCH net 2/5] selftests: mptcp: join: mark 'flush re-add' as skipped if not supported
` [PATCH net 3/5] selftests: mptcp: join: mark implicit tests "
` [PATCH net 4/5] selftests: mptcp: join: mark 'delete re-add signal' "
` [PATCH net 5/5] selftests: mptcp: join: mark laminar tests "

[PATCH bpf v6] selftests: arg_parsing: Ensure data is flushed to disk before reading
 2025-10-20 20:12 UTC  (4+ messages)
` strace log before the fix, with fsync fix and with fclose fix

[PATCH v2 1/1] selftest/sched: skip the test if smt is not enabled
 2025-10-20 19:11 UTC 

[PATCH 0/4] KVM: selftests: Add test of SET_NESTED_STATE with 48-bit L2 on 57-bit L1
 2025-10-20 17:26 UTC  (7+ messages)
` [PATCH 1/4] KVM: selftests: Use a loop to create guest page tables
` [PATCH 2/4] KVM: selftests: Use a loop to walk "
` [PATCH 4/4] KVM: selftests: Add a VMX test for LA57 nested state

[PATCH v4 00/10] riscv: Add Zalasr ISA extension support
 2025-10-20 17:21 UTC  (9+ messages)
` [PATCH v4 01/10] riscv: Add ISA extension parsing for Zalasr
` [PATCH v4 02/10] dt-bindings: riscv: Add Zalasr ISA extension description
` [PATCH v4 03/10] riscv: hwprobe: Export Zalasr extension
` [PATCH v4 04/10] riscv: Introduce Zalasr instructions

[PATCH v1] selftests: cachestat: Fix warning on declaration under label
 2025-10-20 17:13 UTC  (3+ messages)

[PATCH v4 net-next 00/13] AccECN protocol case handling series
 2025-10-20 16:46 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] KVM: selftests: Don't fall over when only one CPU
 2025-10-20 16:32 UTC  (3+ messages)

[PATCH v6 0/2] KVM: guest_memfd: use write for population
 2025-10-20 16:14 UTC  (3+ messages)
` [PATCH v6 1/2] KVM: guest_memfd: add generic population via write
` [PATCH v6 2/2] KVM: selftests: update guest_memfd write tests

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-10-20 15:52 UTC  (3+ messages)

[PATCH] KVM: selftests: fix ITS collection target addresses in vgic_lpi_stress
 2025-10-20 15:13 UTC  (5+ messages)

[PATCH v2] KVM: selftests: fix MAPC RDbase target formatting in vgic_lpi_stress
 2025-10-20 14:59 UTC 

[PATCH v3 09/12] um: use nolibc for the --showconfig implementation
 2025-10-20 14:21 UTC  (2+ messages)

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

[PATCH v4] selftests/bpf: Change variable types for -Wsign-compare
 2025-10-20 13:31 UTC 

[PATCH 0/4] PCI: Add support and tests for FIXUP quirks in modules
 2025-10-20 11:53 UTC  (7+ messages)
` [PATCH 1/4] PCI: Support "

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

[PATCH bpf-next 0/5] selftests/bpf: convert test_tc_tunnel.sh to test_progs
 2025-10-20  8:54 UTC  (7+ messages)
` [PATCH bpf-next 2/5] selftests/bpf: add tc helpers
` [PATCH bpf-next 4/5] selftests/bpf: integrate test_tc_tunnel.sh tests into test_progs

[PATCH v4 10/10] RISC-V: KVM: selftests: Add Zalasr extensions to get-reg-list test
 2025-10-20  4:29 UTC 

[PATCH v4 05/10] riscv: Apply Zalasr to smp_load_acquire/smp_store_release
 2025-10-20  4:24 UTC  (5+ messages)
` [PATCH v4 06/10] riscv: Apply acquire/release semantics to arch_xchg/arch_cmpxchg operations
` [PATCH v4 07/10] riscv: Apply acquire/release semantics to arch_atomic operations
` [PATCH v4 08/10] riscv: Remove arch specific __atomic_acquire/release_fence
` [PATCH v4 09/10] RISC-V: KVM: Allow Zalasr extensions for Guest/VM

[PATCH net-next v6 1/2] net/tls: support setting the maximum payload size
 2025-10-20  0:00 UTC  (3+ messages)

Family December trip
 2025-10-19 21:45 UTC 

[PATCH v2 0/6] riscv: vector: misc ptrace fixes for debug use-cases
 2025-10-19 21:43 UTC  (8+ messages)
` [PATCH v2 4/6] riscv: vector: allow to force vector context save
` [PATCH v2 6/6] riscv: vector: initialize vlenb on the first context switch

[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 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 net-next] bonding: show master index when dumping slave info
 2025-10-18  9:52 UTC  (6+ 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 "


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