Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-02-11 16:06:54 to 2025-02-13 21:02:55 UTC [more...]

[PATCH v1 00/13] iommu: Add MSI mapping support with nested SMMU
 2025-02-13 21:02 UTC  (12+ messages)
` [PATCH v1 01/13] genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie
` [PATCH v1 02/13] genirq/msi: Rename iommu_dma_compose_msi_msg() to msi_msg_set_addr()
` [PATCH v1 06/13] iommufd: Implement sw_msi support natively

[PATCH v2 0/6] cleanups, fixes, and progress towards avoiding "make headers"
 2025-02-13 20:47 UTC  (7+ messages)
` [PATCH v2 6/6] selftests/mm: remove local __NR_* definitions

[PATCH v2 0/2] tools: Unify top-level quiet infrastructure
 2025-02-13 20:37 UTC  (7+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] tools: Remove redundant quiet setup

[PATCH net-next v19 00/26] Introducing OpenVPN Data Channel Offload
 2025-02-13 19:46 UTC  (7+ messages)

[PATCH net-next RESEND v7 0/3] netdev-genl: Add an xsk attribute to queues
 2025-02-13 19:23 UTC  (2+ messages)
` [PATCH net-next RESEND v7 3/3] selftests: drv-net: Test queue xsk attribute

[PATCH v2] rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm
 2025-02-13 18:30 UTC  (2+ messages)

[RFC PATCH v3 0/8] PMU partitioning driver support
 2025-02-13 18:26 UTC  (10+ messages)
` [RFC PATCH v3 1/8] arm64: cpufeature: Add cap for HPMN0
` [RFC PATCH v3 2/8] arm64: Generate sign macro for sysreg Enums
` [RFC PATCH v3 3/8] KVM: arm64: Cleanup PMU includes
` [RFC PATCH v3 4/8] KVM: arm64: Reorganize PMU functions
` [RFC PATCH v3 5/8] KVM: arm64: Introduce module param to partition the PMU
` [RFC PATCH v3 6/8] perf: arm_pmuv3: Generalize counter bitmasks
` [RFC PATCH v3 7/8] perf: arm_pmuv3: Keep out of guest counter partition
` [RFC PATCH v3 8/8] KVM: arm64: selftests: Reword selftests error

[PATCH 0/4] mm: permit guard regions for file-backed/shmem mappings
 2025-02-13 18:17 UTC  (5+ messages)
` [PATCH 1/4] mm: allow guard regions in file-backed and read-only mappings
` [PATCH 2/4] selftests/mm: rename guard-pages to guard-regions
` [PATCH 3/4] tools/selftests: expand all guard region tests to file-backed
` [PATCH 4/4] tools/selftests: add file/shmem-backed mapping guard region tests

[PATCH bpf-next v2 0/3] bpf: Fix array bounds error with may_goto and add selftest
 2025-02-13 17:02 UTC  (8+ messages)
` [PATCH bpf-next v2 1/3] bpf: Fix array bounds error with may_goto
` [PATCH bpf-next v2 2/3] selftests/bpf: Allow the program to select specific modes for testing
` [PATCH bpf-next v2 3/3] selftests/bpf: Add selftest for may_goto

[RFC PATCH 15/39] KVM: guest_memfd: hugetlb: allocate and truncate from hugetlb
 2025-02-13 16:48 UTC  (3+ messages)

[PATCH net-next] tun: Pad virtio headers
 2025-02-13 15:43 UTC  (4+ messages)

[PATCH v2] ww_mutex: convert self-test to KUnit
 2025-02-13 15:42 UTC  (3+ messages)

[PATCH net-next v5 0/8] Some pktgen fixes/improvments (part II)
 2025-02-13 15:42 UTC  (10+ messages)
