messages from 2026-04-10 06:15:28 to 2026-04-10 17:34:53 UTC [more...]
[PATCH bpf-next v5 0/9] Introduce arena library and runtime
2026-04-10 17:34 UTC (11+ messages)
` [PATCH bpf-next v5 1/9] bpf: Upgrade scalar to PTR_TO_ARENA on arena pointer addition
` [PATCH bpf-next v5 2/9] selftests/bpf: Add test for scalar/arena "
` [PATCH bpf-next v5 3/9] selftests/bpf: Move bpf_arena_spin_lock.h to the top level
` [PATCH bpf-next v5 4/9] selftests/bpf: Deduplicate WRITE_ONCE macro between headers
` [PATCH bpf-next v5 5/9] selftests/bpf: Add basic libarena scaffolding
` [PATCH bpf-next v5 6/9] selftests/bpf: Add arena ASAN runtime to libarena
` [PATCH bpf-next v5 7/9] selftests/bpf: Add ASAN support for libarena selftests
` [PATCH bpf-next v5 8/9] selftests/bpf: Add buddy allocator for libarena
` [PATCH bpf-next v5 9/9] selftests/bpf: Add selftests for libarena buddy allocator
[PATCH] bpf/selftests: remove test_access_variable_array
2026-04-10 17:21 UTC (2+ messages)
[PATCH bpf-next v3 00/13] bpf: static stack liveness data flow analysis
2026-04-10 17:12 UTC (18+ messages)
` [PATCH bpf-next v3 01/13] bpf: share several utility functions as internal API
` [PATCH bpf-next v3 02/13] bpf: save subprogram name in bpf_subprog_info
` [PATCH bpf-next v3 03/13] bpf: Add spis_*() helpers for 4-byte stack slot bitmasks
` [PATCH bpf-next v3 04/13] bpf: make liveness.c track stack with 4-byte granularity
` [PATCH bpf-next v3 05/13] bpf: 4-byte precise clean_verifier_state
` [PATCH bpf-next v3 06/13] bpf: prepare bpf_liveness api for use by static analysis pass
` [PATCH bpf-next v3 07/13] bpf: introduce forward arg-tracking dataflow analysis
` [PATCH bpf-next v3 08/13] bpf: simplify liveness to use (callsite, depth) keyed func_instances
` [PATCH bpf-next v3 09/13] bpf: change logging scheme for live stack analysis
` [PATCH bpf-next v3 10/13] selftests/bpf: update existing tests due to liveness changes
` [PATCH bpf-next v3 11/13] selftests/bpf: adjust verifier_log buffers
` [PATCH bpf-next v3 12/13] selftests/bpf: add new tests for static stack liveness analysis
` [PATCH bpf-next v3 13/13] bpf: poison dead stack slots
[PATCH bpf-next v9 0/6] bpf: Add support for sleepable tracepoint programs
2026-04-10 17:09 UTC (7+ messages)
` [PATCH bpf-next v9 1/6] bpf: Add sleepable support for raw "
` [PATCH bpf-next v9 2/6] bpf: Add bpf_prog_run_array_sleepable()
` [PATCH bpf-next v9 3/6] bpf: Add sleepable support for classic tracepoint programs
` [PATCH bpf-next v9 4/6] bpf: Verifier support for sleepable "
` [PATCH bpf-next v9 5/6] libbpf: Add section handlers for sleepable tracepoints
` [PATCH bpf-next v9 6/6] selftests/bpf: Add tests for sleepable tracepoint programs
[PATCH net v6 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
2026-04-10 16:28 UTC (5+ messages)
` [PATCH net v6 1/2] net, bpf: fix null-ptr-deref in xdp_master_redirect() for down master
` [PATCH net v6 2/2] selftests/bpf: add test for xdp_master_redirect with bond not up
[PATCH v3 bpf-next 0/2] selftests/bpf: Test BTF sanitization
2026-04-10 16:05 UTC (2+ messages)
[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
2026-04-10 15:30 UTC (30+ messages)
` [PATCH v11 01/16] set_memory: set_direct_map_* to take address
` [PATCH v11 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v11 02/16] set_memory: add folio_{zap, restore}_direct_map helpers
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap, restore}_direct_map
` [PATCH v11 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v11 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map
[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
2026-04-10 15:20 UTC (17+ messages)
` [PATCH v12 01/16] set_memory: set_direct_map_* to take address
` [PATCH v12 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v12 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v12 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v12 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v12 06/16] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v12 07/16] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v12 08/16] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v12 09/16] KVM: arm64: "
` [PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v12 11/16] KVM: selftests: load elf via bounce buffer
` [PATCH v12 12/16] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v12 13/16] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v12 14/16] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v12 15/16] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v12 16/16] KVM: selftests: Test guest execution from direct map removed gmem
[PATCH 04/61] ext4: Prefer IS_ERR_OR_NULL over manual NULL check
2026-04-10 15:18 UTC (2+ messages)
[PATCH net-next v3 0/4] net: move .getsockopt away from __user buffers
2026-04-10 15:11 UTC (9+ messages)
[PATCH bpf-next] bpf: reuseport: add cond_resched_rcu() in reuseport_array_free()
2026-04-10 14:07 UTC
[PATCH v4 00/10] selftests/bpf: Tolerate partial builds across kernel configs
2026-04-10 13:57 UTC (3+ messages)
[PATCH] kbuild/btf: Remove broken module relinking exclusion
2026-04-10 13:13 UTC
[RFC PATCH 00/20] BPF interface for applying Landlock rulesets
2026-04-10 12:43 UTC (4+ messages)
[PATCH 1/2] bpf: deduce_bounds_64_from_32 tightening with circular range logic
2026-04-10 12:40 UTC (2+ messages)
` [PATCH 2/2] selftests/bpf: new cases handled by 32->64 range refinements
[PATCH net-next v11 00/14] netkit: Support for io_uring zero-copy and AF_XDP
2026-04-10 11:10 UTC (11+ messages)
` [PATCH net-next v11 03/14] net: Add lease info to queue-get response
[PATCH v2 bpf-next 0/2] bpf: Fix Null-Pointer Dereference in kernel_clone() via BPF fmod_ret on security_task_alloc
2026-04-10 9:20 UTC (12+ messages)
` [PATCH v2 bpf-next 1/2] "
[PATCH net-next] netkit: Don't emit scrub attribute for single device mode
2026-04-10 7:43 UTC (2+ messages)
[RFC PATCH bpf-next v3 3/3] libbpf: Auto-upgrade kprobes to multi-kprobes when supported
2026-04-10 7:36 UTC (3+ messages)
[RFC PATCH bpf-next v3 2/3] libbpf: Add FEAT_KPROBE_MULTI_LINK feature probe
2026-04-10 7:33 UTC (3+ messages)
[PATCH] bpf: add bpf_real_inode() kfunc
2026-04-10 7:29 UTC (14+ messages)
[syzbot] Monthly bpf report (Apr 2026)
2026-04-10 6:44 UTC
page: | 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