bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-14 11:37:17 to 2023-07-18 23:40:27 UTC [more...]

[PATCH bpf-next] bpf, net: Introduce skb_pointer_if_linear()
 2023-07-18 23:40 UTC 

[PATCH v2 1/3] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
 2023-07-18 23:22 UTC  (13+ messages)

[PATCH v2 0/9] tracing: Improbe BTF support on probe events
 2023-07-18 23:12 UTC  (22+ messages)
` [PATCH v2 1/9] tracing/probes: Fix to add NULL check for BTF APIs
` [PATCH v2 2/9] bpf/btf: tracing: Move finding func-proto API and getting func-param API to BTF
` [PATCH v2 3/9] bpf/btf: Add a function to search a member of a struct/union
` [PATCH v2 4/9] tracing/probes: Support BTF based data structure field access
` [PATCH v2 5/9] tracing/probes: Support BTF field access from $retval
` [PATCH v2 6/9] tracing/probes: Add string type check with BTF
` [PATCH v2 7/9] tracing/fprobe-event: Assume fprobe is a return event by $retval
` [PATCH v2 8/9] selftests/ftrace: Add BTF fields access testcases
` [PATCH v2 9/9] Documentation: tracing: Update fprobe event example with BTF field

[PATCH bpf-next v2 00/15] bpf: Support new insns from cpu v4
 2023-07-18 23:10 UTC  (30+ messages)
` [PATCH bpf-next v2 01/15] bpf: Support new sign-extension load insns
` [PATCH bpf-next v2 02/15] bpf: Fix sign-extension ctx member accesses
` [PATCH bpf-next v2 03/15] bpf: Support new sign-extension mov insns
` [PATCH bpf-next v2 04/15] bpf: Support new unconditional bswap instruction
` [PATCH bpf-next v2 05/15] bpf: Support new signed div/mod instructions
` [PATCH bpf-next v2 09/15] selftests/bpf: Add unit tests for new sign-extension load insns
` [PATCH bpf-next v2 12/15] selftests/bpf: Add unit tests for new sdiv/smod insns
` [PATCH bpf-next v2 15/15] docs/bpf: Add documentation for new instructions
    ` [Bpf] "

[syzbot] [fs?] INFO: task hung in pipe_release (4)
 2023-07-18 23:07 UTC  (2+ messages)

[PATCH bpf v2 0/3] Two more fixes for check_max_stack_depth
 2023-07-18 22:29 UTC  (5+ messages)
` [PATCH bpf v2 1/3] bpf: Fix subprog idx logic in check_max_stack_depth
` [PATCH bpf v2 2/3] bpf: Repeat check_max_stack_depth for async callbacks
` [PATCH bpf v2 3/3] selftests/bpf: Add more tests for check_max_stack_depth bug

[PATCH bpf] bpf, arm64: Fix BTI type used for freplace attached functions
 2023-07-18 22:28 UTC  (3+ messages)

Repo for tips / tricks / common code?
 2023-07-18 22:17 UTC  (2+ messages)

[PATCH V2,net-next] net: mana: Add page pool for RX buffers
 2023-07-18 21:48 UTC 

[PATCH bpf-next v4 0/6] Support defragmenting IPv(4|6) packets in BPF
 2023-07-18 21:45 UTC  (10+ messages)
` [PATCH bpf-next v4 2/6] netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link

[bpf-next] bpf: Verifying eBPF range analysis
 2023-07-18 21:23 UTC 

[PATCH] bpf: lwt: do not return NET_XMIT_xxx values on bpf_redirect
 2023-07-18 20:28 UTC  (2+ messages)

[PATCH bpf] riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework
 2023-07-18 20:06 UTC  (2+ messages)

[PATCH v2] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms
 2023-07-18 16:55 UTC  (3+ messages)

[RFC bpf-next v5] bpf: Force to MPTCP
 2023-07-18 16:14 UTC  (2+ messages)

[syzbot] [modules?] WARNING in do_page_fault
 2023-07-18 15:21 UTC 

[PATCH net-next] net: fec: add XDP_TX feature support
 2023-07-18 15:14 UTC  (2+ messages)

[PATCH iwl-next v3 0/4] igb: Add support for AF_XDP zero-copy
 2023-07-18 11:26 UTC  (4+ messages)
