public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-04 09:23:33 to 2026-03-05 03:56:32 UTC [more...]

[PATCH bpf-next v5 0/5] emit ENDBR/BTI instructions for indirect jump targets
 2026-03-05  3:56 UTC  (15+ messages)
` [PATCH bpf-next v5 1/5] bpf: Move JIT for single-subprog programs to verifier
` [PATCH bpf-next v5 3/5] bpf: Add helper to detect indirect jump targets
` [PATCH bpf-next v5 4/5] bpf, x86: Emit ENDBR for "

[PATCH v4 bpf/net 0/6] sockmap: Fix UAF and broken memory accounting for UDP
 2026-03-05  3:43 UTC  (10+ messages)
` [PATCH v4 bpf/net 2/6] sockmap: Annotate sk->sk_write_space() "
` [PATCH v4 bpf/net 3/6] sockmap: Fix use-after-free in udp_bpf_recvmsg()
` [PATCH v4 bpf/net 6/6] sockmap: Fix broken memory accounting for UDP

[PATCH net-next v2 1/2] udp: Preserve UDP socket addresses on abort
 2026-03-05  3:25 UTC  (5+ messages)

[RFC PATCH 0/2] disable optimistic spinning for ftrace_lock
 2026-03-05  3:08 UTC  (16+ messages)
` [RFC PATCH 1/2] locking: add mutex_lock_nospin()

[PATCH v2 bpf-next] selftests/bpf: livepatch_trampoline: skip when prerequisites are missing
 2026-03-05  3:02 UTC 

[PATCH net-next v2 2/4] bnxt_en: Implement XDP RSS hash metadata extraction
 2026-03-05  2:57 UTC  (2+ messages)
` [net-next,v2,2/4] "

[PATCH bpf v4 0/9] Address XDP frags having negative tailroom
 2026-03-05  2:55 UTC  (2+ messages)

[PATCH net 0/3] {net,bpf}: nd_tbl fixes for when ipv6.disable=1
 2026-03-05  2:50 UTC  (12+ messages)
` [PATCH net 1/3] bpf: bpf_out_neigh_v4: Fix nd_tbl NULL dereference when IPv6 is disabled

Process killed by seccomp looks live by tracer
 2026-03-05  2:00 UTC  (3+ messages)

[PATCH bpf v3] resolve_btfids: Fix linker flags detection
 2026-03-05  1:47 UTC 

[PATCH v2] bpf: Fix use-after-free in __bpf_trace_run()
 2026-03-05  1:38 UTC  (2+ messages)

[PATCH v10 bpf-next 0/2] Fix the null pointer dereference issue in bpf_lwt_xmit_push_encap
 2026-03-05  1:34 UTC  (10+ messages)
` [PATCH v10 bpf-next 1/2] bpf: test_run: "
` [PATCH v10 bpf-next 2/2] selftests/bpf: Add selftests for the invocation of bpf_lwt_xmit_push_encap

[PATCH bpf-next v5 0/2] Add wakeup_source iterators
 2026-03-05  1:31 UTC  (2+ messages)

[PATCH] selftests/bpf: skip verif_scale_pyperf600 on -E2BIG jump complexity limit
 2026-03-05  0:49 UTC  (3+ messages)

[PATCH bpf-next 1/1] bpf: Avoid one round of bounds deduction
 2026-03-05  0:48 UTC  (2+ messages)

[PATCH] kbuild: install-extmod-build: Package resolve_btfids if necessary
 2026-03-05  0:36 UTC  (2+ messages)

[PATCHv2 bpf-next 00/23] bpf: tracing_multi link
 2026-03-04 23:02 UTC  (31+ messages)
` [PATCHv2 bpf-next 01/23] ftrace: Add ftrace_hash_count function
` [PATCHv2 bpf-next 02/23] bpf: Use mutex lock pool for bpf trampolines
` [PATCHv2 bpf-next 03/23] bpf: Add struct bpf_trampoline_ops object
` [PATCHv2 bpf-next 04/23] bpf: Add struct bpf_tramp_node object
` [PATCHv2 bpf-next 05/23] bpf: Factor fsession link to use struct bpf_tramp_node
` [PATCHv2 bpf-next 06/23] bpf: Add multi tracing attach types
` [PATCHv2 bpf-next 07/23] bpf: Move sleepable verification code to btf_id_allow_sleepable
` [PATCHv2 bpf-next 08/23] bpf: Add bpf_trampoline_multi_attach/detach functions
` [PATCHv2 bpf-next 09/23] bpf: Add support for tracing multi link
` [PATCHv2 bpf-next 10/23] bpf: Add support for tracing_multi link cookies
` [PATCHv2 bpf-next 11/23] bpf: Add support for tracing_multi link session
` [PATCHv2 bpf-next 12/23] bpf: Add support for tracing_multi link fdinfo
` [PATCHv2 bpf-next 13/23] libbpf: Add bpf_object_cleanup_btf function
` [PATCHv2 bpf-next 14/23] libbpf: Add bpf_link_create support for tracing_multi link
` [PATCHv2 bpf-next 15/23] libbpf: Add support to create tracing multi link
` [PATCHv2 bpf-next 16/23] selftests/bpf: Add tracing multi skel/pattern/ids attach tests
` [PATCHv2 bpf-next 17/23] selftests/bpf: Add tracing multi skel/pattern/ids module "
` [PATCHv2 bpf-next 18/23] selftests/bpf: Add tracing multi intersect tests
` [PATCHv2 bpf-next 19/23] selftests/bpf: Add tracing multi cookies test
` [PATCHv2 bpf-next 20/23] selftests/bpf: Add tracing multi session test
` [PATCHv2 bpf-next 21/23] selftests/bpf: Add tracing multi attach fails test
` [PATCHv2 bpf-next 22/23] selftests/bpf: Add tracing multi attach benchmark test
` [PATCHv2 bpf-next 23/23] selftests/bpf: Add tracing multi rollback tests

