Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-11-06 15:47:20 to 2025-11-09 17:14:37 UTC [more...]

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-11-09 17:14 UTC  (7+ messages)
    ` [PATCH v13] "
      ` [PATCH v14] "
        ` [PATCH v15] "
          ` [PATCH v16] "
            ` [PATCH v17] "
              ` [RFC PATCH 0/3] mt-exec: fix deadlock with ptrace_attach()

[PATCH v5 00/34] sparc64: vdso: Switch to the generic vDSO library
 2025-11-09 16:08 UTC  (15+ 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-next v3 0/6] netconsole: support automatic target recovery
 2025-11-09 11:05 UTC  (7+ 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] selftest/mm: fix pointer comparison in mremap_test
 2025-11-09  6:54 UTC  (7+ messages)

[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 v9 0/9] liveupdate: Rework KHO for in-kernel users
 2025-11-08 18:13 UTC  (10+ messages)
` [PATCH v9 1/9] kho: make debugfs interface optional
` [PATCH v9 7/9] liveupdate: kho: move to kernel/liveupdate

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

[PATCH v2] selftest/mm: fix pointer comparison in mremap_test
 2025-11-08 16:18 UTC 

[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 v7 00/12] Direct Map Removal Support for guest_memfd
 2025-11-07 18:11 UTC  (6+ messages)

[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

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-11-07 17:22 UTC  (16+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing

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

[PATCH v3 0/8] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-07 16:11 UTC  (9+ 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 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  (29+ messages)
` [PATCH net-next v8 01/14] vsock: a per-net vsock NS mode state
` [PATCH net-next v8 02/14] vsock/virtio: pack struct virtio_vsock_skb_cb
` [PATCH net-next v8 03/14] vsock: add netns to vsock skb cb
` [PATCH net-next v8 04/14] vsock: add netns to vsock core
` [PATCH net-next v8 05/14] vsock/loopback: add netns support
` [PATCH net-next v8 06/14] vsock/virtio: add netns to virtio transport common
` [PATCH net-next v8 07/14] vhost/vsock: add netns support

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

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

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

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

[PATCH net v10 0/4] net: netpoll: fix memory leak and add comprehensive selftests
 2025-11-07 14:03 UTC  (5+ 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 net v9 0/4] net: netpoll: fix memory leak and add comprehensive selftests
 2025-11-07 13:55 UTC  (7+ messages)
` [PATCH net v9 1/4] net: netpoll: fix incorrect refcount handling causing incorrect cleanup
` [PATCH net v9 2/4] selftest: netcons: refactor target creation
` [PATCH net v9 3/4] selftest: netcons: create a torture test
` [PATCH net v9 4/4] selftest: netcons: add test for netconsole over bonded interfaces

[PATCHSET v10 sched_ext/for-6.19] Add a deadline server for sched_ext tasks
 2025-11-07 13:53 UTC  (12+ messages)
` [PATCH 02/11] sched/debug: Stop and start server based on if it was active
` [PATCH 04/11] sched/deadline: Add support to initialize and remove dl_server bandwidth
` [PATCH 06/11] sched_ext: Add a DL server for sched_ext tasks

[PATCH v2 0/5] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-07 12:40 UTC  (8+ messages)
` [PATCH v2 1/5] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps

[PATCH nf-next v9 0/3] Add IPIP flowtable SW acceleration
 2025-11-07 11:14 UTC  (4+ messages)
` [PATCH nf-next v9 1/3] net: netfilter: Add IPIP flowtable rx sw acceleration
` [PATCH nf-next v9 2/3] net: netfilter: Add IPIP flowtable tx "
` [PATCH nf-next v9 3/3] selftests: netfilter: nft_flowtable.sh: Add IPIP flowtable selftest

[RFC 0/2] xdp: Delegate fast path return decision to page_pool
 2025-11-07 11:04 UTC  (3+ messages)
` [RFC 1/2] page_pool: add benchmarking for napi-based recycling

[PATCH v8 15/28] tracing: selftests: Add trace remote tests
 2025-11-07  9:38 UTC  (2+ messages)
` [PATCH v8 28/28] tracing: selftests: Add pKVM "

[PATCH v6 1/2] platform/chrome: Protect cros_ec_device lifecycle with revocable
 2025-11-07  7:39 UTC  (3+ messages)

[PATCH v8 09/15] iommupt: Add a kunit test for Generic Page Table
 2025-11-07  7:38 UTC  (4+ messages)
` fatal error: ../../iommu-pages.h: No such file or directory (was: Re: [PATCH v8 09/15] iommupt: Add a kunit test for Generic Page Table)
    ` fatal error: ../../iommu-pages.h: No such file or directory

[PATCH v2] selftests: harness: Support KCOV
 2025-11-07  7:08 UTC  (3+ messages)

[PATCH v3] selftests: af_unix: Add tests for ECONNRESET and EOF semantics
 2025-11-07  7:05 UTC  (2+ messages)

[PATCH RESEND 0/5] release of KTAP version 2
 2025-11-07  5:29 UTC  (6+ messages)
` [PATCH RESEND 1/5] ktap_v2: change version to 2-rc in KTAP specification
` [PATCH RESEND 2/5] ktap_v2: change "version 1" to "version 2" in examples
` [PATCH RESEND 3/5] ktap_v2: add test metadata
` [PATCH RESEND 4/5] ktap_v2: formatting fixes to ktap spec
` [PATCH RESEND 5/5] ktap_v2: change version to 2 in KTAP specification

[PATCH] vfio: selftests: Store libvfio build outputs in $(OUTPUT)/libvfio
 2025-11-07  4:34 UTC  (2+ messages)

[PATCH net-next v6 0/6] net: devmem: improve cpu cost of RX token management
 2025-11-07  2:22 UTC  (7+ messages)
` [PATCH net-next v6 5/6] net: devmem: document SO_DEVMEM_AUTORELEASE socket option

[PATCH] selftests/dma: fix invalid array access in printf
 2025-11-07  1:55 UTC  (3+ messages)
  ` [PATCH] dma_map_benchmark: fix incorrect "

[PATCH bpf-next 0/2] selftests/bpf: enfoce SO_REUSEADDR in basic test servers
 2025-11-06 23:30 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: use start_server_str rather than start_reuseport_server in tc_tunnel

[PATCH] selftests/tracing: Add basic test for trace_marker_raw file
 2025-11-06 22:25 UTC  (3+ messages)

[PATCH v9 2/9] kho: drop notifiers
 2025-11-06 22:14 UTC  (4+ messages)

[PATCH] selftests/dma: fix invalid array access in printf
 2025-11-06 22:11 UTC  (2+ messages)

[PATCH v5 net-next 00/14] AccECN protocol case handling series
 2025-11-06 17:30 UTC  (4+ messages)
` [PATCH v5 net-next 11/14] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion

[PATCH bpf-next] selftests/bpf: Fix htab_update/reenter_update selftest failure
 2025-11-06 17:15 UTC  (2+ messages)

[PATCH v6 0/3] drivers/base: Introduce revocable
 2025-11-06 16:20 UTC  (3+ messages)
` [PATCH v6 1/3] revocable: Revocable resource management

[PATCH v6 0/2] platform/chrome: Fix an UAF via revocable primitive APIs
 2025-11-06 15:59 UTC  (3+ messages)
` [PATCH v6 2/2] platform/chrome: cros_ec_chardev: Consume cros_ec_device via revocable


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