` [PATCH net-next v5 1/8] net: pktgen: fix mix of int/long
` [PATCH net-next v5 2/8] net: pktgen: remove extra tmp variable (re-use len instead)
` [PATCH net-next v5 3/8] net: pktgen: remove some superfluous variable initializing
` [PATCH net-next v5 4/8] net: pktgen: fix mpls maximum labels list parsing
` [PATCH net-next v5 5/8] net: pktgen: fix access outside of user given buffer in pktgen_if_write()
` [PATCH net-next v5 6/8] net: pktgen: fix mpls reset parsing
` [PATCH net-next v5 7/8] net: pktgen: remove all superfluous index assignements
` [PATCH net-next v5 8/8] selftest: net: add proc_net_pktgen

[PATCH net-next v2] selftests: net: Add support for testing SO_RCVMARK and SO_RCVPRIORITY
 2025-02-13 15:06 UTC  (5+ messages)

[PATCH] selftests/vDSO: fix GNU hash table entry size for s390x
 2025-02-13 14:05 UTC  (3+ messages)

[PATCH 1/2] misc: pci_endpoint_test: Give disabled BARs a distinct error code
 2025-02-13 13:48 UTC  (2+ messages)

[PATCH net-next v3 0/6] Device memory TCP TX
 2025-02-13 13:18 UTC  (7+ messages)
` [PATCH net-next v3 5/6] net: devmem: Implement TX path

[PATCH net 0/4] sockmap, vsock: For connectible sockets allow only connected
 2025-02-13 11:58 UTC  (5+ messages)
` [PATCH net 1/4] "
` [PATCH net 2/4] vsock/bpf: Warn on socket without transport
` [PATCH net 3/4] selftest/bpf: Adapt vsock_delete_on_close to sockmap rejecting unconnected
` [PATCH net 4/4] selftest/bpf: Add vsock test for "

[PATCH net-next v5 0/8] Some pktgen fixes/improvments (part I)
 2025-02-13 11:00 UTC  (9+ messages)
` [PATCH net-next v5 1/8] net: pktgen: replace ENOTSUPP with EOPNOTSUPP
` [PATCH net-next v5 2/8] net: pktgen: enable 'param=value' parsing
` [PATCH net-next v5 3/8] net: pktgen: fix hex32_arg parsing for short reads
` [PATCH net-next v5 4/8] net: pktgen: fix 'rate 0' error handling (return -EINVAL)
` [PATCH net-next v5 5/8] net: pktgen: fix 'ratep "
` [PATCH net-next v5 6/8] net: pktgen: fix ctrl interface command parsing
` [PATCH net-next v5 7/8] net: pktgen: fix access outside of user given buffer in pktgen_thread_write()
` [PATCH net-next v5 8/8] net: pktgen: use defines for the various dec/hex number parsing digits lengths

[PATCH net-next v9 06/11] net: ipv6: Use link netns in newlink() of rtnl_link_ops
 2025-02-13 11:00 UTC  (5+ messages)

[PATCH net-next v9 02/11] rtnetlink: Pack newlink() params into struct
 2025-02-13 10:01 UTC  (5+ messages)

[RFC PATCH 14/39] KVM: guest_memfd: hugetlb: initialization and cleanup
 2025-02-13  9:47 UTC  (2+ messages)

[PATCH net-next v9 05/11] net: ip_tunnel: Use link netns in newlink() of rtnl_link_ops
 2025-02-13  8:27 UTC  (3+ messages)

[PATCH net-next v9 03/11] net: Use link netns in newlink() of rtnl_link_ops
 2025-02-13  6:55 UTC  (2+ messages)

[PATCH net-next v9 04/11] ieee802154: 6lowpan: Validate link netns in newlink() of rtnl_link_ops
 2025-02-13  5:48 UTC  (2+ messages)

[PATCH net-next v19 25/26] testing/selftests: add test tool and scripts for ovpn module
 2025-02-13  0:36 UTC  (2+ messages)

[PATCH] selftests: pid_namespace and pidfd missing include
 2025-02-13  0:24 UTC  (2+ messages)

[PATCH 1/2] libbpf: BPF program load type enum
 2025-02-12 22:31 UTC  (8+ messages)
` [PATCH 2/2] libbpf: BPF programs dynamic loading and attaching
    `  "
        `  "
            `  "

[PATCH v2 0/2] unicode: kunit: refactor selftest to kunit tests
 2025-02-12 22:09 UTC  (7+ messages)
` [PATCH v2 2/2] unicode: kunit: change tests filename and path

