public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-01 23:43:31 to 2024-07-03 10:13:35 UTC [more...]

[PATCH v2 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
 2024-07-03 10:13 UTC  (17+ messages)
` [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 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

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

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 

[PATCHv2 bpf-next 0/9] uprobe, bpf: Add session support
 2024-07-03  8:10 UTC  (25+ 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] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-03  6:11 UTC  (7+ messages)

[PATCH net-next v15 00/14] Device Memory TCP
 2024-07-03  4:20 UTC  (27+ 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 08/14] net: support non paged skb frags
` [PATCH net-next v15 09/14] net: add support for skbs with unreadable frags
` [PATCH net-next v15 10/14] tcp: RX path for devmem TCP
` [PATCH net-next v15 11/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags

[PATCH v3] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-03  4:02 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  (5+ 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 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
 2024-07-03  0:07 UTC  (2+ messages)

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

[PATCH v13 3/5] security: Replace indirect LSM hook calls with 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 v2 bpf-next 0/3] bpf: sparse cleanup
 2024-07-02 22:30 UTC  (8+ 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 v2 0/3] tools build: Incorrect fixdep dependencies
 2024-07-02 21:58 UTC  (4+ 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

[RFC bpf-next v1 0/8] no_caller_saved_registers attribute for helper calls
 2024-07-02 21:25 UTC  (36+ 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 bpf-next] libbpf: use original struct sizes for skeleton iterations
 2024-07-02 21:01 UTC  (2+ messages)

[syzbot] [net?] [bpf?] general protection fault in dev_map_redirect
 2024-07-02 18:40 UTC  (2+ messages)

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

[PATCH bpf-next v3 00/12] s390/bpf: Implement arena
 2024-07-02 16:40 UTC  (11+ messages)
` [PATCH bpf-next v3 01/12] bpf: Fix atomic probe zero-extension
` [PATCH bpf-next v3 04/12] s390/bpf: Introduce pre- and post- probe functions
` [PATCH bpf-next v3 05/12] s390/bpf: Land on the next JITed instruction after exception
` [PATCH bpf-next v3 06/12] s390/bpf: Support BPF_PROBE_MEM32
` [PATCH bpf-next v3 08/12] s390/bpf: Enable arena
` [PATCH bpf-next v3 09/12] s390/bpf: Support arena atomics
` [PATCH bpf-next v3 10/12] selftests/bpf: Introduce __arena_global
` [PATCH bpf-next v3 11/12] selftests/bpf: Add UAF tests for arena atomics
` [PATCH bpf-next v3 12/12] selftests/bpf: Remove arena tests from DENYLIST.s390x

[PATCH bpf-next] bpftool: Mount bpffs when pinmaps path not under the bpffs
 2024-07-02 16:30 UTC  (3+ messages)

[PATCH bpf-next v6 0/3] Add 12-argument support for RV64 bpf trampoline
 2024-07-02 14:10 UTC  (7+ messages)
` [PATCH bpf-next v6 1/3] riscv, bpf: "
` [PATCH bpf-next v6 2/3] selftests/bpf: Factor out many args tests from tracing_struct
` [PATCH bpf-next v6 3/3] selftests/bpf: Add testcase where 7th argment is struct

[PATCH net-next 0/3] net: bpf_net_context cleanups
 2024-07-02 13:52 UTC  (5+ messages)

[PATCH bpf-next v3 0/2] selftests/xsk: Enhance traffic validation and batch size support
 2024-07-02 13:20 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] selftests/xsk: Ensure traffic validation proceeds after ring size adjustment in xskxceiver
` [PATCH bpf-next v3 2/2] selftests/xsk: Enhance batch size support with dynamic configurations

[PATCH net v2] net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket
 2024-07-02 12:46 UTC  (5+ messages)

[PATCH bpf-next v5 0/3] Add 12-argument support for RV64 bpf trampoline
 2024-07-02 11:57 UTC  (6+ messages)
` [PATCH bpf-next v5 1/3] riscv, bpf: "
` [PATCH bpf-next v5 2/3] selftests/bpf: Factor out many args tests from tracing_struct
` [PATCH bpf-next v5 3/3] selftests/bpf: Add testcase where 7th argment is struct

[PATCH bpf-next] kbuild, bpf: reproducible BTF from pahole when KBUILD_BUILD_TIMESTAMP set
 2024-07-02  9:49 UTC  (4+ messages)

[PATCH v2 2/2] test_bpf: Introduce an skb_segment test for frag_list whose head_frag=true and gso_size was mangled
 2024-07-02  9:23 UTC  (3+ messages)
` [PATCH v2 1/2] net: Fix skb_segment when splitting gso_size mangled skb having linear-headed frag_list whose head_frag=true

[PATCH net v4] skmsg: skip empty sge in sk_msg_recvmsg
 2024-07-02  6:55 UTC 

linux-next: manual merge of the bpf-next tree with the risc-v tree
 2024-07-02  1:33 UTC 

[PATCH RESEND bpf-next v4 0/3] Add 12-argument support for RV64 bpf trampoline
 2024-07-02  1:24 UTC  (4+ messages)
` [PATCH RESEND bpf-next v4 2/3] selftests/bpf: Factor out many args tests from tracing_struct

[PATCH bpf v2] bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXT
 2024-07-02  1:23 UTC  (3+ messages)

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

[PATCH sched_ext/for-6.11 1/2] sched_ext: Implement DSQ iterator
 2024-07-02  0:55 UTC  (10+ messages)
` [PATCH sched_ext/for-6.11 2/2] sched_ext: Implement scx_bpf_consume_task()

[Bpf] Re: Writing into a ring buffer map from user space
 2024-07-02  0:54 UTC  (11+ messages)
      ` [Bpf] Re: [EXTERNAL] "

[PATCH v5 0/8] Faultable Tracepoints
 2024-07-02  0:02 UTC  (3+ messages)
` [PATCH v5 6/8] tracing/bpf-trace: Add support for faultable tracepoints

[syzbot] [bpf?] [net?] general protection fault in xdp_do_redirect
 2024-07-01 23:53 UTC 


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