public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-17 08:34:39 to 2026-02-19 14:32:29 UTC [more...]

[PATCH bpf-next v2 0/6] bpf: Introduce 64-bit bitops kfuncs
 2026-02-19 14:29 UTC  (7+ messages)
` [PATCH bpf-next v2 1/6] "
` [PATCH bpf-next v2 2/6] bpf, x86: Add 64-bit bitops kfuncs support for x86_64
` [PATCH bpf-next v2 3/6] bpf, arm64: Add 64-bit bitops kfuncs support
` [PATCH bpf-next v2 4/6] selftests/bpf: Add tests for 64-bit bitops kfuncs
` [PATCH bpf-next v2 5/6] selftests/bpf: Add __cpu_feature annotation for CPU-feature-gated tests
` [PATCH bpf-next v2 6/6] selftests/bpf: Add JIT disassembly tests for 64-bit bitops kfuncs

[RFC PATCH 0/1] bpf: Add tunnel decapsulation and GSO state updates per new flags
 2026-02-19 12:18 UTC  (4+ messages)
` [RFC PATCH 1/1] "

[PATCH bpf v3 0/9] Address XDP frags having negative tailroom
 2026-02-19 12:00 UTC  (17+ messages)
` [PATCH bpf v3 1/9] xdp: use modulo operation to calculate XDP frag tailroom
` [PATCH bpf v3 2/9] xsk: introduce helper to determine rxq->frag_size
` [PATCH bpf v3 3/9] ice: fix rxq info registering in mbuf packets
` [PATCH bpf v3 4/9] ice: change XDP RxQ frag_size from DMA write length to xdp.frame_sz
` [PATCH bpf v3 5/9] i40e: fix registering XDP RxQ info
` [PATCH bpf v3 6/9] i40e: use xdp.frame_sz as XDP RxQ info frag_size
` [PATCH bpf v3 7/9] libeth, idpf: use truesize "
` [PATCH bpf v3 8/9] net: enetc: "
` [PATCH bpf v3 9/9] xdp: produce a warning when calculated tailroom is negative

[PATCH bpf-next v3 0/5] Add the the capability to load HW RX checsum in eBPF programs
 2026-02-19 11:04 UTC  (11+ messages)
` [PATCH bpf-next v3 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
` [PATCH bpf-next v3 2/5] net: veth: Add xmo_rx_checksum callback to veth driver
` [PATCH bpf-next v3 3/5] net: ice: Add xmo_rx_checksum callback
` [PATCH bpf-next v3 4/5] selftests/bpf: Add selftest support for bpf_xdp_metadata_rx_checksum
` [PATCH bpf-next v3 5/5] selftests/bpf: Add bpf_xdp_metadata_rx_checksum support to xdp_hw_metadat prog

[LSF/MM/BPF TOPIC] Scalar Evolution for BPF Verifier
 2026-02-19  6:41 UTC 

[LSF/MM/BPF TOPIC] User space RAID5 with ublk and io_uring BPF
 2026-02-19  5:38 UTC 

[RFC PATCH bpf-next 0/1] Upgrading uprobe and kprobe to their `multi` counterparts
 2026-02-19  5:31 UTC  (9+ messages)
` [RFC PATCH bpf-next 1/1] libbpf: Auto-upgrade uprobes to multi-uprobes when supported

[PATCH bpf-next v2 0/2] bpf: Add multi-level pointer parameter support for trampolines
 2026-02-19  5:17 UTC  (10+ messages)
` [PATCH bpf-next v2 1/2] bpf: Support multi-level pointer params via PTR_TO_MEM "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add trampolines multi-level pointer params test coverage
  ` Re: [PATCH bpf-next v2 0/2] bpf: Add multi-level pointer parameter
      `  "

[PATCH bpf-next 0/5] Introduce KF_FORBID_SLEEP modifier for acquire/release kfuncs
 2026-02-19  3:24 UTC  (7+ messages)
` [PATCH bpf-next 1/5] bpf: Add KF_ACQUIRE and KF_RELEASE support for iterators
` [PATCH bpf-next 2/5] bpf: Add KF_FORBID_SLEEP modifier for KF_ACQUIRE kfuncs
` [PATCH bpf-next 3/5] bpf: Move locking to bpf_iter_task_vma_next()
` [PATCH bpf-next 4/5] bpf: Add split iteration support to task_vma iterator
` [PATCH bpf-next 5/5] selftests/bpf: Add tests for split "

