BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-17 16:20:27 to 2023-05-21 03:45:45 UTC [more...]

[bug] kernel: bpf: syscall: a possible sleep-in-atomic bug in __bpf_prog_put()
 2023-05-21  3:44 UTC  (3+ messages)

[syzbot] [fs?] INFO: task hung in synchronize_rcu (4)
 2023-05-21  2:26 UTC  (2+ messages)

[PATCH v2 bpf-next 0/3] Add O_PATH-based BPF_OBJ_PIN and BPF_OBJ_GET support
 2023-05-20 13:39 UTC  (12+ messages)
` [PATCH v2 bpf-next 1/3] bpf: support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
` [PATCH v2 bpf-next 2/3] libbpf: add opts-based bpf_obj_pin() API and add support for path_fd
` [PATCH v2 bpf-next 3/3] selftests/bpf: add path_fd-based BPF_OBJ_PIN and BPF_OBJ_GET tests

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

[PATCH] block: introduce block_io_start/block_io_done tracepoints
 2023-05-20  8:40 UTC 

[PATCH v9 bpf-next 0/9] bpf: Add socket destroy capability
 2023-05-20  6:00 UTC  (11+ messages)
` [PATCH v9 bpf-next 1/9] bpf: tcp: Avoid taking fast sock lock in iterator
` [PATCH v9 bpf-next 2/9] udp: seq_file: Helper function to match socket attributes
` [PATCH v9 bpf-next 3/9] bpf: udp: Encapsulate logic to get udp table
` [PATCH v9 bpf-next 4/9] udp: seq_file: Remove bpf_seq_afinfo from udp_iter_state
` [PATCH v9 bpf-next 5/9] bpf: udp: Implement batching for sockets iterator
` [PATCH v9 bpf-next 6/9] bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'
` [PATCH v9 bpf-next 7/9] bpf: Add bpf_sock_destroy kfunc
` [PATCH v9 bpf-next 8/9] selftests/bpf: Add helper to get port using getsockname
` [PATCH v9 bpf-next 9/9] selftests/bpf: Test bpf_sock_destroy

a small question about bpftool struct_ops
 2023-05-19 23:37 UTC  (3+ messages)

[PATCH v8 bpf-next 01/10] bpf: tcp: Avoid taking fast sock lock in iterator
 2023-05-19 22:52 UTC  (7+ messages)

[PATCH v2] bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
 2023-05-19 18:03 UTC  (2+ messages)

[PATCH bpf-next 0/3] Add O_PATH-based BPF_OBJ_PIN and BPF_OBJ_GET support
 2023-05-19 17:51 UTC  (23+ messages)
` [PATCH bpf-next 1/3] bpf: support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
      ` fd == 0 means AT_FDCWD "

[PATCH bpf-next 00/21] xsk: multi-buffer support
 2023-05-19 17:13 UTC  (26+ messages)
