linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-09 21:02:51 to 2025-07-11 11:40:03 UTC [more...]

[PATCH v3 00/10] mm/mremap: permit mremap() move of multiple VMAs
 2025-07-11 11:38 UTC  (8+ messages)
` [PATCH v3 01/10] mm/mremap: perform some simple cleanups
` [PATCH v3 02/10] mm/mremap: refactor initial parameter sanity checks
` [PATCH v3 03/10] mm/mremap: put VMA check and prep logic into helper function
` [PATCH v3 04/10] mm/mremap: cleanup post-processing stage of mremap
` [PATCH v3 06/10] mm/mremap: check remap conditions earlier
` [PATCH v3 07/10] mm/mremap: move remap_is_valid() into check_prep_vma()
` [PATCH v3 08/10] mm/mremap: clean up mlock populate behaviour

[PATCH v4] selftests/mm: add process_madvise() tests
 2025-07-11 11:33 UTC  (10+ messages)

[PATCH v2 0/4] HID: core: fix __hid_request when no report ID is used
 2025-07-11 10:52 UTC  (6+ messages)
` [PATCH v2 1/4] HID: core: ensure the allocated report buffer can contain the reserved report ID
` [PATCH v2 2/4] HID: core: ensure __hid_request reserves the report ID as the first byte
` [PATCH v2 3/4] HID: core: do not bypass hid_hw_raw_request
` [PATCH v2 4/4] selftests/hid: add a test case for the recent syzbot underflow

[PATCH bpf-next 0/3] bpf: Show precise rejected function when attaching to __noreturn and __btf_id functions
 2025-07-11  9:57 UTC  (6+ messages)
` [PATCH bpf-next 1/3] bpf: Show precise rejected function when attaching to __noreturn functions
` [PATCH bpf-next 2/3] bpf: Show precise rejected function when attaching to __btf_id functions
` [PATCH bpf-next 3/3] selftests/bpf: Add selftest for attaching tracing "

[PATCH v9 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-07-11  9:56 UTC  (37+ messages)
` [PATCH v9 01/29] iommufd: Report unmapped bytes in the error path of iopt_unmap_iova_range
` [PATCH v9 02/29] iommufd: Correct virt_id kdoc at struct iommu_vdevice_alloc
` [PATCH v9 03/29] iommufd/viommu: Explicitly define vdev->virt_id
` [PATCH v9 04/29] iommu: Use enum iommu_hw_info_type for type in hw_info op
` [PATCH v9 05/29] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v9 06/29] iommu: Pass in a driver-level user data structure to viommu_init op
` [PATCH v9 07/29] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v9 08/29] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v9 09/29] iommufd/selftest: Add coverage for viommu data
` [PATCH v9 10/29] iommufd/access: Add internal APIs for HW queue to use
` [PATCH v9 11/29] iommufd/access: Bypass access->ops->unmap for internal use
` [PATCH v9 12/29] iommufd/viommu: Add driver-defined vDEVICE support
` [PATCH v9 13/29] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v9 14/29] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v9 15/29] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v9 16/29] iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOC
` [PATCH v9 17/29] iommufd: Add mmap interface
` [PATCH v9 18/29] iommufd/selftest: Add coverage for the new "
` [PATCH v9 19/29] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v9 20/29] iommu: Allow an input type in hw_info op
` [PATCH v9 21/29] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v9 22/29] iommufd/selftest: Update hw_info coverage for an input data_type
` [PATCH v9 23/29] iommu/arm-smmu-v3-iommufd: Add vsmmu_size/type and vsmmu_init impl ops
` [PATCH v9 24/29] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
` [PATCH v9 25/29] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v9 26/29] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v9 27/29] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v9 28/29] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v9 29/29] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support

[PATCH v3] selftests/mm: add process_madvise() tests
 2025-07-11  8:49 UTC  (8+ messages)

[PATCH 00/10] mm/mremap: permit mremap() move of multiple VMAs
 2025-07-11  8:31 UTC  (24+ messages)
` [PATCH 01/10] mm/mremap: perform some simple cleanups
` [PATCH 02/10] mm/mremap: refactor initial parameter sanity checks
` [PATCH 03/10] mm/mremap: put VMA check and prep logic into helper function
` [PATCH 04/10] mm/mremap: cleanup post-processing stage of mremap
` [PATCH 05/10] mm/mremap: use an explicit uffd failure path for mremap
` [PATCH 06/10] mm/mremap: check remap conditions earlier
` [PATCH 07/10] mm/mremap: move remap_is_valid() into check_prep_vma()
` [PATCH 08/10] mm/mremap: clean up mlock populate behaviour
` [PATCH 09/10] mm/mremap: permit mremap() move of multiple VMAs