[PATCH v2 0/6] KUnit test moves / renames
 2025-02-12 22:01 UTC  (4+ messages)
` [PATCH v2 6/6] unicode: kunit: change tests filename and path

[RESEND v4 0/3] mm/pkey: Add PKEY_UNRESTRICTED macro
 2025-02-12 21:29 UTC  (3+ messages)

[PATCH] tools/nolibc: add support for N64 and N32 ABIs
 2025-02-12 18:49 UTC 

[PATCH] selftests/nolibc: only run constructor tests on nolibc
 2025-02-12 18:01 UTC 

[PATCH] selftests/nolibc: split up architecture list in run-tests.sh
 2025-02-12 17:58 UTC  (2+ messages)

[PATCH 0/2] selftests/mm: Allow execution on systems without huge pages
 2025-02-12 17:44 UTC  (3+ messages)
` [PATCH 1/2] selftests/mm: Fix check for running THP tests
` [PATCH 2/2] selftests/mm: Allow tests to run with no huge pages support

[PATCH v3 bpf 0/2] bpf: skip non exist keys in generic_map_lookup_batch
 2025-02-12 17:04 UTC  (6+ messages)
` [PATCH v3 bpf 1/2] "

[PATCH v7 0/3] scanf: convert self-test to KUnit
 2025-02-12 16:54 UTC  (15+ messages)
` [PATCH v7 1/3] scanf: remove redundant debug logs

selftest/vDSO: vdso_test_abi tests with gcc-13 and pass with clang-19
 2025-02-12 16:23 UTC  (2+ messages)

[PATCH] ww_mutex: convert self-test to KUnit
 2025-02-12 15:31 UTC  (7+ messages)

[PATCH net-next v7 3/3] selftests: drv-net: Test queue xsk attribute
 2025-02-12 13:42 UTC 

[PATCH net-next v7 0/3] netdev-genl: Add an xsk attribute to queues
 2025-02-12 13:41 UTC 

[PATCH net-next v6 0/3] netdev-genl: Add an xsk attribute to queues
 2025-02-12 13:30 UTC  (10+ messages)
` [PATCH net-next v6 3/3] selftests: drv-net: Test queue xsk attribute

[PATCH v5 1/2] selftests/futex: Add ASSERT_ macros
 2025-02-12 13:11 UTC  (2+ messages)
` [PATCH v5 2/2] selftests/futex: Create test for robust list

[PATCH 0/2] kunit: qemu_configs: Add MIPS configurations
 2025-02-12 12:49 UTC  (3+ messages)
` [PATCH 1/2] MIPS: mm: Avoid blocking DMA zone with memory map memblock allocation
` [PATCH 2/2] kunit: qemu_configs: Add MIPS configurations

[PATCH bpf-next v5 0/6] selftests/bpf: Migrate test_xdp_redirect_multi.sh to test_progs
 2025-02-12 11:11 UTC  (7+ messages)
` [PATCH bpf-next v5 1/6] selftests/bpf: test_xdp_veth: Create struct net_configuration
` [PATCH bpf-next v5 2/6] selftests/bpf: test_xdp_veth: Use a dedicated namespace
` [PATCH bpf-next v5 3/6] selftests/bpf: Optionally select broadcasting flags
` [PATCH bpf-next v5 4/6] selftests/bpf: test_xdp_veth: Add XDP broadcast redirection tests
` [PATCH bpf-next v5 5/6] selftests/bpf: test_xdp_veth: Add XDP program on egress test
` [PATCH bpf-next v5 6/6] selftests/bpf: Remove test_xdp_redirect_multi.sh

[PATCH 0/2] printf: convert self-test to KUnit
 2025-02-12  9:25 UTC  (11+ messages)

[PATCH] selftests: timers: Improve clarity in time difference message
 2025-02-12  5:43 UTC 

[PATCH v6 0/9] Basic SEV-SNP Selftests
 2025-02-12  2:31 UTC  (11+ messages)
` [PATCH v6 1/9] KVM: SEV: Disable SEV-SNP on FW validation failure
` [PATCH v6 2/9] KVM: SEV: Disable SEV on platform init failure
` [PATCH v6 4/9] KVM: selftests: Add VMGEXIT helper
` [PATCH v6 6/9] KVM: selftests: Add library support for interacting with SNP
` [PATCH v6 9/9] KVM: selftests: Add a basic SEV-SNP smoke test

