BPF List
 help / color / mirror / Atom feed
 messages from 2023-12-18 18:03:20 to 2023-12-20 21:40:41 UTC [more...]

[PATCH bpf-next 00/15] Improvements for tracking scalars in the BPF verifier
 2023-12-20 21:40 UTC  (8+ messages)
` [PATCH bpf-next 01/15] selftests/bpf: Fix the u64_offset_to_skb_data test
` [PATCH bpf-next 02/15] bpf: make infinite loop detection in is_state_visited() exact
` [PATCH bpf-next 03/15] selftests/bpf: check if imprecise stack spills confuse infinite loop detection
` [PATCH bpf-next 04/15] bpf: Make bpf_for_each_spilled_reg consider narrow spills
` [PATCH bpf-next 05/15] selftests/bpf: Add a test case for 32-bit spill tracking
` [PATCH bpf-next 06/15] bpf: Add the assign_scalar_id_before_mov function
` [PATCH bpf-next 07/15] bpf: Add the get_reg_width function

[PATCH bpf-next 0/2] bpf: Fix warning in check_obj_size()
 2023-12-20 21:40 UTC  (2+ messages)

[RFC nf-next v3 0/2] netfilter: bpf: support prog update
 2023-12-20 21:11 UTC  (4+ messages)
` [RFC nf-next v3 1/2] "
` [RFC nf-next v3 2/2] selftests/bpf: Add netfilter link prog update test

[RFC v3 0/3] use preserve_static_offset in bpf uapi headers
 2023-12-20 20:19 UTC  (6+ messages)
` [RFC v3 1/3] bpf: Mark virtual BPF context structures as preserve_static_offset
` [RFC v3 2/3] bpftool: add attribute preserve_static_offset for context types
` [RFC v3 3/3] selftests/bpf: verify bpftool emits preserve_static_offset

Dynamic kfunc discovery
 2023-12-20 20:12 UTC  (7+ messages)

[PATCH bpf-next v4 0/7] bpf: Reduce memory usage for bpf_global_percpu_ma
 2023-12-20 19:55 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

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

pull-request: bpf-next 2023-12-18
 2023-12-20 19:17 UTC  (18+ messages)

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

[PATCH bpf-next 0/3] bpf: inline bpf_kptr_xchg()
 2023-12-20 18:46 UTC  (10+ 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

[PATCH bpf-next v10 0/4] Relax tracing prog recursive attach rules
 2023-12-20 18:04 UTC  (5+ messages)
` [PATCH bpf-next v10 1/4] bpf: "
` [PATCH bpf-next v10 2/4] selftests/bpf: Add test for recursive attachment of tracing progs
` [PATCH bpf-next v10 3/4] bpf: Fix re-attachment branch in bpf_tracing_prog_attach
` [PATCH bpf-next v10 4/4] selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attach

BUG: unable to handle kernel paging request in bpf_probe_read_compat_str
 2023-12-20 17:50 UTC  (3+ messages)

[PATCH bpf-next v3 0/2] bpf: Simplify checking size of helper accesses
 2023-12-20 17:06 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] bpf: improve error logging for zero-sized accesses

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

[PATCH 1/2] powerpc/bpf: ensure module addresses are supported
 2023-12-20 16:56 UTC  (2+ messages)
` [PATCH 2/2] powerpc/bpf: enable kfunc call

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

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

[PATCH] fix null pointer dereference in bpf_object__collect_prog_relos
 2023-12-20 15:18 UTC  (2+ messages)

[PATCH] samples/bpf: use %lu format specifier for unsigned long values
 2023-12-20 15:10 UTC  (3+ messages)

[PATCH bpf-next] bpf: Re-support uid and gid when mounting bpffs
 2023-12-20 13:38 UTC 

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

[RFC nf-next v2 0/2] netfilter: bpf: support prog update
 2023-12-20 12:40 UTC  (6+ messages)
` [RFC nf-next v2 1/2] "

[PATCH bpf-next] bpf: add BPF_F_TOKEN_FD flag to pass with BPF token FD
 2023-12-20 12:10 UTC  (2+ messages)

[PATCH v14 10/12] selftests/landlock: Add network tests
 2023-12-20 11:19 UTC  (2+ messages)

[PATCH v6 bpf-next 3/6] bpf: tcp: Handle BPF SYN Cookie in skb_steal_sock()
 2023-12-20 10:22 UTC  (4+ messages)

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

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

[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 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  (11+ messages)
` [PATCH v5 06/34] function_graph: Allow multiple users to attach to function graph
` [PATCH v5 24/34] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v5 28/34] fprobe: Rewrite fprobe on function-graph tracer

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

[PATCH net-next 15/24] net: Use nested-BH locking for XDP redirect
 2023-12-20  0:25 UTC  (2+ messages)

[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)

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

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

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

[PATCH net-next 20/24] net: intel: Use nested-BH locking for XDP redirect
 2023-12-19 16:55 UTC  (4+ 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)

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

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

[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  (5+ messages)
` [PATCHv2 bpf-next 1/2] bpf: Fail uprobe multi link with negative offset

[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

[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


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