messages from 2025-06-16 22:49:35 to 2025-06-19 09:49:23 UTC [more...]
[PATCH v6 00/25] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-06-19 9:49 UTC (19+ messages)
` [PATCH v6 06/25] iommufd/access: Allow access->ops to be NULL for internal use
` [PATCH v6 07/25] iommufd/access: Add internal APIs for HW queue to use
` [PATCH v6 09/25] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v6 13/25] iommufd: Add mmap interface
[RFC PATCH v2 0/9] KVM: Enable Nested Virt selftests
2025-06-19 9:40 UTC (5+ messages)
[PATCH 0/6] selftests/mm: Fix false positives and skip unsupported tests
2025-06-19 9:02 UTC (27+ messages)
` [PATCH 1/6] mm/selftests: Fix virtual_address_range test issues
` [PATCH 2/6] selftest/mm: Fix ksm_funtional_test failures
` [PATCH 3/6] selftests/mm : fix test_prctl_fork_exec failure
[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
2025-06-19 8:55 UTC (5+ messages)
` [PATCH v2 09/14] mips: Handle KCOV __init vs inline mismatches
` [PATCH v2 10/14] loongarch: "
[PATCH RESEND] selftests: Suppress unused variable warning
2025-06-19 7:46 UTC (3+ messages)
[PATCH RESEND] selftests/memfd: clean Makefile
2025-06-19 7:43 UTC (3+ messages)
[PATCH RESEND] selftests: add missing include
2025-06-19 7:33 UTC (4+ messages)
[PATCH v12 0/6] rust: reduce `as` casts, enable related lints
2025-06-19 5:53 UTC (31+ messages)
` [PATCH v12 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v12 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v12 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v12 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v12 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v12 6/6] rust: enable `clippy::ref_as_ptr` lint
[PATCH] kunit: Adjust kunit_test timeout based on test_{suite,case} speed
2025-06-19 4:45 UTC (3+ messages)
[PATCH net-next v4] page_pool: import Jesper's page_pool benchmark
2025-06-19 4:19 UTC (5+ messages)
[PATCH net-next, v2] selftest: add selftest for anycast notifications
2025-06-19 3:51 UTC
[RESEND PATCH] selftests/pidfd: align stack to fix SP alignment exception
2025-06-19 2:26 UTC (3+ messages)
[PATCH net-next v5 0/6] udp_tunnel: remove rtnl_lock dependency
2025-06-19 2:00 UTC (7+ messages)
` [PATCH net-next v5 1/6] geneve: rely on rtnl lock in geneve_offload_rx_ports
` [PATCH net-next v5 2/6] vxlan: drop sock_lock
[PATCH net-next] selftest: add selftest for anycast notifications
2025-06-18 23:55 UTC (3+ messages)
[PATCH v2 2/2] selftests/bpf: Add testcases for BPF_ADD and BPF_SUB
2025-06-18 21:22 UTC (2+ messages)
[RESEND PATCH v13 3/3] selftests/rseq: Add test for mm_cid compaction
2025-06-18 21:04 UTC (2+ messages)
[PATCH v4] selftests: filesystems: Add functional test for the abort file in fusectl
2025-06-18 20:52 UTC (2+ messages)
[PATCH] [next] selftests/ptrace: Fix spelling mistake "multible" -> "multiple"
2025-06-18 20:24 UTC (3+ messages)
[PATCH RESEND v4 0/7] futex: Create set_robust_list2
2025-06-18 17:03 UTC (12+ messages)
` [PATCH RESEND v4 1/7] selftests/futex: Add ASSERT_ macros
` [PATCH RESEND v4 2/7] selftests/futex: Create test for robust list
` [PATCH RESEND v4 3/7] futex: Use explicit sizes for compat_exit_robust_list
` [PATCH RESEND v4 4/7] futex: Create set_robust_list2
` [PATCH RESEND v4 5/7] futex: Wire up set_robust_list2 syscall
` [PATCH RESEND v4 6/7] futex: Remove the limit of elements for sys_set_robust_list2 lists
` [PATCH RESEND v4 7/7] selftests: futex: Expand robust list test for the new interface
[kvm-unit-tests PATCH v6] riscv: sbi: Add SBI Debug Triggers Extension tests
2025-06-18 15:44 UTC
[RFC PATCH v8 0/7] Add NUMA mempolicy support for KVM guest-memfd
2025-06-18 15:12 UTC (9+ messages)
` [RFC PATCH v8 1/7] security: Export anon_inode_make_secure_inode for KVM guest_memfd
` [RFC PATCH v8 2/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [RFC PATCH v8 3/7] mm/filemap: Add mempolicy support to the filemap layer
` [RFC PATCH v8 4/7] mm/mempolicy: Export memory policy symbols
` [RFC PATCH v8 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [RFC PATCH v8 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [RFC PATCH v8 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support
[PATCH] selftests: vDSO: fix -Wunitialized in powerpc VDSO_CALL() wrapper
2025-06-18 13:39 UTC
[PATCH rc 0/4] Fix iommufd selftest FAIL and warnings with v6.16
2025-06-18 11:38 UTC (9+ messages)
` [PATCH rc 1/4] iommufd/selftest: Fix iommufd_dirty_tracking with large hugepage sizes
[PATCH net-next 0/2] selftests: net: use slowwait to make sure setup finished
2025-06-18 10:34 UTC (5+ messages)
` [PATCH net-next 1/2] selftests: net: use slowwait to stabilize vrf_route_leaking test
` [PATCH net-next 2/2] selftests: net: use slowwait to make sure IPv6 setup finished
[PATCH net-next, v3] selftest: Add selftest for multicast address notifications
2025-06-18 10:33 UTC (2+ messages)
[PATCH 0/4] selftests/mm/uffd: refactor global variables
2025-06-18 10:00 UTC (6+ messages)
` [PATCH v5 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
[PATCH net-next v3 0/5] netconsole: Add support for msgid in sysdata
2025-06-18 9:50 UTC (8+ messages)
` [PATCH net-next v3 3/5] netconsole: append msgid to sysdata
` [PATCH net-next v3 4/5] selftests: netconsole: Add tests for 'msgid' feature in sysdata
[PATCH 0/3] Add kselftest harness selftest with variant
2025-06-18 9:12 UTC (15+ messages)
` [PATCH 1/3] selftests: correct one typo in comment
` [PATCH 2/3] selftests: print 0 if no test is chosen
` [PATCH 3/3] selftests: harness: Add kselftest harness selftest with variant
[PATCH net-next v4 0/4] netdevsim: implement RX statistics using NETDEV_PCPU_STAT_DSTATS
2025-06-18 8:32 UTC (5+ messages)
` [PATCH net-next v4 1/4] netdevsim: migrate to dstats stats collection
` [PATCH net-next v4 2/4] netdevsim: collect statistics at RX side
` [PATCH net-next v4 3/4] net: add dev_dstats_rx_dropped_add() helper
` [PATCH net-next v4 4/4] netdevsim: account dropped packet length in stats on queue free
[PATCH net-next v2 1/3] netmem: fix netmem comments
2025-06-18 1:41 UTC (2+ messages)
[PATCH v3 00/16] kunit: Introduce UAPI testing framework
2025-06-18 1:15 UTC (12+ messages)
` [PATCH v3 02/16] kbuild: userprogs: also inherit byte order and ABI from kernel
` [PATCH v3 04/16] kbuild: userprogs: add nolibc support
` [PATCH v3 07/16] kbuild: introduce blob framework
[PATCH net-next, v4] selftest: Add selftest for multicast address notifications
2025-06-18 1:00 UTC (2+ messages)
[PATCH v2] selftests: nettest: Fix typo in log and error messages for clarity
2025-06-17 23:30 UTC (2+ messages)
[PATCH v4 13/15] selftests/sched_ext: Add test for sched_ext dl_server
2025-06-17 20:05 UTC
[PATCH net-next v3 0/4] netdevsim: implement RX statistics using NETDEV_PCPU_STAT_DSTATS
2025-06-17 19:33 UTC (10+ messages)
` [PATCH net-next v3 1/4] netdevsim: migrate to dstats stats collection
` [PATCH net-next v3 2/4] netdevsim: collect statistics at RX side
` [PATCH net-next v3 3/4] net: add dev_dstats_rx_dropped_add() helper
` [PATCH net-next v3 4/4] netdevsim: account dropped packet length in stats on queue free
[PATCH v8 net-next 00/15] AccECN protocol patch series
2025-06-17 18:43 UTC (8+ messages)
` [PATCH v8 net-next 04/15] tcp: AccECN core
` [PATCH v8 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v8 net-next 11/15] tcp: accecn: AccECN option failure handling
[PATCH 0/4] selftests: cgroup: Add support for named v1 hierarchies in test_core
2025-06-17 18:13 UTC (6+ messages)
` [PATCH 1/4] selftests: cgroup_util: Add helpers for testing named v1 hierarchies
` [PATCH 2/4] selftests: cgroup: Add support for named v1 hierarchies in test_core
` [PATCH 3/4] selftests: cgroup: Optionally set up v1 environment
` [PATCH 4/4] selftests: cgroup: Fix compilation on pre-cgroupns kernels
[PATCH v6 0/4] mm: introduce THP deferred setting
2025-06-17 17:52 UTC (4+ messages)
` [PATCH v6 1/4] mm: defer THP insertion to khugepaged
[PATCH v3 00/15] Consolidate iommu page table implementations (AMD)
2025-06-17 16:51 UTC (4+ messages)
` [PATCH v3 02/15] genpt: Add Documentation/ files
[PATCH RFC net-next v4 00/11] vsock: add namespace support to vhost-vsock
2025-06-17 15:24 UTC (13+ messages)
` [PATCH RFC net-next v4 01/11] selftests/vsock: add NS tests to vmtest.sh
` [PATCH RFC net-next v4 02/11] vsock: a per-net vsock NS mode state
` [PATCH RFC net-next v4 03/11] vsock: add vsock net ns helpers
` [PATCH RFC net-next v4 04/11] vsock: add net to vsock skb cb
` [PATCH RFC net-next v4 05/11] vsock: add common code for vsock NS support
` [PATCH RFC net-next v4 06/11] virtio-vsock: add netns to common code
` [PATCH RFC net-next v4 07/11] vhost/vsock: add netns support
` [PATCH RFC net-next v4 08/11] vsock/virtio: add netns hooks
` [PATCH RFC net-next v4 09/11] hv_sock: "
` [PATCH RFC net-next v4 10/11] vsock/vmci: "
` [PATCH RFC net-next v4 11/11] vsock/loopback: add netns support
[PATCH 0/3] module: make structure definitions always visible
2025-06-17 15:07 UTC (7+ messages)
` [PATCH 1/3] module: move 'struct module_use' to internal.h
` [PATCH 3/3] kunit: test: Drop CONFIG_MODULE ifdeffery
[RFC PATCH v2 nf-next] selftests: netfilter: Add bridge_fastpath.sh
2025-06-17 11:34 UTC (2+ messages)
selftests ublk UBLK_IO_F_NEED_REG_BUF undeclared
2025-06-17 11:05 UTC (2+ messages)
[syzbot] [cgroups?] general protection fault in __cgroup_rstat_lock
2025-06-17 10:00 UTC (3+ messages)
clang: selftests/mm gup_longterm error while loading shared libraries liburing.so.2 cannot open shared object file No such file or directory
2025-06-17 9:48 UTC (4+ messages)
[PATCH v4 0/2] kunit: qemu_configs: Add MIPS configurations
2025-06-17 8:20 UTC (3+ messages)
` [PATCH v4 1/2] MIPS: Don't crash in stack_top() for tasks without ABI or vDSO
[PATCH] Documentation: kunit: Correct MODULE_IMPORT_NS() syntax
2025-06-17 7:03 UTC (2+ messages)
[PATCH net-next v12 00/10] tun: Introduce virtio-net hashing feature
2025-06-17 3:39 UTC (19+ messages)
` [PATCH net-next v12 01/10] virtio_net: Add functions for hashing
` [PATCH net-next v12 04/10] tun: Add common virtio-net hash feature code
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