BPF List
 help / color / mirror / Atom feed
 messages from 2024-12-06 00:10:56 to 2024-12-09 14:56:00 UTC [more...]

[PATCH bpf-next] bpftool: Probe for ISA v4 instruction set extension
 2024-12-09 14:54 UTC  (3+ messages)
` [PATCH bpf-next v2] "

[PATCH net-next v4 00/11] net-timestamp: bpf extension to equip applications transparently
 2024-12-09 14:45 UTC  (16+ messages)
` [PATCH net-next v4 01/11] net-timestamp: add support for bpf_setsockopt()
` [PATCH net-next v4 02/11] net-timestamp: prepare for bpf prog use
` [PATCH net-next v4 03/11] net-timestamp: reorganize in skb_tstamp_tx_output()
` [PATCH net-next v4 04/11] net-timestamp: support SCM_TSTAMP_SCHED for bpf extension
` [PATCH net-next v4 05/11] net-timestamp: support SCM_TSTAMP_SND "
` [PATCH net-next v4 06/11] net-timestamp: support SCM_TSTAMP_ACK "
` [PATCH net-next v4 07/11] net-timestamp: support hwtstamp print "
` [PATCH net-next v4 08/11] net-timestamp: make TCP tx timestamp bpf extension work
` [PATCH net-next v4 09/11] net-timestamp: introduce cgroup lock to avoid affecting non-bpf cases
` [PATCH net-next v4 10/11] net-timestamp: export the tskey for TCP bpf extension
` [PATCH net-next v4 11/11] bpf: add simple bpf tests in the tx path for so_timstamping feature

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

[PATCH net-next v5 0/5] net: Improve netns handling in RTNL and ip_tunnel
 2024-12-09 14:01 UTC  (6+ messages)
` [PATCH net-next v5 1/5] net: ip_tunnel: Build flow in underlay net namespace
` [PATCH net-next v5 2/5] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v5 3/5] rtnetlink: Decouple net namespaces in rtnl_newlink_create()
` [PATCH net-next v5 4/5] selftests: net: Add python context manager for netns entering
` [PATCH net-next v5 5/5] selftests: net: Add two test cases for link netns

Storing sk_buffs as kptrs in map
 2024-12-09 13:17 UTC  (10+ messages)
` [External] "

[PATCH bpf-next v3] selftests/bpf: add more stats into veristat
 2024-12-09 13:04 UTC 

[PATCH bpf-next v2] bpftool: btf: Support dumping a single type from file
 2024-12-09 12:26 UTC  (2+ messages)

[PATCH net 0/2] Fix NPE discovered by running bpf kselftest
 2024-12-09 11:56 UTC  (4+ messages)
` [PATCH net 2/2] tcp_bpf: fix copied value in tcp_bpf_sendmsg

[PATCH perf/core] uprobes: guard against kmemdup() failing in dup_return_instance()
 2024-12-09 11:13 UTC  (2+ messages)

[PATCH bpf 0/3] bpf, sockmap: Fix the element replace
 2024-12-09  9:54 UTC  (8+ messages)
` [PATCH bpf 1/3] bpf, sockmap: Fix update element with same
` [PATCH bpf 2/3] selftest/bpf: Extend test for sockmap update "
` [PATCH bpf 3/3] bpf, sockmap: Fix race between element replace and close()

[PATCH v19 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-12-09  9:29 UTC  (5+ messages)
` [PATCH v19 18/19] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
` [PATCH v19 19/19] bpf: Use ftrace_get_symaddr() in get_entry_ip()

[PATCH bpf 0/4] bpf: track changes_pkt_data property for global functions
 2024-12-09  7:40 UTC  (8+ 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 "

linux-next: Fixes tag needs some work in the bpf-next tree
 2024-12-09  7:16 UTC 

[PATCH] selftests/bpf: Fix fill_link_info selftest on powerpc
 2024-12-09  6:57 UTC 

[PATCH v20 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-12-09  6:36 UTC  (19+ messages)
` [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()

unregistering tcp_ca struct_ops can cause kernel page fault
 2024-12-08 14:59 UTC 

[PATCH bpf] bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog
 2024-12-08 14:25 UTC 

[syzbot] [mm?] INFO: rcu detected stall in sys_umount (3)
 2024-12-08  8:40 UTC 

[PATCH bpf-next] bpftool: btf: Support dumping a single type from file
 2024-12-07 23:15 UTC  (3+ messages)

ANNOUNCE: pahole v1.28 (flex arrays, bpf_fastcall, global vars, btf endianness, distilled BTF base, reg tests)
 2024-12-07 14:33 UTC 

[PATCH bpf-next 0/2] selftests: bpf: Migrate test_xdp_meta.sh to test_progs
 2024-12-07  1:19 UTC  (4+ 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

[syzbot] [bpf?] general protection fault in bpf_prog_array_delete_safe
 2024-12-07  1:01 UTC  (3+ messages)

[PATCH perf/core 0/4] Improve performance and scalability of uretprobes
 2024-12-07  0:36 UTC  (11+ 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] bpf,perf: Fix perf_event_detach_bpf_prog error handling
 2024-12-07  0:22 UTC  (5+ messages)

CONFIG_X86_X32_ABI silently breaks some fentry hooks
 2024-12-06 23:08 UTC  (2+ messages)

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

[PATCH bpf v2] bpf: Fix prog_array UAF in __uprobe_perf_func()
 2024-12-06 23:15 UTC  (7+ messages)

[GIT PULL] bpf for v6.13-rc2
 2024-12-06 23:11 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: add more stats into veristat
 2024-12-06 22:25 UTC  (2+ messages)

[PATCH bpf-next v5] selftests/bpf: Consolidate kernel modules into common directory
 2024-12-06 22:10 UTC  (2+ messages)

[Patch bpf v2 0/4] bpf: a bug fix and test cases for bpf_skb_change_tail()
 2024-12-06 21:35 UTC  (2+ messages)

[PATCH bpf] bpf: Fix prog_array UAF in __uprobe_perf_func()
 2024-12-06 20:37 UTC 

[BUG] perf trace: failed to load -E2BIG
 2024-12-06 20:23 UTC 

Packet pointer invalidation and subprograms
 2024-12-06 19:31 UTC  (26+ messages)

[PATCH bpf v3 0/3] Fix for raw_tp PTR_MAYBE_NULL handling
 2024-12-06 19:18 UTC  (14+ 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

[syzbot] [bpf?] possible deadlock in htab_lru_map_delete_elem
 2024-12-06 18:59 UTC  (2+ messages)

[PATCH] samples/bpf: Modify the incorrect format specifier
 2024-12-06 18:42 UTC  (2+ messages)

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

[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

[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

[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  (3+ 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 RFC bpf-next] bpf: Fork state at bpf_map_lookup_elem
 2024-12-06  3:33 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  (8+ 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)


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