Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-02-28 09:51:04 to 2025-03-03 14:45:26 UTC [more...]

[PATCH net-next v20 00/25] Introducing OpenVPN Data Channel Offload
 2025-03-03 14:45 UTC  (14+ messages)
` [PATCH net-next v20 09/25] ovpn: implement basic RX path (UDP)
` [PATCH net-next v20 12/25] ovpn: implement TCP transport
` [PATCH net-next v20 15/25] ovpn: implement multi-peer support
` [PATCH net-next v20 20/25] ovpn: implement peer add/get/dump/delete via netlink

[RFC PATCH 0/5] KVM: guest_memfd: support for uffd missing
 2025-03-03 13:30 UTC  (6+ messages)
` [RFC PATCH 1/5] KVM: guest_memfd: add kvm_gmem_vma_is_gmem
` [RFC PATCH 2/5] KVM: guest_memfd: add support for uffd missing
` [RFC PATCH 3/5] mm: userfaultfd: allow to register userfaultfd for guest_memfd
` [RFC PATCH 4/5] mm: userfaultfd: support continue "
` [RFC PATCH 5/5] KVM: selftests: add uffd missing test "

[PATCH v2] drm/tests: Drop drm_kunit_helper_acquire_ctx_alloc()
 2025-03-03 13:23 UTC  (2+ messages)

[v3 PATCH 0/2] KVM: guest_memfd: use write for population
 2025-03-03 13:08 UTC  (3+ messages)
` [v3 PATCH 1/2] KVM: guest_memfd: add generic population via write
` [v3 PATCH 2/2] KVM: selftests: update guest_memfd write tests

[PATCH 00/11] selftests: ublk: bug fixes & consolidation
 2025-03-03 12:43 UTC  (12+ messages)
` [PATCH 01/11] selftests: ublk: make ublk_stop_io_daemon() more reliable
` [PATCH 02/11] selftests: ublk: fix build failure
` [PATCH 03/11] selftests: ublk: add --foreground command line
` [PATCH 04/11] selftests: ublk: fix parsing '-a' argument
` [PATCH 05/11] selftests: ublk: support shellcheck and fix all warning
` [PATCH 06/11] selftests: ublk: don't pass ${dev_id} to _cleanup_test()
` [PATCH 07/11] selftests: ublk: move zero copy feature check into _add_ublk_dev()
` [PATCH 08/11] selftests: ublk: load/unload ublk_drv when preparing & cleaning up tests
` [PATCH 09/11] selftests: ublk: add one stress test for covering IO vs. removing device
` [PATCH 10/11] selftests: ublk: add stress test for covering IO vs. killing ublk server
` [PATCH 11/11] selftests: ublk: improve test usability

[PATCH v8 0/7] mseal system mappings
 2025-03-03 12:08 UTC  (17+ messages)
` [PATCH v8 1/7] mseal sysmap: kernel config and header change
` [PATCH v8 2/7] selftests: x86: test_mremap_vdso: skip if vdso is msealed
` [PATCH v8 3/7] mseal sysmap: enable x86-64
` [PATCH v8 4/7] mseal sysmap: enable arm64
` [PATCH v8 5/7] mseal sysmap: uprobe mapping
` [PATCH v8 6/7] mseal sysmap: update mseal.rst
` [PATCH v8 7/7] selftest: test system mappings are sealed

[PATCH v7 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-03-03 11:19 UTC 

[PATCH v3 00/10] selftests/mm: Some cleanups from trying to run them
 2025-03-03 11:00 UTC  (24+ messages)
` [PATCH v3 01/10] selftests/mm: Report errno when things fail in gup_longterm
` [PATCH v3 02/10] selftests/mm: Skip uffd-stress if userfaultfd not available
` [PATCH v3 03/10] selftests/mm: Skip uffd-wp-mremap "
` [PATCH v3 04/10] selftests/mm/uffd: Rename nr_cpus -> nr_threads
` [PATCH v3 05/10] selftests/mm: Print some details when uffd-stress gets bad params
` [PATCH v3 06/10] selftests/mm: Don't fail uffd-stress if too many CPUs
` [PATCH v3 07/10] selftests/mm: Skip map_populate on weird filesystems
` [PATCH v3 08/10] selftests/mm: Skip gup_longerm tests "
` [PATCH v3 09/10] selftests/mm: Drop unnecessary sudo usage
` [PATCH v3 10/10] selftests/mm: Ensure uffd-wp-mremap gets pages of each size

[PATCH v4 00/12] Direct Map Removal for guest_memfd
 2025-03-03  9:29 UTC  (4+ messages)
` [PATCH v4 01/12] mm: introduce AS_NO_DIRECT_MAP

