messages from 2026-08-06 08:45:35 to 2026-08-07 10:38:10 UTC [more...]
[PATCH v4 0/4] LoongArch: add KHO support and selftests
2026-08-07 10:37 UTC (2+ messages)
` [PATCH v4 1/4] efi: add a KHO configuration table GUID
[PATCH 1/2] selftests/ftrace: Force C locale for readelf in uprobe test
2026-08-07 10:30 UTC (8+ messages)
` [PATCH v2 0/2] selftests/ftrace: Fix add_remove_uprobe robustness
` [PATCH v2 1/2] selftests/ftrace: Force C locale in ftracetest
` [PATCH v2 2/2] selftests/ftrace: Convert ELF entry point to file offset in uprobe test
[PATCH net v2] selftests: netfilter: conntrack_dump_flush: remove unused variables and fix typo
2026-08-07 10:23 UTC (3+ messages)
[PATCH net-next v5 00/10] ipv6: report why a route was deleted in RTM_DELROUTE
2026-08-07 10:11 UTC (3+ messages)
[PATCH] cgroup/cpuset: Add test for partition root invalidation returning wrong CPUs
2026-08-07 8:59 UTC
[PATCH] selftests/futex: Add test for robust exit with a foreign futex owner
2026-08-07 8:50 UTC
[PATCH] selftests/net: ovpn: fix socket leak in ovpn_socket() error paths
2026-08-07 7:23 UTC (3+ messages)
` "
[PATCH v2] selftests/mm: Drop duplicate test_seal_mprotect_two_vma_with_gap() call
2026-08-07 7:15 UTC (4+ messages)
[PATCH] KVM: selftests: Compare the entire XSAVE buffer in the SEV smoke test
2026-08-07 7:10 UTC
[PATCH bpf-next 0/4] bpf: BPF-driven proactive memcg reclaim
2026-08-07 7:04 UTC (4+ messages)
` [PATCH bpf-next 1/4] mm/bpf: Add bpf_try_to_free_mem_cgroup_pages kfunc
` [PATCH bpf-next 2/4] bpf: add bpf_thread_wq kthread-backed workqueue with cgroup placement
` [PATCH bpf-next 3/4] selftests/bpf: add thread_wq cgroup test
[PATCH] tools: Use fputc() calls in some functions
2026-08-07 6:33 UTC (4+ messages)
` "
[PATCH v2 0/2] RISC-V: KVM: Add PMU event filter support
2026-08-07 5:32 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] RISC-V: KVM: selftests: Add PMU event filter test
[PATCH 0/2] RISC-V: KVM: Add PMU event filter support
2026-08-07 3:50 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] RISC-V: KVM: selftests: Add PMU event filter test
[PATCH v10 0/8] powerpc/bpf: address missing verifier selftest coverage
2026-08-07 3:21 UTC (3+ messages)
[PATCH] selftests/mm: fix read_file() return value check
2026-08-07 1:35 UTC
[PATCH 0/3] audit: Measure and reduce syscall filtering overhead
2026-08-07 1:01 UTC (4+ messages)
` [PATCH 1/3] selftests/audit: Add syscall overhead benchmark
` [PATCH 2/3] audit: Fix filter rule accounting after automatic removal
` [PATCH 3/3] audit: Skip exit filtering for syscalls without rules
[PATCH net 0/2] net/tls: Fail splice after a failed async decrypt
2026-08-07 0:44 UTC (3+ messages)
` [PATCH net 1/2] net/tls: Fail tls_sw_splice_read() "
` [PATCH net 2/2] selftests: tls: cover splice after a failed decrypt
[PATCH bpf-next 0/2] bpf: Compare iterator types during state pruning
2026-08-07 0:43 UTC (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Test RCU iterator "
[PATCH net-next v3] selftests: net: reuseport_bpf_numa: consider cpuless numa node
2026-08-07 0:24 UTC
[PATCH net 0/9] net/tls: Receive-path fixes for zero-length data records
2026-08-07 0:21 UTC (17+ messages)
` [PATCH net 1/9] net/tls: Bound time spent on no-data records in tls_sw_read_sock()
` [PATCH net 2/9] net/tls: Consume empty data records in tls_sw_splice_read()
` [PATCH net 4/9] net/tls: Honor O_NONBLOCK "
` [PATCH net 5/9] net/tls: Consume empty data records in tls_sw_recvmsg()
[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
2026-08-06 23:27 UTC (22+ messages)
` [PATCH v4 01/20] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v4 02/20] mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
` [PATCH v4 03/20] mm: introduce linear_anon_page_index()
` [PATCH v4 04/20] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH v4 05/20] mm: update print_bad_page_map() to show anon index if appropriate
` [PATCH v4 06/20] mm: introduce and use vma_filebacked_address()
` [PATCH v4 07/20] mm/vma: fix self-merge check in copy_vma()
` [PATCH v4 08/20] tools/testing/vma: add tests for copy_vma() self-merge
` [PATCH v4 09/20] mm: propagate VMA anonymous page offset on map, remap, split + merge
` [PATCH v4 10/20] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v4 11/20] mm: clean up vma_address_end()
` [PATCH v4 12/20] mm/huge_memory: update remove_migration_pmd() to accept a folio
` [PATCH v4 13/20] mm/migrate: calculate large folio page index using PFN
` [PATCH v4 14/20] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
` [PATCH v4 15/20] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v4 16/20] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v4 17/20] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v4 18/20] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH v4 19/20] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
` [PATCH v4 20/20] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests
[PATCH v2 0/4] selftests: shared lib.bpf.mk for building BPF progs and skeletons
2026-08-06 22:18 UTC (9+ messages)
` [PATCH v2 1/4] selftests: add shared lib.bpf.mk to build "
` [PATCH v2 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
[PATCH 7.1.y] selftests/bpf: Add tests for sleepable tracepoint programs
2026-08-06 21:04 UTC (3+ messages)
[PATCH net-next v2 1/2] selftests: drv-net: devmem: fix 5-tuple flow steering
2026-08-06 20:59 UTC (8+ messages)
` [PATCH net-next v2 2/2] selftests: drv-net: ncdevmem: gracefully retry bind()
[PATCH 0/3] selftests/bpf: Fixes for out-of-tree builds
2026-08-06 20:47 UTC (9+ messages)
` [PATCH 1/3] selftests/bpf: Route generated test headers to OUTPUT
` [PATCH 2/3] selftests/bpf: Route libarena build artifacts "
` [PATCH 3/3] selftests/bpf: Route test_kmods "
[PATCH v3 00/19] crypto: cmh - add Rambus CryptoManager Hub driver
2026-08-06 19:55 UTC (20+ messages)
` [PATCH v3 01/19] dt-bindings: crypto: add Rambus CryptoManager Hub
` [PATCH v3 02/19] crypto: cmh - add core platform driver
` [PATCH v3 03/19] crypto: cmh - add key provisioning and management
` [PATCH v3 04/19] crypto: cmh - add SHA-2/SHA-3/SHAKE ahash
` [PATCH v3 05/19] crypto: cmh - add HMAC ahash
` [PATCH v3 06/19] crypto: cmh - add CSHAKE/KMAC ahash
` [PATCH v3 07/19] crypto: cmh - add SM3 ahash
` [PATCH v3 08/19] crypto: cmh - add AES skcipher/aead/cmac
` [PATCH v3 09/19] crypto: cmh - add SM4 skcipher/aead/cmac/xcbc
` [PATCH v3 10/19] crypto: cmh - add ChaCha20-Poly1305
` [PATCH v3 11/19] crypto: cmh - add DRBG hwrng
` [PATCH v3 12/19] crypto: cmh - add RSA akcipher
` [PATCH v3 13/19] crypto: cmh - add ECDSA/SM2 sig
` [PATCH v3 14/19] crypto: cmh - add ECDH/X25519 kpp
` [PATCH v3 15/19] crypto: cmh - add ML-KEM/ML-DSA (QSE)
` [PATCH v3 16/19] crypto: cmh - add SLH-DSA/LMS/XMSS (HCQ)
` [PATCH v3 17/19] Documentation: ioctl: add CMH ioctl documentation and register 'J'
` [PATCH v3 18/19] selftests: crypto: cmh - add kselftest for management ioctl
` [PATCH v3 19/19] MAINTAINERS: add Rambus CryptoManager Hub (CMH)
[PATCH] selftests/mm: Fix soft-dirty kselftest supported check
2026-08-06 19:27 UTC (5+ messages)
` [PATCH 1/2] Correct __pagemap_scan_get_categories return value
` [PATCH 2/2] selftests/mm: Fix soft-dirty kselftest supported check
[PATCH net-next v2 0/4] net: selftests: adjustments to ipv6_flowlabel_mgr
2026-08-06 19:25 UTC (6+ messages)
` [PATCH net-next v2 3/4] selftests: net: test IPV6_FL_F_REFLECT
` [PATCH net-next v2 4/4] selftests: net: adopt harness for flow label mgr
[PATCH net-next v2 1/4] selftests: net: test IPV6_FL_A_RENEW
2026-08-06 19:22 UTC (2+ messages)
[PATCH bpf v2] selftests/bpf: keep polling connection that is still in progress
2026-08-06 18:56 UTC (2+ messages)
[PATCH net v2 1/2] net/sched: act_ct: fix sk_buff leak when the header checks reject a packet
2026-08-06 18:45 UTC (5+ messages)
` [PATCH net v2 2/2] selftests: tc-testing: add act_ct test for malformed header handling
[PATCH v5 00/17] riscv: hwprobe: Expose RVA23U64 base behavior
2026-08-06 18:32 UTC (7+ messages)
` [PATCH v5 04/17] riscv: Standardize extension capitalization
` [PATCH v5 05/17] riscv: Add Zicclsm to cpufeature and hwprobe
` [PATCH v5 06/17] riscv: Add Ziccamoa, Ziccif, Ziccrse, and Za64rs "
[PATCH v10 1/8] powerpc/bpf: fix alignment of long branch trampoline address
2026-08-06 17:27 UTC (15+ messages)
` [PATCH v10 2/8] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v10 3/8] selftest/bpf: Fixing powerpc JIT disassembly failure
` [PATCH v10 4/8] selftest/bpf: Enable verifier selftest for powerpc64
` [PATCH v10 5/8] powerpc64/bpf: fix compare instruction emitted for tailcall
` [PATCH v10 7/8] powerpc/bpf: fix buffer overflow in JIT for large BPF programs
` [PATCH v10 8/8] powerpc64/bpf: fix percpu private stack leak on JIT failure
[PATCH v3 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
2026-08-06 17:18 UTC (10+ messages)
` [PATCH v3 04/15] mm: update print_bad_page_map() to show anonymous page index
[PATCH v2] selftests/cgroup: add PSI pressure trigger and validation tests
2026-08-06 17:12 UTC (3+ messages)
[PATCH RESEND] kselftest/arm64: Fix abi test compilation errors
2026-08-06 17:11 UTC (3+ messages)
[PATCH v18 00/14] KVM: arm64: Provide guest support for GCS
2026-08-06 16:43 UTC (8+ messages)
` [PATCH v18 03/14] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v18 05/14] KVM: arm64: Set PSTATE.EXLOCK when entering an exception
[PATCH v3 00/17] riscv: Generate riscv instruction functions
2026-08-06 16:36 UTC (8+ messages)
` [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 bpf-next v11 00/10] bpf: Introduce global percpu data
2026-08-06 16:31 UTC (11+ messages)
` [PATCH bpf-next v11 01/10] bpf: Drop duplicate blank lines in kernel/bpf/
` [PATCH bpf-next v11 02/10] bpf: Factor out check_map_mem_read helper in verifier
` [PATCH bpf-next v11 03/10] bpf: Introduce global percpu data
` [PATCH bpf-next v11 04/10] libbpf: Probe percpu data feature
` [PATCH bpf-next v11 05/10] libbpf: Add support for global percpu data
` [PATCH bpf-next v11 06/10] bpftool: Generate skeleton "
` [PATCH bpf-next v11 07/10] selftests/bpf: Add tests to verify "
` [PATCH bpf-next v11 08/10] selftests/bpf: Test direct reading/writing read-only percpu_array map
` [PATCH bpf-next v11 09/10] selftests/bpf: Test verifier log for global percpu data
` [PATCH bpf-next v11 10/10] selftests/bpf: Verify bpf_iter "
[PATCH v3 0/4] add anon mTHP collapse test cases
2026-08-06 16:23 UTC (5+ messages)
` [PATCH v3 3/4] selftests: mm: implement the mTHP-sized hugepage check helpers
` [PATCH v3 4/4] selftests: mm: add mTHP collapse test cases
[PATCH net v2 0/2] tls: fix plaintext sk_msg ring over-fill
2026-08-06 16:10 UTC (2+ messages)
[PATCH net v2] selftests: net: reuseport_bpf_numa: consider cpuless numa node
2026-08-06 15:52 UTC (3+ messages)
[PATCH net v2 0/8] mptcp: misc fixes for v7.2-rc6
2026-08-06 15:50 UTC (2+ messages)
[RFC PATCH bpf-next v2 0/2] ftrace: deprecate the ftrace_enabled disable switch
2026-08-06 15:31 UTC (4+ messages)
` [RFC PATCH bpf-next v2 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled
[PATCH v2 0/2] tracing/boot: Support eprobe, fprobe, and tprobe events and add test framework
2026-08-06 15:21 UTC (3+ messages)
` [PATCH v2 1/2] tracing/boot: Add support for eprobe, fprobe, and tprobe events
` [PATCH v2 2/2] selftests/ftrace: Add boot-time tracing test framework
[PATCH] selftests/net: fin_ack_lat: fix latency threshold typo
2026-08-06 15:16 UTC (5+ messages)
` [PATCH net v3] "
[PATCH net-next 4/4] net: Fix UDP length overflow with PMTU discover and big MTU
2026-08-06 15:06 UTC (4+ messages)
[PATCH 0/2] tracing/boot: Support eprobe, fprobe, and tprobe events and add test framework
2026-08-06 14:00 UTC (3+ messages)
` [PATCH 1/2] tracing/boot: Add support for eprobe, fprobe, and tprobe events
[PATCH] selftests/mm: khugepaged: skip swap tests when no swap available
2026-08-06 13:45 UTC (2+ messages)
[PATCH net v2 0/2] net/sched: fix qdisc graft hierarchy validation
2026-08-06 13:40 UTC (2+ messages)
[PATCH net-next 0/6] openvswitch: remove support for legacy tunnel ports
2026-08-06 13:20 UTC (3+ messages)
[PATCH v9 00/41] guest_memfd: In-place conversion support
2026-08-06 13:19 UTC (8+ messages)
` [PATCH v9 03/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
[PATCH v5 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
2026-08-06 13:03 UTC (15+ messages)
` [PATCH v5 3/4] perf/arm64: "
[PATCH 00/16] selftests/mm: improve khugepaged coverage
2026-08-06 12:54 UTC (4+ messages)
` [PATCH 16/16] selftests/mm: skip khugepaged shmem cases without a PMD page cache folio
[PATCH v4 0/4] LoongArch bpf kptr xchg inline support
2026-08-06 12:46 UTC (4+ messages)
` [PATCH v4 4/4] selftests/bpf: Add kptr-xchg benchmark
[PATCH 1/2] arm64/fpsimd: ptrace: Fix inactive SVE and SSVE regsets
2026-08-06 12:20 UTC (6+ messages)
[PATCH v3 0/2] kselftest/arm64: Add two arm64 kselftests for orig_x0 issue
2026-08-06 11:58 UTC (5+ messages)
` [PATCH v3 1/2] kselftest/arm64: Add seccomp ptrace x0 bypass test
[PATCH v5 net-next 0/2] ECN offload handling series
2026-08-06 11:47 UTC (3+ messages)
` [PATCH v5 net-next 2/2] net: hns3: fix GSO_ECN flag setting in the RX path
[PATCH 0/2] powercap: Introduce generic hierarchy helpers and selftests
2026-08-06 11:01 UTC (3+ messages)
` [PATCH 1/2] powercap: Add generic zone hierarchy creation helpers
` [PATCH 2/2] selftests/powercap: Add powercap hierarchy creation API tests
[PATCH net v2 0/3] net: hsr: fix shared-skb mutations in the forwarding path
2026-08-06 10:35 UTC (3+ messages)
` [PATCH net v2 2/3] net: hsr: clone before updating path and LAN IDs in tagged frames
[PATCH bpf-next v2 0/3] bpf: Allow selected kfuncs under bpf_spin_lock
2026-08-06 9:10 UTC (2+ messages)
[PATCH] selftests: netfilter: Remove unused variables in conntrack_dump_flush
2026-08-06 9:03 UTC (3+ 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