[PATCH v6 0/3] libbpf/bpftool: support merging split BTFs
 2026-03-04 22:19 UTC  (6+ messages)
` [PATCH v6 1/3] libbpf: support appending split BTF in btf__add_btf()
` [PATCH v6 2/3] bpftool: support merging multiple module BTFs in btf dump
` [PATCH v6 3/3] selftests/bpf: add test for btf__add_btf() with split BTF sources

[PATCH bpf-next v2 0/2] bpf: Add LINK_DETACH for perf links
 2026-03-04 22:01 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: Add LINK_DETACH support for perf link
` [PATCH bpf-next v2 2/2] selftests/bpf: Test LINK_DETACH "

[PATCH bpf v1] resolve_btfids: Drop -lzstd fallback if libzstd not found
 2026-03-04 21:58 UTC  (4+ messages)

[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
 2026-03-04 21:41 UTC  (16+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
` [PATCH v3 02/12] audit: widen ino fields "
` [PATCH v3 03/12] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v3 04/12] vfs: widen trace event i_ino fields "
` [PATCH v3 05/12] cachefiles: "
` [PATCH v3 06/12] ext2: "
` [PATCH v3 07/12] hugetlbfs: "
` [PATCH v3 08/12] zonefs: "
` [PATCH v3 09/12] ext4: "
` [PATCH v3 10/12] f2fs: "
` [PATCH v3 11/12] nilfs2: "
` [PATCH v3 12/12] treewide: change inode->i_ino from unsigned long "

[PATCH iwl-next v3 00/10] libeth and full XDP for ixgbevf
 2026-03-04 21:35 UTC  (12+ messages)
` [PATCH iwl-next v3 01/10] ixgbevf: remove legacy Rx
` [PATCH iwl-next v3 02/10] ixgbevf: do not share pages between packets
` [PATCH iwl-next v3 03/10] ixgbevf: use libeth in Rx processing
` [PATCH iwl-next v3 04/10] ixgbevf: branch prediction and cleanup
` [PATCH iwl-next v3 05/10] ixgbevf: support XDP multi-buffer on Rx path
` [PATCH iwl-next v3 06/10] ixgbevf: XDP_TX in multi-buffer through libeth
` [PATCH iwl-next v3 07/10] ixgbevf: support XDP_REDIRECT and .ndo_xdp_xmit
` [PATCH iwl-next v3 08/10] ixgbevf: add pseudo header split
` [PATCH iwl-next v3 09/10] ixgbevf: reconfigure page pool when reallocating buffers
` [PATCH iwl-next v3 10/10] ixgbevf: allow changing MTU when XDP program is attached

[PATCH v4 0/2] bpf: support for non_null ptr detection with JEQ/JNE with register operand
 2026-03-04 19:50 UTC  (4+ messages)
` [PATCH v4 1/2] bpf: detect non null pointer with register operand in JEQ/JNE
` [PATCH v4 2/2] selftests/bpf: tests to non_null ptr detection using "

[PATCH bpf v2] resolve_btfids: Fix linker flags detection
 2026-03-04 19:47 UTC  (2+ messages)

[PATCH] bpf: Prevent invalid u32 bounds in __reg32_deduce_bounds()
 2026-03-04 19:23 UTC  (2+ messages)

[PATCH v3 0/2] bpf: support for non_null ptr detection with JEQ/JNE with register operand
 2026-03-04 19:16 UTC  (4+ messages)
` [PATCH v3 1/2] bpf: detect non null pointer with register operand in JEQ/JNE
` [PATCH v3 2/2] selftests/bpf: tests to non_null ptr detection using "

[PATCH net-next 0/8] net: macb: add XSK support
 2026-03-04 18:24 UTC  (9+ messages)
` [PATCH net-next 1/8] net: macb: make rx error messages rate-limited
` [PATCH net-next 2/8] net: macb: account for stats in Rx XDP codepaths
` [PATCH net-next 3/8] net: macb: account for stats in Tx "
` [PATCH net-next 4/8] net: macb: drop handling of recycled buffers in gem_rx_refill()
` [PATCH net-next 5/8] net: macb: move macb_xdp_submit_frame() body to helper function
` [PATCH net-next 6/8] net: macb: add infrastructure for XSK buffer pool
` [PATCH net-next 7/8] net: macb: add Rx zero-copy AF_XDP support
` [PATCH net-next 8/8] net: macb: add Tx "

[PATCH net-next 0/8] net: macb: add XSK support
 2026-03-04 18:23 UTC  (6+ messages)
` [PATCH net-next 1/8] net: macb: make rx error messages rate-limited
` [PATCH net-next 2/8] net: macb: account for stats in Rx XDP codepaths
` [PATCH net-next 3/8] net: macb: account for stats in Tx "
` [PATCH net-next 4/8] net: macb: drop handling of recycled buffers in gem_rx_refill()
` [PATCH net-next 5/8] net: macb: move macb_xdp_submit_frame() body to helper function

[PATCH net-next V2 RESEND] tcp: shrink per-packet memset in __tcp_transmit_skb()
 2026-03-04 18:15 UTC  (3+ messages)

[PATCH] sched_ext: Use WRITE_ONCE() for the write side of dsq->seq update
 2026-03-04 17:47 UTC  (2+ messages)

[PATCH net v4 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
 2026-03-04 17:32 UTC  (7+ messages)
` [PATCH net v4 1/2] bonding: fix null-ptr-deref in bond_rr_gen_slave_id()

[PATCH bpf-next v3 0/2] bpf: Relax 8 frame limitation for global subprogs
 2026-03-04 16:51 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: Only enforce 8 frame call stack limit for all-static stacks

[PATCH b2 0/2] bpf: support for non_null ptr detection with JEQ/JNE with register operand
 2026-03-04 16:16 UTC  (5+ messages)
` [PATCH v2 1/2] bpf: detect non null pointer with register operand in JEQ/JNE
` [PATCH v2 2/2] selftests/bpf: tests to non_null ptr detection using "

[PATCH v6 0/5] bpf: Extend the bpf_list family of APIs
 2026-03-04 15:59 UTC  (10+ messages)
` [PATCH v6 1/5] bpf: Introduce the bpf_list_del kfunc
` [PATCH v6 2/5] bpf: Add bpf_list_add_impl to insert node after a given list node
` [PATCH v6 3/5] bpf: Add bpf_list_is_edge/empty kfuncs
` [PATCH v6 4/5] selftests/bpf: Add test cases for bpf_list_del/add/is_edge/empty
` [PATCH v6 5/5] bpf/verifier: refactor kfunc checks to table-driven approach

[PATCH v3 0/5] tools/rtla: Consolidate nr_cpus usage
 2026-03-04 15:51 UTC  (7+ messages)
` [PATCH v3 1/5] tools/rtla: Consolidate nr_cpus usage across all tools
` [PATCH v3 5/5] tools/rtla: Remove unneeded cpus parameter from timerlat BPF functions

[PATCH v5 0/6] bpf: Extend the bpf_list family of APIs
 2026-03-04 15:50 UTC  (9+ messages)
` [PATCH v5 1/6] bpf: Introduce the bpf_list_del kfunc
` [PATCH v5 2/6] selftests/bpf: Add test cases for bpf_list_del
` [PATCH v5 4/6] selftests/bpf: Add test case for bpf_list_add_impl
` [PATCH v5 5/6] bpf: add bpf_list_is_first/last/empty kfuncs

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-04 15:26 UTC  (3+ messages)
` [PATCH v1 15/16] mm: rename zap_vma_ptes() to zap_special_vma_range()

[PATCH bpf 0/3] bpf: fix and improve open-coded task_vma iterator
 2026-03-04 14:20 UTC  (4+ messages)
` [PATCH bpf 1/3] bpf: fix mm lifecycle in "
` [PATCH bpf 2/3] bpf: switch task_vma iterator from mmap_lock to per-VMA locks
` [PATCH bpf 3/3] bpf: return VMA snapshot from task_vma iterator

[PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
 2026-03-04 14:10 UTC  (11+ messages)

[PATCH v3 00/18] rtla: Robustness and code quality improvements
 2026-03-04 13:57 UTC  (5+ messages)
` [PATCH v3 12/18] rtla: Enforce exact match for time unit suffixes
` [PATCH v3 16/18] rtla/trace: Fix I/O handling in save_trace_to_file()

[PATCH net-next v2] tcp: shrink per-packet memset in __tcp_transmit_skb()
 2026-03-04 10:51 UTC  (2+ messages)

[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
 2026-03-04  9:30 UTC  (5+ messages)

[PATCH RESEND v2] tools build: Use -fzero-init-padding-bits=all
 2026-03-04  9:23 UTC  (8+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox