BPF List
 help / color / mirror / Atom feed
 messages from 2025-05-23 13:20:09 to 2025-05-27 23:25:46 UTC [more...]

[PATCH bpf-next v3 0/4] bpf: Introduce global percpu data
 2025-05-27 23:25 UTC  (11+ messages)
` [PATCH bpf-next v3 1/4] "
` [PATCH bpf-next v3 2/4] bpf, libbpf: Support "
` [PATCH bpf-next v3 3/4] bpf, bpftool: Generate skeleton for "
` [PATCH bpf-next v3 4/4] selftests/bpf: Add cases to test "

[PATCH net-next,v6] net: mana: Add handler for hardware servicing events
 2025-05-27 21:42 UTC 

[PATCH RFC 0/3] list inline expansions in .BTF.inline
 2025-05-27 21:41 UTC  (10+ messages)

[PATCH] bpf: Specify access type of bpf_sysctl_get_name args
 2025-05-27 21:39 UTC  (3+ messages)

[PATCH bpf-next v3 0/5] bpf: Implement mprog API on top of existing cgroup progs
 2025-05-27 21:36 UTC  (5+ messages)
` [PATCH bpf-next v3 2/5] "

[PATCH bpf-next] selftests/bpf: Fix "expression result unused" warnings
 2025-05-27 21:31 UTC  (15+ messages)

[PATCH bpf-next v1 00/11] bpf: propagate read/precision marks over state graph backedges
 2025-05-27 21:26 UTC  (13+ messages)
` [PATCH bpf-next v1 01/11] Revert "bpf: use common instruction history across all states"
` [PATCH bpf-next v1 02/11] bpf: compute SCCs in program control flow graph
` [PATCH bpf-next v1 03/11] bpf: frame_insn_idx() utility function
` [PATCH bpf-next v1 04/11] bpf: starting_state parameter for __mark_chain_precision()
` [PATCH bpf-next v1 05/11] bpf: set 'changed' status if propagate_precision() did any updates
` [PATCH bpf-next v1 06/11] bpf: set 'changed' status if propagate_liveness() "
` [PATCH bpf-next v1 07/11] bpf: move REG_LIVE_DONE check to clean_live_states()
` [PATCH bpf-next v1 08/11] bpf: propagate read/precision marks over state graph backedges
` [PATCH bpf-next v1 09/11] bpf: remove {update,get}_loop_entry functions
` [PATCH bpf-next v1 10/11] bpf: include backedges in peak_states stat
` [PATCH bpf-next v1 11/11] selftests/bpf: tests with a loop state missing read/precision mark

[PATCH bpf-next 1/2] bpf: make reg_not_null() true for CONST_PTR_TO_MAP
 2025-05-27 21:23 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add a test case with CONST_PTR_TO_MAP null check

[PATCH bpf-next v5 1/2] bpf: Do not include stack ptr register in precision backtracking bookkeeping
 2025-05-27 21:10 UTC  (4+ messages)
` [PATCH bpf-next v5 2/2] selftests/bpf: Add tests with stack ptr register in conditional jmp

[PATCH v4 00/19] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
 2025-05-27 20:45 UTC  (4+ messages)

[PATCH v3 00/10] Move uid filtering to BPF filters
 2025-05-27 20:39 UTC  (2+ messages)

[PATCH 00/18] Split netmem from struct page
 2025-05-27 20:03 UTC  (34+ messages)
` [PATCH 01/18] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov
` [PATCH 12/18] page_pool: use netmem APIs to access page->pp_magic in page_pool_page_is_pp()
` [PATCH 13/18] mlx5: use netmem descriptor and APIs for page pool
` [PATCH 14/18] netmem: use _Generic to cover const casting for page_to_netmem()
` [PATCH 18/18] mm, netmem: remove the page pool members in struct page

[PATCH v1 bpf-next 03/10] bpf: tcp: Get rid of st_bucket_done
 2025-05-27 18:19 UTC  (5+ messages)

