messages from 2025-05-23 05:31:59 to 2025-05-26 13:30:49 UTC [more...]
[PATCH v4 00/23] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-05-26 13:30 UTC (14+ messages)
` [PATCH v4 05/23] iommufd/driver: Let iommufd_viommu_alloc helper save ictx to viommu->ictx
` [PATCH v4 11/23] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
[PATCH v5 0/5] kunit: Add support for suppressing warning backtraces
2025-05-26 13:27 UTC (6+ messages)
` [PATCH v5 1/5] bug/kunit: Core "
` [PATCH v5 2/5] bug/kunit: Suppressing warning backtraces reduced impact on WARN*() sites
` [PATCH v5 3/5] Add unit tests to verify that warning backtrace suppression works
` [PATCH v5 4/5] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v5 5/5] kunit: Add documentation for warning backtrace suppression API
[PATCH] selftests/mm: Deduplicate test names in madv_populate
2025-05-26 12:57 UTC (2+ messages)
[PATCH RFC net-next v2] page_pool: import Jesper's page_pool benchmark
2025-05-26 12:51 UTC (2+ messages)
[PATCH v10 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-05-26 11:28 UTC (7+ messages)
` [PATCH v10 1/5] rust: retitle "Example" section as "Examples"
` [PATCH v10 2/5] rust: support formatting of foreign types
` [PATCH v10 3/5] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v10 4/5] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v10 5/5] rust: remove core::ffi::CStr reexport
[PATCH net-next v8] selftests/vsock: add initial vmtest.sh for vsock
2025-05-26 11:18 UTC (2+ messages)
[PATCH 0/3] kselftest/arm64: Update sve-ptrace for ABI changes
2025-05-26 10:57 UTC (9+ messages)
` [PATCH 1/3] kselftest/arm64: Fix check for setting new VLs in sve-ptrace
` [PATCH 2/3] kselftest/arm64: Fix test for streaming FPSIMD write "
` [PATCH 3/3] kselftest/arm64: Specify SVE data when testing VL set "
[PATCHv2 net-next] selftests: net: move wait_local_port_listen to lib.sh
2025-05-26 9:56 UTC (2+ messages)
[PATCH v8 00/14] riscv: add SBI FWFT misaligned exception delegation support
2025-05-26 9:38 UTC (29+ messages)
` [PATCH v8 01/14] riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v8 02/14] riscv: sbi: remove useless parenthesis
` [PATCH v8 03/14] riscv: sbi: add new SBI error mappings
` [PATCH v8 04/14] riscv: sbi: add FWFT extension interface
` [PATCH v8 05/14] riscv: sbi: add SBI FWFT extension calls
` [PATCH v8 06/14] riscv: misaligned: request misaligned exception from SBI
` [PATCH v8 07/14] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v8 08/14] riscv: misaligned: declare misaligned_access_speed under CONFIG_RISCV_MISALIGNED
` [PATCH v8 09/14] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v8 10/14] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v8 11/14] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v8 12/14] RISC-V: KVM: add SBI extension reset callback
` [PATCH v8 13/14] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v8 14/14] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG
[PATCH 0/4] selftests/mm/uffd: refactor global variables
2025-05-26 9:08 UTC (7+ messages)
` [PATCH v3 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
[RFC PATCH 00/33] vfio: Introduce selftests for VFIO
2025-05-26 9:12 UTC (35+ messages)
` [RFC PATCH 01/33] selftests: Create tools/testing/selftests/vfio
` [RFC PATCH 02/33] vfio: selftests: Add a helper library for VFIO selftests
` [RFC PATCH 03/33] vfio: selftests: Introduce vfio_pci_device_test
` [RFC PATCH 04/33] vfio: selftests: Test basic VFIO and IOMMUFD integration
` [RFC PATCH 05/33] vfio: selftests: Move vfio dma mapping test to their own file
` [RFC PATCH 06/33] vfio: selftests: Add test to reset vfio device
` [RFC PATCH 07/33] vfio: selftests: Use command line to set hugepage size for DMA mapping test
` [RFC PATCH 08/33] vfio: selftests: Validate 2M/1G HugeTLB are mapped as 2M/1G in IOMMU
` [RFC PATCH 09/33] tools headers: Add stub definition for __iomem
` [RFC PATCH 10/33] tools headers: Import asm-generic MMIO helpers
` [RFC PATCH 11/33] tools headers: Import x86 MMIO helper overrides
` [RFC PATCH 12/33] tools headers: Import iosubmit_cmds512()
` [RFC PATCH 13/33] tools headers: Import drivers/dma/ioat/{hw.h,registers.h}
` [RFC PATCH 14/33] tools headers: Import drivers/dma/idxd/registers.h
` [RFC PATCH 15/33] tools headers: Import linux/pci_ids.h
` [RFC PATCH 16/33] vfio: selftests: Keep track of DMA regions mapped into the device
` [RFC PATCH 17/33] vfio: selftests: Enable asserting MSI eventfds not firing
` [RFC PATCH 18/33] vfio: selftests: Add a helper for matching vendor+device IDs
` [RFC PATCH 19/33] vfio: selftests: Add driver framework
` [RFC PATCH 20/33] vfio: sefltests: Add vfio_pci_driver_test
` [RFC PATCH 21/33] vfio: selftests: Add driver for Intel CBDMA
` [RFC PATCH 22/33] vfio: selftests: Add driver for Intel DSA
` [RFC PATCH 23/33] vfio: selftests: Move helper to get cdev path to libvfio
` [RFC PATCH 24/33] vfio: selftests: Encapsulate IOMMU mode
` [RFC PATCH 25/33] vfio: selftests: Add [-i iommu_mode] option to all tests
` [RFC PATCH 26/33] vfio: selftests: Add vfio_type1v2_mode
` [RFC PATCH 27/33] vfio: selftests: Add iommufd_compat_type1{,v2} modes
` [RFC PATCH 28/33] vfio: selftests: Add iommufd mode
` [RFC PATCH 29/33] vfio: selftests: Make iommufd the default iommu_mode
` [RFC PATCH 30/33] vfio: selftests: Add a script to help with running VFIO selftests
` [RFC PATCH 31/33] KVM: selftests: Build and link sefltests/vfio/lib into KVM selftests
` [RFC PATCH 32/33] KVM: selftests: Test sending a vfio-pci device IRQ to a VM
` [RFC PATCH 33/33] KVM: selftests: Use real device MSIs in vfio_pci_device_irq_test
[PATCH] selftests/cpufreq: Fix cpufreq basic read and update testcases
2025-05-26 8:52 UTC (7+ messages)
[PATCH v4 00/38] Mediated vPMU 4.0 for x86
2025-05-26 6:15 UTC (3+ messages)
` [PATCH v4 20/38] KVM: x86/pmu: Check if mediated vPMU can intercept rdpmc
[PATCH v3] selftests: filesystems: Add functional test for the abort file in fusectl
2025-05-26 5:58 UTC (2+ messages)
[PATCH v3 00/13] KVM: Make irqfd registration globally unique
2025-05-26 3:36 UTC (6+ messages)
` [PATCH v3 13/13] KVM: selftests: Add a KVM_IRQFD test to verify uniqueness requirements
[PATCH v2] selftests: Improve test output grammar, code style
2025-05-26 2:52 UTC (4+ messages)
[PATCH v2] selftests: Add functional test for the abort file in fusectl
2025-05-26 1:41 UTC (3+ messages)
[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
2025-05-25 21:53 UTC (13+ messages)
` [PATCH v2 04/14] x86: Handle KCOV __init vs inline mismatches
` [PATCH v2 05/14] arm: "
` [PATCH v2 07/14] s390: "
` [PATCH v2 08/14] powerpc: "
[PATCH net-next V10 0/6] Support rate management on traffic classes in devlink and mlx5
2025-05-25 20:31 UTC (9+ messages)
` [PATCH net-next V10 1/6] devlink: Extend devlink rate API with traffic classes bandwidth management
` [PATCH net-next V10 2/6] selftest: netdevsim: Add devlink rate tc-bw test
[PATCH] selftests: firmware: Add details in error logging
2025-05-25 18:26 UTC (3+ messages)
[PATCH v17 net-next 0/5] DUALPI2 patch
2025-05-25 17:19 UTC (6+ messages)
` [PATCH v17 net-next 1/5] sched: Struct definition and parsing of dualpi2 qdisc
` [PATCH v17 net-next 2/5] sched: Dump configuration and statistics "
` [PATCH v17 net-next 3/5] sched: Add enqueue/dequeue "
` [PATCH v17 net-next 4/5] selftests/tc-testing: Add selftests for qdisc DualPI2
` [PATCH v17 net-next 5/5] Documentation: netlink: specs: tc: Add DualPI2 specification
[PATCH] selftests/eventfd: correct test name and improve messages
2025-05-25 3:54 UTC (2+ messages)
[PATCH v2] selftests: timers: valid-adjtimex: fix coding style issues
2025-05-24 23:51 UTC (3+ messages)
[PATCH] selftests: timers: rtcpie: Fix checkpatch reported errors
2025-05-24 18:30 UTC
[PATCH 1/1] tests/pid_namespace: fix pid_max test building
2025-05-24 14:33 UTC
[PATCH 1/1] testing/mount_setattr: fix redefinition of sys_open_tree
2025-05-24 14:21 UTC
[PATCH] selftests: cachestat: add tests for mmap and /proc/cpuinfo
2025-05-24 8:36 UTC
[PATCH v5 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-05-24 3:30 UTC (23+ messages)
` [PATCH v5 01/29] iommufd: Apply obvious cosmetic fixes
` [PATCH v5 02/29] iommufd: Introduce iommufd_object_alloc_ucmd helper
` [PATCH v5 03/29] iommu: Apply the new "
` [PATCH v5 09/29] iommufd: Do not unmap an owned iopt_area
` [PATCH v5 13/29] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v5 14/29] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v5 20/29] iommu: Allow an input type in hw_info op
` [PATCH v5 21/29] iommufd: Allow an input data_type via iommu_hw_info
[PATCH v16 net-next 0/5] DUALPI2 patch
2025-05-24 1:56 UTC (7+ messages)
` [PATCH v16 net-next 1/5] sched: Struct definition and parsing of dualpi2 qdisc
` [PATCH v16 net-next 3/5] sched: Add enqueue/dequeue "
[PATCH net-next v2 0/8] Devmem TCP minor cleanups and ksft improvements
2025-05-23 23:05 UTC (9+ messages)
` [PATCH net-next v2 1/8] net: devmem: move list_add to net_devmem_bind_dmabuf
` [PATCH net-next v2 2/8] page_pool: fix ugly page_pool formatting
` [PATCH net-next v2 3/8] net: devmem: preserve sockc_err
` [PATCH net-next v2 4/8] net: devmem: ksft: add ipv4 support
` [PATCH net-next v2 5/8] net: devmem: ksft: add exit_wait to make rx test pass
` [PATCH net-next v2 6/8] net: devmem: ksft: add 5 tuple FS support
` [PATCH net-next v2 7/8] net: devmem: ksft: upgrade rx test to send 1K data
` [PATCH net-next v2 8/8] net: devmem: ncdevmem: remove unused variable
[RFC] selftests/mm: Skip tests dependent on a binary not built
2025-05-23 21:33 UTC (3+ messages)
[PATCH v2] selftests/cpu-hotplug: fix typo in hotplaggable_offline_cpus function name
2025-05-23 20:22 UTC
[GIT PULL] Kselftest next update for Linux 6.16-rc1
2025-05-23 20:12 UTC
[GIT PULL] kunit next update for Linux 6.16-rc1
2025-05-23 19:39 UTC
[PATCH v2] kselftest: x86: Improve MOV SS test result message
2025-05-23 18:46 UTC (2+ messages)
[PATCH] selftests: kvm: Fix spelling of 'occurrences' in sparsebit.c comments
2025-05-23 18:13 UTC
[PATCH v7 net-next 00/15] AccECN protocol patch series
2025-05-23 17:50 UTC (4+ messages)
` [PATCH v7 net-next 14/15] tcp: accecn: try to fit AccECN option with SACK
[PATCH v16 00/27] riscv control-flow integrity for usermode
2025-05-23 17:42 UTC (20+ messages)
` [PATCH v16 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v16 15/27] riscv/traps: Introduce software check exception
` [PATCH v16 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v16 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v16 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v16 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v16 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v16 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v16 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v16 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v16 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v16 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v16 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v16 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH] selftests: net: fix spelling and grammar mistakes
2025-05-23 17:29 UTC (4+ messages)
` [PATCH v2] "
[PATCH bpf-next v4 0/3] Allow mmap of /sys/kernel/btf/vmlinux
2025-05-23 17:27 UTC (4+ messages)
` vmlinux BTF as a module (was Re: [PATCH bpf-next v4 0/3] Allow mmap of /sys/kernel/btf/vmlinux)
[PATCH bpf-next v5 0/3] Allow mmap of /sys/kernel/btf/vmlinux
2025-05-23 17:10 UTC (5+ messages)
` [PATCH bpf-next v5 1/3] btf: allow mmap of vmlinux btf
[PATCH] selftests/filesystems: Fix build of anon_inode_test
2025-05-23 14:10 UTC (2+ messages)
[PATCH bpf-next v1 0/2] bpf,ktls: Fix data corruption caused by using bpf_msg_pop_data() in ktls
2025-05-23 13:18 UTC (3+ messages)
` [PATCH bpf-next v1 1/2] bpf,ktls: Fix data corruption when "
` [PATCH bpf-next v1 2/2] selftests/bpf: Add test to cover ktls with bpf_msg_pop_data
[PATCH net-next] selftests: net: move wait_local_port_listen to lib.sh
2025-05-23 11:21 UTC (3+ messages)
[PATCH bpf-next/net v3 0/5] bpf: Add mptcp_subflow bpf_iter support
2025-05-23 11:07 UTC (6+ messages)
` [PATCH bpf-next/net v3 4/5] selftests/bpf: Add mptcp_subflow bpf_iter subtest
[PATCH 0/9] tools/nolibc: split out more headers
2025-05-23 10:14 UTC (9+ messages)
` [PATCH 1/9] tools/nolibc: move ioctl() to sys/ioctl.h
[PATCH v2] selftests: filesystems: fix "memebers" typo in mount-notify
2025-05-23 7:42 UTC
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).