[PATCH] tools/nolibc: add support for openat(2)
 2025-03-03  9:20 UTC  (4+ messages)

[PATCH 0/2] selftests/pidfd: Fix missing headers
 2025-03-03  9:14 UTC  (4+ messages)
` [PATCH 1/2] selftests/pidfd: Fix missing header
` [PATCH 2/2] "

[PATCH bpf-next v2 00/10] selftests/bpf: Migrate test_tunnel.sh to test_progs
 2025-03-03  8:22 UTC  (11+ messages)
` [PATCH bpf-next v2 01/10] selftests/bpf: test_tunnel: Add generic_attach* helpers
` [PATCH bpf-next v2 02/10] selftests/bpf: test_tunnel: Add ping helpers
` [PATCH bpf-next v2 03/10] selftests/bpf: test_tunnel: Move gre tunnel test to test_progs
` [PATCH bpf-next v2 04/10] selftests/bpf: test_tunnel: Move ip6gre "
` [PATCH bpf-next v2 05/10] selftests/bpf: test_tunnel: Move erspan tunnel tests "
` [PATCH bpf-next v2 06/10] selftests/bpf: test_tunnel: Move ip6erspan tunnel test "
` [PATCH bpf-next v2 07/10] selftests/bpf: test_tunnel: Move geneve "
` [PATCH bpf-next v2 08/10] selftests/bpf: test_tunnel: Move ip6geneve "
` [PATCH bpf-next v2 09/10] selftests/bpf: test_tunnel: Move ip6tnl tunnel tests "
` [PATCH bpf-next v2 10/10] selftests/bpf: test_tunnel: Remove test_tunnel.sh

CVE-2024-56741: apparmor: test: Fix memory leak for aa_unpack_strdup()
 2025-03-03  8:14 UTC  (2+ messages)

[PATCH net-next v7 0/6] tun: Introduce virtio-net hashing feature
 2025-03-03  6:20 UTC  (4+ messages)
` [PATCH net-next v7 5/6] selftest: tun: Add tests for virtio-net hashing

[PATCH] selftests/dma: Fix bad array reference
 2025-03-03  3:23 UTC  (4+ messages)

[PATCH 0/8] tracing: probes: Fixes and enhancing error logs
 2025-03-03  2:17 UTC  (3+ messages)
` [PATCH 4/8] tracing: probe-events: Log errro for exceeding the number of arguments

[PATCH v9] Kunit to check the longest symbol length
 2025-03-02 22:15 UTC 

[PATCH] selftests/nolibc: only run constructor tests on nolibc
 2025-03-02 21:56 UTC  (7+ messages)

[PATCH net-next] selftests: net: report output format as TAP 13 in Python tests
 2025-03-02 18:50 UTC  (3+ messages)

[PATCH 00/12] kunit: Introduce UAPI testing framework
 2025-03-02 17:06 UTC  (3+ messages)
` [PATCH 01/12] kconfig: implement CONFIG_HEADERS_INSTALL for Usermode Linux

[PATCH] kunit: constify return of string literals
 2025-03-02 15:47 UTC  (2+ messages)

[PATCH 0/4] mm: permit guard regions for file-backed/shmem mappings
 2025-03-02  8:35 UTC  (3+ messages)
` [PATCH 2/4] selftests/mm: rename guard-pages to guard-regions

[PATCH v9 0/8] Buddy allocator like (or non-uniform) folio split
 2025-03-02  3:52 UTC  (3+ messages)
