public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-01 20:18:32 to 2023-08-03 07:37:38 UTC [more...]

[PATCHv6 bpf-next 00/28] bpf: Add multi uprobe link
 2023-08-03  7:34 UTC  (20+ messages)
` [PATCHv6 bpf-next 01/28] bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enum
` [PATCHv6 bpf-next 02/28] bpf: Add attach_type checks under bpf_prog_attach_check_attach_type
` [PATCHv6 bpf-next 03/28] bpf: Add multi uprobe link
` [PATCHv6 bpf-next 04/28] bpf: Add cookies support for uprobe_multi link
` [PATCHv6 bpf-next 05/28] bpf: Add pid filter "
` [PATCHv6 bpf-next 06/28] bpf: Add bpf_get_func_ip helper support for uprobe link
` [PATCHv6 bpf-next 07/28] libbpf: Add uprobe_multi attach type and link names
` [PATCHv6 bpf-next 08/28] libbpf: Move elf_find_func_offset* functions to elf object
` [PATCHv6 bpf-next 09/28] libbpf: Add elf_open/elf_close functions
` [PATCHv6 bpf-next 10/28] libbpf: Add elf symbol iterator
` [PATCHv6 bpf-next 11/28] libbpf: Add elf_resolve_syms_offsets function
` [PATCHv6 bpf-next 12/28] libbpf: Add elf_resolve_pattern_offsets function
` [PATCHv6 bpf-next 13/28] libbpf: Add bpf_link_create support for multi uprobes
` [PATCHv6 bpf-next 14/28] libbpf: Add bpf_program__attach_uprobe_multi function
` [PATCHv6 bpf-next 15/28] libbpf: Add support for u[ret]probe.multi[.s] program sections
` [PATCHv6 bpf-next 16/28] libbpf: Add uprobe multi link detection
` [PATCHv6 bpf-next 17/28] libbpf: Add uprobe multi link support to bpf_program__attach_usdt
` [PATCHv6 bpf-next 18/28] selftests/bpf: Move get_time_ns to testing_helpers.h
` [PATCHv6 bpf-next 19/28] selftests/bpf: Add uprobe_multi skel test

[PATCH bpf-next v8 0/4] bpf: Force to MPTCP
 2023-08-03  7:30 UTC  (5+ messages)
` [PATCH bpf-next v8 1/4] bpf: Add update_socket_protocol hook
` [PATCH bpf-next v8 2/4] selftests/bpf: Use random netns name for mptcp
` [PATCH bpf-next v8 3/4] selftests/bpf: Add two mptcp netns helpers
` [PATCH bpf-next v8 4/4] selftests/bpf: Add mptcpify test

[PATCH bpf v2 0/3] two bug fixes for sockmap
 2023-08-03  6:48 UTC  (4+ messages)
` [PATCH bpf v2 1/3] bpf, sockmap: Fix map type error in sock_map_del_link
` [PATCH bpf v2 2/3] bpf, sockmap: Fix bug that strp_done cannot be called
` [PATCH bpf v2 3/3] selftests/bpf: Add sockmap test for redirecting partial skb data

[PATCH -next] bpf: change bpf_alu_sign_string and bpf_movsx_string to static
 2023-08-03  5:27 UTC  (2+ messages)

[PATCH V3 net-next] net: fec: add XDP_TX feature support
 2023-08-03  3:58 UTC  (12+ messages)

[PATCH bpf-next v2] libbpf: handle producer position overflow
 2023-08-03  3:41 UTC  (4+ messages)

[PATCH bpf] bpf, sockmap: Fix map type error in sock_map_del_link
 2023-08-03  2:47 UTC  (5+ messages)

[PATCH net] udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGES
 2023-08-03  2:30 UTC  (6+ messages)

[PATCH v4 0/9] tracing: Improbe BTF support on probe events
 2023-08-03  1:55 UTC  (34+ messages)
` [PATCH v4 3/9] bpf/btf: Add a function to search a member of a struct/union

[PATCH V5,net-next] net: mana: Add page pool for RX buffers
 2023-08-03  1:44 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: bpf_struct_ops: Remove unnecessary initial values of variables
 2023-08-04 17:59 UTC 

[PATCH bpf-next v2 0/3] net: struct netdev_rx_queue and xdp.h reshuffling
 2023-08-03  1:02 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] eth: add missing xdp.h includes in drivers
` [PATCH bpf-next v2 2/3] net: move struct netdev_rx_queue out of netdevice.h
` [PATCH bpf-next v2 3/3] net: invert the netdevice.h vs xdp.h dependency

[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
 2023-08-03  0:53 UTC  (17+ messages)
` [PATCH RFC net-next v5 03/14] af_vsock: support multi-transport datagrams
` [PATCH RFC net-next v5 07/14] virtio/vsock: add common datagram send path
` [PATCH RFC net-next v5 11/14] vhost/vsock: implement datagram support

[PATCH] bpf: bpf_struct_ops: Remove unnecessary ‘0’ values from err
 2023-08-03  0:51 UTC  (2+ messages)

[PATCH v2] bpf, docs: Formalize type notation and function semantics in ISA standard
 2023-08-03  0:44 UTC  (2+ messages)
` [Bpf] "

[PATCH v1 bpf-next 0/7] BPF Refcount followups 3: bpf_mem_free_rcu refcounted nodes
 2023-08-02 23:07 UTC  (20+ messages)
` [PATCH v1 bpf-next 1/7] bpf: Ensure kptr_struct_meta is non-NULL for collection insert and refcount_acquire
` [PATCH v1 bpf-next 2/7] bpf: Consider non-owning refs trusted
` [PATCH v1 bpf-next 3/7] bpf: Use bpf_mem_free_rcu when bpf_obj_dropping refcounted nodes
` [PATCH v1 bpf-next 4/7] bpf: Reenable bpf_refcount_acquire
` [PATCH v1 bpf-next 5/7] bpf: Consider non-owning refs to refcounted nodes RCU protected
` [PATCH v1 bpf-next 6/7] [RFC] bpf: Allow bpf_spin_{lock,unlock} in sleepable prog's RCU CS
` [PATCH v1 bpf-next 7/7] selftests/bpf: Add tests for rbtree API interaction in sleepable progs

[PATCH v3 bpf-next 0/2] bpf: Fix fill_link_info and add selftest
 2023-08-02 23:00 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/2] bpf: Fix uninitialized symbol in bpf_perf_link_fill_kprobe()
` [PATCH v3 bpf-next 2/2] selftests/bpf: Add selftest for fill_link_info

[RFC bpf-next 0/5] Sleepable BPF programs on cgroup {get,set}sockopt
 2023-08-02 22:28 UTC  (11+ messages)
` [RFC bpf-next 1/5] bpf: enable sleepable BPF programs attached to cgroup/{get,set}sockopt
` [RFC bpf-next 2/5] bpf: Provide bpf_copy_from_user() and bpf_copy_to_user()

[PATCH bpf-next v5 0/2] bpf, xdp: Add tracepoint to xdp attaching failure
 2023-08-02 21:40 UTC  (5+ messages)
` [PATCH bpf-next v5 1/2] "

[PATCH] [v5] bpf: fix bpf_probe_read_kernel prototype mismatch
 2023-08-02 21:20 UTC  (2+ messages)

[PATCH v2 bpf] selftests/bpf: fix static assert compilation issue for test_cls_*.c
 2023-08-02 21:20 UTC  (4+ messages)

[PATCH v2] riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework
 2023-08-02 21:10 UTC  (2+ messages)

[PATCH bpf] libbpf: fix typos in Makefile
 2023-08-02 21:10 UTC  (2+ messages)

[PATCH bpf-next v4 0/3] bpf, arm64: use BPF prog pack allocator in BPF JIT
 2023-08-02 21:02 UTC  (6+ messages)

[PATCH bpf-next 0/3] net: struct netdev_rx_queue and xdp.h reshuffling
 2023-08-02 19:42 UTC  (10+ messages)