[PATCH bpf-next v3 0/2] bpf, arm64: support up to 12 arguments
 2025-05-27 18:00 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] bpf, arm64: Support up to 12 function arguments
` [PATCH bpf-next v3 2/2] selftests/bpf: enable many-args tests for arm64

[PATCH bpf-next] bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()
 2025-05-27 17:50 UTC  (2+ messages)

[PATCH bpf-next 1/1] bpf: fix WARNING in __bpf_prog_ret0_warn when jit failed
 2025-05-27 17:50 UTC  (2+ messages)

[PATCH bpf-next v4] bpftool: Add support for custom BTF path in prog load/loadall
 2025-05-27 17:40 UTC  (2+ messages)

[PATCH bpf-next v5 0/3] bpf: Warn with __bpf_trap() kfunc maybe due to uninitialized variable
 2025-05-27 17:40 UTC  (7+ messages)
` [PATCH bpf-next v5 1/3] bpf: Remove special_kfunc_set from verifier
` [PATCH bpf-next v5 2/3] bpf: Warn with __bpf_trap() kfunc maybe due to uninitialized variable
` [PATCH bpf-next v5 3/3] selftests/bpf: Add unit tests with __bpf_trap() kfunc

[PATCH bpf-next v7 0/5] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-05-27 17:00 UTC  (2+ messages)

WARNING: suspicious RCU usage in task_cls_state
 2025-05-27 16:39 UTC  (2+ messages)

[RFC PATCH net-next v2 0/2] virtio-net: support zerocopy multi buffer XDP in mergeable
 2025-05-27 16:19 UTC  (3+ messages)
` [RFC PATCH net-next v2 1/2] "
` [RFC PATCH net-next v2 2/2] selftests: net: add XDP socket tests for virtio-net

[PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-05-27 16:10 UTC  (22+ messages)
` [PATCH net-next V2 02/11] net: Add skb_can_coalesce for netmem
` [PATCH net-next V2 06/11] net/mlx5e: SHAMPO: Separate pool for headers
` [PATCH net-next V2 08/11] net/mlx5e: Convert over to netmem
` [PATCH net-next V2 11/11] net/mlx5e: Support ethtool tcp-data-split settings

[PATCH net v2 0/2] net: Fix inet_proto_csum_replace_by_diff for IPv6
 2025-05-27 15:14 UTC  (5+ messages)
` [PATCH net v2 1/2] net: Fix checksum update for ILA adj-transport
` [PATCH net v2 2/2] bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE

[PATCH bpf-next v2 00/11] BPF Standard Streams
 2025-05-27 14:51 UTC  (15+ messages)
` [PATCH bpf-next v2 01/11] bpf: Introduce BPF standard streams
` [PATCH bpf-next v2 02/11] bpf: Add function to extract program source info
` [PATCH bpf-next v2 03/11] bpf: Add function to find program from stack trace
` [PATCH bpf-next v2 04/11] bpf: Hold RCU read lock in bpf_prog_ksym_find
` [PATCH bpf-next v2 05/11] bpf: Add dump_stack() analogue to print to BPF stderr
` [PATCH bpf-next v2 06/11] bpf: Report may_goto timeout "
` [PATCH bpf-next v2 07/11] bpf: Report rqspinlock deadlocks/timeout "
` [PATCH bpf-next v2 08/11] libbpf: Add bpf_stream_printk() macro
` [PATCH bpf-next v2 09/11] libbpf: Introduce bpf_prog_stream_read() API
` [PATCH bpf-next v2 10/11] bpftool: Add support for dumping streams
` [PATCH bpf-next v2 11/11] selftests/bpf: Add tests for prog streams

[PATCH net-next 00/16][pull request] libeth: add libeth_xdp helper lib
 2025-05-27 13:49 UTC  (2+ messages)

Perf buffer lost events not reaching callback
 2025-05-27 13:38 UTC 

[RFC PATCH v2 0/5] mm, bpf: BPF based THP adjustment
 2025-05-27 12:19 UTC  (24+ messages)

[PATCH v2 net-next] xsk: add missing virtual address conversion for page
 2025-05-27 10:00 UTC  (2+ messages)

[PATCH net-next,v5] net: mana: Add handler for hardware servicing events
 2025-05-27  9:28 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf, arm64: support up to 12 arguments
 2025-05-27  9:13 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] bpf, arm64: Support up to 12 function arguments

BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests
 2025-05-27  7:19 UTC  (4+ messages)

[PATCH net-next] selftests/bpf: Fix bpf selftest build warning
 2025-05-27  5:41 UTC 

[QUESTION]: run test_tcp_custom_syncookie in local host on lo interface
 2025-05-26 23:15 UTC 

[PATCHv2 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-05-26 21:36 UTC  (6+ messages)
` [PATCHv2 perf/core 01/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock

[syzbot] [bpf?] WARNING in __bpf_prog_ret0_warn
 2025-05-26 13:31 UTC  (5+ messages)

[PATCH v4 0/3] Add support for long task name
 2025-05-26 11:13 UTC  (6+ messages)
` [PATCH v4 3/3] exec: Add support for 64 byte 'tsk->comm_ext'

[RFC PATCH bpf-next 0/3] bpf: Free the leaked special fields in hash map
 2025-05-26  6:25 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/3] bpf: Add a new dtor callback argument for bpf_mem_alloc_init
` [RFC PATCH bpf-next 2/3] bpf: Implement bpf mem allocator dtor for hash map
` [RFC PATCH bpf-next 3/3] selftests/bpf: Add test cases for the leaked special fields in map value

BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests
 2025-05-25 12:14 UTC 

BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests
 2025-05-25 11:54 UTC 

[PATCH v2 0/7] barrier: introduce smp_cond_load_*_timewait()
 2025-05-24  3:22 UTC  (4+ messages)
` [PATCH v2 1/7] asm-generic: barrier: add smp_cond_load_relaxed_timewait()

[PATCH v1 bpf-next 00/10] bpf: tcp: Exactly-once socket iteration
 2025-05-24  1:24 UTC  (4+ messages)
` [PATCH v1 bpf-next 05/10] bpf: tcp: Avoid socket skips and repeats during iteration

[PATCH bpf-next v4 1/2] bpf: Do not include stack ptr register in precision backtracking bookkeeping
 2025-05-24  0:27 UTC  (3+ messages)

[PATCH bpf-next] bpf: fix error return value in bpf_copy_from_user_dynptr
 2025-05-23 20:30 UTC  (2+ messages)

[PATCH v7 net-next 00/15] AccECN protocol patch series
 2025-05-23 17:50 UTC  (4+ messages)
` [PATCH v7 net-next 14/15] tcp: accecn: try to fit AccECN option with SACK

[PATCH bpf-next v1] libbpf: Fix inheritance of BTF pointer size
 2025-05-23 17:34 UTC  (4+ messages)

[PATCH bpf-next v4 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-23 17:27 UTC  (4+ messages)
` vmlinux BTF as a module (was Re: [PATCH bpf-next v4 0/3] Allow mmap of /sys/kernel/btf/vmlinux)

[PATCHv2] bpf: add bpf_msleep_interruptible() kfunc
 2025-05-23 17:17 UTC  (4+ messages)

[PATCH bpf-next v5 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-23 17:10 UTC  (5+ messages)
` [PATCH bpf-next v5 1/3] btf: allow mmap of vmlinux btf

[PATCH bpf-next v1] bpf, sockmap: Fix psock incorrectly pointing to sk
 2025-05-23 16:22 UTC 

[bug report] bpf: Implement dynptr copy kfuncs
 2025-05-23 16:10 UTC  (2+ messages)

[PATCH bpf-next v1 0/2] bpf,ktls: Fix data corruption caused by using bpf_msg_pop_data() in ktls
 2025-05-23 13:18 UTC  (2+ messages)
` [PATCH bpf-next v1 2/2] selftests/bpf: Add test to cover ktls with bpf_msg_pop_data


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