BPF List
 help / color / mirror / Atom feed
 messages from 2024-07-02 18:15:09 to 2024-07-04 07:59:49 UTC [more...]

[PATCH net-next v15 00/14] Device Memory TCP
 2024-07-04  7:59 UTC  (16+ messages)
` [PATCH net-next v15 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v15 02/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v15 03/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v15 10/14] tcp: RX path for devmem TCP
` [PATCH net-next v15 14/14] selftests: add ncdevmem, netcat "

[PATCH 0/6] skip ENOTSUPP for BPF selftests
 2024-07-04  6:48 UTC  (7+ messages)
` [PATCH 1/6] selftests/bpf: Define ENOTSUPP in testing_helpers.h
` [PATCH 2/6] selftests/bpf: Skip ENOTSUPP in ASSERT_OK
` [PATCH 3/6] selftests/bpf: Use ASSERT_OK to skip ENOTSUPP
` [PATCH 4/6] selftests/bpf: Null checks for link in bpf_tcp_ca
` [PATCH 5/6] selftests/bpf: Skip ENOTSUPP in ASSERT_OK_PTR
` [PATCH 6/6] selftests/bpf: Skip ENOTSUPP in ASSERT_GE

[PATCH bpf-next] selftests/bpf: test_sockmap, use section names understood by libbpf
 2024-07-04  5:03 UTC  (2+ messages)

[PATCH] bpf, sockmap: Use sk_rmem_schedule in bpf_tcp_ingress
 2024-07-04  4:39 UTC 

[PATCH v13 3/5] security: Replace indirect LSM hook calls with static calls
 2024-07-04  1:15 UTC  (10+ messages)

[PATCH bpf-next 0/2] Fix libbpf BPF skeleton forward/backward compat
 2024-07-04  0:15 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpftool: improve skeleton backwards compat with old buggy libbpfs
` [PATCH bpf-next 2/2] libbpf: fix BPF skeleton forward/backward compat handling

[PATCH v3] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-03 23:26 UTC  (3+ messages)

[RFC bpf-next v1 0/8] no_caller_saved_registers attribute for helper calls
 2024-07-03 23:14 UTC  (39+ messages)
` [RFC bpf-next v1 1/8] bpf: add a get_helper_proto() utility function
` [RFC bpf-next v1 2/8] bpf: no_caller_saved_registers attribute for helper calls
` [RFC bpf-next v1 3/8] bpf, x86: no_caller_saved_registers for bpf_get_smp_processor_id()
` [RFC bpf-next v1 4/8] selftests/bpf: extract utility function for BPF disassembly
` [RFC bpf-next v1 5/8] selftests/bpf: no need to track next_match_pos in struct test_loader
` [RFC bpf-next v1 6/8] selftests/bpf: extract test_loader->expect_msgs as a data structure
` [RFC bpf-next v1 7/8] selftests/bpf: allow checking xlated programs in verifier_* tests
` [RFC bpf-next v1 8/8] selftests/bpf: test no_caller_saved_registers spill/fill removal

[PATCH v2] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-03 22:58 UTC  (10+ messages)

[PATCHSET v3 0/8] perf record: Use a pinned BPF program for filter
 2024-07-03 22:30 UTC  (9+ messages)
` [PATCH v3 1/8] perf bpf-filter: Make filters map a single entry hashmap
` [PATCH v3 2/8] perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()
` [PATCH v3 3/8] perf bpf-filter: Split per-task filter use case
` [PATCH v3 4/8] perf bpf-filter: Support pin/unpin BPF object
` [PATCH v3 5/8] perf bpf-filter: Support separate lost counts for each filter
` [PATCH v3 6/8] perf record: Fix a potential error handling issue
` [PATCH v3 7/8] perf record: Add --setup-filter option
` [PATCH v3 8/8] perf test: Update sample filtering test

[PATCH v2 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
 2024-07-03 22:07 UTC  (31+ messages)
` [PATCH v2 01/12] uprobes: update outdated comment
` [PATCH v2 02/12] uprobes: correct mmap_sem locking assumptions in uprobe_write_opcode()
` [PATCH v2 04/12] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH v2 05/12] uprobes: move offset and ref_ctr_offset into uprobe_consumer

[PATCH bpf-next v6 0/9] use network helpers, part 8
 2024-07-03 21:58 UTC  (11+ messages)
` [PATCH bpf-next v6 1/9] selftests/bpf: Add backlog for network_helper_opts
` [PATCH bpf-next v6 2/9] selftests/bpf: Use start_server_str in sockmap_ktls
` [PATCH bpf-next v6 3/9] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next v6 6/9] selftests/bpf: Use start_server_str in sk_lookup
` [PATCH bpf-next v6 8/9] selftests/bpf: Use connect_to_addr "

A question about BTF naming convention
 2024-07-03 21:57 UTC  (2+ messages)

[PATCHv2 bpf-next 0/9] uprobe, bpf: Add session support
 2024-07-03 21:48 UTC  (38+ messages)
