messages from 2026-04-21 07:15:15 to 2026-04-22 01:52:09 UTC [more...]
[PATCH bpf-next 0/9] bpf: Prepare to support stack arguments
2026-04-22 1:52 UTC (25+ messages)
` [PATCH bpf-next 1/9] bpf: Remove unused parameter from check_map_kptr_access()
` [PATCH bpf-next 2/9] bpf: Fix tail_call_reachable leak
` [PATCH bpf-next 3/9] bpf: Remove WARN_ON_ONCE in check_kfunc_mem_size_reg()
` [PATCH bpf-next 4/9] bpf: Refactor to avoid redundant calculation of bpf_reg_state
` [PATCH bpf-next 5/9] bpf: Refactor to handle memory and size together
` [PATCH bpf-next 6/9] bpf: Rename existing argno to arg
` [PATCH bpf-next 7/9] bpf: Prepare verifier logs for upcoming kfunc stack arguments
` [PATCH bpf-next 8/9] bpf: Introduce bpf register BPF_REG_PARAMS
` [PATCH bpf-next 9/9] bpf: Reuse MAX_BPF_FUNC_ARGS for maximum number of arguments
[RFC PATCH bpf-next 0/6] selftests/bpf: Add XDP load-balancer benchmark
2026-04-22 1:16 UTC (4+ messages)
` [RFC PATCH bpf-next 2/6] selftests/bpf: Add BPF batch-timing library
[PATCH bpf-next] selftests/bpf: remove string.h includes in bpf progs
2026-04-22 0:57 UTC (5+ messages)
[PATCH bpf-next v4 0/4] bpf: Reject TCP_NODELAY in TCP header option
2026-04-21 23:53 UTC (7+ messages)
` [PATCH bpf-next v4 1/4] bpf: Reject TCP_NODELAY in TCP header option callbacks
` [PATCH bpf-next v4 2/4] bpf: Reject TCP_NODELAY in bpf-tcp-cc
` [PATCH bpf-next v4 3/4] selftests/bpf: Test TCP_NODELAY in TCP hdr opt callbacks
` [PATCH bpf-next v4 4/4] selftests/bpf: Verify bpf-tcp-cc rejects TCP_NODELAY
[PATCH RFC bpf-next 0/4] bpf: replace min/max fields with struct cnum{32,64}
2026-04-21 23:45 UTC (19+ messages)
` [PATCH RFC bpf-next 1/4] bpf: representation and basic operations on circular numbers
` [PATCH RFC bpf-next 2/4] bpf: use accessor functions for bpf_reg_state min/max fields
` [PATCH RFC bpf-next 3/4] bpf: replace min/max fields with struct cnum{32,64}
` [PATCH RFC bpf-next 4/4] selftests/bpf: new cases handled by 32->64 range refinements
[PATCH bpf-next v11 0/6] bpf: Add support for sleepable tracepoint programs
2026-04-21 23:16 UTC (10+ messages)
` [PATCH bpf-next v11 1/6] bpf: Add sleepable support for raw "
` [PATCH bpf-next v11 2/6] bpf: Add bpf_prog_run_array_sleepable()
` [PATCH bpf-next v11 3/6] bpf: Add sleepable support for classic tracepoint programs
` [PATCH bpf-next v11 4/6] bpf: Verifier support for sleepable "
` [PATCH bpf-next v11 5/6] libbpf: Add section handlers for sleepable tracepoints
` [PATCH bpf-next v11 6/6] selftests/bpf: Add tests for sleepable tracepoint programs
[PATCH RFC bpf-next 0/4] audit: Expose audit subsystem to BPF LSM programs via BPF kfuncs
2026-04-21 23:08 UTC (7+ messages)
[PATCH bpf-next] s390/bpf: inline smp_processor_id and current_task
2026-04-21 23:00 UTC (2+ messages)
[PATCH bpf-next v3 0/9] Refactor verifier object relationship tracking
2026-04-21 22:52 UTC (12+ messages)
` [PATCH bpf-next v3 1/9] bpf: Unify dynptr handling in the verifier
` [PATCH bpf-next v3 2/9] bpf: Assign reg->id when getting referenced kptr from ctx
` [PATCH bpf-next v3 3/9] bpf: Preserve reg->id of pointer objects after null-check
` [PATCH bpf-next v3 4/9] bpf: Refactor object relationship tracking and fix dynptr UAF bug
` [PATCH bpf-next v3 5/9] bpf: Remove redundant dynptr arg check for helper
` [PATCH bpf-next v3 6/9] selftests/bpf: Test creating dynptr from dynptr data and slice
` [PATCH bpf-next v3 7/9] selftests/bpf: Test using dynptr after freeing the underlying object
` [PATCH bpf-next v3 8/9] selftests/bpf: Test using slice after invalidating dynptr clone
` [PATCH bpf-next v3 9/9] selftests/bpf: Test using file dynptr after the reference on file is dropped
[PATCH net v2 0/8] xsk: fix bugs around xsk skb allocation
2026-04-21 22:23 UTC (7+ messages)
` [PATCH net v2 8/8] xsk: fix u64 descriptor address truncation on 32-bit architectures
[PATCH net v2 1/8] xsk: reject sw-csum UMEM binding to IFF_TX_SKB_NO_LINEAR devices
2026-04-21 22:20 UTC (6+ messages)
[PATCH bpf-next v8 0/8] Introduce arena library and runtime
2026-04-21 22:16 UTC (17+ messages)
` [PATCH bpf-next v8 1/8] selftests/bpf: Add ifdef guard for WRITE_ONCE macro in bpf_atomic.h
` [PATCH bpf-next v8 2/8] selftests/bpf: Add basic libarena scaffolding
` [PATCH bpf-next v8 3/8] selftests/bpf: Move arena-related headers into libarena
` [PATCH bpf-next v8 4/8] selftests/bpf: Add arena ASAN runtime to libarena
` [PATCH bpf-next v8 5/8] selftests/bpf: Add ASAN support for libarena selftests
` [PATCH bpf-next v8 6/8] selftests/bpf: Add buddy allocator for libarena
` [PATCH bpf-next v8 7/8] selftests/bpf: Add selftests for libarena buddy allocator
` [PATCH bpf-next v8 8/8] selftests/bpf: Reuse stderr parsing for libarena ASAN tests
[BUG] bpf: Soft lockup / panic triggered by bpf_task_release_dtor from NMI on rcu_nocbs CPU
2026-04-21 21:44 UTC (4+ messages)
[PATCH bpf-next v7 0/3] bpf: Fix call offset truncation and OOB read in bpf_patch_call_args()
2026-04-21 21:02 UTC (8+ messages)
` [PATCH bpf-next v7 1/3] bpf: Fix out-of-bounds "
` [PATCH bpf-next v7 2/3] bpf: Fix s16 truncation for large bpf-to-bpf call offsets
` [PATCH bpf-next v7 3/3] selftests/bpf: Add test for large offset bpf-to-bpf call
[PATCH bpf-next 1/2] bpf: Implement dtor for struct file BTF ID
2026-04-21 20:29 UTC (5+ messages)
Uninitialized Stack Variable / NULL Pointer Dereference in __sys_socket_create via BPF LSM hooks
2026-04-21 20:20 UTC (8+ messages)
[PATCH 5.10.y] bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_parser()
2026-04-21 19:03 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: drop xdping tool
2026-04-21 18:39 UTC (3+ messages)
[PATCH v3 bpf-next] bpf, x86: Granlund-Montgomery optimization for 64-bit div/mod by immediate
2026-04-21 18:15 UTC (2+ messages)
[PATCH bpf] bpf: Fix NULL pointer dereference in bpf_sk_storage_clone and diag paths
2026-04-21 18:09 UTC (2+ messages)
[PATCH AUTOSEL 6.18] xsk: validate MTU against usable frame size on bind
2026-04-21 18:02 UTC (2+ messages)
[PATCH AUTOSEL 6.18] xsk: tighten UMEM headroom validation to account for tailroom and min frame
2026-04-21 17:29 UTC (2+ messages)
[PATCH bpf-next v6 00/17] bpf: Support stack arguments for BPF functions and kfuncs
2026-04-21 17:24 UTC (9+ messages)
` [PATCH bpf-next v6 04/17] bpf: Prepare verifier logs for upcoming kfunc stack arguments
[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
2026-04-21 17:08 UTC (10+ messages)
` [PATCH v12 01/16] set_memory: set_direct_map_* to take address
` [PATCH v12 09/16] KVM: arm64: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
[PATCH bpf v2] bpf: Fix NULL pointer dereference in bpf_sk_storage_clone and diag paths
2026-04-21 16:29 UTC (3+ messages)
[PATCH bpf v3 1/2] bpf: Reject TCP_NODELAY in TCP header option callbacks
2026-04-21 15:50 UTC (5+ messages)
Out-of-Bounds Read / Null-Pointer Dereference in bpf_probe_write_user via PTR_TO_BTF_ID
2026-04-21 14:48 UTC
[PATCH bpf-next v4 2/8] bpf: Introduce global percpu data
2026-04-21 14:35 UTC (13+ messages)
[PATCH bpf-next] bpf/selftests: fix uprobe_multi usage
2026-04-21 14:33 UTC
[PATCH bpf-next 0/3] bpf, arm64: Support stack arguments
2026-04-21 13:53 UTC (5+ messages)
` [PATCH bpf-next 2/3] bpf, arm64: Add JIT support for "
[PATCH v3 0/5] LoongArch: BPF: Support more atomic instructions
2026-04-21 13:46 UTC (4+ messages)
[PATCH net v2 5/8] xsk: avoid skb leak in XDP_TX_METADATA case
2026-04-21 12:58 UTC (3+ messages)
[PATCH net v2 3/8] xsk: fix use-after-free of xs->skb in xsk_build_skb() free_err path
2026-04-21 12:51 UTC (3+ messages)
[PATCH net v2 2/8] xsk: handle NULL dereference of the skb without frags issue
2026-04-21 12:46 UTC (3+ messages)
[PATCH bpf-next v4 6/6] selftests/bpf: add icmp_send_unreach_recursion test
2026-04-21 11:13 UTC (2+ messages)
[PATCH bpf-next v4 5/6] selftests/bpf: add icmp_send_unreach kfunc IPv6 tests
2026-04-21 11:13 UTC (2+ messages)
[PATCH bpf-next v4 4/6] selftests/bpf: add icmp_send_unreach kfunc tests
2026-04-21 11:13 UTC (2+ messages)
[PATCH bpf-next v4 3/6] bpf: add bpf_icmp_send_unreach kfunc
2026-04-21 11:13 UTC (2+ messages)
[PATCH bpf-next v4 1/6] net: move netfilter nf_reject_fill_skb_dst to core ipv4
2026-04-21 11:13 UTC (2+ messages)
[PATCH bpf-next v4 2/6] net: move netfilter nf_reject6_fill_skb_dst to core ipv6
2026-04-21 11:13 UTC (2+ messages)
[PATCH] selftests/bpf: Page out as late a possible in file_reader
2026-04-21 10:52 UTC (2+ messages)
BPF tracing fexit argument lifetime mismatch leads to slab-use-after-free
2026-04-21 10:27 UTC (2+ messages)
[PATCH v2 bpf] sockmap: Fix sk_psock_drop() race vs sock_map_{unhash,close,destroy}()
2026-04-21 9:26 UTC (2+ messages)
[PATCH v3 bpf-next 1/2] bpf: Fix Null-Pointer Dereference in kernel_clone() via BPF fmod_ret on security_task_alloc
2026-04-21 9:18 UTC (2+ messages)
[PATCHv5 bpf-next 21/28] selftests/bpf: Add tracing multi skel/pattern/ids attach tests
2026-04-21 8:57 UTC (5+ messages)
[PATCHv5 bpf-next 20/28] libbpf: Add support to create tracing multi link
2026-04-21 8:57 UTC (3+ messages)
[PATCHv5 bpf-next 19/28] libbpf: Add btf_type_is_traceable_func function
2026-04-21 8:56 UTC (3+ messages)
[PATCHv5 bpf-next 18/28] libbpf: Add bpf_link_create support for tracing_multi link
2026-04-21 8:56 UTC (3+ messages)
[PATCHv5 bpf-next 13/28] bpf: Add support for tracing multi link
2026-04-21 8:56 UTC (3+ messages)
[PATCHv5 bpf-next 12/28] bpf: Add bpf_trampoline_multi_attach/detach functions
2026-04-21 8:56 UTC (5+ messages)
[PATCHv5 bpf-next 10/28] bpf: Add multi tracing attach types
2026-04-21 8:56 UTC (7+ messages)
[PATCHv5 bpf-next 08/28] bpf: Add struct bpf_tramp_node object
2026-04-21 8:55 UTC (3+ messages)
[PATCHv5 bpf-next 06/28] bpf: Move trampoline image setup into bpf_trampoline_ops callbacks
2026-04-21 8:55 UTC (3+ messages)
[PATCHv5 bpf-next 04/28] bpf: Use mutex lock pool for bpf trampolines
2026-04-21 8:55 UTC (5+ messages)
[PATCHv5 bpf-next 02/28] ftrace: Add ftrace_hash_remove function
2026-04-21 8:54 UTC (3+ messages)
[PATCHv5 bpf-next 01/28] ftrace: Add ftrace_hash_count function
2026-04-21 8:54 UTC (3+ messages)
[PATCH] perf/lock: enable end-timestamp accounting for cgroup aggregation
2026-04-21 8:29 UTC (3+ messages)
[PATCH v13 00/18] unwind_deferred: Implement sframe handling
2026-04-21 8:27 UTC (3+ messages)
` [PATCH v13 04/18] unwind_user/sframe: Add support for reading .sframe contents
[PATCH v11 00/14] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
2026-04-21 7:15 UTC (5+ messages)
` [PATCH v11 12/14] cpuidle/poll_state: Wait for need-resched via tif_need_resched_relaxed_wait()
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