` [PATCH v9 7/8] mm/truncate: use buddy allocator like folio split for truncate operation

[PATCH v15 00/15] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2025-03-01 18:09 UTC  (14+ messages)
` [PATCH v15 01/15] platform-msi: Add msi_remove_device_irq_domain() in platform_device_msi_free_irqs_all()
` [PATCH v15 02/15] irqdomain: Add IRQ_DOMAIN_FLAG_MSI_IMMUTABLE and irq_domain_is_msi_immutable()
` [PATCH v15 04/15] irqchip/gic-v3-its: Add support for device tree msi-map and msi-mask
` [PATCH v15 07/15] PCI: endpoint: pci-ep-msi: Add MSI address/data pair mutable check

[PATCH 0/2] selftests/nolibc: add armthumb configuration
 2025-03-01 16:32 UTC  (4+ messages)
` [PATCH 1/2] selftests/nolibc: explicitly enable ARM mode
` [PATCH 2/2] selftests/nolibc: add armthumb configuration

[PATCH v2 0/4] tools/nolibc: MIPS: entrypoint cleanups and N32/N64 ABIs
 2025-03-01 16:23 UTC  (5+ messages)

[PATCH v2 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
 2025-03-01 11:30 UTC  (34+ messages)
` [PATCH v2 01/16] MAINTAINERS: Add vDSO selftests
` [PATCH v2 02/16] elf, uapi: Add definition for STN_UNDEF
` [PATCH v2 03/16] elf, uapi: Add definition for DT_GNU_HASH
` [PATCH v2 04/16] elf, uapi: Add definitions for VER_FLG_BASE and VER_FLG_WEAK
` [PATCH v2 05/16] elf, uapi: Add type ElfXX_Versym
` [PATCH v2 06/16] elf, uapi: Add types ElfXX_Verdef and ElfXX_Veraux
` [PATCH v2 07/16] tools/include: Add uapi/linux/elf.h
` [PATCH v2 08/16] selftests: Add headers target
` [PATCH v2 09/16] tools/nolibc: add limits.h shim header
` [PATCH v2 10/16] selftests: vDSO: vdso_standalone_test_x86: Use vdso_init_form_sysinfo_ehdr
` [PATCH v2 11/16] selftests: vDSO: parse_vdso: Drop vdso_init_from_auxv()
` [PATCH v2 12/16] selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers
` [PATCH v2 13/16] selftests: vDSO: parse_vdso: Test __SIZEOF_LONG__ instead of ULONG_MAX
` [PATCH v2 14/16] selftests: vDSO: vdso_test_gettimeofday: Clean up includes
` [PATCH v2 15/16] selftests: vDSO: vdso_test_gettimeofday: Make compatible with nolibc
` [PATCH v2 16/16] selftests: vDSO: vdso_standalone_test_x86: Switch to nolibc

[PATCH v8 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-03-01  4:40 UTC  (3+ messages)

[PATCH V3 0/3] selftests: add ublk selftests
 2025-03-01  2:19 UTC  (8+ messages)
` [PATCH V3 1/3] selftests: ublk: add kernel selftests for ublk
` [PATCH V3 2/3] selftests: ublk: add file backed ublk
` [PATCH V3 3/3] selftests: ublk: add ublk zero copy test

[PATCH net-next v6 0/8] Device memory TCP TX
 2025-03-01  1:53 UTC  (8+ messages)
` [PATCH net-next v6 1/8] net: add get_netmem/put_netmem support
` [PATCH net-next v6 7/8] net: check for driver support in netmem TX

[PATCH bpf-next v1 0/3] Optimize bpf selftest to increase CI success rate
 2025-03-01  1:31 UTC  (3+ messages)
` [PATCH bpf-next v1 3/3] selftests/bpf: Fixes for test_maps test

[PATCH]][next] KVM: selftests: Fix spelling mistake "UFFDIO_CONINUE" -> "UFFDIO_CONTINUE"
 2025-02-28 23:40 UTC  (2+ messages)

[PATCH net-next 1/2] selftests: drv-net: use env.rpath in the HDS test
 2025-02-28 21:29 UTC  (2+ messages)
` [PATCH net-next 2/2] selftests: net: use the dummy bpf from net/lib