` [PATCH bpf-next 1/3] eth: add missing xdp.h includes in drivers
` [PATCH bpf-next 2/3] net: move struct netdev_rx_queue out of netdevice.h
` [PATCH bpf-next 3/3] net: invert the netdevice.h vs xdp.h dependency

[PATCH net-next] udp: Remove unused function declaration udp_bpf_get_proto()
 2023-08-02 19:20 UTC  (2+ messages)

[PATCH v3 bpf-next] libbpf: Use local includes inside the library
 2023-08-02 19:06 UTC  (2+ messages)

[RFC PATCH bpf-next 0/3] bpf: Add new bpf helper bpf_for_each_cpu
 2023-08-02 18:13 UTC  (12+ messages)

[PATCH V4 net-next] net: fec: add XDP_TX feature support
 2023-08-02 17:47 UTC  (2+ messages)

[PATCH v2 bpf-next] libbpf: Use local includes inside the library
 2023-08-02 17:02 UTC  (4+ messages)

[syzbot] [fs?] INFO: task hung in pipe_release (4)
 2023-08-02 16:48 UTC  (3+ messages)

[RESEND] BTF is not generated for gcc-built kernel with the latest pahole
 2023-08-02 14:29 UTC  (13+ messages)
                  ` Fwd: "

[PATCH net-next] udp6: Fix __ip6_append_data()'s handling of MSG_SPLICE_PAGES
 2023-08-02 14:25 UTC  (2+ messages)

The performance of reading BPF_MAP_TYPE_ARRAY map in user space is bad
 2023-08-02 14:05 UTC  (2+ messages)

(no subject)
 2023-08-02 13:27 UTC  (9+ messages)
` [PATCH bpf-next v4 12/21] xdp: Add checksum hint

[PATCH bpf-next 0/3] bpf: Support bpf_get_func_ip helper in uprobes
 2023-08-02 12:42 UTC  (13+ messages)
` [PATCH bpf-next 1/3] bpf: Add support for bpf_get_func_ip helper for uprobe program
` [PATCH bpf-next 3/3] selftests/bpf: Add bpf_get_func_ip test for uprobe inside function

[PATCH net v2] net: handle ARPHRD_PPP in dev_is_mac_header_xmit()
 2023-08-02 12:21 UTC 

[PATCH net] net: handle ARPHRD_PPP in dev_is_mac_header_xmit()
 2023-08-02 12:16 UTC 

[Bpf] Review of draft-thaler-bpf-isa-01
 2023-08-02 12:15 UTC  (28+ messages)

[PATCH vhost v11 00/10] virtio core prepares for AF_XDP
 2023-08-02 11:12 UTC  (22+ messages)
` [PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()

[PATCHv5 bpf-next 00/28] bpf: Add multi uprobe link
 2023-08-02  8:24 UTC  (4+ messages)
` [PATCHv5 bpf-next 25/28] selftests/bpf: Add uprobe_multi usdt bench test

[RFC bpf-next v7 0/6] bpf: Force to MPTCP
 2023-08-02  8:03 UTC  (5+ messages)

[PATCH net-next V5 0/3] virtio_net: add per queue interrupt coalescing support
 2023-08-02  4:10 UTC  (2+ messages)

[RFC PATCH 0/5] mm: Select victim memcg using BPF_OOM_POLICY
 2023-08-02  3:04 UTC  (9+ messages)

[PATCH bpf] bpf, sockmap: Fix NULL deref in sk_psock_backlog
 2023-08-02  3:04 UTC  (2+ messages)

[PATCH bpf-next v3] selftests/bpf: replace fall through comment by fallthrough pseudo-keyword
 2023-08-02  1:30 UTC  (3+ messages)

bpf_sk_cgroup_id is not available in tracepoints
 2023-08-01 23:17 UTC  (2+ messages)

[PATCH v4 bpf 0/2] bpf: return proper error codes for lwt redirect
 2023-08-01 22:18 UTC  (9+ messages)
` [PATCH v4 bpf 1/2] bpf: fix skb_do_redirect return values

[PATCH net 0/2] bnxt_en: 2 XDP bug fixes
 2023-08-01 22:10 UTC  (2+ messages)

[PATCH net v2] udp: Fix __ip{,6}_append_data()'s handling of MSG_SPLICE_PAGES
 2023-08-01 21:17 UTC  (2+ messages)

[PATCH v1 bpf-next 1/2] [RFC] bpf: Introduce BPF_F_VMA_NEXT flag for bpf_find_vma helper
 2023-08-01 20:41 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