bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-24 21:02:57 to 2023-05-29 15:50:31 UTC [more...]

[PATCH v2 bpf-next 00/22] xsk: multi-buffer support
 2023-05-29 15:50 UTC 

[PATCH] kernel: bpf: syscall: fix a possible sleep-in-atomic bug in __bpf_prog_put()
 2023-05-29 15:48 UTC 

[PATCH bpf-next 1/2] bpf: Silence a warning in btf_type_id_size()
 2023-05-29 15:17 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a test where map key_type_id with decl_tag type

MOEP/SDE/OMT/05/2023-24
 2023-05-29 14:56 UTC 

[PATCH v6 RESEND] libbpf: kprobe.multi: Filter with available_filter_functions
 2023-05-29 13:23 UTC  (2+ messages)

[RFC PATCH bpf-next 0/8] bpf: Support ->show_fdinfo and ->fill_link_info for kprobe prog
 2023-05-29 12:49 UTC  (11+ messages)
` [RFC PATCH bpf-next 1/8] bpf: Support ->show_fdinfo for kprobe_multi
` [RFC PATCH bpf-next 2/8] bpf: Support ->fill_link_info "
` [RFC PATCH bpf-next 3/8] bpftool: Show probed function in kprobe_multi link info
` [RFC PATCH bpf-next 4/8] bpf: Always expose the probed address
` [RFC PATCH bpf-next 5/8] bpf: Support ->show_fdinfo for perf_event
` [RFC PATCH bpf-next 6/8] bpf: Add a common helper bpf_copy_to_user()
` [RFC PATCH bpf-next 7/8] bpf: Support ->fill_link_info for perf_event
` [RFC PATCH bpf-next 8/8] bpftool: Show probed function in perf_event link info

[PATCH net] tcp: introduce a compack timer handler in sack compression
 2023-05-29 11:38 UTC 

[PATCH bpf-next 0/2] multi-buffer support for XDP_REDIRECT samples
 2023-05-29 11:06 UTC  (3+ messages)
` [PATCH bpf-next 1/2] samples/bpf: fixup xdp_redirect tool to be able to support xdp multibuffer
` [PATCH bpf-next 2/2] samples/bpf: fixup xdp_redirect_map "

[PATCH 0/3] Type aware module allocator
 2023-05-29 10:45 UTC  (14+ messages)
` [PATCH 1/3] module: Introduce module_alloc_type
` [PATCH 2/3] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH 3/3] x86/module: Use module_alloc_type

[PATCH net-next v2 0/3] support non-frag page for page_pool_alloc_frag()
 2023-05-29  9:28 UTC 

[RFC PATCH stable 5.4 0/8] bpf: Fix bpf_probe_read/bpf_probe_read_str helpers
 2023-05-29  8:37 UTC  (4+ messages)

[bpf?] [net?] Questions about the impact of ebpf sockmap/redirection on socket performance improvement
 2023-05-29  3:49 UTC  (3+ messages)
` [bpf?] [net?] socket test data of ebpf sockmap/redirection and TCP/IP stack

[PATCH v13 00/12] tracing: Add fprobe/tracepoint events
 2023-05-29  3:16 UTC  (15+ messages)
` [PATCH v13 01/12] fprobe: Pass return address to the handlers
` [PATCH v13 02/12] tracing/probes: Avoid setting TPARG_FL_FENTRY and TPARG_FL_RETURN
` [PATCH v13 03/12] tracing/probes: Add fprobe events for tracing function entry and exit
` [PATCH v13 04/12] selftests/ftrace: Add fprobe related testcases
` [PATCH v13 05/12] tracing/probes: Add tracepoint support on fprobe_events
` [PATCH v13 06/12] tracing/probes: Move event parameter fetching code to common parser
` [PATCH v13 07/12] tracing/probes: Support function parameters if BTF is available
` [PATCH v13 08/12] tracing/probes: Add $arg* meta argument for all function args
` [PATCH v13 09/12] tracing/probes: Add BTF retval type support
` [PATCH v13 10/12] selftests/ftrace: Add tracepoint probe test case
` [PATCH v13 11/12] selftests/ftrace: Add BTF arguments test cases
` [PATCH v13 12/12] Documentation: tracing/probes: Add fprobe event tracing document

[PATCH bpf-next v1 0/2] bpf: verify scalar ids mapping in regsafe()
 2023-05-29  0:59 UTC  (8+ messages)
` [PATCH bpf-next v1 1/2] bpf: verify scalar ids mapping in regsafe() using check_ids()
` [PATCH bpf-next v1 2/2] selftests/bpf: verify that check_ids() is used for scalars in regsafe()

[syzbot] [net?] KASAN: invalid-access Read in __packet_get_status
 2023-05-27 20:32 UTC  (4+ messages)

[PATCH bpf-next] bpf: replace open code with for allocated object check
 2023-05-27 12:27 UTC 

pull-request: bpf-next 2023-05-26
 2023-05-27  1:06 UTC  (3+ messages)

a small question about bpftool struct_ops
 2023-05-26 23:10 UTC  (5+ messages)

[PATCH bpf-next] bpf, vmtest: Build test_progs and friends as statically linked
 2023-05-26 22:47 UTC 

[PATCH bpf-next 1/2] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
 2023-05-26 21:08 UTC  (12+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper

[PATCH] perf bpf filter: Fix a broken perf sample data naming in BPF
 2023-05-26 18:22 UTC  (4+ messages)

[Bpf] IETF BPF working group draft charter
 2023-05-26 17:30 UTC  (27+ messages)

[PATCH 0/2] bpf: utilize table ID in bpf_fib_lookup helper
 2023-05-26 16:58 UTC  (10+ messages)
` [PATCH 1/2] bpf: add table ID to bpf_fib_lookup BPF helper
` [PATCH 2/2] bpf: test table ID fib lookup "

[PATCH AUTOSEL 6.2 08/30] selftests/bpf: check that modifier resolves after pointer
 2023-05-26 16:43 UTC  (10+ messages)

[PATCH V3,net] net: mana: Fix perf regression: remove rx_cqes, tx_cqes counters
 2023-05-26 15:38 UTC 

[PATCH V2,net] net: mana: Fix perf regression: remove rx_cqes, tx_cqes counters
 2023-05-26 15:34 UTC  (5+ messages)

[syzbot] [bpf?] WARNING: bad unlock balance in bpf
 2023-05-26 12:52 UTC  (2+ messages)

[PATCH v5] libbpf: kprobe.multi: Filter with available_filter_functions
 2023-05-26 12:20 UTC 

[PATCH] libbpf: kprobe.multi: Filter with blacklist and available_filter_functions
 2023-05-26 12:18 UTC  (10+ messages)
` [PATCH v3] libbpf: kprobe.multi: Filter with available_filter_functions
    ` [PATCH v4] "
        ` [PATCH v5] "

