Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-02-06 07:10:37 to 2025-02-08 09:03:40 UTC [more...]

[PATCH v1 00/13] iommu: Add MSI mapping support with nested SMMU
 2025-02-08  9: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 03/13] iommu: Make iommu_dma_prepare_msi() into a generic operation
` [PATCH v1 04/13] irqchip: Have CONFIG_IRQ_MSI_IOMMU be selected by the irqchips that need it
` [PATCH v1 05/13] iommu: Turn fault_data to iommufd private pointer
` [PATCH v1 06/13] iommufd: Implement sw_msi support natively
` [PATCH v1 07/13] iommu: Turn iova_cookie to dma-iommu private pointer
` [PATCH v1 08/13] iommufd/device: Move sw_msi_start from igroup to idev
` [PATCH v1 10/13] iommufd: Add IOMMU_OPTION_SW_MSI_START/SIZE ioctls
` [PATCH v1 11/13] iommufd/selftest: Add MOCK_FLAGS_DEVICE_NO_ATTACH
` [PATCH v1 12/13] iommufd/selftest: Add a testing reserved region

[PATCH 0/2] lib/prime_numbers: convert self-test to KUnit
 2025-02-08  8:10 UTC  (5+ messages)
` [PATCH 1/2] lib/math: Hook up tests/Makefile
` [PATCH 2/2] lib/prime_numbers: convert self-test to KUnit

[PATCHv3 net 0/2] bonding: fix incorrect mac address setting
 2025-02-08  6:34 UTC  (4+ messages)
` [PATCHv3 net 1/2] bonding: fix incorrect MAC address setting to receive NS messages
` [PATCHv3 net 2/2] selftests: bonding: fix incorrect mac address

[PATCH net-next v5 0/3] netdev-genl: Add an xsk attribute to queues
 2025-02-08  4:12 UTC  (2+ messages)
` [PATCH net-next v5 3/3] selftests: drv-net: Test queue xsk attribute

[PATCH bpf-next] selftests/bpf: Remove with_addr.sh and with_tunnels.sh
 2025-02-08  2:40 UTC  (2+ messages)

[PATCH v2 bpf 0/2] bpf: skip non exist keys in
 2025-02-08  2:13 UTC  (6+ messages)
` [PATCH v2 bpf 1/2] bpf: skip non exist keys in generic_map_lookup_batch
` [PATCH v2 bpf 2/2] selftests: bpf: test batch lookup on array of maps with holes

[RFC PATCH v2 0/4] PMU partitioning driver support
 2025-02-08  2:01 UTC  (5+ messages)
` [RFC PATCH v2 1/4] perf: arm_pmuv3: Generalize counter bitmasks
` [RFC PATCH v2 2/4] perf: arm_pmuv3: Introduce module param to partition the PMU
` [RFC PATCH v2 3/4] perf: arm_pmuv3: Keep out of guest counter partition
` [RFC PATCH v2 4/4] KVM: arm64: Make guests see only counters they can access

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

[PATCH v9 00/26] riscv control-flow integrity for usermode
 2025-02-07 23:52 UTC  (14+ messages)
` [PATCH v9 01/26] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v9 03/26] riscv: zicfiss / zicfilp enumeration
` [PATCH v9 14/26] riscv/traps: Introduce software check exception

[PATCH bpf-next v2 0/3] bpf: Some fixes for nullness elision
 2025-02-07 23:50 UTC  (2+ messages)

[PATCH] blackhole_dev: convert self-test to KUnit
 2025-02-07 23:38 UTC 

[PATCH 00/21] bcachefs: eytzinger code
 2025-02-07 22:06 UTC  (4+ messages)

[PATCH v8] Kunit to check the longest symbol length
 2025-02-07 21:53 UTC  (2+ messages)

[PATCH 0/3] bitmap: convert self-test to KUnit
 2025-02-07 20:14 UTC  (4+ messages)
` [PATCH 1/3] bitmap: remove _check_eq_u32_array
` [PATCH 2/3] bitmap: convert self-test to KUnit
` [PATCH 3/3] bitmap: break kunit into test cases

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

[PATCH net-next 2/7] selftests: net-drv: test adding flow rule to invalid RSS context
 2025-02-07 19:29 UTC  (3+ messages)

[PATCH] kselftest/arm64: Fix uninitialized variable warning in FPMR test
 2025-02-07 19:04 UTC  (4+ messages)

[PATCH RFCv2 00/13] iommu: Add MSI mapping support with nested SMMU
 2025-02-07 18:59 UTC  (10+ messages)