` [PATCH bpf-next 01/21] xsk: prepare 'options' in xdp_desc for multi-buffer use
` [PATCH bpf-next 02/21] xsk: introduce XSK_USE_SG bind flag for xsk socket
` [PATCH bpf-next 03/21] xsk: prepare both copy and zero-copy modes to co-exist
` [PATCH bpf-next 04/21] xsk: move xdp_buff's data length check to xsk_rcv_check
` [PATCH bpf-next 05/21] xsk: add support for AF_XDP multi-buffer on Rx path
` [PATCH bpf-next 06/21] xsk: introduce wrappers and helpers for supporting multi-buffer in Tx path
` [PATCH bpf-next 07/21] xsk: allow core/drivers to test EOP bit
` [PATCH bpf-next 08/21] xsk: add support for AF_XDP multi-buffer on Tx path
` [PATCH bpf-next 09/21] xsk: discard zero length descriptors in "
` [PATCH bpf-next 10/21] xsk: support mbuf on ZC RX
` [PATCH bpf-next 11/21] ice: xsk: add RX multi-buffer support
` [PATCH bpf-next 12/21] xsk: support ZC Tx multi-buffer in batch API
` [PATCH bpf-next 13/21] xsk: report ZC multi-buffer capability via xdp_features
` [PATCH bpf-next 14/21] ice: xsk: Tx multi-buffer support
` [PATCH bpf-next 15/21] selftests/xsk: transmit and receive multi-buffer packets
` [PATCH bpf-next 16/21] selftests/xsk: add basic multi-buffer test
` [PATCH bpf-next 17/21] selftests/xsk: add unaligned mode test for multi-buffer
` [PATCH bpf-next 18/21] selftests/xsk: add invalid descriptor "
` [PATCH bpf-next 19/21] selftests/xsk: add metadata copy test for multi-buff
` [PATCH bpf-next 20/21] selftests/xsk: add test for too many frags
` [PATCH bpf-next 21/21] selftests/xsk: reset NIC settings to default after running test suite

[PATCH bpf-next v2 0/2] bpf: Show target_{obj,btf}_id for tracing link
 2023-05-19 17:10 UTC  (2+ messages)

[PATCH RESEND bpf-next 00/15] new kfunc XDP hints and ice implementation
 2023-05-19 16:52 UTC  (11+ messages)
` [PATCH RESEND bpf-next 01/15] ice: make RX hash reading code more reusable
` [PATCH RESEND bpf-next 02/15] ice: make RX HW timestamp "
` [PATCH RESEND bpf-next 14/15] net, xdp: allow metadata > 32

[PATCH modules-next v10 00/13] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms
 2023-05-19 15:50 UTC  (2+ messages)

[RFC dwarves 0/6] Encoding function addresses using DECL_TAGs
 2023-05-19 15:08 UTC  (13+ messages)
` [RFC dwarves 5/6] btf_encoder: store ELF function representations sorted by name _and_ address
` [RFC dwarves 6/6] pahole: document --btf_gen_func_addr

[PATCH net-next v5 2/3] net: core: add getsockopt SO_PEERPIDFD
 2023-05-19 11:03 UTC  (2+ messages)

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

[PATCH v8 bpf-next 09/10] bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'
 2023-05-19  8:25 UTC  (2+ messages)

[PATCH bpf v9 00/14] bpf sockmap fixes
 2023-05-19  4:06 UTC  (15+ messages)
` [PATCH bpf v9 01/14] bpf: sockmap, pass skb ownership through read_skb
` [PATCH bpf v9 02/14] bpf: sockmap, convert schedule_work into delayed_work
` [PATCH bpf v9 03/14] bpf: sockmap, reschedule is now done through backlog
` [PATCH bpf v9 04/14] bpf: sockmap, improved check for empty queue
` [PATCH bpf v9 05/14] bpf: sockmap, handle fin correctly
` [PATCH bpf v9 06/14] bpf: sockmap, TCP data stall on recv before accept
` [PATCH bpf v9 07/14] bpf: sockmap, wake up polling after data copy
` [PATCH bpf v9 08/14] bpf: sockmap, incorrectly handling copied_seq
` [PATCH bpf v9 09/14] bpf: sockmap, pull socket helpers out of listen test for general use
` [PATCH bpf v9 10/14] bpf: sockmap, build helper to create connected socket pair
` [PATCH bpf v9 11/14] bpf: sockmap, test shutdown() correctly exits epoll and recv()=0
` [PATCH bpf v9 12/14] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer
` [PATCH bpf v9 13/14] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer with drops
` [PATCH bpf v9 14/14] bpf: sockmap, test progs verifier error with latest clang

[PATCH V2 net-next] net: fec: turn on XDP features
 2023-05-19  1:48 UTC 

[PATCH net-next] net: fec: turn on XDP features
 2023-05-19  1:27 UTC  (4+ messages)

