BPF List
 help / color / mirror / Atom feed
 messages from 2024-05-15 16:09:30 to 2024-05-17 23:33:16 UTC [more...]

bpftool does not print full names with LLVM 17 and newer
 2024-05-17 23:33 UTC  (2+ messages)

[syzbot] [bpf?] [net?] possible deadlock in sock_hash_update_common
 2024-05-17 23:31 UTC  (2+ messages)

[PATCH 0/2] selftests: harness: refactor __constructor_order
 2024-05-17 23:26 UTC  (4+ messages)
` [PATCH 1/2] selftests: harness: remove unneeded __constructor_order_last()

[LSF/MM/BPF TOPIC] Reclaiming & documenting page flags
 2024-05-17 21:32 UTC  (2+ messages)

[PATCH v4 bpf-next 00/11] bpf: support resilient split BTF
 2024-05-17 21:09 UTC  (14+ messages)
` [PATCH v4 bpf-next 01/11] libbpf: add btf__distill_base() creating split BTF with distilled base BTF
` [PATCH v4 bpf-next 02/11] selftests/bpf: test distilled base, split BTF generation
` [PATCH v4 bpf-next 03/11] libbpf: add btf__parse_opts() API for flexible BTF parsing
` [PATCH v4 bpf-next 04/11] bpftool: support displaying raw split BTF using base BTF section as base
` [PATCH v4 bpf-next 05/11] resolve_btfids: use .BTF.base ELF section as base BTF if -B option is used
` [PATCH v4 bpf-next 06/11] kbuild, bpf: add module-specific pahole/resolve_btfids flags for distilled base BTF
` [PATCH v4 bpf-next 07/11] libbpf: split BTF relocation
` [PATCH v4 bpf-next 08/11] selftests/bpf: extend distilled BTF tests to cover "
` [PATCH v4 bpf-next 09/11] module, bpf: store BTF base pointer in struct module
` [PATCH v4 bpf-next 10/11] libbpf,bpf: share BTF relocate-related code with kernel
` [PATCH v4 bpf-next 11/11] bpftool: support displaying relocated-with-base split BTF

[PATCH bpf-next 0/4] netfilter: Add the capability to offload flowtable in XDP layer
 2024-05-17 19:54 UTC  (7+ messages)
` [PATCH bpf-next 1/4] netfilter: nf_tables: add flowtable map for xdp offload
` [PATCH bpf-next 2/4] netfilter: add bpf_xdp_flow_offload_lookup kfunc
` [PATCH bpf-next 3/4] samples/bpf: Add bpf sample to offload flowtable traffic to xdp
` [PATCH bpf-next 4/4] selftests/bpf: Add selftest for bpf_xdp_flow_offload_lookup kfunc

[PATCH bpf-next v2 0/4] API to access btf_dump emit queue and print single type
 2024-05-17 19:05 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] libbpf: put forward declarations to btf_dump->emit_queue
` [PATCH bpf-next v2 2/4] libbpf: API to access btf_dump emit queue and print single type
` [PATCH bpf-next v2 3/4] selftests/bpf: tests for btf_dump emit queue API
` [PATCH bpf-next v2 4/4] selftests/bpf: corner case for typedefs handling in btf_dump

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-05-17 18:00 UTC  (9+ messages)

[PATCH bpf-next] bpf, docs: Use RFC 2119 language for ISA requirements
 2024-05-17 17:16 UTC  (4+ messages)
` [Bpf] "
  ` [Bpf] "

[linux-next:master] BUILD REGRESSION c75962170e49f24399141276ae119e6a879f36dc
 2024-05-17 16:50 UTC 

[PATCH bpf-next] bpf, docs: clarify sign extension of 64-bit use of 32-bit imm
 2024-05-17 16:16 UTC  (2+ messages)
` [Bpf] "

