BPF List
 help / color / mirror / Atom feed
 messages from 2026-06-03 16:22:45 to 2026-06-04 20:22:48 UTC [more...]

[PATCH bpf-next v2 0/8] bpf: add support for KASAN checks in JITed programs
 2026-06-04 20:22 UTC  (7+ messages)
` [PATCH bpf-next v2 1/8] bpf: mark instructions accessing program stack
` [PATCH bpf-next v2 2/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH bpf-next v2 3/8] bpf, x86: add helper to emit kasan checks in x86 "
` [PATCH bpf-next v2 4/8] bpf, x86: refactor BPF_ST management in do_jit
` [PATCH bpf-next v2 5/8] bpf, x86: emit KASAN checks into x86 JITed programs
` [PATCH bpf-next v2 6/8] bpf, x86: enable KASAN for JITed programs on x86

[PATCH bpf-next] MAINTAINERS: BPF: Add self as reviewer and run parse_maintainers.pl
 2026-06-04 19:55 UTC  (3+ messages)

[libbpf] C++ interop failure in "bpf_helpers.h" due to "named variadic macros", please advise
 2026-06-04 19:49 UTC  (2+ messages)

[PATCH v3 0/3] bpf: fix sysctl new-value handling in __cgroup_bpf_run_filter_sysctl
 2026-06-04 19:35 UTC  (5+ messages)
` [PATCH v3 1/3] bpf: NUL-terminate replaced sysctl value

[PATCH bpf v4 0/3] Add validation for bpf_set_retval helper
 2026-06-04 19:19 UTC  (7+ messages)
` [PATCH bpf v4 1/3] selftests/bpf: Restrict bpf_set_retval argument in sk_bypass_prot_mem
` [PATCH bpf v4 2/3] bpf: Add validation for bpf_set_retval argument
` [PATCH bpf v4 3/3] selftests/bpf: Add tests for bpf_set_retval validation

[PATCH bpf-next v2 0/2] bpf, verifier: fix PTR_TO_FLOW_KEYS constant-offset OOB
 2026-06-04 18:45 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] bpf, verifier: fold reg->var_off into PTR_TO_FLOW_KEYS bounds check
` [PATCH bpf-next v2 2/2] selftests/bpf: add tests for PTR_TO_FLOW_KEYS constant offset bounds

