bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-12 04:29:52 to 2025-04-15 21:48:37 UTC [more...]

[PATCH v2 security-next 0/4] Introducing Hornet LSM
 2025-04-15 21:48 UTC  (19+ messages)
` [PATCH v2 security-next 1/4] security: "
  ` [PATCH v2 "

[PATCH RESEND] bpf: fix possible endless loop in BPF map iteration
 2025-04-15 19:39 UTC  (2+ messages)

Question: fentry on kernel func optimized by compiler
 2025-04-15 19:21 UTC  (5+ messages)

[PATCH bpf-next] kbuild, bpf: enable --btf_features=attributes
 2025-04-15 18:30 UTC  (3+ messages)

[PATCH net v2] net: lwtunnel: disable BHs when required
 2025-04-15 18:17 UTC  (2+ messages)

[PATCH 0/4] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-04-15 18:13 UTC  (7+ messages)
` [PATCH 1/4] dma-buf: Rename and expose debugfs symbols
` [PATCH 2/4] bpf: Add dmabuf iterator
` [PATCH 3/4] selftests/bpf: Add test for dmabuf_iter
` [RFC PATCH 4/4] RFC: dma-buf: Remove DMA-BUF statistics

[PATCH] selftests/bpf: close the file descriptor to avoid resource leaks
 2025-04-15 18:11 UTC  (2+ messages)

[PATCH -next] selftest/bpf/benchs: Remove duplicate sys/types.h header
 2025-04-15 18:10 UTC  (2+ messages)

[PATCH net v4 0/3] Bug fixes from XDP and perout series
 2025-04-15 17:45 UTC  (7+ messages)
` [PATCH net v4 1/3] net: ti: icssg-prueth: Fix kernel warning while bringing down network interface
` [PATCH net v4 2/3] net: ti: icssg-prueth: Fix possible NULL pointer dereference inside emac_xmit_xdp_frame()
` [PATCH net v4 3/3] net: ti: icss-iep: Fix possible NULL pointer dereference for perout request

[PATCH v4 0/4] ftrace: Add function arguments to function tracers
 2025-04-15 17:40 UTC  (18+ messages)
` [PATCH v4 2/4] ftrace: Add support for function argument to graph tracer

[PATCH bpf] selftests/bpf: remove sockmap_ktls disconnect_after_delete test
 2025-04-15 17:37 UTC  (5+ messages)

[PATCH iwl-next 00/16] libeth: add libeth_xdp helper lib
 2025-04-15 17:28 UTC  (17+ messages)
` [PATCH iwl-next 01/16] libeth: convert to netmem
` [PATCH iwl-next 02/16] libeth: support native XDP and register memory model
` [PATCH iwl-next 03/16] libeth: xdp: add XDP_TX buffers sending
` [PATCH iwl-next 04/16] libeth: xdp: add .ndo_xdp_xmit() helpers
` [PATCH iwl-next 05/16] libeth: xdp: add XDPSQE completion helpers
` [PATCH iwl-next 06/16] libeth: xdp: add XDPSQ locking helpers
` [PATCH iwl-next 07/16] libeth: xdp: add XDPSQ cleanup timers
` [PATCH iwl-next 08/16] libeth: xdp: add helpers for preparing/processing &libeth_xdp_buff
` [PATCH iwl-next 09/16] libeth: xdp: add XDP prog run and verdict result handling
` [PATCH iwl-next 10/16] libeth: xdp: add templates for building driver-side callbacks
` [PATCH iwl-next 11/16] libeth: xdp: add RSS hash hint and XDP features setup helpers
` [PATCH iwl-next 12/16] libeth: xsk: add XSk XDP_TX sending helpers
` [PATCH iwl-next 13/16] libeth: xsk: add XSk xmit functions
` [PATCH iwl-next 14/16] libeth: xsk: add XSk Rx processing support
` [PATCH iwl-next 15/16] libeth: xsk: add XSkFQ refill and XSk wakeup helpers
` [PATCH iwl-next 16/16] libeth: xdp, xsk: access adjacent u32s as u64 where applicable

[PATCH net] net: lwtunnel: disable preemption when required
 2025-04-15 17:12 UTC  (17+ messages)

[RFC PATCH v1 00/15] MSR refactor with new MSR instructions support
 2025-04-15 17:07 UTC  (13+ messages)
` [RFC PATCH v1 10/15] KVM: VMX: Use WRMSRNS or its immediate form when available

[PATCH net-next V4 0/2] veth: qdisc backpressure and qdisc check refactor
 2025-04-15 16:30 UTC  (5+ messages)
` [PATCH net-next V4 1/2] net: sched: generalize check for no-queue qdisc on TX queue
` [PATCH net-next V4 2/2] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops

[PATCH v4 00/13] Introduce parity_odd() and refactor redundant parity code
 2025-04-15 16:13 UTC  (3+ messages)
` [PATCH v4 09/13] wifi: brcm80211: Replace open-coded parity calculation with parity_odd()

[PATCH bpf v3] libbpf: Fix buffer overflow in bpf_object__init_prog
 2025-04-15 15:50 UTC 

[PATCH bpf v2] libbpf: Fix buffer overflow in bpf_object__init_prog
 2025-04-15 15:32 UTC  (7+ messages)

[PATCH] bpf: Remove tracing program restriction on map types
 2025-04-15 15:01 UTC  (4+ messages)

[PATCH bpf-next 0/2] bpf: Allow access to const void pointer arguments in tracing programs
 2025-04-15 14:37 UTC  (7+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Add test to access const void pointer argument in tracing program

[PATCH v3 0/3] virtio-net: disable delayed refill when pausing rx
 2025-04-15 14:04 UTC  (6+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] selftests: net: move xdp_helper to net/lib
` [PATCH v3 3/3] selftests: net: add a virtio_net deadlock selftest

[PATCH v3] mm: alloc_pages_bulk: support both simple and full-featured API
 2025-04-15 12:45 UTC  (3+ messages)

[PATCH bpf-next v3 1/2] bpf, sockmap: Introduce tracing capability for sockmap
 2025-04-15 11:04 UTC  (4+ messages)
` [PATCH bpf-next v3 2/2] bpf: relocates the BPF net tracepoint definitions

[PATCH net 1/2] net: tls: explicitly disallow disconnect
 2025-04-15 10:43 UTC  (3+ messages)

[PATCH v4 bpf-next 0/3] libbpf: Fix event name too long error and add tests
 2025-04-15  9:39 UTC  (4+ messages)
` [PATCH v4 bpf-next 1/3] libbpf: Fix event name too long error
` [PATCH v4 bpf-next 2/3] selftests/bpf: Add test for attaching uprobe with long event names
` [PATCH v4 bpf-next 3/3] selftests/bpf: Add test for attaching kprobe "

[PATCH net-next] net: filter: remove dead instructions in filter code
 2025-04-15  8:54 UTC  (5+ messages)

[PATCH v3 bpf-next 0/3] libbpf: Fix event name too long error and add tests
 2025-04-15  7:20 UTC  (9+ messages)
` [PATCH v3 bpf-next 1/3] libbpf: Fix event name too long error
` [PATCH v3 bpf-next 2/3] selftests/bpf: Add test for attaching uprobe with long event names
` [PATCH v3 bpf-next 3/3] selftests/bpf: Add test for attaching kprobe "

[RFC bpf-next 00/13] bpf: Introduce modular verifier
 2025-04-15  4:28 UTC  (4+ messages)
` [RFC bpf-next 10/13] bpf: verifier: Add indirection to kallsyms_lookup_name()

[PATCH net-next v9 0/2] Fix late DMA unmap crash for page pool
 2025-04-15  0:30 UTC  (2+ messages)

[PATCH v1 bpf 0/2] bpf: Don't trigger __bpf_prog_ret0_warn() for -ENOMEM
 2025-04-15  0:10 UTC  (6+ messages)
` [PATCH v1 bpf 1/2] bpf: Allow bpf_int_jit_compile() to set errno
` [PATCH v1 bpf 2/2] bpf: Set -ENOMEM to err in bpf_int_jit_compile()

[PATCH v2 bpf-next 0/5] bpf: udp: Exactly-once socket iteration
 2025-04-15  0:04 UTC  (11+ messages)
` [PATCH v2 bpf-next 2/5] bpf: udp: Propagate ENOMEM up from bpf_iter_udp_batch
` [PATCH v2 bpf-next 5/5] selftests/bpf: Add tests for bucket resume logic in UDP socket iterators

[PATCH bpf-next v8 1/2] cfi: add C CFI type macro
 2025-04-14 21:42 UTC  (3+ messages)

[PATCH RFC bpf-next 0/4] bpf, arm64: support up to 12 arguments
 2025-04-14 20:27 UTC  (4+ messages)
` [PATCH RFC bpf-next 1/4] bpf: add struct largest member size in func model

[RFC PATCH bpf-next/net v1 00/13] BPF Standard Streams
 2025-04-14 19:58 UTC  (15+ messages)
` [RFC PATCH bpf-next/net v1 01/13] bpf: Tie dynptrs to referenced source objects
` [RFC PATCH bpf-next/net v1 02/13] bpf: Compare dynptr_id in regsafe
` [RFC PATCH bpf-next/net v1 03/13] selftests/bpf: Convert dynptr_fail to use vmlinux.h
` [RFC PATCH bpf-next/net v1 04/13] selftests/bpf: Add tests for dynptr source object interaction
` [RFC PATCH bpf-next/net v1 05/13] locking/local_lock, mm: Replace localtry_ helpers with local_trylock_t type
` [RFC PATCH bpf-next/net v1 06/13] bpf: Introduce bpf_dynptr_from_mem_slice
` [RFC PATCH bpf-next/net v1 07/13] bpf: Introduce per-prog stdout/stderr streams
` [RFC PATCH bpf-next/net v1 08/13] bpf: Add dump_stack() analogue to print to BPF stderr
` [RFC PATCH bpf-next/net v1 09/13] bpf: Report may_goto timeout "
` [RFC PATCH bpf-next/net v1 10/13] bpf: Report rqspinlock deadlocks/timeout "
` [RFC PATCH bpf-next/net v1 11/13] bpf: Report arena faults "
` [RFC PATCH bpf-next/net v1 12/13] bpftool: Add support for dumping streams
` [RFC PATCH bpf-next/net v1 13/13] selftests/bpf: Add tests for prog streams

[PATCH] xen-netfront: handle NULL returned by xdp_convert_buff_to_frame()
 2025-04-14 18:34 UTC 

[syzbot] [bpf?] general protection fault in drain_mem_cache (3)
 2025-04-14 17:56 UTC 

[RFC PATCH v1 13/15] x86/msr: Use the alternatives mechanism to read MSR
 2025-04-14 17:13 UTC  (2+ messages)

[PATCH stable] xdp: Reset bpf_redirect_info before running a xdp's BPF prog
 2025-04-14 16:21 UTC 

[PATCHv3 perf/core 1/2] uprobes/x86: Add support to emulate nop instructions
 2025-04-14 16:13 UTC  (5+ messages)
` [PATCHv3 perf/core 2/2] selftests/bpf: Add 5-byte nop uprobe trigger bench

[PATCH bpf-next v2] bpf, sockmap: Introduce tracing capability for sockmap
 2025-04-14 16:08 UTC  (4+ messages)

[PATCH net-next RFC V3 0/2] veth: qdisc backpressure and qdisc check refactor
 2025-04-14 15:45 UTC  (3+ messages)
` [PATCH net-next RFC V3 1/2] net: sched: generalize check for no-op qdisc on TX queue
` [PATCH net-next RFC V3 2/2] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops

[PATCH v2 0/3] virtio-net: disable delayed refill when pausing rx
 2025-04-14 11:46 UTC  (5+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] selftests: net: move xdp_helper to net/lib
` [PATCH v2 3/3] selftests: net: add a virtio_net deadlock selftest

[PATCH bpf-next v8 2/2] arm64/cfi,bpf: Support kCFI + BPF on arm64
 2025-04-14  9:58 UTC  (2+ messages)

[PATCH bpf v2] ftrace: fix incorrect hash size in register_ftrace_direct()
 2025-04-14  7:05 UTC  (2+ messages)

[syzbot] [bpf?] general protection fault in bpf_get_local_storage
 2025-04-14  3:52 UTC 

[PATCHv2 perf/core 1/2] uprobes/x86: Add support to emulate nop instructions
 2025-04-13 19:05 UTC  (4+ messages)

[PATCH bpf] ftrace: fix incorrect hash size in register_ftrace_direct()
 2025-04-13  1:32 UTC  (6+ messages)

[syzbot] [bpf?] [net?] possible deadlock in xsk_notifier (2)
 2025-04-12 22:10 UTC  (2+ messages)

[GIT PULL] BPF fixes for 6.15-rc2
 2025-04-12 20:59 UTC  (2+ messages)

[PATCH RESEND bpf-next v2] selftests/bpf: close the file descriptor to avoid resource leaks
 2025-04-12 18:44 UTC  (4+ messages)
` RE:[PATCH RESEND bpf-next v3] "
  ` [PATCH "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).