[PATCH net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
 2024-05-17 16:15 UTC  (11+ messages)
        ` [PATCH net-next 14/15 v2] "

[PATCH RESEND v8 00/16] mm: jit/text allocator
 2024-05-17 16:09 UTC  (5+ messages)
` [PATCH RESEND v8 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH] net: Fix the gso BUG_ON that treat the skb which head_frag is true as non head_frag
 2024-05-17 15:40 UTC  (5+ messages)
` [PATCH] test_bpf: Add an skb_segment test for a non linear frag_list whose head_frag=1 and gso_size was mangled

[PATCH bpf-next] bpf, docs: Move sentence about returning R0 to abi.rst
 2024-05-17 15:34 UTC  (2+ messages)
` [Bpf] "

[PATCH bpf-next v4 0/5] bpf: Fix tailcall hierarchy
 2024-05-17 15:05 UTC  (5+ messages)
` [PATCH bpf-next v4 3/5] bpf, x64: "

[PATCH v4 00/66] Define _GNU_SOURCE for sources using
 2024-05-17 14:48 UTC  (12+ messages)
` [PATCH v4 08/66] selftests/cgroup: Drop define _GNU_SOURCE
` [PATCH v4 65/66] selftests/wireguard: "

bpf_map_update_elem returns -ENOMEM
 2024-05-17 13:52 UTC  (2+ messages)

[PATCH dwarves] btf_encoder: add "distilled_base" BTF feature to split BTF generation
 2024-05-17 10:27 UTC 

[PATCHSET v6] sched: Implement BPF extensible scheduler class
 2024-05-17  9:58 UTC  (10+ messages)

[PATCH v12 0/5] Reduce overhead of LSMs with static calls
 2024-05-17  8:09 UTC  (8+ messages)
` [PATCH v12 1/5] kernel: Add helper macros for loop unrolling
` [PATCH v12 2/5] security: Count the LSMs enabled at compile time
` [PATCH v12 3/5] security: Replace indirect LSM hook calls with static calls
` [PATCH v12 4/5] security: Update non standard hooks to use "
` [PATCH v12 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached

[PATCH 0/5] powerpc64/bpf: jit support for cpuv4 instructions
 2024-05-17  7:56 UTC  (6+ messages)
` [PATCH 1/5] powerpc64/bpf: jit support for 32bit offset jmp instruction
` [PATCH 2/5] powerpc64/bpf: jit support for unconditional byte swap
` [PATCH 3/5] powerpc64/bpf: jit support for sign extended load
` [PATCH 4/5] powerpc64/bpf: jit support for sign extended mov
` [PATCH 5/5] powerpc64/bpf: jit support for signed division and modulo

[PATCH bpf-next] bpf: tcp: Improve bpf write tcp opt performance
 2024-05-17  7:27 UTC  (6+ messages)
  `  "

[PATCH v3] riscv, bpf: Optimize zextw insn with Zba extension
 2024-05-17  7:24 UTC  (3+ messages)

[syzbot] [bpf?] possible deadlock in get_page_from_freelist
 2024-05-17  7:15 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix prog numbers in test_sockmap
 2024-05-17  6:21 UTC 

[PATCH] net/sched: unregister root_lock_key in the error path of qdisc_alloc()
 2024-05-17  6:20 UTC  (6+ messages)

[RFC PATCH v8 00/20] bpf qdisc
 2024-05-17  5:30 UTC  (19+ messages)
` [RFC PATCH v8 01/20] bpf: Support passing referenced kptr to struct_ops programs
` [RFC PATCH v8 02/20] selftests/bpf: Test referenced kptr arguments of "
` [RFC PATCH v8 03/20] bpf: Allow struct_ops prog to return referenced kptr
` [RFC PATCH v8 09/20] bpf: Find special BTF fields in union

[PATCH v3 bpf-next 2/2] selftests/bpf: Added selftests to check deadlocks in queue and stack map
 2024-05-17  3:32 UTC  (12+ messages)
` [PATCH v3 bpf-next 1/2] bpf: Patch to Fix deadlocks in queue and stack maps

[PATCH bpf-next] bpftool: fix make dependencies for vmlinux.h
 2024-05-17  3:10 UTC  (2+ messages)

[PATCH bpf-next] kbuild, bpf: use test-ge check for v1.25-only pahole
 2024-05-17  3:10 UTC  (2+ messages)

[PATCH] bpf: fix order of args in call to bpf_map_kvcalloc
 2024-05-17  3:10 UTC  (2+ messages)

[PATCH v4 bpf-next] bpftool: introduce btf c dump sorting
 2024-05-17  3:00 UTC  (2+ messages)

[PATCH v8 bpf-next 0/2] bpf: Add a generic bits iterator
 2024-05-17  2:30 UTC  (3+ messages)
` [PATCH v8 bpf-next 1/2] bpf: Add "
` [PATCH v8 bpf-next 2/2] selftests/bpf: Add selftest for bits iter

[PATCH bpf-next 0/3] API to access btf_dump emit queue and print single type
 2024-05-17  2:03 UTC  (6+ messages)
` [PATCH bpf-next 1/3] libbpf: put forward declarations to btf_dump->emit_queue
` [PATCH bpf-next 2/3] libbpf: API to access btf_dump emit queue and print single type
` [PATCH bpf-next 3/3] selftests/bpf: tests for btf_dump emit queue API

[syzbot] [bpf?] KASAN: slab-use-after-free Read in htab_map_alloc (2)
 2024-05-17  1:20 UTC  (3+ messages)

pull-request: bpf 2024-05-17
 2024-05-17  0:50 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: Adjust btf_dump test to reflect recent change in file_operations
 2024-05-17  0:00 UTC  (3+ messages)

[PATCH bpf] selftests/bpf: Adjust test_access_variable_array after a kernel function name change
 2024-05-16 23:50 UTC  (2+ messages)

[PATCH v1 0/3] Use BPF filters for a "perf top -u" workaround
 2024-05-16 21:47 UTC  (7+ messages)
` [PATCH v1 1/3] perf bpf filter: Give terms their own enum
` [PATCH v1 2/3] perf bpf filter: Add uid and gid terms
` [PATCH v1 3/3] perf top: Allow filters on events

[PATCH bpf-next 0/1] Fix for bpf_sysctl_set_new_value
 2024-05-16 21:16 UTC  (4+ messages)
` [PATCH bpf-next 1/1] "

[linux-next:master] BUILD REGRESSION dbd9e2e056d8577375ae4b31ada94f8aa3769e8a
 2024-05-16 18:46 UTC 

[PATCH iwl-net 0/3] Fix AF_XDP problems after changing queue number
 2024-05-16 11:59 UTC  (10+ messages)
` [PATCH iwl-net 1/3] ice: remove af_xdp_zc_qps bitmap
` [PATCH iwl-net 2/3] ice: add flag to distinguish reset from .ndo_bpf in XDP rings config
` [PATCH iwl-net 3/3] ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()

[PATCH bpf] MAINTAINERS: Add myself as reviewer of ARM64 BPF JIT
 2024-05-16 11:11 UTC  (2+ messages)

ANNOUNCE: pahole v1.23 (BTF tags and alignment inference)
 2024-05-16  9:36 UTC  (2+ messages)
` ANNOUNCE: pahole v1.26 (more holes, --bpf_features, --contains_enum)

[PATCH v2 0/4] Dump off-cpu samples directly
 2024-05-16  4:56 UTC  (7+ messages)

[PATCH bpf-next] selftests/bpf: Enable INET_XFRM_TUNNEL in config
 2024-05-16  1:41 UTC 

[syzbot] [bpf?] KASAN: stack-out-of-bounds Read in hash
 2024-05-16  1:35 UTC  (2+ messages)

[PATCH bpf-next v2 0/8] add netns helpers
 2024-05-16  1:13 UTC  (9+ messages)
` [PATCH bpf-next v2 1/8] selftests/bpf: Add unshare_netns helper
` [PATCH bpf-next v2 2/8] selftests/bpf: Use "
` [PATCH bpf-next v2 3/8] selftests/bpf: Drop duplicate create_netns
` [PATCH bpf-next v2 4/8] selftests/bpf: Export create_netns helper
` [PATCH bpf-next v2 5/8] selftests/bpf: Use "
` [PATCH bpf-next v2 6/8] selftests/bpf: Export cleanup_netns helper
` [PATCH bpf-next v2 7/8] selftests/bpf: Use "
` [PATCH bpf-next v2 8/8] selftests/bpf: Use netns helpers in lwt tests

[PATCH bpf-next v1 0/2] Zero overhead PROBE_MEM
 2024-05-15 23:39 UTC  (3+ messages)
` [PATCH bpf-next v1 1/2] x86: Perform BPF exception fixup in do_user_addr_fault
` [PATCH bpf-next v1 2/2] bpf, x86: Skip bounds checking for PROBE_MEM with SMAP

[PATCH v5 0/3] perf/core: Check sample_type in sample data saving helper functions
 2024-05-15 19:36 UTC  (4+ messages)
` [PATCH v5 1/3] perf/core: Save raw sample data conditionally based on sample type
` [PATCH v5 2/3] perf/core: Check sample_type in perf_sample_save_callchain
` [PATCH v5 3/3] perf/core: Check sample_type in perf_sample_save_brstack

[linux-next:master] BUILD REGRESSION 82d92a9a1b9ea0ea52aff27cddd05009b4edad49
 2024-05-15 19:27 UTC 

[PATCH v4 0/3] perf/core: Check sample_type in sample data saving helper functions
 2024-05-15 17:47 UTC  (8+ messages)
` [PATCH v4 1/3] perf/core: Save raw sample data conditionally based on sample type
` [PATCH v4 3/3] perf/core: Check sample_type in perf_sample_save_brstack

[PATCH bpf-next v10 0/5] Reduce overhead of LSMs with static calls
 2024-05-15 16:57 UTC  (10+ messages)
` [PATCH bpf-next v10 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached

[PATCH bpf] MAINTAINERS: Update ARM64 BPF JIT maintainer
 2024-05-15 17:02 UTC  (4+ messages)

[PATCH] libbpf: fix feature detectors when using token_fd
 2024-05-15 16:58 UTC  (2+ messages)

[PATCH bpf] bpf, docs: Fix the description of 'src' in ALU instructions
 2024-05-15 16:58 UTC  (2+ messages)

[PATCH net-next 1/2] bpf: save extended inner map info for percpu array maps as well
 2024-05-15 16:58 UTC  (3+ messages)


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