messages from 2026-07-07 15:13:53 to 2026-07-08 20:35:20 UTC [more...]
[PATCH bpf-next v4 0/6] Add the capability to load HW RX checksum in eBPF programs
2026-07-08 20:34 UTC (7+ messages)
` [PATCH bpf-next v4 1/6] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
` [PATCH bpf-next v4 2/6] net: veth: Add xmo_rx_checksum callback to veth driver
` [PATCH bpf-next v4 3/6] net: ice: Add xmo_rx_checksum callback
` [PATCH bpf-next v4 4/6] selftests/bpf: Add selftest support for bpf_xdp_metadata_rx_checksum
` [PATCH bpf-next v4 5/6] selftests/bpf: Add bpf_xdp_metadata_rx_checksum support to xdp_hw_metadat prog
` [PATCH bpf-next v4 6/6] selftests: drv-net: add XDP RX checksum metadata tests
[PATCH net-next v11 0/7] netconsole: support automatic target recovery
2026-07-08 20:24 UTC (4+ messages)
` [PATCH net-next v11 7/7] selftests: netconsole: validate target resume
[PATCH] selftests: do not override CFLAGS set by the build environment
2026-07-08 20:16 UTC (2+ messages)
[PATCH] selftests/ftrace: Fix reading enabled_functions in add_remove_fprobe_module test
2026-07-08 19:32 UTC
cgroup/test_zswap failed with "zswpout does not increase after test program"
2026-07-08 19:08 UTC (8+ messages)
[PATCH 0/2] KVM: nSVM: Expose DecodeAssists to L1
2026-07-08 17:47 UTC (22+ messages)
[PATCH v2] selftests/rseq: Fix a building error for riscv arch
2026-07-08 17:00 UTC (2+ messages)
[RFC PATCH] fs: introduce pluggable ELF interpreter loader registry
2026-07-08 16:47 UTC (9+ messages)
` [RFC PATCH] fs: binfmt_misc: introduce eBPF-based matching and interpreter selection
[PATCH net-next] selftests/net: Skip srv6_end_dt46_l3vpn_test::host_vpn_tests if iproute2 too old
2026-07-08 15:27 UTC
[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
2026-07-08 15:25 UTC (3+ messages)
` [PATCH v5 2/5] KVM: arm64: Add pre_fault_memory implementation
[RFC PATCH v3 0/3] KVM: selftests: Improvements on dirty-ring
2026-07-08 15:22 UTC (4+ messages)
` [RFC PATCH v3 1/3] KVM: selftests: memstress: Add option to enable dirty-ring on VM creation
` [RFC PATCH v3 2/3] KVM: selftests: Check dirty-ring size before enabling
` [RFC PATCH v3 3/3] KVM: selftests: dirty_log_perf_test: Add dirty-ring support
[PATCH bpf v4 0/2] bpf: Reject negative const offsets for buffer pointers
2026-07-08 14:11 UTC (5+ messages)
` [PATCH bpf v4 1/2] "
` [PATCH bpf v4 2/2] selftests/bpf: Cover negative raw_tp writable buffer offsets
[PATCH v3 0/3] selftests/mm: avoid false failures in hugetlb and KSM tests
2026-07-08 13:55 UTC (7+ messages)
` [PATCH v3 1/3] selftests/mm: handle EINVAL when configuring gigantic hugepages
` [PATCH v3 2/3] selftests/mm: fix ksm NUMA merge test for systems with memoryless NUMA nodes
` [PATCH v3 3/3] selftests/mm: fix ternary operator precedence in ksm_tests
[PATCH v2 0/5] software node: provide support for fw_devlink
2026-07-08 13:44 UTC (5+ messages)
` [PATCH v2 3/5] software node: add kunit tests for fw_devlink support
` [PATCH v2 5/5] gpio: kunit: add test cases verifying swnode devlink support
[PATCH] bug: fix warning suppressions with kunit built as module
2026-07-08 13:34 UTC (2+ messages)
[PATCH] selftests/mm: Fix memleak in migration benchmark
2026-07-08 13:15 UTC (2+ messages)
[RFC PATCH v1 0/5] fuse: caches documentation and testing
2026-07-08 13:11 UTC (6+ messages)
` [RFC PATCH v1 1/5] Documentation: fuse: add document on caches being used by FUSE
` [RFC PATCH v1 2/5] selftests/filesystems: convert fusectl test to fuse3
` [RFC PATCH v1 3/5] selftests/filesystems: check that fusectlfs is mounted
` [RFC PATCH v1 4/5] selftests/filesystems: add fuse symlink caching test
` [RFC PATCH v1 5/5] selftests/filesystems: add fuse ACLs "
[PATCH v5 bpf-next 0/3] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
2026-07-08 12:51 UTC (6+ messages)
` [PATCH v5 bpf-next 1/3] security: rework inode_init_security xattr handling
` [PATCH v5 bpf-next 2/3] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
` [PATCH v5 bpf-next 3/3] selftests/bpf: add tests for bpf_init_inode_xattr kfunc
[PATCH bpf-next v4 00/10] bpf: add support for KASAN checks in JITed programs
2026-07-08 12:48 UTC (12+ messages)
` [PATCH bpf-next v4 01/10] bpf: propagate original instruction offset when patching program
` [PATCH bpf-next v4 02/10] bpf: mark instructions accessing program stack
` [PATCH bpf-next v4 03/10] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH bpf-next v4 04/10] bpf, x86: add helper to emit kasan checks in x86 "
` [PATCH bpf-next v4 05/10] bpf, x86: refactor BPF_ST management in do_jit
` [PATCH bpf-next v4 06/10] bpf, x86: emit KASAN checks into x86 JITed programs
` [PATCH bpf-next v4 07/10] bpf, x86: enable KASAN for JITed programs on x86
` [PATCH bpf-next v4 08/10] selftests/bpf: add helper to check whether eBPF KASAN is active
` [PATCH bpf-next v4 09/10] selftests/bpf: move bpf_jit_harden helper into testing_helpers
` [PATCH bpf-next v4 10/10] selftests/bpf: add tests to validate KASAN on JIT programs
[PATCH] selftests: timers: Use CPU time for CPU timers in posix_timers test
2026-07-08 12:15 UTC
[PATCH net-next v4] selftests/net/openvswitch: add ICMPv6 echo type match test
2026-07-08 11:15 UTC (2+ messages)
[PATCH v10 00/15] userfaultfd: working set tracking for VM guest memory
2026-07-08 11:14 UTC (16+ messages)
` [PATCH v10 01/15] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v10 02/15] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v10 03/15] mm: rename uffd-wp PTE accessors "
` [PATCH v10 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v10 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v10 06/15] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v10 07/15] mm: preserve RWP marker across PTE rewrites
` [PATCH v10 08/15] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v10 09/15] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v10 10/15] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v10 11/15] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v10 12/15] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v10 13/15] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v10 14/15] selftests/mm: add userfaultfd RWP tests
` [PATCH v10 15/15] Documentation/userfaultfd: document RWP working set tracking
[PATCH net-next v4 0/3] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
2026-07-08 10:50 UTC (6+ messages)
` [PATCH net-next v4 1/3] net: devmem: allow rx-buf-size > PAGE_SIZE per dmabuf binding
[PATCH v2] selftests/landlock: fix spelling error in fs_test comment
2026-07-08 10:42 UTC (2+ messages)
[PATCH net-next 0/2] selftests: drv-net: run XDP tests with both IP versions
2026-07-08 10:40 UTC (2+ messages)
[PATCH v2] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for PMD holes
2026-07-08 10:34 UTC
[PATCH nf-next v4 0/6] Add IPv4 over IPv6 and SIT flowtable SW acceleration
2026-07-08 10:33 UTC (7+ messages)
` [PATCH nf-next v4 3/6] net: netfilter: Add IPv4 over IPv6 tunnel flowtable acceleration
` [PATCH nf-next v4 5/6] net: netfilter: Add SIT "
[PATCH v2] bug: fix warning suppressions with kunit built as module
2026-07-08 10:08 UTC (5+ messages)
[PATCH v8 0/7] KVM: arm64: PMU: Use multiple host PMUs
2026-07-08 9:43 UTC (12+ messages)
` [PATCH v8 1/7] KVM: arm64: Disallow vPMU when pPMUs do not cover all CPUs
` [PATCH v8 5/7] KVM: arm64: PMU: Implement fixed-counters-only emulation
[PATCH] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for PMD holes
2026-07-08 9:34 UTC
[PATCH] selftests/filesystems: include fcntl.h in fclog
2026-07-08 9:24 UTC
[PATCH v4 RESEND 0/7] riscv: Add reliable stack unwinding for livepatch
2026-07-08 8:21 UTC (9+ messages)
` [PATCH v4 RESEND 1/7] riscv: stacktrace: Add frame record metadata
` [PATCH v4 RESEND 2/7] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
` [PATCH v4 RESEND 4/7] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH v4 RESEND 5/7] riscv: stacktrace: switch to frame-pointer based unwinder
[PATCH net-next v3] selftests/net/openvswitch: add output truncation test
2026-07-08 8:10 UTC (2+ messages)
[PATCH v8 0/2] selftests/futex: fix the failed futex_requeue test issue
2026-07-08 8:08 UTC (7+ messages)
` [PATCH v8 2/2] "
[PATCH bpf-next v6 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
2026-07-08 8:04 UTC (9+ messages)
` [PATCH bpf-next v6 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper
` [PATCH bpf-next v6 2/3] bpf: Add BPF_FIB_LOOKUP_VLAN_INPUT "
` [PATCH bpf-next v6 3/3] selftests/bpf: Add bpf_fib_lookup() VLAN flag tests
[PATCH RESEND v3] selftests: mincore: fix the readahead check on large base page sizes
2026-07-08 7:59 UTC (4+ messages)
` [PATCH v4] selftests: mincore: count file-mmap readahead on both sides
[PATCH] selftests: gpio: add gpio-cdev-uaf to .gitignore
2026-07-08 7:46 UTC (3+ messages)
[PATCH v5 00/17] riscv: hwprobe: Expose RVA23U64 base behavior
2026-07-08 7:30 UTC (8+ messages)
` [PATCH v5 01/17] dt-bindings: riscv: sort multi-letter Z extensions alphanumerically
` [PATCH v5 02/17] riscv: hwprobe.rst: Make indentation consistent
` [PATCH v5 03/17] riscv: hwprobe.rst: Document EXT_ZICFISS and EXT_ZICFILP
[PATCH v2 0/3] selftests/mm: avoid false failures in hugetlb and KSM tests
2026-07-08 7:01 UTC (6+ messages)
` [PATCH v2 1/3] selftests/mm: handle EINVAL when configuring gigantic hugepages
[PATCH bpf v3 0/2] bpf: Reject negative const offsets for buffer pointers
2026-07-08 4:42 UTC (4+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] selftests/bpf: Cover negative raw_tp writable buffer offsets
[PATCH v2] kselftest: cpufreq: Backup and restore governor for sptests
2026-07-08 3:44 UTC (2+ messages)
[PATCH bpf 1/2] bpf, x86: Fix FineIBT #CP in BPF dispatcher's indirect-jump fallback
2026-07-08 3:40 UTC (5+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add XDP dispatcher FineIBT regression test
[PATCH v3 00/17] riscv: Generate riscv instruction functions
2026-07-08 3:34 UTC (18+ messages)
` [PATCH v3 01/17] riscv: Introduce instruction table generation
` [PATCH v3 02/17] riscv: alternatives: Use generated instruction headers for patching code
` [PATCH v3 03/17] riscv: kgdb: Use generated instruction headers
` [PATCH v3 04/17] riscv: Add kprobes instruction simulation KUnit
` [PATCH v3 05/17] riscv: kprobes: Use generated instruction headers
` [PATCH v3 06/17] riscv: cfi: "
` [PATCH v3 07/17] riscv: Maintain epc on misaligned emulation error
` [PATCH v3 08/17] riscv: Use generated instruction headers for misaligned loads/stores
` [PATCH v3 09/17] riscv: kvm: Use generated instruction headers for csr code
` [PATCH v3 10/17] KVM: device: Add test device
` [PATCH v3 11/17] KVM: riscv: selftests: Add mmio test
` [PATCH v3 12/17] riscv: kvm: Use generated instruction headers for mmio emulation
` [PATCH v3 13/17] riscv: kvm: Add emulated test csr
` [PATCH v3 14/17] KVM: riscv: selftests: Add csr emulation test
` [PATCH v3 15/17] riscv: kvm: Use generated instruction headers for csr emulation
` [PATCH v3 16/17] riscv: kexec: Use generated instruction headers for kexec relocations
` [PATCH v3 17/17] riscv: Remove unused instruction headers
[PATCH net-next v6 0/2] udp: fix FOU/GUE over multicast
2026-07-08 0:35 UTC (3+ messages)
` [PATCH net-next v6 1/2] udp: fix encapsulation packet resubmit in multicast deliver
` [PATCH net-next v6 2/2] selftests: net: add FOU multicast encapsulation resubmit test
[PATCH 0/3] selftests/bpf: compare BPF and memory.stat memcg stat readers
2026-07-08 0:33 UTC (8+ messages)
[PATCH v2 0/3] KVM: arm64: Expose PMMIR_EL1.SLOTS to guests
2026-07-07 22:28 UTC (2+ messages)
[PATCH] selftests/mm/mseal_test: Fix mmap return value check in test_seal_zero_address
2026-07-07 21:47 UTC (3+ messages)
` [PATCH v2] "
[PATCH v7 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-07-07 19:47 UTC (9+ messages)
` [PATCH v7 1/8] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v7 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v7 3/8] selftests/mm: add HMM tests for mmap lock-dropping faults
` [PATCH v7 4/8] mshv: Use hmm_range_fault_unlocked_timeout() for region faults
` [PATCH v7 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v7 6/8] RDMA/umem: Use hmm_range_fault_unlocked_timeout() for ODP faults
` [PATCH v7 7/8] accel/amdxdna: Use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v7 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults
[PATCH v2] selftests/lsm: Fix memory leak in attr_lsm_count
2026-07-07 19:13 UTC (2+ messages)
[PATCH v2 2/2] selftest/x86: test ARCH_SHSTK_UNLOCK
2026-07-07 19:11 UTC
[PATCH bpf-next] selftests/bpf: Fix memory leak in msg_alloc_iov
2026-07-07 18:30 UTC (2+ messages)
[PATCH v3] selftests/user_events: wait for deferred event teardown after unregister
2026-07-07 18:02 UTC
[PATCH] selftests/nolibc: add debug information
2026-07-07 16:42 UTC
[PATCH] kselftest: cpufreq: Backup and restore governor for sptests
2026-07-07 16:28 UTC (3+ messages)
[PATCH v2] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for unpopulated ptes
2026-07-07 15:13 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