Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-11-07 13:55:40 to 2025-11-11 10:35:21 UTC [more...]

[PATCH net v5 0/3] mptcp: Fix conflicts between MPTCP and sockmap
 2025-11-11 10:35 UTC  (5+ messages)
` [PATCH net v5 1/3] mptcp: disallow MPTCP subflows from sockmap
` [PATCH net v5 2/3] net,mptcp: fix proto fallback detection with BPF
` [PATCH net v5 3/3] selftests/bpf: Add mptcp test with sockmap

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

[PATCH v4 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-11-11  9:53 UTC  (7+ messages)
` [PATCH v4 1/3] KVM: arm64: VM exit to userspace to handle SEA

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-11-11  9:21 UTC  (17+ messages)
    ` [PATCH v13] "
      ` [PATCH v14] "
        ` [PATCH v15] "
          ` [PATCH v16] "
            ` [PATCH v17] "
              ` [RFC PATCH 0/3] mt-exec: fix deadlock with ptrace_attach()
                ` [RFC PATCH 1/3] exec: make setup_new_exec() return int
                ` [RFC PATCH 2/3] exec: don't wait for zombie threads with cred_guard_mutex held
                ` [RFC PATCH 3/3] ptrace: ensure PTRACE_EVENT_EXIT won't stop if the tracee is killed by exec

[PATCH v5 00/34] sparc64: vdso: Switch to the generic vDSO library
 2025-11-11  8:55 UTC  (20+ messages)
` [PATCH v5 11/34] random: vDSO: Add explicit includes
` [PATCH v5 16/34] random: vDSO: trim vDSO includes
` [PATCH v5 17/34] random: vDSO: remove ifdeffery
` [PATCH v5 19/34] random: vDSO: only access vDSO datapage after random_init()

[PATCH net 0/6] selftests: mptcp: join: fix some flaky tests
 2025-11-11  8:19 UTC  (8+ messages)
` [PATCH net 1/6] selftests: mptcp: connect: fix fallback note due to OoO
` [PATCH net 2/6] selftests: mptcp: join: rm: set backup flag
` [PATCH net 3/6] selftests: mptcp: join: endpoints: longer transfer
` [PATCH net 4/6] selftests: mptcp: join: userspace: "
` [PATCH net 5/6] selftests: mptcp: connect: trunc: read all recv data
` [PATCH net 6/6] selftests: mptcp: join: properly kill background tasks

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-11-11  5:58 UTC  (3+ messages)
` [PATCH v22 25/28] riscv: create a config for shadow stack and landing pad instr support

[PATCH v9 0/9] liveupdate: Rework KHO for in-kernel users
 2025-11-11  4:11 UTC  (14+ messages)
` [PATCH v9 1/9] kho: make debugfs interface optional
` [PATCH v9 7/9] liveupdate: kho: move to kernel/liveupdate

[PATCH net v10 0/4] net: netpoll: fix memory leak and add comprehensive selftests
 2025-11-11  3:20 UTC  (6+ messages)
` [PATCH net v10 1/4] net: netpoll: fix incorrect refcount handling causing incorrect cleanup
` [PATCH net v10 2/4] selftest: netcons: refactor target creation
` [PATCH net v10 3/4] selftest: netcons: create a torture test
` [PATCH net v10 4/4] selftest: netcons: add test for netconsole over bonded interfaces

[PATCH] selftests/tracing: Run sample events to clear page cache events
 2025-11-11  1:04 UTC  (4+ messages)

[PATCH 0/4] vfio: selftests: update DMA mapping tests to use queried IOVA ranges
 2025-11-11  0:09 UTC  (21+ messages)
` [PATCH 1/4] vfio: selftests: add iova range query helpers
` [PATCH 2/4] vfio: selftests: fix map limit tests to use last available iova
` [PATCH 3/4] vfio: selftests: add iova allocator
` [PATCH 4/4] vfio: selftests: update vfio_dma_mapping_test to allocate iovas