[PATCH 0/2] bnxt_en: Add XDP RSS hash metadata
 2026-02-19  3:07 UTC  (4+ messages)

[PATCH bpf v2 00/15] selftests/bpf: Fixes for userspace ASAN
 2026-02-19  1:39 UTC  (24+ messages)
` [PATCH bpf v2 01/15] selftests/bpf: Pass through build flags to bpftool and resolve_btfids
` [PATCH bpf v2 02/15] resolve_btfids: Fix memory leaks reported by ASAN
` [PATCH bpf v2 03/15] selftests/bpf: Add DENYLIST.asan
` [PATCH bpf v2 04/15] selftests/bpf: Refactor bpf_get_ksyms() trace helper
` [PATCH bpf v2 05/15] selftests/bpf: Fix memory leaks in tests
` [PATCH bpf v2 06/15] selftests/bpf: Fix cleanup in check_fd_array_cnt__fd_array_too_big()
` [PATCH bpf v2 07/15] veristat: Fix a memory leak for preset ENUMERATOR
` [PATCH bpf v2 08/15] selftests/bpf: Fix use-after-free in xdp_metadata test
` [PATCH bpf v2 09/15] selftests/bpf: Fix double thread join in uprobe_multi_test
` [PATCH bpf v2 10/15] selftests/bpf: Fix resource leaks caused by missing cleanups
` [PATCH bpf v2 11/15] selftests/bpf: Free bpf_object in test_sysctl
` [PATCH bpf v2 12/15] selftests/bpf: Fix array bounds warning in jit_disasm_helpers
` [PATCH bpf v2 13/15] selftests/bpf: Fix out-of-bounds array access bugs reported by ASAN
` [PATCH bpf v2 14/15] selftests/bpf: Check BPFTOOL env var in detect_bpftool_path()
` [PATCH bpf v2 15/15] selftests/bpf: Don't override SIGSEGV handler with ASAN

[PATCH net] net/mlx5e: XSK, Fix unintended ICOSQ change
 2026-02-19  1:10 UTC  (3+ messages)

[RFC PATCH bpf-next 0/2] libbpf: Handle duplicate kprobe symbols
 2026-02-19  0:28 UTC  (5+ messages)
` [RFC PATCH bpf-next 1/2] libbpf: Handle duplicate kprobe symbols in attach_kprobe_opts
` [RFC PATCH bpf-next 2/2] selftests/bpf: Add tests for duplicate kprobe symbol handling

[PATCH bpf v2] selftests/bpf: Remove hexdump dependency
 2026-02-18 23:20 UTC  (3+ messages)

[PATCH bpf v1 0/2] libbpf: Remove extern declaration of bpf_stream_vprintk()
 2026-02-18 23:20 UTC  (4+ messages)
` [PATCH bpf v1 1/2] selftests/bpf: Use vmlinux.h in test_xdp_meta
` [PATCH bpf v1 2/2] libbpf: Remove extern declaration of bpf_stream_vprintk()

[PATCH bpf-next 0/2] libbpf: Add bpf_prog_clone for individual program loading
 2026-02-18 19:08 UTC  (9+ messages)
` [PATCH bpf-next 1/2] libbpf: Introduce bpf_prog_clone()
` [PATCH bpf-next 2/2] selftests/bpf: Use bpf_prog_clone() in veristat

[PATCH bpf-next v10 0/8] bpf: Extend BPF syscall with common attributes support
 2026-02-18 18:44 UTC  (5+ messages)
` [PATCH bpf-next v10 4/8] bpf: Add syscall common attributes support for prog_load

Question about redundant copies of json-writer.c
 2026-02-18 18:11 UTC 

