messages from 2025-08-22 01:56:08 to 2025-08-25 14:58:16 UTC [more...]
[PATCH 0/8] Add selftests for mshare
2025-08-25 14:57 UTC (13+ messages)
` [PATCH 1/8] mshare: Add selftests
` [PATCH 2/8] mshare: selftests: Adding config fragment
` [PATCH 3/8] mshare: selftests: Add some helper function for mshare filesystem
` [PATCH 4/8] mshare: selftests: Add test case shared memory
` [PATCH 5/8] mshare: selftests: Add test case ioctl unmap
` [PATCH 6/8] mshare: selftests: Add some helper functions for reading and controlling cgroup
` [PATCH 7/8] mshare: selftests: Add test case to demostrate the swaping of mshare memory
` [PATCH 8/8] mshare: selftests: Add test case to demostrate that mshare doesn't support THP
[PATCH RFC 00/35] mm: remove nth_page()
2025-08-25 14:38 UTC (38+ messages)
` [PATCH RFC 01/35] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH RFC 02/35] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH RFC 03/35] s390/Kconfig: "
` [PATCH RFC 04/35] x86/Kconfig: "
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH RFC 09/35] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH RFC 12/35] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 24/35] ata: libata-eh: drop nth_page() usage within SG entry
` [PATCH RFC 29/35] scsi: core: "
` [PATCH RFC 22/35] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH RFC 23/35] scatterlist: disallow non-contigous page ranges in a single SG entry
[PATCH] rust: kernel: remove support for unused host `#[test]`s
2025-08-25 14:31 UTC (2+ messages)
[PATCH] selftests/arm64: Fix typos in malloc return value check
2025-08-25 13:06 UTC (3+ messages)
[PATCH v3 0/6] ONE_REG interface for SBI FWFT extension
2025-08-25 11:02 UTC (8+ messages)
` [PATCH v3 1/6] RISC-V: KVM: Set initial value of hedeleg in kvm_arch_vcpu_create()
` [PATCH v3 2/6] RISC-V: KVM: Introduce feature specific reset for SBI FWFT
` [PATCH v3 3/6] RISC-V: KVM: Introduce optional ONE_REG callbacks for SBI extensions
` [PATCH v3 4/6] RISC-V: KVM: Move copy_sbi_ext_reg_indices() to SBI implementation
` [PATCH v3 5/6] RISC-V: KVM: Implement ONE_REG interface for SBI FWFT state
` [PATCH v3 6/6] KVM: riscv: selftests: Add SBI FWFT to get-reg-list test
[PATCH net-next] selftests: net: add test for ipv6 fragmentation
2025-08-25 9:25 UTC
[PATCH v9 00/19] TDX KVM selftests
2025-08-25 8:40 UTC (5+ messages)
` [PATCH v9 10/19] KVM: selftests: Set up TDX boot code region
` [PATCH v9 14/19] KVM: selftests: Add helpers to init TDX memory and finalize VM
[PATCH v3 0/8] selftests/mm: Add compiler flags and fix found warnings
2025-08-25 7:14 UTC (13+ messages)
` [PATCH v3 1/8] selftests/mm: Add -Wunreachable-code and fix warnings
` [PATCH v3 2/8] selftests/mm: protection_keys: Fix dead code
` [PATCH v3 3/8] selftests: kselftest.h: Add unused macro
` [PATCH v3 4/8] selftests/mm: Add -Wunused family of flags
` [PATCH v3 5/8] selftests/mm: Remove unused parameters
` [PATCH v3 6/8] selftests/mm: Fix unused parameter warnings for different architectures
` [PATCH v3 7/8] selftests/mm: mark variable unused with macro
` [PATCH v3 8/8] selftests/mm: pkey-helpers: Remove duplicate __maybe_unused
[PATCHv4 iproute2-next] iplink: bond_slave: add support for actor_port_prio
2025-08-25 7:05 UTC
[PATCHv4 net-next 0/3] bonding: support aggregator selection based on port priority
2025-08-25 6:45 UTC (4+ messages)
` [PATCHv4 net-next 1/3] bonding: add support for per-port LACP actor priority
` [PATCHv4 net-next 2/3] bonding: support aggregator selection based on port priority
` [PATCHv4 net-next 3/3] selftests: bonding: add test for LACP actor "
[PATCH net 1/2] bonding: set random address only when slaves already exist
2025-08-25 4:07 UTC (3+ messages)
[PATCH] kselftest: mm: fix typos in test_vmalloc.sh
2025-08-25 2:53 UTC (4+ messages)
[PATCHv3 net-next 0/3] bonding: support aggregator selection based on port priority
2025-08-25 2:48 UTC (4+ messages)
` [PATCHv3 net-next 1/3] bonding: add support for per-port LACP actor priority
[PATCH] selftests/cachestat: fix grammar and debug prints
2025-08-24 23:19 UTC
[PATCH] selftests: fix typo in ss_flags check message for sas.c
2025-08-24 19:17 UTC
[PATCH] KVM: selftests: Fix typo in hyperv cpuid test message
2025-08-24 18:16 UTC
[PATCH] selftests/filesystems: Grammatical correction in error message
2025-08-24 17:41 UTC
[PATCH 0/8] riscv: add initial support for hardware breakpoints
2025-08-24 14:52 UTC (11+ messages)
` [PATCH 1/8] riscv: Add insn.c, consolidate instruction decoding
` [PATCH 2/8] riscv: Add SBI debug trigger extension and function ids
` [PATCH 3/8] riscv: insn: Add get_insn_nofault
` [PATCH 4/8] riscv: Introduce support for hardware break/watchpoints
` [PATCH 5/8] riscv: hw_breakpoint: Use icount for single stepping
` [PATCH 6/8] riscv: ptrace: Add hw breakpoint support
` [PATCH 7/8] riscv: ptrace: Add hw breakpoint regset
` [PATCH 8/8] selftests: riscv: Add test for hardware breakpoints
[PATCH] selftests: alsa: Fix typo in mixer-test.c
2025-08-24 11:31 UTC (2+ messages)
[PATCH 0/1] docs: kselftest: remove link to obsolete wiki
2025-08-24 7:48 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH] selftests: coredump: Fix compilation issue
2025-08-24 7:24 UTC
[PATCH 0/3] kselftest/arm64: Cleanups and readability fixes
2025-08-24 6:14 UTC (4+ messages)
` [PATCH 1/3] kselftest/arm64: Remove extra blank line
` [PATCH 2/3] kselftest/arm64: Supress warning and improve readability
` [PATCH 3/3] kselftest/arm64: Add parentheses around sizeof for clarity
[PATCH] selftests: timers: Fix wording and grammar in messages
2025-08-23 15:54 UTC
[PATCH bpf-next 0/4] Add overwrite mode for bpf ring buffer
2025-08-23 14:38 UTC (4+ messages)
` [PATCH bpf-next 2/4] libbpf: ringbuf: Add overwrite ring buffer process
[PATCH 0/7] tools/nolibc: reduce __nolibc_enosys() fallbacks
2025-08-23 10:28 UTC (2+ messages)
[PATCH bpf-next v15 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-23 7:18 UTC (3+ messages)
` [PATCH bpf-next v15 1/2] "
` [PATCH bpf-next v15 2/2] selftests/bpf: Enrich subtest_basic_usdt case in selftests to cover SIB handling logic
[PATCH bpf-next v14 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-23 6:50 UTC (3+ messages)
` [PATCH bpf-next v14 1/2] "
` [PATCH bpf-next v14 2/2] selftests/bpf: Enrich subtest_basic_usdt case in selftests to cover SIB handling logic
[PATCH bpf-next v13 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-23 3:51 UTC (8+ messages)
` [PATCH bpf-next v13 1/2] "
` "
` [PATCH bpf-next v13 2/2] selftests/bpf: Enrich subtest_basic_usdt case in selftests to cover SIB handling logic
` "
[PATCH v4 0/2] cgroup: Track time in cgroup v2 freezer
2025-08-23 1:47 UTC (11+ messages)
` [PATCH v4 1/2] cgroup: cgroup.stat.local time accounting
` [PATCH v4 2/2] cgroup: selftests: Add tests for freezer time
[PATCH v1 RESEND 0/5] RISC-V: Add Zilsd/Zclsd support in hwprobe and KVM
2025-08-22 22:34 UTC (4+ messages)
` [PATCH v1 RESEND 1/5] dt-bidings: riscv: add Zilsd and Zclsd extension descriptions
[PATCH net-next 0/4] selftests: drv-net: ncdevmem: fix error paths
2025-08-22 22:34 UTC (11+ messages)
` [PATCH net-next 1/4] selftests: drv-net: ncdevmem: remove use of error()
` [PATCH net-next 2/4] selftests: drv-net: ncdevmem: save IDs of flow rules we added
` [PATCH net-next 3/4] selftests: drv-net: ncdevmem: restore old channel config
` [PATCH net-next 4/4] selftests: drv-net: ncdevmem: configure and restore HDS threshold
[PATCH net-next] selftests: drv-net: hds: restore hds settings
2025-08-22 22:17 UTC (2+ messages)
[PATCH v2 00/30] vfio: Introduce selftests for VFIO
2025-08-22 21:25 UTC (31+ messages)
` [PATCH v2 01/30] selftests: Create tools/testing/selftests/vfio
` [PATCH v2 02/30] vfio: selftests: Add a helper library for VFIO selftests
` [PATCH v2 03/30] vfio: selftests: Introduce vfio_pci_device_test
` [PATCH v2 04/30] vfio: selftests: Test basic VFIO and IOMMUFD integration
` [PATCH v2 05/30] vfio: selftests: Move vfio dma mapping test to their own file
` [PATCH v2 06/30] vfio: selftests: Add test to reset vfio device
` [PATCH v2 07/30] vfio: selftests: Add DMA mapping tests for 2M and 1G HugeTLB
` [PATCH v2 08/30] vfio: selftests: Validate 2M/1G HugeTLB are mapped as 2M/1G in IOMMU
` [PATCH v2 09/30] vfio: selftests: Keep track of DMA regions mapped into the device
` [PATCH v2 10/30] vfio: selftests: Enable asserting MSI eventfds not firing
` [PATCH v2 11/30] vfio: selftests: Add a helper for matching vendor+device IDs
` [PATCH v2 12/30] vfio: selftests: Add driver framework
` [PATCH v2 13/30] vfio: sefltests: Add vfio_pci_driver_test
` [PATCH v2 14/30] tools headers: Add stub definition for __iomem
` [PATCH v2 15/30] tools headers: Import asm-generic MMIO helpers
` [PATCH v2 16/30] tools headers: Import x86 MMIO helper overrides
` [PATCH v2 17/30] tools headers: Add symlink to linux/pci_ids.h
` [PATCH v2 18/30] dmaengine: ioat: Move system_has_dca_enabled() to dma.h
` [PATCH v2 19/30] vfio: selftests: Add driver for Intel CBDMA
` [PATCH v2 20/30] tools headers: Import iosubmit_cmds512()
` [PATCH v2 21/30] dmaengine: idxd: Allow registers.h to be included from tools/
` [PATCH v2 22/30] vfio: selftests: Add driver for Intel DSA
` [PATCH v2 23/30] vfio: selftests: Move helper to get cdev path to libvfio
` [PATCH v2 24/30] vfio: selftests: Encapsulate IOMMU mode
` [PATCH v2 25/30] vfio: selftests: Replicate tests across all iommu_modes
` [PATCH v2 26/30] vfio: selftests: Add vfio_type1v2_mode
` [PATCH v2 27/30] vfio: selftests: Add iommufd_compat_type1{,v2} modes
` [PATCH v2 28/30] vfio: selftests: Add iommufd mode
` [PATCH v2 29/30] vfio: selftests: Make iommufd the default iommu_mode
` [PATCH v2 30/30] vfio: selftests: Add a script to help with running VFIO selftests
[PATCH net-next] selftests: drv-net: xdp: make sure we're actually testing native XDP
2025-08-22 19:56 UTC
[RFC PATCH v2 bpf-next 0/3] bpf: cgroup: support writing and freezing cgroups from BPF
2025-08-22 18:16 UTC (5+ messages)
[PATCH 0/8] riscv: add initial support for hardware breakpoints
2025-08-22 17:58 UTC (4+ messages)
` [PATCH 8/8] selftests: riscv: Add test "
[PATCH RFC 07/35] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
2025-08-22 17:09 UTC (2+ messages)
[PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
2025-08-22 17:07 UTC (2+ messages)
[PATCH v7 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-22 15:39 UTC (17+ messages)
` [PATCH v7 2/2] selftests/bpf: Force -O2 for USDT selftests to cover SIB handling logic
` "
` "
` "
[PATCH bpf-next v12 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-22 15:18 UTC (3+ messages)
` "
[PATCH] selftests: centralise maybe-unused definition in kselftest.h
2025-08-22 14:51 UTC (2+ messages)
[PATCH net-next 0/3] selftests: Test XDP_TX for single-buffer
2025-08-22 14:50 UTC (2+ messages)
[PATCH] selftests: rtnetlink: skip tests if tools or feats are missing
2025-08-22 14:27 UTC (7+ messages)
` [PATCH net-next v2] "
` [PATCH net-next v3] "
[PATCH v21 0/9] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
2025-08-22 14:24 UTC (3+ messages)
` [PATCH v21 9/9] arm64: dts: imx95: Add msi-map for pci-ep device
[PATCH v2] kselftests: netfilter: fix spelling mistakes in nft_nat.sh
2025-08-22 13:05 UTC
[PATCH v2] kselftests: ntb: fix spelling mistakes in ntb_test.sh
2025-08-22 12:58 UTC
[PATCH v15 net-next 00/14] AccECN protocol patch series
2025-08-22 10:08 UTC (7+ messages)
` [PATCH v15 net-next 12/14] tcp: accecn: AccECN option failure handling
` [PATCH v15 net-next 14/14] tcp: accecn: try to fit AccECN option with SACK
[PATCH v7 00/29] KVM: arm64: Implement support for SME
2025-08-22 6:50 UTC (6+ messages)
` [PATCH v7 11/29] KVM: arm64: Document the KVM ABI "
` [PATCH v7 27/29] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v7 28/29] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v7 29/29] KVM: arm64: selftests: Add SME to set_id_regs test
[PATCH] selftests/alsa: remove 0/NULL global variable assignment
2025-08-22 6:21 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).