messages from 2024-01-09 22:38:41 to 2024-01-12 20:04:06 UTC [more...]
[PATCH bpf-next v3 0/3] Annotate kfuncs in .BTF_ids section
2024-01-12 20:03 UTC (7+ messages)
` [PATCH bpf-next v3 2/3] bpf: btf: Add BTF_KFUNCS_START/END macro pair
[PATCH bpf v2] libbpf: Apply map_set_def_max_entries() for inner_maps on creation
2024-01-12 19:47 UTC (3+ messages)
[PATCH bpf-next 00/29] BPF token
2024-01-12 19:16 UTC (18+ messages)
` [PATCH bpf-next 03/29] bpf: introduce BPF token object
[PATCH bpf-next v2 00/15] Improvements for tracking scalars in the BPF verifier
2024-01-12 19:10 UTC (17+ messages)
` [PATCH bpf-next v2 09/15] selftests/bpf: Test assigning ID to scalars on spill
` [PATCH bpf-next v2 10/15] bpf: Track spilled unbounded scalars
` [PATCH bpf-next v2 12/15] bpf: Preserve boundaries and track scalars on narrowing fill
` [PATCH bpf-next v2 13/15] selftests/bpf: Add test cases for "
` [PATCH bpf-next v2 14/15] bpf: Optimize state pruning for spilled scalars
` [PATCH bpf-next v2 15/15] selftests/bpf: states pruning checks for scalar vs STACK_{MISC,ZERO}
[PATCH v3 bpf 0/3] bpf: Fix backward progress bug in bpf_iter_udp
2024-01-12 19:05 UTC (4+ messages)
` [PATCH v3 bpf 1/3] bpf: iter_udp: Retry with a larger batch size without going back to the previous bucket
` [PATCH v3 bpf 2/3] bpf: Avoid iter->offset making backward progress in bpf_iter_udp
` [PATCH v3 bpf 3/3] selftests/bpf: Test udp and tcp iter batching
[PATCH bpf-next 0/8] PTR_TO_BTF_ID arguments in global subprogs
2024-01-12 18:43 UTC (5+ messages)
` [PATCH bpf-next 5/8] bpf: add __arg_trusted and __arg_untrusted global func tags
[PATCH v3 0/4] net/sched: Load modules via alias
2024-01-12 18:38 UTC (6+ messages)
` [PATCH v3 1/4] net/sched: Add helper macros with module names
` [PATCH v3 2/4] net/sched: Add module aliases for cls_,sch_,act_ modules
` [PATCH v3 3/4] net/sched: Load modules via their alias
` [PATCH v3 4/4] net/sched: Remove aliases of act_xt and sch_clsact
[PATCH v3 1/2] bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
2024-01-12 18:38 UTC (6+ messages)
` [PATCH v3 2/2] selftests/bpf: Add tests for "
[PATCH v2 bpf 0/3] bpf: Fix backward progress bug in bpf_iter_udp
2024-01-12 18:10 UTC (8+ messages)
` [PATCH v2 bpf 1/3] bpf: iter_udp: Retry with a larger batch size without going back to the previous bucket
` [PATCH v2 bpf 2/3] bpf: Avoid iter->offset making backward progress in bpf_iter_udp
` [PATCH v2 bpf 3/3] selftests/bpf: Test udp and tcp iter batching
[PATCH net-next 12/24] seg6: Use nested-BH locking for seg6_bpf_srh_states
2024-01-12 17:41 UTC (10+ messages)
` [PATCH net-next 15/24] net: Use nested-BH locking for XDP redirect
` [PATCH net-next 16/24] net: netkit, veth, tun, virt*: "
[PATCH dwarves v2] pahole: Inject kfunc decl tags into BTF
2024-01-12 16:16 UTC (2+ messages)
[PATCH 0/3] Update LLVM Phabricator and Bugzilla links
2024-01-12 14:52 UTC (9+ messages)
` [PATCH 1/3] selftests/bpf: Update LLVM Phabricator links
[PATCH v6 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-01-12 10:17 UTC (37+ messages)
` [PATCH v6 01/36] ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default
` [PATCH v6 02/36] tracing: Add a comment about ftrace_regs definition
` [PATCH v6 03/36] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v6 04/36] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v6 05/36] function_graph: Convert ret_stack to a series of longs
` [PATCH v6 06/36] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v6 07/36] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v6 08/36] function_graph: Allow multiple users to attach to function graph
` [PATCH v6 09/36] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v6 10/36] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v6 11/36] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v6 12/36] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v6 13/36] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v6 14/36] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v6 15/36] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v6 16/36] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v6 17/36] function_graph: Move graph depth stored data "
` [PATCH v6 18/36] function_graph: Move graph notrace bit "
` [PATCH v6 19/36] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v6 20/36] function_graph: Improve push operation for several interrupts
` [PATCH v6 21/36] function_graph: Add selftest for passing local variables
` [PATCH v6 22/36] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [PATCH v6 23/36] function_graph: Add a new exit "
` [PATCH v6 24/36] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v6 25/36] arm64: ftrace: "
` [PATCH v6 26/36] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v6 27/36] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v6 28/36] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v6 29/36] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v6 30/36] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v6 31/36] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v6 32/36] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v6 33/36] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v6 34/36] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v6 35/36] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v6 36/36] Documentation: probes: Update fprobe on function-graph tracer
[PATCH bpf-next v2] selftests/bpf: Skip callback tests if jit is disabled in test_verifier
2024-01-12 7:40 UTC (3+ messages)
[PATCH v7 bpf-next 0/6] bpf: tcp: Support arbitrary SYN Cookie at TC
2024-01-12 6:20 UTC (4+ messages)
` [PATCH v7 bpf-next 5/6] bpf: tcp: Support arbitrary SYN Cookie
[PATCH bpf-next] bpf: Fix a 'unused function' compilation error
2024-01-12 6:02 UTC (4+ messages)
[PATCH] bpftool: Add missing libgen.h for basename()
2024-01-12 2:52 UTC (2+ messages)
[PATCH v3 bpf-next] selftests/bpf: add inline assembly helpers to access array elements
2024-01-12 2:50 UTC (2+ messages)
[PATCH bpf-next v2] selftests/bpf: Update LLVM Phabricator links
2024-01-12 2:50 UTC (2+ messages)
[PATCH bpf-next] net: filter: fix spelling mistakes
2024-01-12 2:40 UTC (2+ messages)
[PATCH bpf-next] Introduce concept of conformance groups
2024-01-12 2:40 UTC (2+ messages)
[PATCH v2 bpf-next] selftests/bpf: detect testing prog flags support
2024-01-12 2:40 UTC (2+ messages)
[PATCH bpf-next v3 0/3] bpf: inline bpf_kptr_xchg()
2024-01-12 2:30 UTC (2+ messages)
Fwd: BPF-NX+CFI is a good upstreaming candidate
2024-01-12 2:16 UTC (6+ messages)
` [External] "
[PATCH net 0/2] tls fixes for SPLICE with more hint
2024-01-12 1:05 UTC (5+ messages)
` [PATCH net 1/2] net: tls, fix WARNIING in __sk_msg_free
` [PATCH net 2/2] net: tls, add test to capture error on large splice
[ANN] bpf development stats for 6.8
2024-01-12 0:52 UTC (2+ messages)
[RFC bpf-next] bpf, selftests/bpf: Support PTR_MAYBE_NULL for struct_ops arguments
2024-01-12 0:35 UTC (6+ messages)
RFC: Mark "inlined by some callers" functions in BTF
2024-01-11 23:49 UTC (4+ messages)
[PATCH bpf] bpf: apply map_set_def_max_entries() for inner_maps on creation
2024-01-11 20:28 UTC (2+ messages)
[PATCH bpf] bpf: apply map_set_def_max_entries() for inner_maps on creation
2024-01-11 19:17 UTC
[PATCH bpf] bpf: apply map_set_def_max_entries() for inner_maps on creation
2024-01-11 18:51 UTC
[syzbot] [bpf?] [reiserfs?] WARNING: locking bug in corrupted (2)
2024-01-11 18:51 UTC (3+ messages)
[PATCH v2 bpf-next 0/5] bpf: volatile compare
2024-01-11 18:33 UTC (13+ messages)
` [PATCH v2 bpf-next 2/5] bpf: Introduce "volatile compare" macro
` asm register constraint. Was: "
[GIT PULL] Networking for v6.8
2024-01-11 18:28 UTC (2+ messages)
[PATCH v14 10/12] selftests/landlock: Add network tests
2024-01-11 17:06 UTC (3+ messages)
` "
[PATCH v5 00/34] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-01-11 13:47 UTC (11+ messages)
` [PATCH v5 11/34] function_graph: Have the instances use their own ftrace_ops for filtering
[PATCH bpf-next v1] selftests/bpf: Skip callback tests if jit is disabled in test_verifier
2024-01-11 12:01 UTC
[PATCH net-next v3 00/27] virtio-net: support AF_XDP zero copy
2024-01-11 8:34 UTC (4+ messages)
` [PATCH net-next v3 06/27] virtio_ring: introduce virtqueue_get_buf_ctx_dma()
[PATCH bpf-next] docs/bpf: Fix an incorrect statement in verifier.rst
2024-01-11 5:21 UTC
[PATCH v2 bpf-next 0/2] bpf: Add bpf_iter_cpumask
2024-01-11 2:31 UTC (7+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Add bpf_iter_cpumask kfuncs
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add selftests for cpumask iter
[syzbot] [bpf?] WARNING in __mark_chain_precision (3)
2024-01-10 19:15 UTC (5+ messages)
` "
[PATCH v3 bpf-next 0/9] Libbpf-side __arg_ctx fallback support
2024-01-10 19:02 UTC (14+ messages)
` [PATCH v3 bpf-next 7/9] libbpf: implement __arg_ctx fallback logic
[PATCH bpf-next 0/3] infer packet range for 'if pkt ==/!= pkt_end' instructions
2024-01-10 18:23 UTC (5+ messages)
` [PATCH bpf-next 2/3] bpf: infer packet range for 'if pkt ==/!= pkt_end' comparisons
[PATCH v6 00/13] x86/bugs: Add a separate config for each mitigation
2024-01-10 18:07 UTC (4+ messages)
[PATCH bpf-next v4 1/2] bpf: Track aligned st store as imprecise spilled registers
2024-01-10 17:54 UTC (3+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add a selftest with not-8-byte aligned BPF_ST
[PATCH v5 bpf-next 0/5] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
2024-01-10 16:14 UTC (9+ messages)
[PATCH v2 1/2] bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
2024-01-10 13:30 UTC (3+ messages)
` [PATCH v2 2/2] selftests/bpf: Add tests for "
[PATCH bpf-next] selftests/bpf: fix potential premature unload in bpf_testmod
2024-01-10 12:49 UTC (5+ messages)
` [PATCH bpf-next v2] "
[syzbot] [bpf?] [net?] WARNING in __sk_msg_free
2024-01-10 7:53 UTC (4+ messages)
` [PATCH] tls: fix "
[PATCH bpf-next v3 1/2] bpf: Track aligned st store as imprecise spilled registers
2024-01-10 4:29 UTC (6+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add a selftest with not-8-byte aligned BPF_ST
[PATCH v2 bpf-next 0/2] inline asm helpers to access array elements
2024-01-10 1:20 UTC (10+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: add inline assembly "
[syzbot] Monthly bpf report (Jan 2024)
2024-01-10 0:28 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: detect testing prog flags support
2024-01-09 22:53 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).