` [PATCH RFCv2 09/13] iommufd: Add IOMMU_OPTION_SW_MSI_START/SIZE ioctls

[PATCH v5 0/5] arm64: Support 2024 dpISA extensions
 2025-02-07 18:51 UTC  (4+ messages)
` [PATCH v5 3/5] arm64/hwcap: Describe 2024 dpISA extensions to userspace

[PATCH net-next 1/2] selftests: drv-net: factor out a DrvEnv base class
 2025-02-07 18:41 UTC  (2+ messages)
` [PATCH net-next 2/2] selftests: drv-net: add helper for path resolution

[PATCH net-next] selftests: drv-net: remove an unnecessary libmnl include
 2025-02-07 18:41 UTC  (3+ messages)

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-02-07 18:37 UTC  (6+ messages)
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry

[PATCH net-next 2/4] selftests: forwarding: lib: Move require_command to net, generalize
 2025-02-07 17:34 UTC  (3+ messages)
` [PATCH net-next 3/4] selftests: test_vxlan_fdb_changelink: Convert to lib.sh
` [PATCH net-next 4/4] selftests: test_vxlan_fdb_changelink: Add a test for MC remote change

[PATCH net-next v6 0/7] tun: Unify vnet implementation
 2025-02-07 17:21 UTC  (10+ messages)
` [PATCH net-next v6 1/7] tun: Refactor CONFIG_TUN_VNET_CROSS_LE
` [PATCH net-next v6 2/7] tun: Keep hdr_len in tun_get_user()
` [PATCH net-next v6 3/7] tun: Decouple vnet from tun_struct
` [PATCH net-next v6 4/7] tun: Decouple vnet handling
` [PATCH net-next v6 5/7] tun: Extract the vnet handling code
` [PATCH net-next v6 6/7] tap: Keep hdr_len in tap_get_user()
` [PATCH net-next v6 7/7] tap: Use tun's vnet-related code

[PATCH] selftests: net: fix grammar in reuseaddr_ports_exhausted.c log message
 2025-02-07 17:01 UTC 

[RFC PATCH 0/2] Add NV Selftest cases
 2025-02-07 16:46 UTC  (9+ messages)
` [RFC PATCH 1/2] KVM: arm64: nv: selftests: Add guest hypervisor test
` [RFC PATCH 2/2] KVM: arm64: nv: selftests: Access VNCR mapped registers

[PATCH v6 0/7] Buddy allocator like (or non-uniform) folio split
 2025-02-07 15:00 UTC  (6+ messages)

[PATCH v2 0/2] printf: convert self-test to KUnit
 2025-02-07 14:37 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] printf: break kunit into test cases

[PATCH v4 0/2] scanf: convert self-test to KUnit
 2025-02-07 14:36 UTC  (4+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] scanf: break kunit into test cases

[PATCH net-next v18 00/25] Introducing OpenVPN Data Channel Offload
 2025-02-07 13:13 UTC  (4+ messages)
` [PATCH net-next v18 09/25] ovpn: implement packet processing

[PATCH v3 0/2] scanf: convert self-test to KUnit
 2025-02-07 11:38 UTC  (3+ messages)

[PATCH 0/2] printf: convert self-test to KUnit
 2025-02-07 11:27 UTC  (6+ messages)

[PATCH net-next, v8 1/2] netlink: support dumping IPv4 multicast addresses
 2025-02-07 11:08 UTC  (2+ messages)
` [PATCH net-next, v8 2/2] selftests/net: Add selftest for IPv4 RTM_GETMULTICAST support

[PATCHv2 net 0/2] bonding: fix incorrect mac address setting
 2025-02-07  7:31 UTC  (5+ messages)
` [PATCHv2 net 1/2] bonding: fix incorrect MAC address setting to receive NS messages
` [PATCHv2 net 2/2] selftests: bonding: fix incorrect mac address

[PATCH bpf-next v1 0/2] selftests: fix two small compilation errors
 2025-02-07  6:48 UTC  (4+ messages)
` [PATCH bpf-next v1 1/2] bpf: changes_pkt_data: correct the 'main' error

[RFC PATCH 00/39] 1G page support for guest_memfd
 2025-02-07  6:25 UTC  (3+ messages)

[PATCH bpf-next v1] selftests/bpf: correct the check of join cgroup
 2025-02-07  5:30 UTC  (2+ messages)

[PATCH bpf] bpf: skip non existing key in generic_map_lookup_batch
 2025-02-07  4:12 UTC  (4+ messages)

[PATCH v2] wireguard: selftests: Cleanup CONFIG_UBSAN_SANITIZE_ALL
 2025-02-07  3:31 UTC 

[PATCH net-next v4 0/3] netdev-genl: Add an xsk attribute to queues
 2025-02-07  3:08 UTC  (2+ messages)
` [PATCH net-next v4 3/3] selftests: drv-net: Test queue xsk attribute

[PATCH bpf-next v10 0/5] xsk: TX metadata Launch Time support
 2025-02-07  2:19 UTC  (6+ messages)
` [PATCH bpf-next v10 1/5] xsk: Add launch time hardware offload support to XDP Tx metadata
` [PATCH bpf-next v10 2/5] selftests/bpf: Add launch time request to xdp_hw_metadata
` [PATCH bpf-next v10 3/5] net: stmmac: Add launch time support to XDP ZC
` [PATCH bpf-next v10 4/5] igc: Refactor empty frame insertion for launch time support
` [PATCH bpf-next v10 5/5] igc: Add launch time support to XDP ZC

[PATCH net-next v5 0/8] netconsole: Add support for CPU population
 2025-02-07  1:50 UTC  (10+ messages)
` [PATCH net-next v5 1/8] netconsole: consolidate send buffers into netconsole_target struct
` [PATCH net-next v5 2/8] netconsole: Rename userdata to extradata
` [PATCH net-next v5 3/8] netconsole: Helper to count number of used entries
` [PATCH net-next v5 4/8] netconsole: Introduce configfs helpers for sysdata features
` [PATCH net-next v5 5/8] netconsole: Include sysdata in extradata entry count
` [PATCH net-next v5 6/8] netconsole: add support for sysdata and CPU population
` [PATCH net-next v5 7/8] netconsole: selftest: test for sysdata CPU
` [PATCH net-next v5 8/8] netconsole: docs: Add documentation for CPU number auto-population

[PATCH RFT v14 0/8] fork: Support shadow stacks in clone3()
 2025-02-06 21:58 UTC  (10+ messages)
` [PATCH RFT v14 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH RFT v14 2/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v14 3/8] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v14 4/8] fork: Add shadow stack support to clone3()
` [PATCH RFT v14 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v14 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v14 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v14 8/8] selftests/clone3: Test shadow stack support

[PATCH bpf-next v9 0/5] xsk: TX metadata Launch Time support
 2025-02-06 19:29 UTC  (7+ messages)
` [PATCH bpf-next v9 3/5] net: stmmac: Add launch time support to XDP ZC
` [PATCH bpf-next v9 4/5] igc: Refactor empty frame insertion for launch time support
` [PATCH bpf-next v9 5/5] igc: Add launch time support to XDP ZC

[PATCH net-next v5 0/7] tun: Unify vnet implementation
 2025-02-06 16:09 UTC  (5+ messages)
` [PATCH net-next v5 6/7] tap: Keep hdr_len in tap_get_user()

[PATCH net-next v4 00/17] Some pktgen fixes/improvments
 2025-02-06 16:04 UTC  (16+ messages)
` [PATCH net-next v4 08/17] net: pktgen: use defines for the various dec/hex number parsing digits lengths
` [PATCH net-next v4 09/17] net: pktgen: align some variable declarations to the most common pattern
` [PATCH net-next v4 10/17] net: pktgen: remove extra tmp variable (re-use len instead)
` [PATCH net-next v4 11/17] net: pktgen: remove some superfluous variable initializing
` [PATCH net-next v4 12/17] net: pktgen: fix mpls maximum labels list parsing
` [PATCH net-next v4 13/17] net: pktgen: fix access outside of user given buffer in pktgen_if_write()
` [PATCH net-next v4 14/17] net: pktgen: hex32_arg/num_arg error out in case no characters are available

[PATCH net-next, v7 1/2] netlink: support dumping IPv4 multicast addresses
 2025-02-06 16:00 UTC  (6+ messages)
` [PATCH net-next, v7 2/2] selftests/net: Add selftest for IPv4 RTM_GETMULTICAST support

[PATCH net-next v4 0/8] netconsole: Add support for CPU population
 2025-02-06 11:00 UTC  (4+ messages)
` [PATCH net-next v4 1/8] netconsole: consolidate send buffers into netconsole_target struct

[PATCH v2 0/2] tools/nolibc: support for 32-bit s390
 2025-02-06  7:10 UTC  (3+ messages)
` [PATCH v2 1/2] selftests/nolibc: rename s390 to s390x
` [PATCH v2 2/2] tools/nolibc: add support for 32-bit s390


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