public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-07 15:38:13 to 2023-08-09 16:06:56 UTC [more...]

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

[PATCH bpf-next] net: Fix slab-out-of-bounds in inet[6]_steal_sock
 2023-08-09 15:55 UTC  (5+ messages)

[RFC PATCH v2 0/6] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
 2023-08-09 15:53 UTC  (24+ 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 bpf] xsk: fix refcount underflow in error path
 2023-08-09 14:28 UTC 

[PATCH bpf-next] bpf: Remove unused declaration bpf_link_new_file()
 2023-08-09 14:05 UTC 

[PATCH v2 0/8] io_uring: Initial support for {s,g}etsockopt commands
 2023-08-09 13:21 UTC  (22+ 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 00/10] seltests/xsk: various improvements to xskxceiver
 2023-08-09 12:43 UTC  (11+ messages)
` [PATCH bpf-next 01/10] selftests/xsk: print per packet info in verbose mode
` [PATCH bpf-next 02/10] selftests/xsk: add timeout for Tx thread
` [PATCH bpf-next 03/10] selftests/xsk: add option to only run tests in a single mode
` [PATCH bpf-next 04/10] selftests/xsk: move all tests to separate functions
` [PATCH bpf-next 05/10] selftests/xsk: declare test names in struct
` [PATCH bpf-next 06/10] selftests/xsk: add option that lists all tests
` [PATCH bpf-next 07/10] selftests/xsk: add option to run single test
` [PATCH bpf-next 08/10] selftests/xsk: use ksft_print_msg uniformly
` [PATCH bpf-next 09/10] selftests/xsk: fail single test instead of all tests
` [PATCH bpf-next 10/10] selftests/xsk: display command line options with -h

[PATCH bpf-next v2 00/14] Exceptions - 1/2
 2023-08-09 11:41 UTC  (15+ messages)
` [PATCH bpf-next v2 01/14] arch/x86: Implement arch_bpf_stack_walk
` [PATCH bpf-next v2 02/14] bpf: Implement support for adding hidden subprogs
` [PATCH bpf-next v2 03/14] bpf: Implement BPF exceptions
` [PATCH bpf-next v2 04/14] bpf: Refactor check_btf_func and split into two phases
` [PATCH bpf-next v2 05/14] bpf: Add support for custom exception callbacks
` [PATCH bpf-next v2 06/14] bpf: Perform CFG walk for exception callback
` [PATCH bpf-next v2 07/14] bpf: Treat first argument as return value for bpf_throw
` [PATCH bpf-next v2 08/14] bpf: Prevent KASAN false positive with bpf_throw
` [PATCH bpf-next v2 09/14] bpf: Detect IP == ksym.end as part of BPF program
` [PATCH bpf-next v2 10/14] bpf: Disallow extensions to exception callbacks
` [PATCH bpf-next v2 11/14] bpf: Fix kfunc callback register type handling
` [PATCH bpf-next v2 12/14] libbpf: Add support for custom exception callbacks
` [PATCH bpf-next v2 13/14] selftests/bpf: Add BPF assertion macros
` [PATCH bpf-next v2 14/14] selftests/bpf: Add tests for BPF exceptions

[PATCH 0/2] x86/BPF: Add new BPF helper call bpf_rdtsc
 2023-08-09 11:31 UTC  (10+ messages)
` [PATCH 1/2] x86/tsc: "

[RFC v3 Optimizing veth xsk performance 0/9]
 2023-08-09 11:09 UTC  (14+ 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 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  (11+ messages)
` [RFC PATCH 1/2] mm, oom: Introduce bpf_select_task

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

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

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

[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  (2+ 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  (8+ 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  (4+ 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  (6+ 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  (10+ 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)


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