` [PATCHv2 bpf-next 1/9] uprobe: Add support for session consumer
` [PATCHv2 bpf-next 2/9] bpf: Add support for uprobe multi session attach
` [PATCHv2 bpf-next 3/9] bpf: Add support for uprobe multi session context
` [PATCHv2 bpf-next 4/9] libbpf: Add support for uprobe multi session attach
` [PATCHv2 bpf-next 5/9] libbpf: Add uprobe session attach type names to attach_type_name
` [PATCHv2 bpf-next 6/9] selftests/bpf: Add uprobe session test
` [PATCHv2 bpf-next 7/9] selftests/bpf: Add uprobe session cookie test
` [PATCHv2 bpf-next 8/9] selftests/bpf: Add uprobe session recursive test
` [PATCHv2 bpf-next 9/9] selftests/bpf: Add uprobe session consumers test

[PATCH v2 bpf-next 0/3] bpf: sparse cleanup
 2024-07-03 21:39 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Add casts to keep sparse quiet
` [PATCH v2 bpf-next 2/3] bpf: Move a few bpf_func_proto declarations
` [PATCH v2 bpf-next 3/3] bpf: Implement bpf_check_basics_ok() as a macro

[PATCH RFC v2 0/8] net: stmmac: convert stmmac "pcs" to phylink
 2024-07-03 20:07 UTC  (8+ messages)
` [PATCH RFC net-next v2 10/17] net: stmmac: Introduce internal PCS offset-based CSR access
` [PATCH RFC net-next v2 14/17] net: stmmac: Move internal PCS PHYLINK ops to stmmac_pcs.c

[syzbot] [net?] [bpf?] general protection fault in dev_map_redirect
 2024-07-03 19:21 UTC  (5+ messages)
  ` [PATCH net-net] tun: Assign missing bpf_net_context

[PATCH bpf-next v3 0/3] selftests/bpf: new MPTCP subflow subtest
 2024-07-03 18:57 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] selftests/bpf: Add mptcp subflow example
` [PATCH bpf-next v3 2/3] selftests/bpf: Add mptcp pm_nl_ctl link
` [PATCH bpf-next v3 3/3] selftests/bpf: Add mptcp subflow subtest

[RFC net-next 1/9] skb: introduce gro_disabled bit
 2024-07-03 18:46 UTC  (7+ messages)

[PATCH v13 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
 2024-07-03 16:55 UTC  (3+ messages)

[PATCH v13 0/5] Reduce overhead of LSMs with static calls
 2024-07-03 14:54 UTC  (5+ messages)
` [PATCH v13 2/5] security: Count the LSMs enabled at compile time

[PATCH v2 0/3] tools build: Incorrect fixdep dependencies
 2024-07-03 14:47 UTC  (7+ messages)
` [PATCH v2 1/3] tools build: Correct libsubcmd "
` [PATCH v2 2/3] tools build: Avoid circular .fixdep-in.o.cmd issues
` [PATCH v2 3/3] tools build: Correct bpf fixdep dependencies

[PATCH v2 1/2] net: Fix skb_segment when splitting gso_size mangled skb having linear-headed frag_list whose head_frag=true
 2024-07-03 12:21 UTC  (2+ messages)

[RFC PATCH v3 00/11] powerpc: Add support for ftrace direct and BPF trampolines
 2024-07-03 11:11 UTC  (2+ messages)

[PATCH v12 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-07-03 10:12 UTC  (20+ messages)
` [PATCH v12 01/19] tracing: Add a comment about ftrace_regs definition
` [PATCH v12 02/19] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v12 03/19] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v12 04/19] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v12 05/19] function_graph: Pass ftrace_regs to retfunc
` [PATCH v12 06/19] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v12 07/19] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v12 08/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v12 09/19] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v12 10/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v12 11/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v12 12/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v12 13/19] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v12 14/19] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v12 15/19] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v12 16/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v12 17/19] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v12 18/19] fgraph: Skip recording calltime/rettime if it is not nneeded
` [PATCH v12 19/19] fgraph: Skip push operation if no retfunc is registered

A question about BTF naming convention
 2024-07-03  9:19 UTC 

[PATCH bpf-next] uprobes: Fix the xol slots reserved for uretprobe trampoline
 2024-07-03  8:54 UTC  (7+ messages)

[PATCH net v5] skmsg: skip zero length skb in sk_msg_recvmsg
 2024-07-03  8:39 UTC 

[PATCH] libbpf: add NULL checks to bpf_object__{prev_map,next_map}
 2024-07-03  8:34 UTC 

[PATCH bpf-next 09/10] selftests/bpf: Add UAF tests for arena atomics
 2024-07-03  2:10 UTC  (2+ messages)

[PATCH net v3 0/2] bugfixes for skmsg
 2024-07-03  1:54 UTC  (4+ messages)
` [PATCH net v3 1/2] skmsg: prevent empty ingress skb from enqueuing

[PATCH bpf 0/2] Fix reported sockmap splat
 2024-07-03  1:12 UTC  (4+ messages)
` [PATCH bpf 1/2] bpf: sockmap, fix introduced strparser recursive lock

[PATCH bpf-next 0/3] s390/bpf: Implement exceptions
 2024-07-03  0:48 UTC  (4+ messages)
` [PATCH bpf-next 1/3] s390/bpf: Change seen_reg to a mask
` [PATCH bpf-next 2/3] s390/bpf: Implement exceptions
` [PATCH bpf-next 3/3] selftests/bpf: Remove exceptions tests from DENYLIST.s390x

[PATCH v13 4/5] security: Update non standard hooks to use static calls
 2024-07-03  0:07 UTC  (2+ messages)

[PATCH 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
 2024-07-02 23:16 UTC  (15+ messages)
` [PATCH 06/12] uprobes: add batch uprobe register/unregister APIs

[PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-07-02 23:08 UTC  (8+ messages)
` [PATCH v6 3/6] fs/procfs: add build ID fetching to PROCMAP_QUERY API

[syzbot] [mm?] possible deadlock in __mmap_lock_do_trace_released
 2024-07-02 22:35 UTC  (2+ messages)

[PATCH bpf-next] libbpf: use original struct sizes for skeleton iterations
 2024-07-02 21:01 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