libbpf: bpf_prog_load failed, invalid argument
 2023-05-18 22:08 UTC  (2+ messages)

[Bpf] IETF BPF working group draft charter
 2023-05-18 19:42 UTC  (10+ messages)

[PATCH] tracing/user_events: Run BPF program if attached
 2023-05-18 17:28 UTC  (35+ messages)

[PATCH bpf] Use call_rcu_hurry() with synchronize_rcu_mult()
 2023-05-18 17:25 UTC  (3+ messages)

[PATCH net-next 1/3] igc: Avoid transmit queue timeout for XDP
 2023-05-18 17:09 UTC 

[PATCH AUTOSEL 6.3 08/59] bpf, mips: Implement DADDI workarounds for JIT
 2023-05-18 17:03 UTC  (3+ messages)

[PATCH net-next v9 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
 2023-05-18 13:07 UTC 

[PATCH net-next v8 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
 2023-05-18 11:34 UTC 

[PATCH bpf-next] bpf: btf: restore resolve_mode when popping the resolve stack
 2023-05-18  8:42 UTC  (5+ messages)

Arranging payment 5/18/2023 7:56:02 a.m
 2023-05-18  7:56 UTC 

[PATCH v3 0/3] Make fprobe + rethook immune to recursion
 2023-05-18  2:49 UTC  (8+ messages)
` [PATCH v3 1/4] rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler
` [PATCH v3 2/4] fprobe: make fprobe_kprobe_handler recursion free

[RFC net-next] net: veth: reduce page_pool memory footprint using half page per-buffer
 2023-05-18  1:16 UTC  (8+ messages)

[PATCH bpf-next 0/4] bpf: query effective progs without cgroup_mutex
 2023-05-17 22:41 UTC  (6+ messages)
` [PATCH bpf-next 4/4] "

[PATCH v6 5/6] mm/gup: remove vmas parameter from pin_user_pages()
 2023-05-17 19:25 UTC 

[PATCH v8 bpf-next 10/10] selftests/bpf: Extend bpf_sock_destroy tests
 2023-05-17 18:00 UTC 

[PATCH v8 bpf-next 08/10] selftests/bpf: Test bpf_sock_destroy
 2023-05-17 17:58 UTC 

[PATCH v8 bpf-next 07/10] selftests/bpf: Add helper to get port using getsockname
 2023-05-17 17:57 UTC 

[PATCH v8 bpf-next 06/10] bpf: Add bpf_sock_destroy kfunc
 2023-05-17 17:57 UTC 

[PATCH v8 bpf-next 05/10] bpf: udp: Implement batching for sockets iterator
 2023-05-17 17:57 UTC 

[PATCH v8 bpf-next 04/10] udp: seq_file: Remove bpf_seq_afinfo from udp_iter_state
 2023-05-17 17:57 UTC 

[PATCH v8 bpf-next 03/10] bpf: udp: Encapsulate logic to get udp table
 2023-05-17 17:56 UTC 

[PATCH v8 bpf-next 02/10] udp: seq_file: Helper function to match socket attributes
 2023-05-17 17:55 UTC 

[PATCH v8 bpf-next 00/10] bpf: Add socket destroy capability
 2023-05-17 17:53 UTC 

[PATCH bpf-next 0/4] bpftool: Fix skeletons compilation for older kernels
 2023-05-17 16:58 UTC  (5+ messages)
` [PATCH bpf-next 4/4] bpftool: use a local bpf_perf_event_value to fix accessing its fields

[PATCHv4 bpf-next 00/10] bpf: Move kernel test kfuncs into bpf_testmod
 2023-05-17 16:51 UTC  (5+ messages)
` [PATCHv4 bpf-next 08/10] selftests/bpf: Allow to use kfunc from testmod.ko in test_verifier

[RFC PATCH] bpf: Remove in_atomic() from bpf_link_put()
 2023-05-17 16:26 UTC  (4+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).