[PATCH v3 dwarves 0/5] Improve BTF concrete function accuracy
 2026-02-18 17:54 UTC  (3+ messages)

[PATCH RFC bpf-next 0/6] bpf: Add support for sleepable raw tracepoint programs
 2026-02-18 16:39 UTC  (9+ messages)
` [PATCH RFC bpf-next 1/6] bpf: Allow sleepable programs for BPF_TRACE_RAW_TP attach type
` [PATCH RFC bpf-next 2/6] bpf: Reject sleepable raw_tp programs on non-faultable tracepoints
` [PATCH RFC bpf-next 3/6] bpf: Remove preempt_disable from faultable tracepoint BPF callbacks
` [PATCH RFC bpf-next 4/6] bpf: Add sleepable execution path for raw tracepoint programs
` [PATCH RFC bpf-next 5/6] libbpf: Add tp_btf.s section handler for sleepable raw tracepoints
` [PATCH RFC bpf-next 6/6] selftests/bpf: Add tests for sleepable raw tracepoint programs

[PATCH bpf-next] xsk: avoid double checking against rx queue being full
 2026-02-18 15:00 UTC 

[PATCH bpf-next v1 00/14] selftests/bpf: Fixes for userspace ASAN
 2026-02-18 13:14 UTC  (8+ messages)
` [PATCH bpf-next v1 04/14] selftests/bpf: Refactor bpf_get_ksyms() trace helper
` [PATCH bpf-next v1 13/14] selftests/bpf: Fix out-of-bounds array access bugs reported by ASAN

[PATCH net] eth: fbnic: Advertise supported XDP features
 2026-02-18 10:05 UTC  (2+ messages)

LSF/MM/BPF: 2026: Call for Proposals
 2026-02-18  9:56 UTC  (6+ messages)

[PATCH bpf-next] bpf: fix selftest/xsk single test selection
 2026-02-18  9:20 UTC 

