BPF List
 help / color / mirror / Atom feed
 messages from 2024-09-12 18:25:04 to 2024-09-15 20:58:17 UTC [more...]

[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-09-15 20:56 UTC  (15+ messages)
` [PATCH v5 01/17] powerpc/trace: Account for -fpatchable-function-entry support by toolchain
` [PATCH v5 02/17] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [PATCH v5 03/17] powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x
` [PATCH v5 04/17] powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [PATCH v5 05/17] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [PATCH v5 06/17] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [PATCH v5 07/17] powerpc/ftrace: Skip instruction patching if the instructions are the same
` [PATCH v5 08/17] powerpc/ftrace: Move ftrace stub used for init text before _einittext
` [PATCH v5 09/17] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel()
` [PATCH v5 10/17] powerpc/ftrace: Add a postlink script to validate function tracer
` [PATCH v5 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v5 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v5 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v5 14/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS

[PATCH] bpf: Constify struct btf_kind_operations
 2024-09-15 16:21 UTC 

[PATCH bpf-next v4] selftests/bpf: use auto-dependencies for test objects
 2024-09-15 15:41 UTC  (7+ messages)

[PATCH v3 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2024-09-15 15:18 UTC  (3+ messages)

[PATCH 0/2] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-09-15 15:04 UTC  (3+ messages)
` [PATCH 2/2] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution

[PATCH 0/3] SRCU-protected uretprobes hot path
 2024-09-15 14:51 UTC  (5+ messages)
` [PATCH 1/3] uprobes: allow put_uprobe() from non-sleepable softirq context
` [PATCH 3/3] uprobes: implement SRCU-protected lifetime for single-stepped uprobe

[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
 2024-09-15 13:48 UTC  (4+ messages)
` [PATCH v3 7/8] execmem: add support for cache of large ROX pages

[PATCH bpf-next v2 0/4] bpf: Fix tailcall infinite loop caused by freplace
 2024-09-15 13:00 UTC  (12+ messages)
` [PATCH bpf-next v2 1/4] bpf, x64: "
` [PATCH bpf-next v2 2/4] bpf, arm64: "

[PATCH -next v2 0/2] perf stat: Support inherit events for bperf
 2024-09-15 11:22 UTC  (5+ messages)
` [PATCH -next v2 1/2] perf stat: Support inherit events during fork() "

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

[PATCH bpf-next 0/2] Support eliding map lookup nullness
 2024-09-15  2:11 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: verifier: "
` [PATCH bpf-next 2/2] bpf: selftests: verifier: Add nullness elision tests

[PATCH v14 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-09-14 21:53 UTC  (13+ messages)
` [PATCH v14 19/19] fgraph: Skip recording calltime/rettime if it is not nneeded

[PATCH net] netkit: Ensure current->bpf_net_context is set in netkit_xmit()
 2024-09-14 19:08 UTC  (2+ messages)

[GIT PULL] BPF changes for v6.12
 2024-09-14 15:58 UTC 

[PATCH bpf-next v3] libbpf: Fix expected_attach_type set when kernel not support
 2024-09-14 15:40 UTC 

[PATCH bpf-next RESEND v2] libbpf: Fix expected_attach_type set when kernel not support
 2024-09-14 14:29 UTC  (3+ messages)

[PATCH bpf-next v2] selftests/bpf: convert test_xdp_features.sh to test_progs
 2024-09-14 13:38 UTC  (7+ messages)

[PATCH bpf v2 0/2] Check the remaining info_cnt before repeating btf fields
 2024-09-14 13:37 UTC  (3+ messages)
` [PATCH bpf v2 1/2] bpf: "
` [PATCH bpf v2 2/2] selftests/bpf: Add more test case for field flattening

[syzbot] Monthly bpf report (Sep 2024)
 2024-09-14 12:53 UTC 

[PATCH bpf-next v3 0/2] Fix bpf_get/setsockopt failed when TCP over IPv4 via INET6 API
 2024-09-14 11:47 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: Fix bpf_get/setsockopt to tos not take effect "
` [PATCH bpf-next v3 2/2] selftests/bpf: Setget_sockopt add a test for tcp over ipv4 via ipv6

[RFC PATCH 0/3] Allow sk_lookup UDP return traffic to egress
 2024-09-14 11:40 UTC  (8+ messages)
` [RFC PATCH 1/3] ipv4: Run a reverse sk_lookup on sendmsg
` [RFC PATCH 2/3] ipv6: "
` [RFC PATCH 3/3] bpf: Add sk_lookup test to use ORIGDSTADDR cmsg

[PATCH mptcp-next v5 1/5] bpf: Add mptcp_subflow bpf_iter
 2024-09-14 10:12 UTC  (7+ messages)

[PATCH bpf-next v1] selftests/bpf:Enhance bpf ability to detect ksym read error by libcap
 2024-09-14  9:24 UTC 

[PATCH HID v2 00/11] HID: bpf: add a new hook to control hid-generic
 2024-09-14  5:26 UTC  (4+ messages)
` (subset) "

[PATCH v2 1/3] btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.sh
 2024-09-14  3:10 UTC  (7+ messages)
` [PATCH v2 2/3] btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debug
` [PATCH v2 3/3] btf: require pahole 1.21+ for DEBUG_INFO_BTF with default DWARF version

[PATCH net] netkit: Assign missing bpf_net_context
 2024-09-14  3:00 UTC  (5+ messages)

[PATCH bpf-next v2] bpf: Fix bpf_get/setsockopt to tos not take effect when TCP over IPv4 via INET6 API
 2024-09-14  2:19 UTC  (7+ messages)
      ` [External] "
          `  "

[PATCH] uprobes: switch to RCU Tasks Trace flavor for better performance
 2024-09-14  1:40 UTC  (3+ messages)

[PATCH bpf] xsk: fix batch alloc API on non-coherent systems
 2024-09-14  1:20 UTC  (4+ messages)

[PATCH bpf-next/net v6 0/3] selftests/bpf: new MPTCP subflow subtest
 2024-09-14  0:29 UTC  (5+ messages)
` [PATCH bpf-next/net v6 2/3] selftests/bpf: Add getsockopt to inspect mptcp subflow
` [PATCH bpf-next/net v6 3/3] selftests/bpf: Add mptcp subflow subtest

[PATCH] tools/bpf: Add missing fclose
 2024-09-14  0:02 UTC  (2+ messages)

[PATCH bpf-next 0/2] Two tiny fixes for btf record
 2024-09-14  0:00 UTC  (2+ messages)

[PATCH bpf-next v5 1/9] bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bit
 2024-09-13 20:31 UTC  (10+ messages)
` [PATCH bpf-next v5 2/9] bpf: Remove truncation test in bpf_strtol and bpf_strtoul helpers
` [PATCH bpf-next v5 3/9] bpf: Fix helper writes to read-only maps
` [PATCH bpf-next v5 4/9] bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged types
` [PATCH bpf-next v5 5/9] bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
` [PATCH bpf-next v5 6/9] selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized test
` [PATCH bpf-next v5 7/9] selftests/bpf: Rename ARG_PTR_TO_LONG test description
` [PATCH bpf-next v5 8/9] selftests/bpf: Add a test case to write strtol result into .rodata
` [PATCH bpf-next v5 9/9] selftests/bpf: Add a test case to write mtu "

[PATCH bpf-next v3 1/2] bpf: Fix a sdiv overflow issue
 2024-09-13 20:20 UTC  (6+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add tests for sdiv/smod overflow cases

[PATCH v2] libbpf: Fix expected_attach_type set when kernel not support
 2024-09-13 15:30 UTC 

[PATCH bpf-next] libbpf: Fix expected_attach_type set when kernel not support
 2024-09-13 15:14 UTC  (3+ messages)

[PATCH v4 0/3] Fix deadlock caused by cgroup_mutex and cpu_hotplug_lock
 2024-09-13 13:17 UTC  (4+ messages)
` [PATCH v4 1/3] cgroup: fix "
` [PATCH v4 2/3] workqueue: doc: Add a note saturating the system_wq is not permitted
` [PATCH v4 3/3] workqueue: Adjust WQ_MAX_ACTIVE from 512 to 2048

[PATCHv3 0/7] uprobe, bpf: Add session support
 2024-09-13 11:52 UTC  (13+ messages)
` [PATCHv3 1/7] uprobe: Add support for session consumer

[PATCH net-next v4 0/6] net: ethernet: ti: am65-cpsw: Add multi queue RX support
 2024-09-13 10:00 UTC  (2+ messages)

[RFC 0/2] fix two bugs related to page_pool
 2024-09-13  9:35 UTC  (4+ messages)
` [RFC 2/2] page_pool: fix IOMMU crash when driver has already unbound

linux-next: build failure after merge of the bpf-next tree
 2024-09-13  4:43 UTC  (4+ messages)

[PATCH v13 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-09-13  4:02 UTC  (3+ messages)

linux-next: build failure after merge of the bpf-next tree
 2024-09-13  3:48 UTC  (2+ messages)

[PATCH net-next 00/13] virtio-net: support AF_XDP zero copy (tx)
 2024-09-13  3:36 UTC  (13+ messages)
` [PATCH net-next 04/13] virtio_ring: perform premapped operations based on per-buffer
` [PATCH net-next 07/13] virtio_net: refactor the xmit type
` [PATCH net-next 10/13] virtio_net: xsk: tx: support xmit xsk buffer

linux-next: build failure after merge of the bpf-next tree
 2024-09-13  3:32 UTC 

pull-request: bpf-next 2024-09-11
 2024-09-13  3:30 UTC  (2+ messages)

[PATCH v8 0/8] Improve the copy of task comm
 2024-09-13  2:23 UTC  (11+ messages)
` [PATCH v8 2/8] auditsc: Replace memcpy() with strscpy()
` [PATCH v8 4/8] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v8 7/8] net: Replace strcpy() with strscpy()
` [PATCH v8 8/8] drm: "

[PATCH bpf-next] bpf: ringbuf: Support consuming BPF_MAP_TYPE_RINGBUF from prog
 2024-09-13  2:15 UTC  (13+ messages)
                    ` CPUMAP latency metrics (was: [PATCH bpf-next] bpf: ringbuf: Support consuming BPF_MAP_TYPE_RINGBUF from prog)

[PATCH bpf-next v2] libbpf: add bpf_object__token_fd accessor
 2024-09-13  2:10 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpf: Fix a sdiv overflow issue
 2024-09-13  2:00 UTC  (4+ messages)

[PATCH bpf-next 0/8] BPF follow ups to struct fd refactorings
 2024-09-13  0:18 UTC  (5+ messages)

[PATCH] Fix a bug in ebpf verifier
 2024-09-12 23:36 UTC  (6+ messages)

[PATCH 1/2] mm: introduce mmap_lock_speculation_{start|end}
 2024-09-12 22:52 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH bpf-next v4 1/8] bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bit
 2024-09-12 22:47 UTC  (7+ messages)
` [PATCH bpf-next v4 5/8] bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error

[PATCH bpf-next] libbpf: add bpf_object__token_fd accessor
 2024-09-12 22:17 UTC  (2+ messages)

[RESEND][PATCH bpf 0/2] Check the remaining info_cnt before repeating btf fields
 2024-09-12 19:45 UTC  (4+ messages)
` [RESEND][PATCH bpf 1/2] bpf: "

Unsupported CONFIG_FPROBE and CONFIG_RETHOOK on ARM64
 2024-09-12 18:38 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