BPF List
 help / color / mirror / Atom feed
 messages from 2024-12-04 20:19:58 to 2024-12-06 18:30:03 UTC [more...]

Packet pointer invalidation and subprograms
 2024-12-06 18:29 UTC  (22+ messages)

[PATCH bpf v3 0/3] Fix for raw_tp PTR_MAYBE_NULL handling
 2024-12-06 18:24 UTC  (8+ messages)
` [PATCH bpf v3 1/3] bpf: Suppress warning for non-zero off raw_tp arg NULL check
` [PATCH bpf v3 2/3] bpf: Do not mark NULL-checked raw_tp arg as scalar
` [PATCH bpf v3 3/3] selftests/bpf: Add raw_tp tests for PTR_MAYBE_NULL marking

[PATCH bpf] bpf,perf: Fix perf_event_detach_bpf_prog error handling
 2024-12-06 18:21 UTC  (4+ messages)

[RFC PATCH 0/9] pahole: shared ELF and faster reproducible BTF encoding
 2024-12-06 18:19 UTC  (3+ messages)

[PATCH perf/core 0/4] Improve performance and scalability of uretprobes
 2024-12-06 18:00 UTC  (10+ messages)
` [PATCH perf/core 1/4] uprobes: simplify session consumer tracking
` [PATCH perf/core 2/4] uprobes: decouple return_instance list traversal and freeing
` [PATCH perf/core 3/4] uprobes: ensure return_instance is detached from the list before freeing
` [PATCH perf/core 4/4] uprobes: reuse return_instances between multiple uretprobes within task

[PATCH bpf v3 0/9] Fixes for LPM trie
 2024-12-06 17:40 UTC  (11+ messages)
` [PATCH bpf v3 1/9] bpf: Remove unnecessary check when updating "
` [PATCH bpf v3 2/9] bpf: Remove unnecessary kfree(im_node) in lpm_trie_update_elem
` [PATCH bpf v3 3/9] bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trie
` [PATCH bpf v3 4/9] bpf: Handle in-place update for full LPM trie correctly
` [PATCH bpf v3 5/9] bpf: Fix exact match conditions in trie_get_next_key()
` [PATCH bpf v3 6/9] bpf: Switch to bpf mem allocator for LPM trie
` [PATCH bpf v3 7/9] bpf: Use raw_spinlock_t "
` [PATCH bpf v3 8/9] selftests/bpf: Move test_lpm_map.c to map_tests
` [PATCH bpf v3 9/9] selftests/bpf: Add more test cases for LPM trie

Storing sk_buffs as kptrs in map
 2024-12-06 16:24 UTC  (8+ messages)
` [External] "

[PATCH net-next v6 00/10] xdp: a fistful of generic changes pt. I
 2024-12-06 16:20 UTC  (10+ messages)
` [PATCH net-next v6 07/10] netmem: add a couple of page helper wrappers
` [PATCH net-next v6 08/10] page_pool: make page_pool_put_page_bulk() handle array of netmems
` [PATCH net-next v6 09/10] page_pool: allow mixing PPs within one bulk

[PATCH stable 6.1 1/3] net: Move {l,t,d}stats allocation to core and convert veth & vrf
 2024-12-06 15:34 UTC  (3+ messages)
` [PATCH stable 6.1 2/3] bpf: Fix dev's rx stats for bpf_redirect_peer traffic
` [PATCH stable 6.1 3/3] veth: Use tstats per-CPU traffic counters

[RFC/RFT v2 0/3] Introduce GRO support to cpumap codebase
 2024-12-06 15:06 UTC  (22+ messages)

[syzbot] [bpf?] general protection fault in bpf_prog_array_delete_safe
 2024-12-06 15:02 UTC  (2+ messages)

[PATCH v20 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-12-06 14:52 UTC  (23+ messages)
` [PATCH v20 01/19] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v20 02/19] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v20 03/19] fgraph: Pass ftrace_regs to retfunc
` [PATCH v20 04/19] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v20 05/19] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v20 06/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v20 07/19] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v20 08/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v20 09/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v20 10/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v20 11/19] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC
` [PATCH v20 12/19] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v20 13/19] fprobe: Add fprobe_header encoding feature
` [PATCH v20 14/19] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v20 15/19] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v20 16/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v20 17/19] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v20 18/19] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
` [PATCH v20 19/19] bpf: Use ftrace_get_symaddr() in get_entry_ip()

[syzbot] [bpf?] possible deadlock in htab_lru_map_delete_elem
 2024-12-06 13:58 UTC 

[PATCH bpf-next v2] selftests/bpf: add more stats into veristat
 2024-12-06 13:49 UTC 

[PATCH bpf-next] selftests/bpf: add more stats into veristat
 2024-12-06 13:29 UTC  (4+ messages)

[REGRESSION] module BTF validation failure (Error -22) on next
 2024-12-06 12:35 UTC  (9+ messages)

[PATCH net-next v2 09/10] net: replace page_frag with page_frag_cache
 2024-12-06 12:25 UTC 

[PATCH bpf-next v3] bpftool: Fix gen object segfault
 2024-12-06 10:23 UTC  (8+ messages)

[PATCH bpf-next 0/2] selftests: bpf: Migrate test_xdp_meta.sh to test_progs
 2024-12-06  8:12 UTC  (3+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: test_xdp_meta: Rename BPF sections
` [PATCH bpf-next 2/2] selftests/bpf: Migrate test_xdp_meta.sh into xdp_context_test_run.c

[PATCH bpf 0/4] bpf: track changes_pkt_data property for global functions
 2024-12-06  4:03 UTC  (5+ messages)