[PATCH v9 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-02-18  6:33 UTC  (6+ messages)
` [PATCH v9 01/12] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()

[PATCH net] eth: fbnic: Add validation for MTU changes
 2026-02-18  6:33 UTC  (2+ messages)

[PATCH bpf 0/4] Fix invariant violation for single-value tnums
 2026-02-18  6:17 UTC  (12+ messages)
` [PATCH bpf 1/4] bpf: Introduce tnum_step to step through tnum's members
` [PATCH bpf 2/4] bpf: Improve bounds when tnum has a single possible value
` [PATCH bpf 3/4] selftests/bpf: Test refinement of single-value tnum
` [PATCH bpf 4/4] selftests/bpf: Avoid simplification of crafted bounds test

[PATCH v3] bpf: cpumap: add missing XDP_ABORTED handling in xdp prog runner
 2026-02-18  4:29 UTC 

[PATCH v2] bpf: cpumap: add missing XDP_ABORTED handling in xdp prog runner
 2026-02-18  4:17 UTC 

[PATCH] bpf: cpumap: add missing XDP_ABORTED handling in xdp prog runner
 2026-02-18  4:16 UTC 

[PATCH bpf v3] tools: bpftool: fix truncated netlink dumps
 2026-02-18  1:00 UTC  (3+ messages)

[PATCH net-next v4 0/5] net: sched: refactor qdisc drop reasons into dedicated tracepoint
 2026-02-18  0:34 UTC  (3+ messages)
` [PATCH net-next v4 1/5] net: sched: introduce qdisc-specific drop reason tracing

[PATCH 0/2] bpf/s390: Implement get_preempt_count()
 2026-02-18  0:18 UTC  (7+ messages)
` [PATCH 1/2] s390: Introduce bpf_get_lowcore() kfunc
` [PATCH 2/2] bpf/s390: Implement get_preempt_count()

[PATCH v5] bpf: test_run: Fix the null pointer dereference issue in bpf_lwt_xmit_push_encap
 2026-02-17 23:39 UTC  (6+ messages)

[PATCH bpf-next v2] bpf: Bump maximum runtime call stack depth to 16
 2026-02-17 23:28 UTC  (2+ messages)

[PATCH] bpf: cpumap: add missing XDP_ABORTED handling in xdp prog runner
 2026-02-17 22:37 UTC  (2+ messages)

[PATCH bpf v3 0/2] libbpf: Fix perm errors for LDIMM_64_FULL_RANGE_OFF
 2026-02-17 22:24 UTC  (4+ messages)
` [PATCH bpf v3 1/2] libbpf: Do not use PROG_TYPE_TRACEPOINT program for feature gating
` [PATCH bpf v3 2/2] libbpf: Delay feature gate check until object prepare time

[RFC bpf-next 12/12] selftests/bpf: Add tracing multi benchmark test
 2026-02-17 22:06 UTC  (3+ messages)

[RFC bpf-next 10/12] selftests/bpf: Add fentry tracing multi func test
 2026-02-17 22:06 UTC  (3+ messages)

[RFC bpf-next 00/12] bpf: tracing_multi link
 2026-02-17 22:06 UTC  (6+ messages)
` [RFC bpf-next 09/12] libbpf: Add support to create tracing multi link

[RFC bpf-next 07/12] bpf: Add support to create tracing multi link
 2026-02-17 22:05 UTC  (3+ messages)

[RFC bpf-next 06/12] bpf: Add bpf_trampoline_multi_attach/detach functions
 2026-02-17 22:05 UTC  (3+ messages)

[RFC bpf-next 05/12] bpf: Add multi tracing attach types
 2026-02-17 22:05 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: Add multi-level pointer parameter support for trampolines
 2026-02-17 21:45 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Support multi-level pointer params via PTR_TO_MEM "
` [PATCH bpf-next 2/2] selftests/bpf: Add trampolines multi-level pointer params test coverage

[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
 2026-02-17 21:14 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH bpf 0/2] libbpf: Fix perm errors for LDIMM_64_FULL_RANGE_OFF use
 2026-02-17 20:25 UTC  (7+ messages)
` [PATCH bpf v2 1/2] libbpf: Do not use PROG_TYPE_TRACEPOINT program for feature gating
` [PATCH bpf v2 2/2] libbpf: Delay feature gate check until object prepare time

[PATCH] s390/bpf: Do not increment tailcall count when prog is NULL
 2026-02-17 16:10 UTC 

[PATCH 1/2] xdp: propagate queue_index through xdp_frame
 2026-02-17 15:08 UTC  (3+ messages)
` [PATCH 2/2] bpf: report queue_index to xdp_rxq_info in cpumap and devmap

[PATCH bpf-next v2 0/2] selftests/bpf: fix flaky build_id test
 2026-02-17 14:32 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: align build_id test mapping to 64K page size

[PATCH 0/2] xdp: propagate rx queue_index through xdp_frame
 2026-02-17 14:32 UTC 

[PATCH io_uring-7.1 v6 0/5] BPF controlled io_uring
 2026-02-17 13:14 UTC  (5+ messages)

[PATCH bpf] bpf: fix selftest/xsk single test selection
 2026-02-17 13:03 UTC  (4+ messages)

[PATCH] selftests/bpf: test accounting of tail calls when prog is NULL
 2026-02-17 12:53 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: Remove hexdump dependency
 2026-02-17 12:17 UTC  (3+ messages)

[PATCH v8 0/5] BPF controlled io_uring
 2026-02-17 11:33 UTC  (6+ messages)
` [PATCH v8 1/5] io_uring: introduce callback driven main loop
` [PATCH v8 2/5] io_uring/bpf-ops: implement loop_step with BPF struct_ops
` [PATCH v8 3/5] io_uring/bpf-ops: add kfunc helpers
` [PATCH v8 4/5] io_uring/bpf-ops: implement bpf ops registration
` [PATCH v8 5/5] selftests/io_uring: add a bpf io_uring selftest

[PATCH v7 2/5] io_uring/bpf-ops: implement loop_step with BPF struct_ops
 2026-02-17 11:05 UTC  (3+ messages)


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