bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-17 07:45:26 to 2023-07-19 12:16:28 UTC [more...]

[PATCH net-next] page_pool: split types and declarations from page_pool.h
 2023-07-19 12:13 UTC 

[PATCH rcu 5/5] checkpatch: Complain about unexpected uses of RCU Tasks Trace
 2023-07-19 11:51 UTC  (4+ messages)

[PATCH vhost v12 00/10] virtio core prepares for AF_XDP
 2023-07-19 11:05 UTC  (13+ messages)
` [PATCH vhost v12 01/10] virtio_ring: check use_dma_api before unmap desc for indirect
` [PATCH vhost v12 02/10] virtio_ring: put mapping error check in vring_map_one_sg
` [PATCH vhost v12 03/10] virtio_ring: introduce virtqueue_set_dma_premapped()
` [PATCH vhost v12 04/10] virtio_ring: support add premapped buf
` [PATCH vhost v12 05/10] virtio_ring: introduce virtqueue_dma_dev()
` [PATCH vhost v12 06/10] virtio_ring: skip unmap for premapped
` [PATCH vhost v12 07/10] virtio_ring: correct the expression of the description of virtqueue_resize()
` [PATCH vhost v12 08/10] virtio_ring: separate the logic of reset/enable from virtqueue_resize
` [PATCH vhost v12 09/10] virtio_ring: introduce virtqueue_reset()
` [PATCH vhost v12 10/10] virtio_net: merge dma operations when filling mergeable buffers

[PATCH bpf-next] bpf, x86: initialize the variable "first_off" in save_args()
 2023-07-19 11:03 UTC 

Repo for tips / tricks / common code?
 2023-07-19  9:51 UTC  (3+ messages)

[PATCH vhost v11 00/10] virtio core prepares for AF_XDP
 2023-07-19  9:51 UTC  (18+ messages)
` [PATCH vhost v11 10/10] virtio_net: merge dma operation for one page

[PATCH v2 bpf-next 0/4] allow bpf_map_sum_elem_count for all program types
 2023-07-19  9:29 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] bpf: consider types listed in reg2btf_ids as trusted
` [PATCH v2 bpf-next 2/4] bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map
` [PATCH v2 bpf-next 3/4] bpf: make an argument const in the bpf_map_sum_elem_count kfunc
` [PATCH v2 bpf-next 4/4] bpf: allow any program to use "

[PATCH v2 0/9] tracing: Improbe BTF support on probe events
 2023-07-19  9:02 UTC  (24+ 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

[bug report] bpf, x86: allow function arguments up to 12 for TRACING
 2023-07-19  8:55 UTC  (4+ messages)

[ANN] bpf development stats for 6.5
 2023-07-19  7:32 UTC  (5+ messages)

[PATCH bpf-next 0/3] allow bpf_map_sum_elem_count for all program types
 2023-07-19  7:10 UTC  (6+ messages)
  ` [PATCH bpf-next 1/3] bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map

[PATCH bpf-next 0/2] fix setting return values for htab batch ops and docs
 2023-07-19  7:09 UTC  (5+ 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 bpf-next v2 00/15] bpf: Support new insns from cpu v4
 2023-07-19  6:57 UTC  (26+ 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 v2 net] bpf: do not return NET_XMIT_xxx values on bpf_redirect
 2023-07-19  3:42 UTC  (2+ messages)

[PATCH net-next] net: fec: add XDP_TX feature support
 2023-07-19  3:28 UTC  (3+ messages)

[PATCH] bpf: lwt: do not return NET_XMIT_xxx values on bpf_redirect
 2023-07-19  3:21 UTC  (3+ messages)

[PATCH net] igc: Prevent garbled TX queue with XDP ZEROCOPY
 2023-07-19  2:10 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix ringbuf benchmark output
 2023-07-19  1:47 UTC 

[PATCH bpf-next] libbpf: fix ringbuf atomics, use EPOLLET
 2023-07-19  1:35 UTC 

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

[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
 2023-07-19  0:50 UTC  (15+ messages)
` [PATCH RFC net-next v5 01/14] af_vsock: generalize vsock_dgram_recvmsg() to all transports
` [PATCH RFC net-next v5 02/14] af_vsock: refactor transport lookup code
` [PATCH RFC net-next v5 03/14] af_vsock: support multi-transport datagrams
` [PATCH RFC net-next v5 04/14] af_vsock: generalize bind table functions
` [PATCH RFC net-next v5 05/14] af_vsock: use a separate dgram bind table
` [PATCH RFC net-next v5 06/14] virtio/vsock: add VIRTIO_VSOCK_TYPE_DGRAM
` [PATCH RFC net-next v5 07/14] virtio/vsock: add common datagram send path
` [PATCH RFC net-next v5 08/14] af_vsock: add vsock_find_bound_dgram_socket()
` [PATCH RFC net-next v5 09/14] virtio/vsock: add common datagram recv path
` [PATCH RFC net-next v5 10/14] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [PATCH RFC net-next v5 11/14] vhost/vsock: implement datagram support
` [PATCH RFC net-next v5 12/14] vsock/loopback: "
` [PATCH RFC net-next v5 13/14] virtio/vsock: "
` [PATCH RFC net-next v5 14/14] test/vsock: add vsock dgram tests

[PATCH bpf-next] bpf: Drop useless btf_vmlinux in bpf_tcp_ca
 2023-07-19  0:40 UTC  (2+ messages)

[PATCH v3] samples/bpf: README: Update build dependencies required
 2023-07-19  0:30 UTC  (2+ messages)

[PATCH v2 bpf-next 0/6] BPF Refcount followups 2: owner field
 2023-07-19  0:30 UTC  (8+ 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 bpf-next v5 0/8] BPF link support for tc BPF programs
 2023-07-19  0:25 UTC  (5+ 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] 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)

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

[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] 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 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 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  (7+ 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 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 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: Support ->fill_link_info for perf_event
 2023-07-17 11:57 UTC  (2+ messages)

[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 


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