` [PATCH iwl-next v3 3/4] igb: add AF_XDP zero-copy Rx support

[PATCH v2 bpf-next 0/6] BPF Refcount followups 2: owner field
 2023-07-18  8:38 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/6] [DONOTAPPLY] Revert "bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixed"
` [PATCH v2 bpf-next 2/6] bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_node
` [PATCH v2 bpf-next 3/6] bpf: Add 'owner' field to bpf_{list,rb}_node
` [PATCH v2 bpf-next 4/6] selftests/bpf: Add rbtree test exercising race which 'owner' field prevents
` [PATCH v2 bpf-next 5/6] selftests/bpf: Disable newly-added 'owner' field test until refcount re-enabled
` [PATCH v2 bpf-next 6/6] [DONOTAPPLY] Revert "selftests/bpf: Disable newly-added 'owner' field test until refcount re-enabled"

[PATCH net-next V2 0/4] virtio_net: add per queue interrupt coalescing support
 2023-07-18  6:45 UTC  (10+ messages)
` [PATCH net-next V2 1/4] virtio_net: extract interrupt coalescing settings to a structure
` [PATCH net-next V2 2/4] virtio_net: extract get/set interrupt coalesce to a function
` [PATCH net-next V2 3/4] virtio_net: support per queue interrupt coalesce command
` [PATCH net-next V2 4/4] virtio_net: enable per queue interrupt coalesce feature

[PATCH net-next] net: mana: Add page pool for RX buffers
 2023-07-17 23:59 UTC  (8+ messages)
      `  "

[PATCH rcu 5/5] checkpatch: Complain about unexpected uses of RCU Tasks Trace
 2023-07-17 23:34 UTC  (3+ messages)

[PATCH bpf-next v1 00/10] Exceptions - 1/2
 2023-07-17 19:39 UTC  (29+ messages)
` [PATCH bpf-next v1 04/10] bpf: Add support for inserting new subprogs
` [PATCH bpf-next v1 05/10] arch/x86: Implement arch_bpf_stack_walk
` [PATCH bpf-next v1 06/10] bpf: Implement bpf_throw kfunc
` [PATCH bpf-next v1 07/10] bpf: Ensure IP is within prog->jited_length for bpf_throw calls
` [PATCH bpf-next v1 08/10] bpf: Introduce bpf_set_exception_callback

[PATCH net] igc: Prevent garbled TX queue with XDP ZEROCOPY
 2023-07-17 17:54 UTC 

[PATCH v2 00/12] mm: jit/text allocator
 2023-07-17 17:23 UTC  (9+ messages)
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()

[PATCH bpf-next v5 0/8] BPF link support for tc BPF programs
 2023-07-17 17:14 UTC  (10+ messages)
` [PATCH bpf-next v5 1/8] bpf: Add generic attach/detach/query API for multi-progs
` [PATCH bpf-next v5 2/8] bpf: Add fd-based tcx multi-prog infra with link support
` [PATCH bpf-next v5 3/8] libbpf: Add opts-based attach/detach/query API for tcx
` [PATCH bpf-next v5 4/8] libbpf: Add link-based "
` [PATCH bpf-next v5 5/8] libbpf: Add helper macro to clear opts structs
` [PATCH bpf-next v5 6/8] bpftool: Extend net dump with tcx progs
` [PATCH bpf-next v5 7/8] selftests/bpf: Add mprog API tests for BPF tcx opts
` [PATCH bpf-next v5 8/8] selftests/bpf: Add mprog API tests for BPF tcx links

[PATCH v1] samples/bpf: Fix build out of source tree
 2023-07-17 16:46 UTC  (8+ messages)

[PATCH bpf v1 0/3] Two more fixes for check_max_stack_depth
 2023-07-17 16:16 UTC  (4+ messages)
` [PATCH bpf v1 2/3] bpf: Repeat check_max_stack_depth for async callbacks

mlx5 XDP redirect leaking memory on kernel 6.3
 2023-07-17 15:15 UTC  (9+ messages)

[bug report] bpf, x86: allow function arguments up to 12 for TRACING
 2023-07-17 14:48 UTC 

[bug report] bpf: Support ->fill_link_info for perf_event
 2023-07-17 11:57 UTC  (2+ messages)

[PATCH bpf-next 0/2] fix setting return values for htab batch ops and docs
 2023-07-17 11:43 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: fix setting return values for htab batch ops
` [PATCH bpf-next 2/2] bpf: update uapi/linux/bpf.h docs on the batch map ops