[PATCH v21 0/9] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2025-07-11  7:45 UTC  (11+ messages)
` [PATCH v21 1/9] PCI: imx6: Add helper function imx_pcie_add_lut_by_rid()
` [PATCH v21 2/9] PCI: imx6: Add LUT configuration for MSI/IOMMU in Endpoint mode
` [PATCH v21 3/9] PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller
` [PATCH v21 4/9] PCI: endpoint: pci-ep-msi: Add MSI address/data pair mutable check
` [PATCH v21 5/9] PCI: endpoint: Add pci_epf_align_inbound_addr() helper for address alignment
` [PATCH v21 6/9] PCI: endpoint: pci-epf-test: Add doorbell test support
` [PATCH v21 7/9] misc: pci_endpoint_test: Add doorbell test case
` [PATCH v21 8/9] selftests: pci_endpoint: "
` [PATCH v21 9/9] arm64: dts: imx95: Add msi-map for pci-ep device

[PATCH v2 0/4] signal handling support for nolibc
 2025-07-11  7:25 UTC  (9+ messages)
` [PATCH v2 1/4] selftests/nolibc: fix EXPECT_NZ macro
` [PATCH v2 2/4] selftests/nolibc: validate order of constructor calls
` [PATCH v2 3/4] tools/nolibc: add more generic bitmask macros for FD_*
` [PATCH v2 4/4] tools/nolibc: add signal support

[PATCH] kunit: Enable PCI on UML without triggering WARN()
 2025-07-11  6:48 UTC  (2+ messages)

[PATCH 0/3] module: make structure definitions always visible
 2025-07-11  6:29 UTC  (4+ messages)
` [PATCH 2/3] "

[PATCH 0/3] signal handling support for nolibc
 2025-07-11  4:53 UTC  (8+ messages)
` [PATCH 2/3] tools/nolibc: add more generic BITSET_* macros for FD_*
` [PATCH 3/3] tools/nolibc: add signal support

[PATCH -next] selftests/ftrace: Prevent potential failure in subsystem-enable test case
 2025-07-11  3:37 UTC  (5+ messages)

[PATCH net] selftests: rtnetlink: try double sleep to give WQ a chance
 2025-07-11  2:14 UTC  (2+ messages)

[PATCH net-next v5 0/3] selftest: net: Add selftest for netpoll
 2025-07-11  1:45 UTC  (3+ messages)
` [PATCH net-next v5 3/3] selftests: net: add netpoll basic functionality test

[PATCH net] selftests: net: lib: fix shift count out of range
 2025-07-11  1:30 UTC  (2+ messages)

[PATCH net-next 0/5] ethtool: rss: report which fields are configured for hashing
 2025-07-11  1:20 UTC  (2+ messages)

[PATCH v2] selftests/cgroup: improve the accuracy of cpu.max tests
 2025-07-11  0:21 UTC  (3+ messages)
` [PATCH v3] selftests/cgroup: fix "

[PATCH] KVM: selftests: Add CONFIG_EVENTFD for irqfd selftest
 2025-07-10 23:08 UTC  (2+ messages)

[PATCH] selftests: breakpoints: use suspend_stats to reliably check suspend success
 2025-07-10 20:25 UTC  (2+ messages)

[PATCH v3 RESEND] kunit: fix longest symbol length test
 2025-07-10 19:30 UTC  (2+ messages)

[PATCH net-next V2 0/5] selftests: drv-net: Test XDP native support
 2025-07-10 18:43 UTC  (6+ messages)
` [PATCH net-next 1/5] selftests: drv-net: Add bpftool util
` [PATCH net-next 2/5] selftests: drv-net: Test XDP_PASS/DROP support
` [PATCH net-next 3/5] selftests: drv-net: Test XDP_TX support
` [PATCH net-next 4/5] selftests: drv-net: Test tail-adjustment support
` [PATCH net-next 5/5] selftests: drv-net: Test head-adjustment support

[PATCH v6 0/8] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
 2025-07-10 17:42 UTC  (16+ messages)
` [PATCH v6 6/8] fs/proc/task_mmu: remove conversion of seq_file position to unsigned
` [PATCH v6 7/8] fs/proc/task_mmu: read proc/pid/maps under per-vma lock

[PATCH bpf-next,v3 0/2] Clarify and Enhance XDP Rx Metadata Handling
 2025-07-10 17:28 UTC  (11+ messages)
` [PATCH bpf-next,v3 2/2] selftests/bpf: Enhance XDP Rx metadata handling

[PATCH net] selftests: net: increase inter-packet timeout in udpgro.sh
 2025-07-10 16:04 UTC 

[PATCH v20 0/9] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2025-07-10 16:06 UTC  (5+ messages)
` [PATCH v20 8/9] selftests: pci_endpoint: Add doorbell test case
` [PATCH v20 9/9] arm64: dts: imx95: Add msi-map for pci-ep device