[PATCH net-next v10 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-06-04 18:40 UTC  (4+ messages)
` [PATCH net-next v10 2/2] net: mana: force full-page RX buffers via ethtool private flag

[PATCH bpf 0/2] Keep dynamic inner array lookups nullable
 2026-06-04 18:35 UTC  (5+ messages)
` [PATCH bpf 1/2] bpf: "
` [PATCH bpf 2/2] selftests/bpf: Cover dynamic inner array lookup nullability

linux-next: manual merge of the bpf-next tree with the vfs-brauner tree
 2026-06-04 18:14 UTC  (2+ messages)

[PATCH v4 1/2] bpf: Tighten cgroup storage cookie checks for prog arrays
 2026-06-04 18:08 UTC  (5+ messages)
` [PATCH v4 2/2] selftests/bpf: Cover tail-call cgroup storage prog-array checks

[PATCH RFC bpf-next 2/8] bpf: mark instructions accessing program stack
 2026-06-04 17:29 UTC  (6+ messages)

[PATCH bpf-next v2 0/3] selftests/bpf: libarena: Add initial data structures
 2026-06-04 17:27 UTC  (10+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: libarena: Add rbtree data structure
` [PATCH bpf-next v2 2/3] selftests/bpf: libarena: Add spmc queue "
` [PATCH bpf-next v2 3/3] selftests/bpf: libarena: parallel test harness and spmc parallel selftest

[PATCH bpf-next] selftests/bpf: ignore call depth accounting for retbleed in verifier tests
 2026-06-04 16:50 UTC  (2+ messages)

[PATCH bpf-next] bpf: clean up btf_scan_decl_tags()
 2026-06-04 16:50 UTC  (3+ messages)

[PATCH bpf-next] bpf: Take mmap_lock in zap_pages()
 2026-06-04 16:50 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] selftests/bpf: Cover exclusive map create-time validation
 2026-06-04 16:50 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Test signed loader error paths

[PATCH bpf-next] selftests/bpf: add test for arena vma split and fork rejection
 2026-06-04 16:45 UTC  (2+ messages)

[PATCH bpf 0/2] bpf, verifier: fix PTR_TO_FLOW_KEYS constant-offset OOB
 2026-06-04 16:40 UTC  (6+ messages)
` [PATCH bpf 1/2] bpf, verifier: fold reg->var_off into PTR_TO_FLOW_KEYS bounds check
` [PATCH bpf 2/2] selftests/bpf: add tests for PTR_TO_FLOW_KEYS constant offset bounds

[PATCH bpf-next v2 0/3] bpf: Check tail zero of bpf_map_info and bpf_prog_info
 2026-06-04 16:39 UTC  (8+ messages)
` [PATCH bpf-next v2 1/3] bpf: Check tail zero of bpf_map_info
` [PATCH bpf-next v2 2/3] bpf: Check tail zero of bpf_prog_info
` [PATCH bpf-next v2 3/3] selftests/bpf: Add tests to verify checking padding bytes for bpf_[map,prog]_info

[PATCH v2 RESEND] perf/lock: enable end-timestamp accounting for cgroup aggregation
 2026-06-04 16:31 UTC  (3+ messages)

[PATCH net v2] udp: clear skb->dev before running a sockmap verdict
 2026-06-04 16:20 UTC  (4+ messages)

[PATCH bpf-next v2] selftests/bpf: Add arena direct-value one-past-end reject test
 2026-06-04 16:06 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Add arena direct-value one-past-end reject test
 2026-06-04 15:46 UTC  (4+ messages)

[PATCH net v2 0/4] net: mvpp2: fix XDP RX buffer handling
 2026-06-04 15:45 UTC  (6+ messages)
` [PATCH net v2 3/4] net: mvpp2: do not return retired RX buffers to BM

[PATCH] selftests/bpf: fix token tests for bpf_object__prepare() probe_loading
 2026-06-04 14:40 UTC  (11+ messages)
` [PATCH bpf-next v2 0/3] libbpf: fix implicit BPF token handling in loading and feature probes
  ` [PATCH bpf-next v2 1/3] libbpf: Skip bpf_object__probe_loading() when BPF token is in use
  ` [PATCH bpf-next v2 2/3] selftests/bpf: Add ARRAY map type to token tests that use struct_ops global data
  ` [PATCH bpf-next v2 3/3] libbpf: fix feature probe failures for implicit BPF tokens

[PATCH 2/2] perf build: compile BPF skeletons with -mcpu=v3
 2026-06-04 13:59 UTC  (6+ messages)

[PATCH net] net/mlx5e: xsk: Fix DMA and xdp_frame leak on XDP_TX xmit failure
 2026-06-04 13:54 UTC 

[PATCH] net: lan966x: restore XDP RXQ page pool on reload failure
 2026-06-04 13:46 UTC  (3+ messages)

[PATCH net] net/tls: preserve sk_msg sg.copy when splitting records
 2026-06-04 13:40 UTC 

[PATCH v1] tools build: Fix feature checks to touch target files on success
 2026-06-04 13:38 UTC  (2+ messages)

[PATCH v2 2/2] perf build: compile BPF skeletons with -mcpu=v3
 2026-06-04 13:34 UTC  (3+ messages)

[PATCH 1/2] perf/lock: Fix non-atomic max/time and min_time updates in contention_data
 2026-06-04 13:33 UTC  (2+ messages)

[PATCH v2 00/12] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
 2026-06-04 12:40 UTC  (8+ messages)
` [PATCH v2 01/12] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v2 10/12] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS

[PATCH net] udp: clear skb->dev before running a sockmap verdict
 2026-06-04 12:27 UTC  (2+ messages)

configurable block error injection
 2026-06-04 11:06 UTC  (4+ messages)

[PATCH bpf-next v6 03/11] bpf: Implement resizable hashmap basic functions
 2026-06-04 10:47 UTC  (5+ messages)
    ` [PATCH] rhashtable: Use irq work for shrinking

[PATCH bpf v2 1/2] bpf: Fix kfunc implicit arg inject type detection to prevent invalid pointer deref
 2026-06-04 10:21 UTC  (6+ messages)
` [PATCH bpf v3 0/2] bpf: Fix kfunc implicit arg injection and add selftest
  ` [PATCH bpf v3 1/2] bpf: Fix kfunc implicit arg inject type detection to prevent invalid pointer deref
      `  "

improve the kmem_cache_alloc_bulk API v2
 2026-06-04  9:36 UTC  (16+ messages)
` [PATCH] mm/slab: improve kmem_cache_alloc_bulk

[PATCH net-next v6 2/5] veth: implement Byte Queue Limits (BQL) for latency reduction
 2026-06-04  8:21 UTC  (4+ messages)
` [PATCH net-next v6 5/5] veth: time-based BQL completion coalescing via ethtool tx-usecs

[PATCHv7 bpf-next 21/29] selftests/bpf: Add tracing multi skel/pattern/ids attach tests
 2026-06-04  8:00 UTC  (3+ messages)

[PATCHv7 bpf-next 10/29] bpf: Add multi tracing attach types
 2026-06-04  8:00 UTC  (3+ messages)

[PATCHv7 bpf-next 13/29] bpf: Add support for tracing multi link
 2026-06-04  8:00 UTC  (5+ messages)

[PATCHv7 bpf-next 19/29] libbpf: Add btf_type_is_traceable_func function
 2026-06-04  7:59 UTC  (3+ messages)

[PATCHv7 bpf-next 18/29] libbpf: Add bpf_link_create support for tracing_multi link
 2026-06-04  7:59 UTC  (3+ messages)

[PATCHv7 bpf-next 04/29] bpf: Use mutex lock pool for bpf trampolines
 2026-06-04  7:59 UTC  (3+ messages)

[PATCHv7 bpf-next 01/29] ftrace: Add ftrace_hash_count function
 2026-06-04  7:59 UTC  (3+ messages)

[PATCHv3 net-next] tcp: Add TCP ROCCET congestion control module
 2026-06-04  7:35 UTC  (2+ messages)

[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-06-04  6:59 UTC  (2+ messages)

[PATCH net-next v2 0/4] selftests/xsk: simplify UMEM setup
 2026-06-04  6:51 UTC  (4+ messages)
` [PATCH net-next v2 2/4] selftests/xsk: Move UMEM state from ifobject to xsk_socket_info

[PATCH net-next v2 4/4] selftests/xsk: Introduce mmap_size in umem struct
 2026-06-04  6:48 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] bpf,slab: Introduce bpf_arena_alloc() kfuncs
 2026-06-04  6:44 UTC  (6+ messages)
