public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-06 02:56:50 to 2023-08-09 08:34:45 UTC [more...]

[PATCHv7 bpf-next 00/28] bpf: Add multi uprobe link
 2023-08-09  8:34 UTC 

[PATCH bpf-next] net: Fix slab-out-of-bounds in inet[6]_steal_sock
 2023-08-09  8:33 UTC 

[PATCH bpf-next v11 0/5] bpf: Force to MPTCP
 2023-08-09  8:19 UTC  (6+ messages)
` [PATCH bpf-next v11 2/5] selftests/bpf: Use random netns name for mptcp

Instalacja pv
 2023-08-09  8:00 UTC 

[RFC PATCH 0/2] mm: Select victim using bpf_select_task
 2023-08-09  7:53 UTC  (14+ messages)
` [RFC PATCH 1/2] mm, oom: Introduce bpf_select_task

[RFC v3 Optimizing veth xsk performance 0/9]
 2023-08-09  7:13 UTC  (12+ 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
  ` Re: [RFC v3 Optimizing veth xsk performance 0/9]

[PATCH V3 net-next] net: fec: add XDP_TX feature support
 2023-08-09  6:22 UTC  (19+ messages)

[PATCH v2 0/8] io_uring: Initial support for {s,g}etsockopt commands
 2023-08-09  6:01 UTC  (17+ messages)
` [PATCH v2 1/8] net: expose sock_use_custom_sol_socket
` [PATCH v2 2/8] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v2 3/8] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
` [PATCH v2 4/8] io_uring/cmd: Extend support beyond SOL_SOCKET
` [PATCH v2 5/8] bpf: Leverage sockptr_t in BPF getsockopt hook
` [PATCH v2 6/8] bpf: Leverage sockptr_t in BPF setsockopt hook
` [PATCH v2 7/8] io_uring/cmd: BPF hook for getsockopt cmd
` [PATCH v2 8/8] io_uring/cmd: BPF hook for setsockopt cmd

[PATCH bpf-next] riscv/bpf: Fix truncated immediate warning in rv_s_insn
 2023-08-09  2:32 UTC  (4+ messages)

[PATCH bpf-next] bpf: lru: Remove unused declaration bpf_lru_promote()
 2023-08-09  0:30 UTC  (2+ messages)

[PATCH bpf-next] bpf: btf: Remove two unused function declarations
 2023-08-09  0:30 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: relax expected log messages to allow emitting BPF_ST
 2023-08-09  0:20 UTC  (5+ messages)

[PATCH bpf-next v2] selftests/bpf: remove duplicated functions
 2023-08-09  0:00 UTC  (2+ messages)

[PATCH v2] bpf, docs: Fix small typo and define semantics of sign extension
 2023-08-08 23:50 UTC  (3+ messages)
` [Bpf] "

[PATCH net-next,v3 0/5] team: do some cleanups in team driver
 2023-08-08 22:10 UTC  (9+ 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

[Bpf] [PATCH] bpf, docs: Fix small typo and define semantics of sign extension
 2023-08-08 21:25 UTC  (6+ messages)
`  "

[PATCH] tracepoint: add new `tcp:tcp_ca_event_set` trace event
 2023-08-08 20:21 UTC  (9+ messages)
  ` [PATCH v2] tracepoint: add new `tcp:tcp_ca_event` "

[PATCH bpf-next v6 0/8] Add SO_REUSEPORT support for TC bpf_sk_assign
 2023-08-08 16:35 UTC  (4+ messages)
` [PATCH bpf-next v6 7/8] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign

[PATCH bpf-next] bpf, sockmap: add BPF_F_PERMANENTLY flag for skmsg redirect
 2023-08-08 14:02 UTC  (3+ messages)

[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

[syzbot] [modules?] KASAN: invalid-access Read in init_module_from_file
 2023-08-08 16:06 UTC  (3+ messages)

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

[PATCH v2 8/8] scripts/gdb/vmalloc: add vmallocinfo support
 2023-08-08  8:30 UTC 

[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  (3+ messages)
` [RFC PATCH 4/5] ftrace: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs

[PATCH net-next] Add bnxt_netlink to facilitate representor pair configurations
 2023-08-08  1:07 UTC  (3+ 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] "

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

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

[PATCH bpf-next v2] selftests/bpf: fix the incorrect verification of port numbers
 2023-08-07 17:12 UTC  (3+ 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  (8+ messages)

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

[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  (3+ messages)

[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  (3+ messages)

[PATCH v4 bpf-next 0/2] bpf: Fix fill_link_info and add selftest
 2023-08-06 14:33 UTC  (4+ messages)
` [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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox