bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-18 06:31:03 to 2023-12-20 10:01:21 UTC [more...]

LSF/MM/BPF: 2024: Call for Proposals
 2023-12-20 10:01 UTC 

[PATCH net 3/3] ice: Fix PF with enabled XDP going no-carrier after reset
 2023-12-20  9:23 UTC  (4+ messages)

BUG: unable to handle kernel paging request in bpf_probe_read_compat_str
 2023-12-20  9:19 UTC  (2+ messages)

[PATCH v14 10/12] selftests/landlock: Add network tests
 2023-12-20  9:17 UTC 

Dynamic kfunc discovery
 2023-12-20  9:07 UTC  (3+ messages)

[bug] splat in perf event
 2023-12-20  8:34 UTC  (2+ messages)

[PATCH bpf-next v9 0/4] Relax tracing prog recursive attach rules
 2023-12-20  7:55 UTC  (8+ messages)
` [PATCH bpf-next v9 1/4] bpf: "

[PATCH v3 bpf-next 00/10] Enhance BPF global subprogs with argument tags
 2023-12-20  5:15 UTC  (5+ messages)
` [PATCH v3 bpf-next 07/10] bpf: add support for passing dynptr pointer to global subprog

[PATCH bpf-next v4 0/7] bpf: Reduce memory usage for bpf_global_percpu_ma
 2023-12-20  4:37 UTC  (10+ messages)
` [PATCH bpf-next v4 2/7] bpf: Add objcg to bpf_mem_alloc
` [PATCH bpf-next v4 3/7] bpf: Allow per unit prefill for non-fix-size percpu memory allocator
` [PATCH bpf-next v4 4/7] bpf: Refill only one percpu element in memalloc
` [PATCH bpf-next v4 6/7] selftests/bpf: Cope with 512 bytes limit with bpf_global_percpu_ma
` [PATCH bpf-next v4 7/7] selftests/bpf: Add a selftest with > 512-byte percpu allocation size

[PATCH bpf-next v2 0/1] bpf: Simplify checking size of helper accesses
 2023-12-20  3:33 UTC  (11+ messages)
` [PATCH bpf-next v2 1/1] "

IETF 118 BPF WG summary
 2023-12-20  3:28 UTC  (21+ messages)
` BPF ISA conformance groups
  ` [Bpf] "

[RFC PATCH net-next v1 0/4] Abstract page from net stack
 2023-12-20  3:01 UTC  (17+ messages)
` [RFC PATCH net-next v1 2/4] net: introduce abstraction for network memory
` [RFC PATCH net-next v1 4/4] net: page_pool: use netmem_t instead of struct page in API

[PATCH bpf-next] selftests/bpf: Close cgrp fd before calling cleanup_cgroup_environment()
 2023-12-20  2:30 UTC  (2+ messages)

[PATCH bpf-next v5 0/4] bpf: support to track BPF_JNE
 2023-12-20  1:30 UTC  (9+ messages)
` [PATCH bpf-next v5 1/4] bpf: make the verifier tracks the "not equal" for regs
` [PATCH bpf-next v5 2/4] selftests/bpf: remove reduplicated s32 casting in "crafted_cases"
` [PATCH bpf-next v5 3/4] selftests/bpf: activate the OP_NE logic in range_cond()
` [PATCH bpf-next v5 4/4] selftests/bpf: add testcase to verifier_bounds.c for BPF_JNE

[PATCH v5 00/34] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-12-20  1:00 UTC  (42+ messages)
` [PATCH v5 01/34] tracing: Add a comment about ftrace_regs definition
` [PATCH v5 02/34] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v5 03/34] function_graph: Convert ret_stack to a series of longs
` [PATCH v5 04/34] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v5 05/34] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v5 06/34] function_graph: Allow multiple users to attach to function graph
` [PATCH v5 07/34] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v5 08/34] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v5 09/34] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v5 10/34] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v5 11/34] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v5 12/34] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v5 13/34] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v5 14/34] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v5 15/34] function_graph: Move graph depth stored data "
` [PATCH v5 16/34] function_graph: Move graph notrace bit "
` [PATCH v5 17/34] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v5 18/34] function_graph: Add selftest for passing local variables
` [PATCH v5 19/34] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [PATCH v5 20/34] function_graph: Add a new exit "
` [PATCH v5 21/34] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v5 22/34] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v5 23/34] arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v5 24/34] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v5 25/34] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v5 26/34] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v5 27/34] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v5 28/34] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v5 29/34] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v5 30/34] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v5 31/34] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v5 32/34] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v5 33/34] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v5 34/34] Documentation: probes: Update fprobe on function-graph tracer

Unexpected behavior from BPF/XDP program
 2023-12-20  0:31 UTC  (2+ messages)

[PATCH net-next 12/24] seg6: Use nested-BH locking for seg6_bpf_srh_states
 2023-12-20  0:25 UTC  (6+ messages)
` [PATCH net-next 15/24] net: Use nested-BH locking for XDP redirect
` [PATCH net-next 16/24] net: netkit, veth, tun, virt*: "

[net-next v1 00/16] Device Memory TCP
 2023-12-19 23:55 UTC  (9+ messages)
` [net-next v1 08/16] memory-provider: dmabuf devmem memory provider

[PATCH net-next] xsk: make struct xsk_cb_desc available outside CONFIG_XDP_SOCKETS
 2023-12-19 22:57 UTC  (5+ messages)

memory leak in unix_create1/copy_process/security_prepare_creds
 2023-12-19 22:06 UTC  (5+ messages)

[PATCH] samples/bpf: use %lu format specifier for unsigned long values
 2023-12-19 22:02 UTC  (2+ messages)

[PATCH bpf 1/2] bpf: Avoid iter->offset making backward progress in bpf_iter_udp
 2023-12-19 19:32 UTC  (2+ messages)
` [PATCH bpf 2/2] selftests/bpf: Test udp and tcp iter batching

Question about bpf perfbuf/ringbuf: pinned in backend with overwriting
 2023-12-19 19:25 UTC  (14+ messages)

[PATCH bpf-next v2 1/1] bpf: Include pid, uid and comm in audit output
 2023-12-19 18:54 UTC  (6+ messages)
` [PATCH bpf-next v3] "

pull-request: bpf-next 2023-12-18
 2023-12-19 18:31 UTC  (16+ messages)

pull-request: bpf-next 2023-12-19
 2023-12-19 18:28 UTC  (2+ messages)

[PATCH v5 net-next 0/3] add multi-buff support for xdp running in generic mode
 2023-12-19 17:32 UTC  (5+ messages)
` [PATCH v5 net-next 1/3] net: introduce page_pool pointer in softnet_data percpu struct

[PATCH net-next 20/24] net: intel: Use nested-BH locking for XDP redirect
 2023-12-19 16:55 UTC  (4+ messages)

[PATCH v6 bpf-next 3/6] bpf: tcp: Handle BPF SYN Cookie in skb_steal_sock()
 2023-12-19 16:45 UTC  (3+ messages)

[RFC PATCH v3] LSM: Officially support appending LSM hooks after boot
 2023-12-19 15:50 UTC  (4+ messages)

An invalid memory access was discovered by a fuzz test
 2023-12-19 15:06 UTC  (2+ messages)

[RFC nf-next v2 0/2] netfilter: bpf: support prog update
 2023-12-19 14:58 UTC  (5+ messages)
` [RFC nf-next v2 1/2] "

[PATCH bpf-next] bpf: use nla_ok() instead of checking nla_len directly
 2023-12-19 14:30 UTC  (3+ messages)

[PATCH bpf-next 0/3] bpf: inline bpf_kptr_xchg()
 2023-12-19 13:56 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: Support inlining bpf_kptr_xchg() helper
` [PATCH bpf-next 2/3] bpf, x86: Don't generate lock prefix for BPF_XCHG
` [PATCH bpf-next 3/3] bpf, x86: Inline bpf_kptr_xchg() on x86-64

[RFC PATCH v3 0/3] devguard: guard mknod for non-initial user namespace
 2023-12-19 13:43 UTC  (13+ messages)
` [RFC PATCH v3 3/3] devguard: added device guard for mknod in non-initial userns

Should I add BPF kfuncs for userspace apps? And how?
 2023-12-19 12:16 UTC  (3+ messages)

bpftool fails on 32-bit hosts when -Wa,--compress-debug-sections is used
 2023-12-19 11:03 UTC  (2+ messages)
` [PATCH] libbpf: skip DWARF sections in linker sanity check

[PATCH bpf] selftests/bpf: Relax time_tai test for equal timestamps in tai_forward
 2023-12-19  9:57 UTC  (4+ messages)

[PATCHv2 bpf-next 0/2] bpf: Add check for negative uprobe multi offset
 2023-12-19  8:33 UTC  (9+ messages)
` [PATCHv2 bpf-next 1/2] bpf: Fail uprobe multi link with negative offset
` [PATCHv2 bpf-next 2/2] selftests/bpf: Add more uprobe multi fail tests

[PATCH bpf-next v4 0/3] bpf: support to track BPF_JNE
 2023-12-19  5:52 UTC  (9+ messages)
` [PATCH bpf-next v4 2/3] selftests/bpf: activate the OP_NE login in range_cond()
` [PATCH bpf-next v4 3/3] selftests/bpf: add testcase to verifier_bounds.c for JMP_NE

[PATCH bpf-next] bpf: add BPF_F_TOKEN_FD flag to pass with BPF token FD
 2023-12-19  5:31 UTC 

[syzbot] [bpf?] [net?] KASAN: slab-use-after-free Read in nla_find
 2023-12-18 23:17 UTC  (2+ messages)

[PATCH v2 bpf-next] bpf: ensure precise is reset to false in __mark_reg_const_zero()
 2023-12-18 23:00 UTC  (2+ messages)

[PATCH v1 00/14] Clean up libperf cpumap's empty function
 2023-12-18 20:36 UTC  (7+ messages)
` [PATCH v1 10/14] perf top: Avoid repeated function calls
` [PATCH v1 14/14] libperf cpumap: Document perf_cpu_map__nr's behavior

linux-next: Tree for Dec 15 (drivers/net/ethernet/intel/ice/ice_base.c)
 2023-12-18 17:29 UTC 

[PATCH RESEND bpf-next v2] selftests/bpf: Test the release of map btf
 2023-12-18 17:20 UTC  (2+ messages)

[PATCH bpf-next] bpf: ensure precise is reset to false in __mark_reg_const_zero()
 2023-12-18 17:18 UTC  (3+ messages)

[PATCH bpf-next v14 00/14] Registrating struct_ops types from modules
 2023-12-18 17:05 UTC  (3+ messages)
` [PATCH bpf-next v14 06/14] bpf: pass btf object id in bpf_map_info

[syzbot] [bpf?] UBSAN: shift-out-of-bounds in adjust_reg_min_max_vals
 2023-12-18 14:44 UTC 

[PATCH bpf-next] bpf: Introduce "volatile compare" macro
 2023-12-18 14:42 UTC  (2+ messages)

[PATCH bpf-next] s390/bpf: Fix indirect trampoline generation
 2023-12-18 11:10 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;
as well as URLs for NNTP newsgroup(s).