[PATCH/RFC 0/2] bpf: Disable preemption in bpf_perf_event_output
 2023-07-17 11:17 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH/RFC 2/2] bpf: Disable preemption in bpf_event_output

[PATCH bpf-next] bpf: Drop useless btf_vmlinux in bpf_tcp_ca
 2023-07-17  8:32 UTC 

[PATCH] selftests/bpf: Fix errors in log_fixup.c
 2023-07-17  7:56 UTC 

[PATCH bpf-next v4 0/3] bpf, arm64: use BPF prog pack allocator in BPF JIT
 2023-07-17  7:50 UTC  (4+ messages)

[PATCH] selftests/bpf: Fix errors in btf_write.c
 2023-07-17  7:44 UTC 

Sockmap's parser/verdict programs and epoll notifications
 2023-07-17  4:37 UTC  (2+ messages)

[PATCH 6.4 651/800] perf bpf: Move the declaration of struct rq
 2023-07-16 19:48 UTC 

[PATCH v3] samples/bpf: README: Update build dependencies required
 2023-07-16 16:13 UTC 

[RFC PATCH bpf-next 0/4] bpf: Introduce cgroup_task iter
 2023-07-16 12:10 UTC  (5+ messages)
` [RFC PATCH bpf-next 1/4] bpf: Add __bpf_iter_attach_cgroup()
` [RFC PATCH bpf-next 2/4] bpf: Add cgroup_task iter
` [RFC PATCH bpf-next 3/4] bpftool: Add support for cgroup_task
` [RFC PATCH bpf-next 4/4] selftests/bpf: Add selftest for cgroup_task iter

[PATCH bpf-next 0/3] allow bpf_map_sum_elem_count for all program types
 2023-07-16  7:50 UTC  (6+ messages)
  ` [PATCH bpf-next 1/3] bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map
  ` [PATCH bpf-next 2/3] bpf: make an argument const in the bpf_map_sum_elem_count kfunc
  ` [PATCH bpf-next 3/3] bpf: allow any program to use "

[PATCH V11 0/5] riscv: Optimize function trace
 2023-07-15  9:10 UTC  (2+ messages)

[PATCH net-next] net: stmmac: call stmmac_finalize_xdp_rx() on a condition
 2023-07-15  8:57 UTC  (2+ messages)

[PATCH v3 0/2] Unify uapi bitsperlong.h
 2023-07-14 19:56 UTC  (4+ messages)

[BUG] perf test: Regression because of d6e6286a12e7
 2023-07-14 18:15 UTC  (6+ messages)

[PATCH bpf-next v4 0/8] BPF link support for tc BPF programs
 2023-07-14 16:06 UTC  (7+ messages)
` [PATCH bpf-next v4 1/8] bpf: Add generic attach/detach/query API for multi-progs

[PATCH v6 bpf-next 00/24] xsk: multi-buffer support
 2023-07-14 15:34 UTC  (17+ messages)
` [PATCH v6 bpf-next 10/24] xsk: add new netlink attribute dedicated for ZC max frags
` [PATCH v6 bpf-next 11/24] xsk: support mbuf on ZC RX
` [PATCH v6 bpf-next 12/24] ice: xsk: add RX multi-buffer support
` [PATCH v6 bpf-next 13/24] i40e: "
` [PATCH v6 bpf-next 14/24] xsk: support ZC Tx multi-buffer in batch API
` [PATCH v6 bpf-next 15/24] ice: xsk: Tx multi-buffer support
` [PATCH v6 bpf-next 16/24] i40e: xsk: add TX "
` [PATCH v6 bpf-next 17/24] xsk: add multi-buffer documentation
` [PATCH v6 bpf-next 18/24] selftests/xsk: transmit and receive multi-buffer packets
` [PATCH v6 bpf-next 19/24] selftests/xsk: add basic multi-buffer test
` [PATCH v6 bpf-next 20/24] selftests/xsk: add unaligned mode test for multi-buffer
` [PATCH v6 bpf-next 21/24] selftests/xsk: add invalid descriptor "
` [PATCH v6 bpf-next 22/24] selftests/xsk: add metadata copy test for multi-buff
` [PATCH v6 bpf-next 23/24] selftests/xsk: add test for too many frags
` [PATCH v6 bpf-next 24/24] selftests/xsk: reset NIC settings to default after running test suite


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).