public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-04 16:22:06 to 2023-08-08 14:53:52 UTC [more...]

[RFC PATCH v2 0/6] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
 2023-08-08 14:53 UTC  (11+ messages)
` [RFC PATCH v2 1/6] fprobe: Use fprobe_regs in fprobe entry handler
` [RFC PATCH v2 2/6] tracing: Expose ftrace_regs regardless of CONFIG_FUNCTION_TRACER
` [RFC PATCH v2 3/6] fprobe: rethook: Use fprobe_regs in fprobe exit handler and rethook
` [RFC PATCH v2 4/6] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [RFC PATCH v2 5/6] ftrace: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [RFC PATCH v2 6/6] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled

[PATCH V3 net-next] net: fec: add XDP_TX feature support
 2023-08-08 11:33 UTC  (18+ messages)

[PATCH v4 3/9] bpf/btf: Add a function to search a member of a struct/union
 2023-08-08 14:32 UTC  (12+ messages)

[RFC PATCH 0/5] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
 2023-08-08 12:10 UTC  (8+ messages)
` [RFC PATCH 1/5] fprobe: Use fprobe_regs in fprobe entry handler
` [RFC PATCH 2/5] fprobe: rethook: Use fprobe_regs in fprobe exit handler and rethook
` [RFC PATCH 3/5] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [RFC PATCH 4/5] ftrace: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [RFC PATCH 5/5] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled

[RFC v3 Optimizing veth xsk performance 0/9]
 2023-08-08  3:19 UTC  (10+ messages)
` [RFC v3 Optimizing veth xsk performance 1/9] veth: Implement ethtool's get_ringparam() callback
` [RFC v3 Optimizing veth xsk performance 2/9] xsk: add dma_check_skip for skipping dma check
` [RFC v3 Optimizing veth xsk performance 3/9] veth: add support for send queue
` [RFC v3 Optimizing veth xsk performance 4/9] xsk: add xsk_tx_completed_addr function
` [RFC v3 Optimizing veth xsk performance 5/9] veth: use send queue tx napi to xmit xsk tx desc
` [RFC v3 Optimizing veth xsk performance 6/9] veth: add ndo_xsk_wakeup callback for veth
` [RFC v3 Optimizing veth xsk performance 7/9] sk_buff: add destructor_arg_xsk_pool for zero copy
` [RFC v3 Optimizing veth xsk performance 8/9] veth: af_xdp tx batch support for ipv4 udp
` [RFC v3 Optimizing veth xsk performance 9/9] veth: add support for AF_XDP tx need_wakup feature

[PATCH vhost v11 00/10] virtio core prepares for AF_XDP
 2023-08-08  3:09 UTC  (18+ messages)
` [PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()

[PATCH net-next] Add bnxt_netlink to facilitate representor pair configurations
 2023-08-08  1:07 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: remove duplicated functions
 2023-08-08  1:01 UTC  (3+ messages)

[PATCHv3 bpf-next 0/3] bpf: Support bpf_get_func_ip helper in uprobes
 2023-08-07 23:50 UTC  (9+ messages)
` [PATCHv3 bpf-next 1/3] bpf: Add support for bpf_get_func_ip helper for uprobe program
` [PATCHv3 bpf-next 2/3] selftests/bpf: Add bpf_get_func_ip tests for uprobe on function entry
` [PATCHv3 bpf-next 3/3] selftests/bpf: Add bpf_get_func_ip test for uprobe inside function

[PATCH bpf-next 1/2] bpf: Fix an incorrect verification success with movsx insn
 2023-08-07 23:50 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a movsx selftest for sign-extension of R10

[PATCH v4 1/1] bpf, docs: Formalize type notation and function semantics in ISA standard
 2023-08-07 22:20 UTC  (5+ messages)
` [Bpf] "

[syzbot] [modules?] KASAN: invalid-access Read in init_module_from_file
 2023-08-07 22:09 UTC  (2+ messages)

[PATCH] tracepoint: add new `tcp:tcp_ca_event_set` trace event
 2023-08-07 20:00 UTC  (2+ messages)

[PATCH bpf-next] bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR
 2023-08-07 19:49 UTC  (7+ messages)

[syzbot] [bpf?] KMSAN: uninit-value in ieee802154_subif_start_xmit
 2023-08-07 18:09 UTC  (7+ messages)

[RFC PATCH 0/2] mm: Select victim using bpf_select_task
 2023-08-07 17:28 UTC  (11+ messages)
` [RFC PATCH 1/2] mm, oom: Introduce bpf_select_task