[PATCH bpf-next 0/2] libbpf: add netfilter link attach helper
 2023-05-26 12:11 UTC  (6+ messages)
` [PATCH bpf-next 1/2] tools: "
    ` [PATCH bpf] bpf: netfilter: add BPF_NETFILTER bpf_attach_type
` [PATCH bpf-next 2/2] selftests/bpf: Add bpf_program__attach_netfilter_opts helper test

[RFC PATCH] bpf: Remove in_atomic() from bpf_link_put()
 2023-05-26 11:23 UTC  (7+ messages)
      ` [PATCH v2] "
          ` [PATCH v3] "

[PATCH] net: use umd_cleanup_helper()
 2023-05-26 11:21 UTC 

[PATCH net] net: mana: Fix perf regression: remove rx_cqes, tx_cqes counters
 2023-05-26 10:44 UTC  (5+ messages)

[PATCH bpf-next 1/2] libbpf: ensure libbpf always opens files with O_CLOEXEC
 2023-05-26 10:10 UTC  (5+ messages)
` [PATCH bpf-next 2/2] libbpf: ensure FD >= 3 during bpf_map__reuse_fd()

[PATCH net-next 0/2] support non-frag page for page_pool_alloc_frag()
 2023-05-26  9:26 UTC 

[PATCH net] net: stmmac: fix call trace when stmmac_xdp_xmit() is invoked
 2023-05-26  4:10 UTC  (3+ messages)

[PATCH v3 dwarves 0/6] Support for new btf_type_tag encoding
 2023-05-26  0:06 UTC  (3+ messages)

[PATCH dwarves] pahole: avoid adding same struct structure to two rb trees
 2023-05-25 23:59 UTC 

[PATCH bpf-next] selftests/bpf: Check whether to run selftest
 2023-05-26  0:00 UTC  (2+ messages)

[PATCH RFC bpf-next 0/3] Revamp bpf_attr and make it easier to evolve
 2023-05-25 23:39 UTC  (8+ messages)
` [PATCH RFC bpf-next 1/3] bpf: revamp bpf_attr and name each command's field and substruct
` [PATCH RFC bpf-next 2/3] bpf: use new named bpf_attr substructs for few commands
` [PATCH RFC bpf-next 3/3] libbpf: use new bpf_xxx_attr structs for bpf() commands

[PATCH bpf-next 0/3] Relax checks for unprivileged bpf() commands
 2023-05-25 19:49 UTC  (12+ messages)
` [PATCH bpf-next 1/3] bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE command
` [PATCH bpf-next 2/3] bpf: don't require CAP_SYS_ADMIN for getting NEXT_ID
` [PATCH bpf-next 3/3] bpf: don't require bpf_capable() for GET_INFO_BY_FD

[PATCH bpf-next] libbpf: change var type in datasec resize func
 2023-05-25 17:40 UTC  (3+ messages)

[RFC dwarves 0/6] Encoding function addresses using DECL_TAGs
 2023-05-25 17:29 UTC  (11+ messages)
` [RFC dwarves 5/6] btf_encoder: store ELF function representations sorted by name _and_ address

[PATCH bpf-next] bpf: Export rx queue info for reuseport ebpf prog
 2023-05-25 14:35 UTC  (3+ messages)

[PATCH RESEND bpf-next 00/15] new kfunc XDP hints and ice implementation
 2023-05-25 11:02 UTC  (5+ messages)
` [PATCH RESEND bpf-next 05/15] ice: Introduce ice_xdp_buff

[bug] kernel: bpf: syscall: a possible sleep-in-atomic bug in __bpf_prog_put()
 2023-05-25  5:37 UTC  (8+ messages)

pull-request: bpf 2023-05-24
 2023-05-25  5:10 UTC  (2+ messages)

[PATCH bpf-next 1/2] cpuidle/rcu: Making arch_cpu_idle and rcu_idle_exit noinstr
 2023-05-25  0:13 UTC  (9+ messages)
` (no subject)
  ` 


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