[PATCH] selftest/mm: fix pointer comparison in mremap_test
 2025-11-10 21:43 UTC  (9+ messages)

[PATCH 1/2] rust: allow `unreachable_pub` for doctests
 2025-11-10 19:55 UTC  (8+ messages)
` [PATCH 2/2] rust: device: make example buildable

[PATCH] mm/selftests: Fix -Wtautological-compare warning in mremap_test.c
 2025-11-10 18:09 UTC  (2+ messages)

[PATCH v3 0/8] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-10 17:59 UTC  (17+ messages)
` [PATCH v3 1/8] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
` [PATCH v3 2/8] mm: add atomic VMA flags and set VM_MAYBE_GUARD as such
` [PATCH v3 3/8] mm: implement sticky VMA flags
` [PATCH v3 4/8] mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
` [PATCH v3 5/8] mm: set the VM_MAYBE_GUARD flag on guard region install
` [PATCH v3 6/8] tools/testing/vma: add VMA sticky userland tests
` [PATCH v3 7/8] tools/testing/selftests/mm: add MADV_COLLAPSE test case
` [PATCH v3 8/8] tools/testing/selftests/mm: add smaps visibility guard region test

[PATCH net v9 0/4] net: netpoll: fix memory leak and add comprehensive selftests
 2025-11-10 17:25 UTC  (5+ messages)
` [PATCH net v9 4/4] selftest: netcons: add test for netconsole over bonded interfaces

[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
 2025-11-10 15:36 UTC  (7+ messages)

[PATCH bpf-next] selftests/bpf: simplify the kernel_count bench trigger
 2025-11-10 13:48 UTC 

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-11-10 12:34 UTC  (23+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
  ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing

[PATCH iommufd] iommufd: Make vfio_compat's unmap succeed if the range is already empty
 2025-11-10 11:22 UTC  (2+ messages)

[PATCH v2] selftest/mm: fix pointer comparison in mremap_test
 2025-11-10 10:33 UTC  (3+ messages)

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-11-10 10:01 UTC  (3+ messages)
` [RFC PATCH v1 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes

[PATCH v6 0/3] platform/chrome: Fix an UAF via replacing fops
 2025-11-10  6:28 UTC  (6+ messages)
` [PATCH v6 1/3] revocable: Add fops replacement

[PATCH net-next 0/3] Add YNL test framework and library improvements
 2025-11-10  3:12 UTC  (11+ messages)
` [PATCH net-next 2/3] netlink: specs: update rt-rule src/dst attribute types to support IPv4 addresses

[PATCH v4 0/9] riscv: vector: misc ptrace fixes for debug use-cases
 2025-11-08 19:41 UTC  (10+ messages)
` [PATCH v4 1/9] selftests: riscv: test ptrace vector interface
` [PATCH v4 2/9] riscv: ptrace: return ENODATA for inactive vector extension
` [PATCH v4 3/9] selftests: riscv: verify initial vector state with ptrace
` [PATCH v4 4/9] riscv: vector: init vector context with proper vlenb
` [PATCH v4 5/9] riscv: csr: define vtype registers elements
` [PATCH v4 6/9] riscv: ptrace: validate input vector csr registers
` [PATCH v4 7/9] selftests: riscv: verify ptrace rejects invalid vector csr inputs
` [PATCH v4 8/9] selftests: riscv: verify ptrace accepts valid vector csr values
` [PATCH v4 9/9] selftests: riscv: verify syscalls discard vector context

[PATCH] selftest: net: fix variable sized type not at the end of struct warnings
 2025-11-08 17:29 UTC  (3+ messages)

[PATCH net-next v4 00/12] selftests/vsock: refactor and improve vmtest infrastructure
 2025-11-08 16:01 UTC  (13+ messages)
` [PATCH net-next v4 01/12] selftests/vsock: improve logging in vmtest.sh
` [PATCH net-next v4 02/12] selftests/vsock: make wait_for_listener() work even if pipefail is on
` [PATCH net-next v4 03/12] selftests/vsock: reuse logic for vsock_test through wrapper functions
` [PATCH net-next v4 04/12] selftests/vsock: avoid multi-VM pidfile collisions with QEMU
` [PATCH net-next v4 05/12] selftests/vsock: do not unconditionally die if qemu fails
` [PATCH net-next v4 06/12] selftests/vsock: speed up tests by reducing the QEMU pidfile timeout
` [PATCH net-next v4 07/12] selftests/vsock: add check_result() for pass/fail counting
` [PATCH net-next v4 08/12] selftests/vsock: identify and execute tests that can re-use VM
` [PATCH net-next v4 09/12] selftests/vsock: add BUILD=0 definition
` [PATCH net-next v4 10/12] selftests/vsock: add 1.37 to tested virtme-ng versions
` [PATCH net-next v4 11/12] selftests/vsock: add vsock_loopback module loading
` [PATCH net-next v4 12/12] selftests/vsock: disable shellcheck SC2317 and SC2119

[PATCH] tools/nolibc: add support for fchdir()
 2025-11-08 12:33 UTC  (2+ messages)

[PATCH net-next v3 0/5] psp: track stats from core and provide a driver stats api
 2025-11-08  3:00 UTC  (2+ messages)

[PATCH net v3] selftests: net: local_termination: Wait for interfaces to come up
 2025-11-08  2:50 UTC  (2+ messages)

[PATCH net-next 0/4] netconsole: Allow userdata buffer to grow dynamically
 2025-11-07 20:53 UTC  (7+ messages)
` [PATCH net-next 1/4] netconsole: Simplify send_fragmented_body()
` [PATCH net-next 2/4] netconsole: Split userdata and sysdata

[PATCH] kselftest/arm64: Align zt-test register dumps
 2025-11-07 20:52 UTC  (2+ messages)

[PATCH 0/9] Initial DMABUF support for iommufd
 2025-11-07 19:43 UTC  (14+ messages)
` [PATCH 1/9] vfio/pci: Add vfio_pci_dma_buf_iommufd_map()
` [PATCH 2/9] iommufd: Add DMABUF to iopt_pages
` [PATCH 3/9] iommufd: Do not map/unmap revoked DMABUFs
` [PATCH 4/9] iommufd: Allow a DMABUF to be revoked
` [PATCH 5/9] iommufd: Allow MMIO pages in a batch
` [PATCH 6/9] iommufd: Have pfn_reader process DMABUF iopt_pages
` [PATCH 7/9] iommufd: Have iopt_map_file_pages convert the fd to a file
` [PATCH 8/9] iommufd: Accept a DMABUF through IOMMU_IOAS_MAP_FILE
` [PATCH 9/9] iommufd/selftest: Add some tests for the dmabuf flow

[PATCH v6 0/2] KVM: guest_memfd: use write for population
 2025-11-07 17:23 UTC  (8+ messages)
` [PATCH v6 1/2] KVM: guest_memfd: add generic population via write

[RFC PATCH v2 0/3] Add testable code specifications
 2025-11-07 16:29 UTC  (7+ messages)

[PATCH v11 0/9] support FEAT_LSUI
 2025-11-07 15:57 UTC  (6+ messages)
` [PATCH v11 9/9] arm64: armv8_deprecated: apply FEAT_LSUI for swpX emulation

[PATCH net-next v8 00/14] vsock: add namespace support to vhost-vsock
 2025-11-07 15:47 UTC  (8+ messages)
` [PATCH net-next v8 06/14] vsock/virtio: add netns to virtio transport common

[PATCH net-next v3 00/11] selftests/vsock: refactor and improve vmtest infrastructure
 2025-11-07 15:35 UTC  (4+ messages)
` [PATCH net-next v3 04/11] selftests/vsock: avoid multi-VM pidfile collisions with QEMU

[PATCH] selftests: tracing: Add tprobe enable/disable testcase
 2025-11-07 14:35 UTC 

[PATCH v5 5/7] revocable: Add fops replacement
 2025-11-07 14:12 UTC  (11+ messages)


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