` [PATCH v2 bpf-next 3/4] bpf,slab: Add slub-backed allocator for bpf_arena

[RFC PATCH 0/3] Move thread_info into task_struct for LoongArch
 2026-06-04  6:26 UTC  (8+ messages)
` [RFC PATCH 1/3] LoongArch: Implement CONFIG_THREAD_INFO_IN_TASK

[PATCH bpf-next 2/3] bpf: Check tail zero of bpf_prog_info
 2026-06-04  2:24 UTC  (5+ messages)

[PATCH v2 2/2] selftests/bpf: Cover tail-call cgroup storage prog-array checks
 2026-06-04  1:52 UTC 

[PATCH v3 1/2] bpf: Tighten cgroup storage cookie checks for prog arrays
 2026-06-04  1:50 UTC  (4+ messages)
` [PATCH v3 2/2] selftests/bpf: Cover tail-call cgroup storage prog-array checks

[PATCH net v5] xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata()
 2026-06-04  1:14 UTC  (2+ messages)

[PATCH net-next v2 15/15] gve: add link status/speed ctrl ops
 2026-06-03 23:59 UTC  (2+ messages)

[PATCH net-next v2 12/15] gve: introduce new methods to handle IRQ doorbells
 2026-06-03 23:59 UTC  (2+ messages)

[PATCH net-next v2 13/15] gve: setup and teardown management interrupts
 2026-06-03 23:59 UTC  (2+ messages)

[PATCH net-next v2 09/15] gve: simplify reset logic
 2026-06-03 23:59 UTC  (2+ messages)

[PATCH net-next v2 11/15] gve: split up notify block allocation and setup paths
 2026-06-03 23:59 UTC  (2+ messages)

[PATCH net-next v2 02/15] gve: refactor initialization with helper functions
 2026-06-03 23:59 UTC  (2+ messages)

[PATCH net-next v2 05/15] gve: add struct gve_device_info to hold device properties
 2026-06-03 23:59 UTC  (2+ messages)

[PATCH net-next v2 08/15] gve: refactor gve_init_priv for reset path
 2026-06-03 23:59 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] tracing: Expose tracepoint BTF ids via tracefs
 2026-06-03 23:51 UTC  (7+ messages)
` [PATCH bpf-next v2 2/3] "