[PATCH v7 0/8] Buddy allocator like (or non-uniform) folio split
 2025-02-12  1:51 UTC  (4+ messages)
` [PATCH v7 1/8] xarray: add xas_try_split() to split a multi-index entry

[PATCH v2 1/2] selftests/bpf: Define SYS_PREFIX for powerpc
 2025-02-12  0:50 UTC  (2+ messages)

[PATCH v2 Linux-6.12.y Linux-6.13.y 1/1] selftests/mm: build with -O2
 2025-02-12  0:33 UTC  (5+ messages)
  ` [External] : "

[PATCH v2] blackhole_dev: convert self-test to KUnit
 2025-02-12  0:30 UTC  (2+ messages)

[PATCH v4] selftests: tpm2: test_smoke: use POSIX-conformant expression operator
 2025-02-11 23:26 UTC  (2+ messages)

[PATCH v3] selftests: tpm2: test_smoke: use POSIX-conformant expression operator
 2025-02-11 23:25 UTC  (4+ messages)

[PATCH bpf-next v1 0/2] selftests: fix two small compilation errors
 2025-02-11 20:06 UTC  (9+ messages)
` [PATCH bpf-next v1 1/2] bpf: changes_pkt_data: correct the 'main' error
` [PATCH bpf-next v1 2/2] bpf: sockopt_sk: fix 'undeclared' definition error

[PATCH v15 00/15] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2025-02-11 19:22 UTC  (16+ 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 03/15] irqchip/gic-v3-its: Set IRQ_DOMAIN_FLAG_MSI_IMMUTABLE for ITS
` [PATCH v15 04/15] irqchip/gic-v3-its: Add support for device tree msi-map and msi-mask
` [PATCH v15 05/15] PCI: endpoint: Set ID and of_node for function driver
` [PATCH v15 06/15] PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller
` [PATCH v15 07/15] PCI: endpoint: pci-ep-msi: Add MSI address/data pair mutable check
` [PATCH v15 08/15] PCI: endpoint: Add pci_epf_align_inbound_addr() helper for address alignment
` [PATCH v15 09/15] PCI: endpoint: pci-epf-test: Add doorbell test support
` [PATCH v15 10/15] misc: pci_endpoint_test: Add doorbell test case
` [PATCH v15 11/15] selftests: pci_endpoint: "
` [PATCH v15 12/15] pci: imx6: Add helper function imx_pcie_add_lut_by_rid()
` [PATCH v15 13/15] pci: imx6: Add LUT setting for MSI/IOMMU in Endpoint mode
` [PATCH v15 14/15] arm64: dts: imx95: Add msi-map for pci-ep device
` [PATCH v15 15/15] arm64: dts: imx95-19x19-evk: Add PCIe1 endpoint function overlay file

[PATCH] selftests: net: fix grammar in reuseaddr_ports_exhausted.c log message
 2025-02-11 18:00 UTC  (2+ messages)

[PATCH v5 0/2] lib/prime_numbers: convert self-test to KUnit
 2025-02-11 16:39 UTC  (8+ messages)
` [PATCH v5 2/2] "

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-02-11 16:10 UTC  (12+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH v6 0/2] scanf: convert self-test to KUnit
 2025-02-11 16:08 UTC  (6+ messages)
` [PATCH v6 1/2] "

[PATCH v2 00/15] riscv: add SBI FWFT misaligned exception delegation support
 2025-02-11 16:08 UTC  (5+ messages)
` [PATCH v2 14/15] RISC-V: KVM: add support for FWFT SBI extension


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