` [PATCH bpf 1/4] bpf: add find_containing_subprog() utility function
` [PATCH bpf 2/4] bpf: refactor bpf_helper_changes_pkt_data to use helper number
` [PATCH bpf 3/4] bpf: track changes_pkt_data property for global functions
` [PATCH bpf 4/4] selftests/bpf: test for changing packet data from "

[PATCH RFC bpf-next] bpf: Fork state at bpf_map_lookup_elem
 2024-12-06  3:33 UTC 

[PATCH] samples/bpf: Modify the incorrect format specifier
 2024-12-06  2:30 UTC 

[PATCH bpf-next v4 1/2] bpftool: Fix gen object segfault
 2024-12-06  2:13 UTC  (3+ messages)
` [PATCH bpf-next v4 2/2] libbpf: linker: Avoid using object file as both input and output

[PATCH bpf-next v4 0/2] libbpf: Fix bpftool gen object segfault
 2024-12-06  1:58 UTC 

[PATCH bpf v2 0/9] Fixes for LPM trie
 2024-12-06  1:40 UTC  (9+ messages)
` [PATCH bpf v2 7/9] bpf: Use raw_spinlock_t "

[PATCH bpf v2 1/1] selftests/bpf: Actuate tx_metadata_len in xdp_hw_metadata
 2024-12-06  1:00 UTC  (2+ messages)

[PATCH bpf-next v2 1/1] selftests/bpf: Enable Tx hwtstamp in xdp_hw_metadata
 2024-12-06  1:00 UTC  (2+ messages)

[PATCH bpf v2 0/2] Fix for raw_tp PTR_MAYBE_NULL unmarking
 2024-12-06  0:08 UTC  (5+ messages)
` [PATCH bpf v2 1/2] bpf: Suppress warning for non-zero off raw_tp arg NULL check
` [PATCH bpf v2 2/2] selftests/bpf: Add raw_tp tests for PTR_MAYBE_NULL marking

[PATCH bpf-next v3 0/2] kbuild: propagate CONFIG_WERROR to resolve_btfids
 2024-12-05 23:36 UTC  (3+ messages)

[PATCH bpf-next] libbpf: Fix segfault due to libelf functions not setting errno
 2024-12-05 23:30 UTC  (4+ messages)

[PATCH v19 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-12-05 23:09 UTC  (4+ messages)
` [PATCH v19 12/19] fprobe: Rewrite fprobe on function-graph tracer

[PATCH bpf-next 1/1] selftests/bpf: Enable Tx hwtstamp in xdp_hw_metadata
 2024-12-05 19:25 UTC  (4+ messages)

[PATCH] bpftool: Fix failure with static linkage
 2024-12-05 19:24 UTC  (8+ messages)

[PATCH bpf] samples/bpf: pass TPROGS_USER_CFLAGS to libbpf makefile
 2024-12-05 18:40 UTC  (3+ messages)

[PATCH bpf-next v2 2/2] libbpf: Extend linker API to support in-memory ELF files
 2024-12-05 18:24 UTC  (3+ messages)

[PATCH v4 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2024-12-05 18:23 UTC  (3+ messages)

[PATCH 0/4] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
 2024-12-05 17:35 UTC  (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] platform/x86: wmi-bmof: Switch to sysfs_bin_attr_simple_read()
` [PATCH 3/4] btf: Switch vmlinux BTF attribute "
` [PATCH 4/4] btf: Switch module "

[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2024-12-05 17:31 UTC  (9+ messages)
` [RFC PATCH v3 13/15] context_tracking,x86: Add infrastructure to defer kernel TLBI

[PATCH v7 0/2] PCI: add enabe(disable)_device() hook for bridge
 2024-12-05 16:07 UTC  (6+ messages)
` [PATCH v7 1/2] PCI: Add enable_device() and disable_device() callbacks for bridges
` [PATCH v7 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95

[PATCH bpf 0/2] bpf: fix wrong copied_seq calculation and add tests
 2024-12-05 12:02 UTC  (3+ messages)
` [PATCH bpf 1/2] bpf: fix wrong copied_seq calculation
` [PATCH bpf 2/2] selftests/bpf: add strparser test for bpf

[PATCH bpf-next v2] bpftool: Fix gen object segfault
 2024-12-05 12:02 UTC  (3+ messages)

[PATCH bpf-next] bpftool: Fix gen object segfault
 2024-12-05 11:14 UTC  (3+ messages)

RFT: Testing pahole for the release of v1.28
 2024-12-05 11:07 UTC  (2+ messages)

[PATCH v2 0/3] perf tool: Fix multiple memory leakages
 2024-12-05  8:45 UTC  (4+ messages)
` [PATCH v2 1/3] perf header: Fix one memory leakage in process_bpf_btf()
` [PATCH v2 2/3] perf header: Fix one memory leakage in process_bpf_prog_info()
` [PATCH v2 3/3] perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info()

[PATCH v4 bpf-next 0/7] Add fd_array_cnt attribute for BPF_PROG_LOAD
 2024-12-05  8:41 UTC  (11+ messages)
` [PATCH v4 bpf-next 1/7] bpf: add a __btf_get_by_fd helper
` [PATCH v4 bpf-next 3/7] bpf: add fd_array_cnt attribute for prog_load

[PATCH iwl-next 1/1] igc: Improve XDP_SETUP_PROG process
 2024-12-05  2:45 UTC  (3+ messages)

[PATCH mm/stable] mm: fix vrealloc()'s KASAN poisoning logic
 2024-12-04 22:18 UTC  (6+ messages)

[PATCH bpf v1 0/2] Fix for raw_tp PTR_MAYBE_NULL unmarking
 2024-12-04 22:08 UTC  (11+ messages)
` [PATCH bpf v1 2/2] selftests/bpf: Add raw_tp tests for PTR_MAYBE_NULL marking


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