[PATCH bpf-next v1 00/14] resolve_btfids: Implement BTF tags emission for kfuncs
 2026-06-03 23:48 UTC  (23+ messages)
` [PATCH bpf-next v1 03/14] selftests/bpf: Fix resolve_btfids test reads of BTF ID sets in PIE builds
` [PATCH bpf-next v1 04/14] selftests/bpf: Add kfunc set test to resolve_btfids
` [PATCH bpf-next v1 05/14] resolve_btfids: Index BTF ID symbols by address
` [PATCH bpf-next v1 06/14] resolve_btfids: Discover kfuncs from BTF ID sets
` [PATCH bpf-next v1 07/14] resolve_btfids: Emit bpf_kfunc BTF decl tag for discovered kfuncs
` [PATCH bpf-next v1 10/14] selftests/bpf: Verify bpf_fastcall decl tags in resolve_btfids test
` [PATCH bpf-next v1 11/14] resolve_btfids: Process KF_ARENA_* flags in resolve_btfids
` [PATCH bpf-next v1 12/14] selftests/bpf: Verify arena type tags in resolve_btfids test
` [PATCH bpf-next v1 13/14] kbuild: Drop decl_tag_kfuncs and attributes from pahole flags

[PATCH bpf-next v7 1/3] bpf: Factor out stack_map build ID helpers
 2026-06-03 23:10 UTC  (4+ messages)

[PATCH bpf v2] bpftool: Use libbpf error code for flow dissector query
 2026-06-03 22:40 UTC  (2+ messages)

[PAHOLE v4 1/3] dwarf_loader: Extract die__add_btf_type_tag() helper [NFC]
 2026-06-03 21:52 UTC  (12+ messages)
` [PAHOLE v4 2/3] dwarf_loader: Add support for DW_TAG_GNU_annotation
` [PAHOLE v4 3/3] tests: Support GCC in pfunct-btf-decl-tags test

[PATCH] bpftool: Make the LLVM disassembler an optional runtime dependency
 2026-06-03 21:30 UTC  (3+ messages)

[PATCH bpf] bpf: fix NULL pointer dereference in bpf_task_from_vpid()
 2026-06-03 20:56 UTC  (2+ messages)

[PATCH bpf-next 1/2] selftests/bpf: Cover exclusive map create-time validation
 2026-06-03 20:02 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test signed loader error paths

[PATCH RFC bpf-next v2 0/3] bpf: Fix LRU NMI/tracepoint re-entry deadlock
 2026-06-03 18:55 UTC  (4+ messages)
` [PATCH RFC bpf-next v2 1/3] bpf: Fix NMI/tracepoint re-entry deadlock on lru locks
` [PATCH RFC bpf-next v2 2/3] Documentation/bpf: Refresh map_lru_hash_update.dot for rqspinlock
` [PATCH RFC bpf-next v2 3/3] selftests/bpf: Stress LRU rqspinlock recovery paths

[PATCH v11 1/2] tcp: rehash onto different local ECMP path on retransmit timeout
 2026-06-03 18:14 UTC  (2+ messages)

bpftool - splitting llvm disassembler to a separate plugin
 2026-06-03 17:06 UTC  (2+ messages)

[PATCH net v2 4/4] net: mvpp2: build skb from XDP-adjusted data on XDP_PASS
 2026-06-03 16:55 UTC  (2+ messages)

[PATCH net v2 2/4] net: mvpp2: limit XDP frame size to the RX buffer
 2026-06-03 16:55 UTC  (2+ messages)

[PATCH net v2 1/4] net: mvpp2: sync RX data at the hardware packet offset
 2026-06-03 16:55 UTC  (2+ messages)


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