[PATCH bpf-next v2] selftests/bpf: fix the incorrect verification of port numbers
 2023-08-07 17:12 UTC  (4+ messages)

(no subject)
 2023-08-07 17:06 UTC  (14+ messages)
` [PATCH bpf-next v4 12/21] xdp: Add checksum hint

[PATCH] drm/amd/pm: Clean up errors in smu_v13_0_7_ppt.c
 2023-08-07 16:19 UTC  (2+ messages)

[PATCH] drm/amd/pm: Clean up errors in smu_v11_0.h
 2023-08-07 16:17 UTC  (2+ messages)

FAILED: load BTF from vmlinux: Invalid argument
 2023-08-07 16:05 UTC  (9+ messages)

[PATCH v3 1/2] bpf, docs: Formalize type notation and function semantics in ISA standard
 2023-08-07 14:01 UTC  (14+ messages)
` [Bpf] "
` [PATCH v3 2/2] bpf, docs: Fix small typo and define semantics of sign extension
  ` [Bpf] "

[PATCH] [RFC PATCH] tcp event: add new tcp:tcp_cwnd_restart event
 2023-08-07 13:40 UTC  (5+ messages)

[RFC v2 Optimizing veth xsk performance 0/9]
 2023-08-07 12:26 UTC  (7+ messages)
` [RFC v2 Optimizing veth xsk performance 2/9] xsk: add dma_check_skip for skipping dma check
` [RFC v2 Optimizing veth xsk performance 3/9] veth: add support for send queue
` [RFC v2 Optimizing veth xsk performance 4/9] xsk: add xsk_tx_completed_addr function
` [RFC v2 Optimizing veth xsk performance 5/9] veth: use send queue tx napi to xmit xsk tx desc
` [RFC v2 Optimizing veth xsk performance 6/9] veth: add ndo_xsk_wakeup callback for veth
` [RFC v2 Optimizing veth xsk performance 8/9] veth: af_xdp tx batch support for ipv4 udp

[PATCH net-next v2 0/5] TSN auto negotiation between 1G and 2.5G
 2023-08-07 11:02 UTC  (3+ messages)
` [PATCH net-next v2 1/5] platform/x86: intel_pmc_core: Add IPC mailbox accessor function and add SoC register access

subscribe linux-kernel bpf@vger.kernel.org
 2023-08-07  8:44 UTC 

subscribe
 2023-08-07  8:40 UTC 

[PATCH V6,net-next] net: mana: Add page pool for RX buffers
 2023-08-07  8:35 UTC  (4+ messages)

[PATCH net-next,v3 0/5] team: do some cleanups in team driver
 2023-08-07  7:46 UTC  (8+ messages)
` [PATCH net-next,v3 1/5] team: add __exit modifier to team_nl_fini()
` [PATCH net-next,v3 2/5] team: remove unreferenced header in broadcast and roundrobin files
` [PATCH net-next,v3 3/5] team: change the init function in the team_option structure to void
` [PATCH net-next,v3 4/5] team: change the getter "
` [PATCH net-next,v3 5/5] team: remove unused input parameters in lb_htpm_select_tx_port and lb_hash_select_tx_port

[PATCH bpf-next v11 0/5] bpf: Force to MPTCP
 2023-08-07  6:40 UTC  (8+ messages)
` [PATCH bpf-next v11 1/5] bpf: Add update_socket_protocol hook
` [PATCH bpf-next v11 2/5] selftests/bpf: Use random netns name for mptcp
` [PATCH bpf-next v11 5/5] selftests/bpf: Add mptcpify test

[PATCH mptcp-next v12 0/5] bpf: Force to MPTCP
 2023-08-07  6:22 UTC  (6+ messages)
` [PATCH mptcp-next v12 1/5] bpf: Add update_socket_protocol hook
` [PATCH mptcp-next v12 2/5] selftests/bpf: Use random netns name for mptcp
` [PATCH mptcp-next v12 3/5] selftests/bpf: Add two mptcp netns helpers
` [PATCH mptcp-next v12 4/5] selftests/bpf: Fix error checks of mptcp open_and_load
` [PATCH mptcp-next v12 5/5] selftests/bpf: Add mptcpify test

[PATCH v5 0/9] tracing: Improbe BTF support on probe events
 2023-08-07  2:55 UTC  (10+ messages)
` [PATCH v5 1/9] tracing/probes: Support BTF argument on module functions
` [PATCH v5 2/9] tracing/probes: Move finding func-proto API and getting func-param API to trace_btf
` [PATCH v5 3/9] tracing/probes: Add a function to search a member of a struct/union
` [PATCH v5 4/9] tracing/probes: Support BTF based data structure field access
` [PATCH v5 5/9] tracing/probes: Support BTF field access from $retval
` [PATCH v5 6/9] tracing/probes: Add string type check with BTF
` [PATCH v5 7/9] tracing/fprobe-event: Assume fprobe is a return event by $retval
` [PATCH v5 8/9] selftests/ftrace: Add BTF fields access testcases
` [PATCH v5 9/9] Documentation: tracing: Update fprobe event example with BTF field

[PATCH net-next 0/6] team: do some cleanups in team driver
 2023-08-07  1:03 UTC  (8+ messages)
` [PATCH net-next 6/6] team: remove unused input parameters in lb_htpm_select_tx_port and lb_hash_select_tx_port

[PATCH v4 bpf-next 0/2] bpf: Fix fill_link_info and add selftest
 2023-08-06 14:33 UTC  (8+ messages)
` [PATCH v4 bpf-next 1/2] bpf: Fix uninitialized symbol in bpf_perf_link_fill_kprobe()
` [PATCH v4 bpf-next 2/2] selftests/bpf: Add selftest for fill_link_info

[PATCH net-next] tcx: Fix splat in ingress_destroy upon tcx_entry_free
 2023-08-06 13:50 UTC  (8+ messages)

[PATCHv6 bpf-next 00/28] bpf: Add multi uprobe link
 2023-08-05 21:11 UTC  (4+ messages)
` [PATCHv6 bpf-next 03/28] "

[PATCH iwl-next v4 3/4] igb: add AF_XDP zero-copy Rx support
 2023-08-05 14:54 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH bpf-next] bpf, sockmap: add BPF_F_PERMANENTLY flag for skmsg redirect
 2023-08-05 12:51 UTC  (2+ messages)

[PATCH bpf] bpf, sockmap: Fix map type error in sock_map_del_link
 2023-08-05 11:41 UTC  (2+ messages)

[linux-next:master 4617/7272] kernel/bpf/disasm.c:90:12: sparse: sparse: symbol 'bpf_alu_sign_string' was not declared. Should it be static?
 2023-08-04 23:24 UTC  (2+ messages)

[PATCH -next] bpf: change bpf_alu_sign_string and bpf_movsx_string to static
 2023-08-04 22:40 UTC  (2+ messages)

[PATCH v3 bpf-next] libbpf: Use local includes inside the library
 2023-08-04 22:20 UTC  (2+ messages)

[PATCH v2] bpf, docs: Formalize type notation and function semantics in ISA standard
 2023-08-04 22:04 UTC  (2+ messages)

[PATCH bpf-next] bpf: fix inconsistent return types of bpf_xdp_copy_buf()
 2023-08-04 21:50 UTC  (4+ messages)

[RFC Optimizing veth xsk performance 00/10]
 2023-08-04 21:12 UTC  (17+ messages)
` [RFC Optimizing veth xsk performance 01/10] veth: Implement ethtool's get_ringparam() callback
` [RFC Optimizing veth xsk performance 02/10] xsk: add dma_check_skip for skipping dma check
` [RFC Optimizing veth xsk performance 03/10] veth: add support for send queue
` [RFC Optimizing veth xsk performance 04/10] xsk: add xsk_tx_completed_addr function
` [RFC Optimizing veth xsk performance 05/10] veth: use send queue tx napi to xmit xsk tx desc
` [RFC Optimizing veth xsk performance 06/10] veth: add ndo_xsk_wakeup callback for veth
` [RFC Optimizing veth xsk performance 09/10] veth: support zero copy for af xdp
` [RFC Optimizing veth xsk performance 10/10] veth: af_xdp tx batch support for ipv4 udp

[PATCH V5,net-next] net: mana: Add page pool for RX buffers
 2023-08-04 20:20 UTC  (4+ messages)

[bug report] selftests/bpf: Verify that the cgroup_skb filters receive expected packets
 2023-08-04 17:32 UTC  (5+ messages)

[PATCH 00/10] RISC-V: Refactor instructions
 2023-08-04 17:26 UTC  (6+ messages)
` [PATCH 01/10] RISC-V: Expand instruction definitions

[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
 2023-08-04 17:01 UTC  (9+ messages)
` [PATCH RFC net-next v5 03/14] af_vsock: support multi-transport datagrams

[PATCH bpf-next 1/2] bpf: Fix mprog detachment for empty mprog entry
 2023-08-04 16:50 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