messages from 2026-08-06 17:34:30 to 2026-08-07 21:22:51 UTC [more...]
[PATCH 0/3] mm: support splitting mappingless swapcache folios
2026-08-07 21:22 UTC (5+ messages)
[PATCH 0/2] block: expose blkcg io.stat to BPF
2026-08-07 19:37 UTC (3+ messages)
` [PATCH 1/2] block: add BPF kfuncs to read blkcg io.stat
` [PATCH 2/2] selftests/bpf: add test for blkcg io.stat BPF kfuncs
[PATCH v5 0/7] clk: Add support for clock nexus
2026-08-07 16:26 UTC (10+ messages)
` [PATCH v5 1/7] dt-bindings: clock: Introduce nexus nodes
` [PATCH v5 2/7] clk: tests: Add clk_parse_clkspec() Kunit testing
` [PATCH v5 3/7] clk: tests: Add Kunit testing for of_clk_get_parent_name()
` [PATCH v5 4/7] clk: Improve a couple of comments
` [PATCH v5 5/7] clk: Use the generic OF phandle parsing in only one place
` [PATCH v5 6/7] clk: Add support for clock nexus dt bindings
` [PATCH v5 7/7] clk: tests: Add Kunit testing for nexus nodes
[PATCH net-next v5 00/10] ipv6: report why a route was deleted in RTM_DELROUTE
2026-08-07 16:23 UTC (16+ messages)
` [PATCH net-next v5 01/10] ipv6: add ip6_del_rt_reason()
` [PATCH net-next v5 02/10] ipv6: propagate the route deletion reason to fib6_del_route()
` [PATCH net-next v5 03/10] ipv6: record the reason for kernel-initiated route deletions
` [PATCH net-next v5 04/10] ipv6: add a deletion reason argument to rt6_fill_node()
` [PATCH net-next v5 05/10] ipv6: expose the route deletion reason in RTM_DELROUTE
` [PATCH net-next v5 06/10] ipv6: add inet6_rt_del_notify()
[PATCH] futex: Avoid hash-bucket locking for mismatched waits
2026-08-07 15:42 UTC (2+ messages)
[PATCH net v4 0/4] net: hsr: fix GRO/GSO super-packet handling
2026-08-07 14:49 UTC (4+ messages)
` [PATCH net v4 2/4] net: hsr: shrink seqnr_lock to sequence counter updates
[PATCH] selftests/mm: fix read_file() return value check
2026-08-07 14:35 UTC (2+ messages)
[PATCH] selftests/bpf: Fail unbound UDP on sockmap update
2026-08-07 14:24 UTC (4+ messages)
[PATCH net v5 0/4] net: hsr: fix GRO/GSO super-packet handling
2026-08-07 14:07 UTC (5+ messages)
` [PATCH net v5 1/4] net: hsr: fix packet drops caused by GRO superpackets
` [PATCH net v5 2/4] net: hsr: shrink seqnr_lock to sequence counter updates
` [PATCH net v5 3/4] net: hsr: unfold GSO super-packets at the forward entry
` [PATCH net v5 4/4] selftests: net: hsr: cover GSO super-packets on PRP slave ingress
[PATCH 7.1.y v2] selftests/bpf: Add tests for sleepable tracepoint programs
2026-08-07 13:50 UTC (2+ messages)
[PATCH v4 0/7] clk: Add support for clock nexus
2026-08-07 13:08 UTC (10+ messages)
` [PATCH v4 3/7] clk: tests: Add Kunit testing for of_clk_get_parent_name()
` [PATCH v4 5/7] clk: Use the generic OF phandle parsing in only one place
` [PATCH v4 7/7] clk: tests: Add Kunit testing for nexus nodes
[PATCH v11 1/8] powerpc/bpf: fix alignment of long branch trampoline address
2026-08-07 12:59 UTC (9+ messages)
` [PATCH v11 2/8] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v11 3/8] selftests/bpf: Fixing powerpc JIT disassembly failure
` [PATCH v11 4/8] selftests/bpf: Enable verifier selftest for powerpc64
` [PATCH v11 5/8] powerpc64/bpf: fix compare instruction emitted for tailcall
` [PATCH v11 6/8] selftests/bpf: Add tailcall verifier selftest for powerpc64
` [PATCH v11 7/8] powerpc/bpf: fix buffer overflow in JIT for large BPF programs
` [PATCH v11 8/8] powerpc64/bpf: fix percpu private stack leak on JIT failure
[PATCH] KVM: selftests: SEV: Sanity check the launch measurement
2026-08-07 12:13 UTC
[PATCH v10 0/8] powerpc/bpf: address missing verifier selftest coverage
2026-08-07 11:47 UTC (5+ messages)
` [PATCH v11 "
[PATCH v2 00/17] selftests/mm: improve khugepaged coverage
2026-08-07 11:36 UTC (18+ messages)
` [PATCH v2 01/17] selftests/mm: skip collapse_compound_extreme where the PMD is too large
` [PATCH v2 02/17] selftests/mm: scale khugepaged's collapse wait with the PMD size
` [PATCH v2 03/17] selftests/mm: skip khugepaged page cache cases without a PMD folio
` [PATCH v2 04/17] selftests/mm: retry the swapout the khugepaged swap cases rely on
` [PATCH v2 05/17] selftests/mm: move is_backed_by_folio() into vm_util
` [PATCH v2 06/17] selftests/mm: add folio-order check for address ranges
` [PATCH v2 07/17] selftests/mm: add folio-order detection self-check
` [PATCH v2 08/17] selftests/mm: add khugepaged completion barrier helper
` [PATCH v2 09/17] selftests/mm: add order-parameterized khugepaged collapse cases
` [PATCH v2 10/17] selftests/mm: parameterize the mixed-source collapse case by source order
` [PATCH v2 11/17] selftests/mm: cover a shared-source collapse write race
` [PATCH v2 12/17] selftests/mm: run every supported collapse order by default
` [PATCH v2 13/17] selftests/mm: verify synchronous khugepaged driving is attributable
` [PATCH v2 14/17] selftests/mm: add khugepaged race harness
` [PATCH v2 15/17] selftests/mm: race collapse of windows with holes
` [PATCH v2 16/17] selftests/mm: add memory-pressure threads to the khugepaged race harness
` [PATCH v2 17/17] selftests/mm: zap whole PTE tables in "
[PATCH v4 0/4] LoongArch: add KHO support and selftests
2026-08-07 10:37 UTC (5+ messages)
` [PATCH v4 1/4] efi: add a KHO configuration table GUID
` [PATCH v4 2/4] LoongArch: kexec: add KHO support
` [PATCH v4 3/4] liveupdate: luo_session: include linux/mm.h for virt/phys translation
` [PATCH v4 4/4] selftests/kho: add LoongArch vmtest support
[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] 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 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 "
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