[PATCH bpf-next v4 0/6] XDP metadata support for tun driver
 2025-02-28 19:49 UTC  (6+ messages)
` [PATCH bpf-next v4 2/6] net: tun: enable transfer of XDP metadata to skb

[PATCH v6 0/3] Add support for the Idle HLT intercept feature
 2025-02-28 17:06 UTC  (12+ messages)
` [PATCH v6 2/3] KVM: SVM: Add Idle HLT intercept support
` [PATCH v6 3/3] KVM: selftests: Add self IPI HLT test

[PATCH net-next 0/5] mptcp: improve code coverage and small optimisations
 2025-02-28 14:38 UTC  (6+ messages)
` [PATCH net-next 1/5] selftests: mptcp: Add a tool to get specific msk_info
` [PATCH net-next 2/5] selftests: mptcp: add a test for mptcp_diag_dump_one
` [PATCH net-next 3/5] mptcp: pm: in-kernel: avoid access entry without lock
` [PATCH net-next 4/5] mptcp: pm: in-kernel: reduce parameters of set_flags
` [PATCH net-next 5/5] mptcp: pm: exit early with ADD_ADDR echo if possible

[PATCHv3 net 0/3] bond: fix xfrm offload issues
 2025-02-28 12:59 UTC  (11+ messages)
` [PATCHv3 net 1/3] bonding: move IPsec deletion to bond_ipsec_free_sa

[PATCH net-next v2 0/8] netconsole: Add taskname sysdata support
 2025-02-28 12:50 UTC  (9+ messages)
` [PATCH net-next v2 1/8] netconsole: prefix CPU_NR sysdata feature with SYSDATA_
` [PATCH net-next v2 2/8] netconsole: Make boolean comparison consistent
` [PATCH net-next v2 3/8] netconsole: refactor CPU number formatting into separate function
` [PATCH net-next v2 4/8] netconsole: add taskname to extradata entry count
` [PATCH net-next v2 5/8] netconsole: add configfs controls for taskname sysdata feature
` [PATCH net-next v2 6/8] netconsole: add task name to extra data fields
` [PATCH net-next v2 7/8] netconsole: docs: document the task name feature
` [PATCH net-next v2 8/8] netconsole: selftest: add task name append testing

[PATCH v2 0/9] selftests/mm: Some cleanups from trying to run them
 2025-02-28 12:47 UTC  (3+ messages)
` [PATCH v2 6/9] selftests/mm: Print some details when uffd-stress gets bad params

[RFC PATCH 00/31] AMD: Add Secure AVIC KVM selftests
 2025-02-28  9:30 UTC  (16+ messages)
` [RFC PATCH 17/31] KVM: selftests: Add x2apic mode testing in xapic_ipi_test
` [RFC PATCH 18/31] KVM: selftests: Add SEV VM support "
` [RFC PATCH 19/31] KVM: selftests: Add Secure AVIC lib
` [RFC PATCH 20/31] KVM: selftests: Add unaccelerated APIC msrs #VC handling
` [RFC PATCH 21/31] KVM: selftests: Add IPI handling support for Secure AVIC
` [RFC PATCH 22/31] KVM: selftests: Add args param to kvm_arch_vm_post_create()
` [RFC PATCH 23/31] KVM: selftests: Add SAVIC GPA notification GHCB call
` [RFC PATCH 24/31] KVM: selftests: Add Secure AVIC mode to xapic_ipi_test
` [RFC PATCH 25/31] KVM: selftests: Add Secure AVIC APIC regs test
` [RFC PATCH 26/31] KVM: selftests: Add test to verify APIC MSR accesses for SAVIC guest
` [RFC PATCH 27/31] KVM: selftests: Extend savic test with idle halt testing
` [RFC PATCH 28/31] KVM: selftests: Add IOAPIC tests for Secure AVIC
` [RFC PATCH 29/31] KVM: selftests: Add cross-vCPU IPI testing for SAVIC guests
` [RFC PATCH 30/31] KVM: selftests: Add NMI test "
` [RFC PATCH 31/31] KVM: selftests: Add MSI injection test for SAVIC


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