[PATCH v2 00/10] mm/mremap: permit mremap() move of multiple VMAs
 2025-07-10 15:50 UTC  (11+ messages)
` [PATCH v2 01/10] mm/mremap: perform some simple cleanups
` [PATCH v2 02/10] mm/mremap: refactor initial parameter sanity checks
` [PATCH v2 03/10] mm/mremap: put VMA check and prep logic into helper function
` [PATCH v2 04/10] mm/mremap: cleanup post-processing stage of mremap
` [PATCH v2 05/10] mm/mremap: use an explicit uffd failure path for mremap
` [PATCH v2 06/10] mm/mremap: check remap conditions earlier
` [PATCH v2 07/10] mm/mremap: move remap_is_valid() into check_prep_vma()
` [PATCH v2 08/10] mm/mremap: clean up mlock populate behaviour
` [PATCH v2 09/10] mm/mremap: permit mremap() move of multiple VMAs
` [PATCH v2 10/10] tools/testing/selftests: extend mremap_test to test multi-VMA mremap

[PATCH 00/17] rust: replace `kernel::c_str!` with C-Strings
 2025-07-10 15:31 UTC  (18+ messages)
` [PATCH 01/17] drivers: net: "
` [PATCH 02/17] gpu: nova-core: "
` [PATCH 03/17] rust: auxiliary: "
` [PATCH 04/17] rust: clk: "
` [PATCH 05/17] rust: configfs: "
` [PATCH 06/17] rust: cpufreq: "
` [PATCH 07/17] rust: device: "
` [PATCH 08/17] rust: firmware: "
` [PATCH 09/17] rust: kunit: "
` [PATCH 10/17] rust: macros: "
` [PATCH 11/17] rust: miscdevice: "
` [PATCH 12/17] rust: net: "
` [PATCH 13/17] rust: pci: "
` [PATCH 14/17] rust: platform: "
` [PATCH 15/17] rust: seq_file: "
` [PATCH 16/17] rust: str: "
` [PATCH 17/17] rust: sync: "

[PATCH v3] selftests: cachestat: add tests for mmap Refactor and enhance mmap test for cachestat validation
 2025-07-10 14:35 UTC  (2+ messages)

[PATCH v4] selftests: riscv: add misaligned access testing
 2025-07-10 14:29 UTC  (5+ messages)

[PATCH 0/3] selftests/hid: upgrade the python scripts to match hid-tools 0.10
 2025-07-10 14:21 UTC  (4+ messages)
` [PATCH 2/3] selftests/hid: sync the python tests to hid-tools 0.8

[PATCH] selftests/thermal: Remove duplicate sprintf() call in workload_hint_test
 2025-07-10 13:47 UTC  (2+ messages)
` [PATCH] selftests/thermal: Remove duplicate newlines in perror calls

[PATCH net-next v5] ipv6: add `force_forwarding` sysctl to enable per-interface forwarding
 2025-07-10 13:26 UTC  (2+ messages)

[PATCH v3] selftests/mm: add process_madvise() tests
 2025-07-10 11:29 UTC  (2+ messages)

[PATCH v3] selftests: futex: define SYS_futex on 32-bit architectures with 64-bit time_t
 2025-07-10 10:36 UTC 

[PATCH v7 27/28] iommu/tegra241-cmdqv: Add user-space use support
 2025-07-10  9:04 UTC  (11+ messages)

[PATCH] vdso/gettimeofday: Fix code refactoring
 2025-07-10  7:27 UTC  (3+ messages)

[PATCH net-next v3 0/3] netdevsim: add support for PHY devices
 2025-07-10  6:22 UTC  (4+ messages)
` [PATCH net-next v3 1/3] net: netdevsim: Add PHY support in netdevsim
` [PATCH net-next v3 2/3] selftests: ethtool: Drop the unused old_netdevs variable
` [PATCH net-next v3 3/3] selftests: ethtool: Introduce ethernet PHY selftests on netdevsim

[PATCH v8 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-07-10  5:34 UTC  (7+ messages)
` [PATCH v8 04/29] iommu: Use enum iommu_hw_info_type for type in hw_info op
` [PATCH v8 14/29] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl

[PATCH 0/4] selftests/mm/uffd: refactor global variables
 2025-07-10  5:07 UTC  (4+ messages)
` [PATCH v6 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct

[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
 2025-07-10  1:57 UTC  (4+ messages)
` [PATCH v2 08/14] powerpc: Handle KCOV __init vs inline mismatches

[PATCH] selftests/filesystems: Use return value of the function 'chdir()'
 2025-07-10  0:19 UTC 

[PATCH 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
 2025-07-09 22:50 UTC  (7+ messages)
` [PATCH 7/9] rust: pin-init: "


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).