BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-13 23:08:32 to 2024-05-16 18:56:59 UTC [more...]

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

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

[PATCH v4 00/66] Define _GNU_SOURCE for sources using
 2024-05-16 18:05 UTC  (9+ messages)
` [PATCH v4 08/66] selftests/cgroup: Drop define _GNU_SOURCE

[PATCH] net: Fix the gso BUG_ON that treat the skb which head_frag is true as non head_frag
 2024-05-16 17:59 UTC  (2+ messages)

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-05-16 17:34 UTC 

[PATCH v1 0/3] Use BPF filters for a "perf top -u" workaround
 2024-05-16 17:34 UTC  (6+ 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] bpf: tcp: Improve bpf write tcp opt performance
 2024-05-16 17:22 UTC  (5+ messages)
  `  "

[PATCH bpf] selftests/bpf: Adjust test_access_variable_array after a kernel function name change
 2024-05-16 17:01 UTC 

[PATCH bpf] selftests/bpf: Adjust btf_dump test to reflect recent change in file_operations
 2024-05-16 16:54 UTC  (2+ messages)

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

[PATCH] net/sched: unregister root_lock_key in the error path of qdisc_alloc()
 2024-05-16 13:45 UTC  (3+ messages)

[PATCH v3] riscv, bpf: Optimize zextw insn with Zba extension
 2024-05-16 12:38 UTC  (2+ messages)

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

bpf_map_update_elem returns -ENOMEM
 2024-05-16 11:29 UTC 

[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] bpf: fix order of args in call to bpf_map_kvcalloc
 2024-05-16  7:24 UTC 

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

[syzbot] [bpf?] KASAN: slab-use-after-free Read in htab_map_alloc (2)
 2024-05-16  3:14 UTC  (2+ 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  (3+ 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 v12 0/5] Reduce overhead of LSMs with static calls
 2024-05-16  0:35 UTC  (6+ 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 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 bpf-next 0/4] netfilter: Add the capability to offload flowtable in XDP layer
 2024-05-15 21:59 UTC  (6+ 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

[PATCHSET v6] sched: Implement BPF extensible scheduler class
 2024-05-15 20:41 UTC  (12+ messages)

[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  (4+ messages)
  ` [Bpf] "

[PATCH net-next 1/2] bpf: save extended inner map info for percpu array maps as well
 2024-05-15 16:58 UTC  (6+ messages)
` [PATCH net-next 2/2] selftests/bpf: add more variations of map-in-map situations

[PATCHv5 bpf-next 0/8] uprobe: uretprobe speed up
 2024-05-15 15:42 UTC  (19+ messages)
` [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support

[GIT PULL] Networking for v6.10
 2024-05-15 14:34 UTC  (6+ messages)

[PATCH 0/4] Fix user stack traces captured from uprobes
 2024-05-15 14:32 UTC  (4+ messages)
` [PATCH 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes

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

[RFC v4 00/13] First try to replace page_frag with page_frag_cache
 2024-05-15 13:09 UTC  (3+ messages)
` [RFC v4 06/13] mm: page_frag: add '_va' suffix to page_frag API
` [RFC v4 11/13] net: replace page_frag with page_frag_cache

[PATCH v2] riscv, bpf: Optimize zextw insn with Zba extension
 2024-05-15 11:51 UTC  (9+ messages)

[PATCH net-next v9 00/14] Device Memory TCP
 2024-05-15 10:19 UTC  (8+ messages)
` [PATCH net-next v9 04/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v9 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags

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

[PATCH stable, 6.1 0/2] Fix for sockmap causing data stalls
 2024-05-15  7:30 UTC  (3+ messages)
` [PATCH stable, 6.1 1/2] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg

[PATCH v3 bpf-next 00/11] bpf: support resilient split BTF
 2024-05-15  6:56 UTC  (8+ messages)
` [PATCH v3 bpf-next 10/11] libbpf,bpf: share BTF relocate-related code with kernel
` [PATCH v3 bpf-next 11/11] bpftool: support displaying relocated-with-base split BTF

[PATCH bpf-next v2 0/4] use network helpers, part 5
 2024-05-15  4:20 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: Use post_socket_cb in connect_to_fd_opts
` [PATCH bpf-next v2 2/4] selftests/bpf: Use start_server_addr in bpf_tcp_ca
` [PATCH bpf-next v2 3/4] selftests/bpf: Use connect_to_fd_opts in do_test "
` [PATCH bpf-next v2 4/4] selftests/bpf: Add post_connect_cb callback

[PATCH bpf-next 4/4] selftests/bpf: Add post_connect_cb callback
 2024-05-15  1:32 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 26dd54d03cd94ecc035d9e1e9fd4fc0f3ab311cf
 2024-05-14 20:15 UTC 

[syzbot] [bpf?] BUG: unable to handle kernel paging request in jhash
 2024-05-14 17:24 UTC  (2+ messages)

[PATCH v2 bpf-next] kbuild,bpf: switch to using --btf_features for pahole v1.26 and later
 2024-05-14 16:29 UTC  (9+ messages)

[PATCH bpf-next] kbuild, bpf: use test-ge check for v1.25-only pahole
 2024-05-14 16:27 UTC 

[PATCH net-next v2 1/1] net: intel: Use *-y instead of *-objs in Makefile
 2024-05-14 15:00 UTC  (2+ messages)
` [Intel-wired-lan] "

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

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

[PATCH v3 bpf-next] bpftool: introduce btf c dump sorting
 2024-05-14 10:27 UTC  (5+ messages)

[PATCH] bpf: Fix potential integer overflow in resolve_btfids
 2024-05-14  7:09 UTC 

[PATCH bpf v3] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
 2024-05-14  1:09 UTC  (4+ messages)

[PATCH net-next] net: mana: Enable MANA driver on ARM64 with 4K page size
 2024-05-14  1:00 UTC  (5+ messages)

pull-request: bpf-next 2024-05-13
 2024-05-14  0:00 UTC  (2+ messages)

[PATCH RFC 0/6] net: stmmac: convert stmmac "pcs" to phylink
 2024-05-13 23:53 UTC  (4+ messages)

[PATCH net-next v3 00/13] First try to replace page_frag with page_frag_cache
 2024-05-13 23:44 UTC  (7+ messages)
` [PATCH net-next v3 11/13] net: "


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 read-only IMAP folder(s) and NNTP newsgroup(s).