BPF List
 help / color / mirror / Atom feed
 messages from 2025-09-26 23:59:11 to 2025-10-01 10:05:20 UTC [more...]

[syzbot] [bpf?] general protection fault in print_reg_state
 2025-10-01  9:56 UTC  (15+ messages)
` [PATCH v2] bpf: fix NULL pointer dereference in print_reg_state()
` [PATCH v3 0/2] bpf: Fix verifier crash on BPF_NEG with pointer register
  ` [PATCH v3 1/2] bpf: Skip scalar adjustment for BPF_NEG if dst is a pointer
  ` [PATCH v3 2/2] selftests/bpf: Add test for BPF_NEG alu on CONST_PTR_TO_MAP

[PATCH net v2] xdp: update mem type when page pool is used for generic XDP
 2025-10-01  7:47 UTC 

[PATCH] memcg: introduce kfuncs for fetching memcg stats
 2025-10-01  4:54 UTC 

[GIT PULL] BPF changes for 6.18
 2025-10-01  2:10 UTC  (3+ messages)

[RFC] Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"
 2025-09-30 22:53 UTC  (2+ messages)

[RFC PATCH bpf-next 00/14] bpf: Efficient socket destruction
 2025-09-30 22:51 UTC  (4+ messages)

[PATCH bpf-next 0/5] libbpf: fix libbp_sha256() for Github compatibility
 2025-09-30 21:48 UTC  (8+ messages)
` [PATCH bpf-next 1/5] libbpf: make libbpf_errno.c into more generic libbpf_utils.c
` [PATCH bpf-next 2/5] libbpf: remove unused libbpf_strerror_r and STRERR_BUFSIZE
` [PATCH bpf-next 3/5] libbpf: move libbpf_errstr() into libbpf_utils.c
` [PATCH bpf-next 4/5] libbpf: move libbpf_sha256() implementation "
` [PATCH bpf-next 5/5] libbpf: remove linux/unaligned.h dependency for libbpf_sha256()

[PATCH net] xdp: use multi-buff only if receive queue supports page pool
 2025-09-30 17:41 UTC  (10+ messages)

[PATCH bpf-next v9 0/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
 2025-09-30 15:39 UTC  (8+ messages)
` [PATCH bpf-next v9 1/7] bpf: Introduce internal bpf_map_check_op_flags helper function
` [PATCH bpf-next v9 2/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags
` [PATCH bpf-next v9 3/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array maps
` [PATCH bpf-next v9 4/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_percpu_hash maps
` [PATCH bpf-next v9 5/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_cgroup_storage maps
` [PATCH bpf-next v9 6/7] libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu maps
` [PATCH bpf-next v9 7/7] selftests/bpf: Add cases to test BPF_F_CPU and BPF_F_ALL_CPUS flags

[PATCH bpf] bpf: Correctly reject negative offsets for ALU ops
 2025-09-30 15:04 UTC 

[PATCH v5 bpf-next 00/15] BPF indirect jumps
 2025-09-30 12:51 UTC  (16+ messages)
` [PATCH v5 bpf-next 01/15] bpf: fix the return value of push_stack
` [PATCH v5 bpf-next 02/15] bpf: save the start of functions in bpf_prog_aux
` [PATCH v5 bpf-next 03/15] bpf: generalize and export map_get_next_key for arrays
` [PATCH v5 bpf-next 04/15] bpf, x86: add new map type: instructions array
` [PATCH v5 bpf-next 05/15] selftests/bpf: add selftests for new insn_array map
` [PATCH v5 bpf-next 06/15] bpf: support instructions arrays with constants blinding
` [PATCH v5 bpf-next 07/15] selftests/bpf: test instructions arrays with blinding
` [PATCH v5 bpf-next 08/15] bpf, x86: allow indirect jumps to r8...r15
` [PATCH v5 bpf-next 09/15] bpf: make bpf_insn_successors to return a pointer
` [PATCH v5 bpf-next 10/15] bpf, x86: add support for indirect jumps
` [PATCH v5 bpf-next 11/15] bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_X
` [PATCH v5 bpf-next 12/15] libbpf: fix formatting of bpf_object__append_subprog_code
` [PATCH v5 bpf-next 13/15] libbpf: support llvm-generated indirect jumps
` [PATCH v5 bpf-next 14/15] bpftool: Recognize insn_array map type
` [PATCH v5 bpf-next 15/15] selftests/bpf: add selftests for indirect jumps

[PATCH v4 bpf-next 00/15] BPF indirect jumps
 2025-09-30 12:26 UTC  (18+ messages)
` [PATCH v4 bpf-next 01/15] bpf: fix the return value of push_stack
` [PATCH v4 bpf-next 02/15] bpf: save the start of functions in bpf_prog_aux
` [PATCH v4 bpf-next 03/15] bpf: generalize and export map_get_next_key for arrays
` [PATCH v4 bpf-next 04/15] bpf, x86: add new map type: instructions array
` [PATCH v4 bpf-next 05/15] selftests/bpf: add selftests for new insn_array map
` [PATCH v4 bpf-next 06/15] bpf: support instructions arrays with constants blinding
` [PATCH v4 bpf-next 07/15] selftests/bpf: test instructions arrays with blinding
` [PATCH v4 bpf-next 08/15] bpf, x86: allow indirect jumps to r8...r15
` [PATCH v4 bpf-next 09/15] bpf: make bpf_insn_successors to return a pointer
` [PATCH v4 bpf-next 10/15] bpf, x86: add support for indirect jumps
` [PATCH v4 bpf-next 11/15] bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_X
` [PATCH v4 bpf-next 12/15] libbpf: fix formatting of bpf_object__append_subprog_code
` [PATCH v4 bpf-next 13/15] libbpf: support llvm-generated indirect jumps
` [PATCH v4 bpf-next 14/15] bpftool: Recognize insn_array map type
` [PATCH v4 bpf-next 15/15] selftests/bpf: add selftests for indirect jumps

[PATCH v3 net-next 00/12] AccECN protocol case handling series
 2025-09-30 11:34 UTC  (15+ messages)
` [PATCH v3 net-next 01/12] tcp: try to avoid safer when ACKs are thinned
` [PATCH v3 net-next 02/12] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v3 net-next 03/12] tcp: L4S ECT(1) identifier and NEEDS_ACCECN for CC modules
` [PATCH v3 net-next 04/12] tcp: disable RFC3168 fallback identifier "
` [PATCH v3 net-next 05/12] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v3 net-next 06/12] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v3 net-next 07/12] tcp: move increment of num_retrans
` [PATCH v3 net-next 08/12] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v3 net-next 09/12] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v3 net-next 10/12] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v3 net-next 11/12] tcp: accecn: verify ACE counter in 1st ACK after AccECN negotiation
` [PATCH v3 net-next 12/12] tcp: accecn: enable AccECN

[PATCH v3 bpf-next 05/13] bpf: support instructions arrays with constants blinding
 2025-09-30  9:07 UTC  (11+ messages)

[PATCH v9 mm-new 00/11] mm, bpf: BPF based THP order selection
 2025-09-30  5:58 UTC  (12+ messages)
` [PATCH v9 mm-new 01/11] mm: thp: remove vm_flags parameter from khugepaged_enter_vma()
` [PATCH v9 mm-new 02/11] mm: thp: remove vm_flags parameter from thp_vma_allowable_order()
` [PATCH v9 mm-new 03/11] mm: thp: add support for BPF based THP order selection
` [PATCH v9 mm-new 04/11] mm: thp: decouple THP allocation between swap and page fault paths
` [PATCH v9 mm-new 05/11] mm: thp: enable THP allocation exclusively through khugepaged
` [PATCH v9 mm-new 06/11] bpf: mark mm->owner as __safe_rcu_or_null
` [PATCH v9 mm-new 07/11] bpf: mark vma->vm_mm as __safe_trusted_or_null
` [PATCH v9 mm-new 08/11] selftests/bpf: add a simple BPF based THP policy
` [PATCH v9 mm-new 09/11] selftests/bpf: add test case to update "
` [PATCH v9 mm-new 10/11] selftests/bpf: add test cases for invalid thp_adjust usage
` [PATCH v9 mm-new 11/11] Documentation: add BPF-based THP policy management

[RFC bpf-next] bpf: Add deadlock check at the entry of slowpath for quick exit
 2025-09-30  2:23 UTC 

[PATCH bpf-next v2 0/3] BPF signature hash chains
 2025-09-29 21:34 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: Add hash chain signature support for arbitrary maps
` [PATCH bpf-next v2 2/3] selftests/bpf: Enable map verification for some lskel tests
` [PATCH bpf-next v2 3/3] bpftool: Add support for signing program and map hash chains

[PATCH iproute2-next v2] lib/bpf_legacy: Use userspace SHA-1 code instead of AF_ALG
 2025-09-29 19:46 UTC 

[PATCH bpf-next] selftests/bpf: Add test for libbpf_sha256()
 2025-09-29 19:27 UTC 

[PATCH bpf-next 0/2] BPF signature hash chains
 2025-09-29 19:17 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: Add hash chain signature support for arbitrary maps
` [syzbot ci] Re: BPF signature hash chains

[PATCH v6 00/15] Support dynamic opening of capstone/llvm
 2025-09-29 19:08 UTC  (16+ messages)
` [PATCH v6 01/15] perf map: Constify objdump offset/address conversion APIs
` [PATCH v6 02/15] perf capstone: Move capstone functionality into its own file
` [PATCH v6 03/15] perf llvm: Move llvm "
` [PATCH v6 04/15] perf libbfd: Move libbfd functionality to "
` [PATCH v6 05/15] perf capstone: Remove open_capstone_handle
` [PATCH v6 06/15] perf capstone: Support for dlopen-ing libcapstone.so
` [PATCH v6 07/15] perf llvm: Support for dlopen-ing libLLVM.so
` [PATCH v6 08/15] perf llvm: Mangle libperf-llvm.so function names
` [PATCH v6 09/15] perf dso: Move read_symbol from llvm/capstone to dso
` [PATCH v6 10/15] perf dso: Support BPF programs in dso__read_symbol
` [PATCH v6 11/15] perf llvm: Disassemble cleanup
` [PATCH v6 12/15] perf dso: Clean up read_symbol error handling
` [PATCH v6 13/15] perf disasm: Make ins__scnprintf and ins__is_nop static
` [PATCH v6 14/15] perf srcline: Fallback between addr2line implementations
` [PATCH v6 15/15] perf disasm: Remove unused evsel from annotate_args

[PATCH 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
 2025-09-29 18:39 UTC  (7+ messages)
` [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere

[PATCH bpf-next v8 0/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
 2025-09-29 16:17 UTC  (9+ messages)
` [PATCH bpf-next v8 2/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags
` [PATCH bpf-next v8 5/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_cgroup_storage maps
` [PATCH bpf-next v8 6/7] libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu maps

[PATCH bpf-next v4 00/15] selftests/bpf: Integrate test_xsk.c to test_progs framework
 2025-09-29 16:04 UTC  (9+ messages)
` [PATCH bpf-next v4 04/15] selftests/bpf: test_xsk: fix memory leak in testapp_stats_rx_dropped()

[PATCH] selftests/bpf: Add -Wsign-compare C compilation flag
 2025-09-29 16:03 UTC  (3+ messages)

[PATCH bpf-next v3 0/3] net/smc: Introduce smc_hs_ctrl
 2025-09-29 14:21 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] bpf: export necessary symbols for modules with struct_ops
` [PATCH bpf-next v3 2/3] net/smc: bpf: Introduce generic hook for handshake flow
` [PATCH bpf-next v3 3/3] bpf/selftests: add selftest for bpf_smc_hs_ctrl

[PATCH RFC bpf-next 0/9] Make TC BPF helpers preserve skb metadata
 2025-09-29 14:09 UTC  (10+ messages)
` [PATCH RFC bpf-next 1/9] net: Preserve metadata on pskb_expand_head
` [PATCH RFC bpf-next 2/9] net: Helper to move packet data and metadata after skb_push/pull
` [PATCH RFC bpf-next 3/9] vlan: Make vlan_remove_tag return nothing
` [PATCH RFC bpf-next 4/9] bpf: Make bpf_skb_vlan_pop helper metadata-safe
` [PATCH RFC bpf-next 5/9] bpf: Make bpf_skb_vlan_push "
` [PATCH RFC bpf-next 6/9] bpf: Make bpf_skb_adjust_room metadata-safe
` [PATCH RFC bpf-next 7/9] bpf: Make bpf_skb_change_proto helper metadata-safe
` [PATCH RFC bpf-next 8/9] bpf: Make bpf_skb_change_head "
` [PATCH RFC bpf-next 9/9] selftests/bpf: Expect unclone to preserve metadata

[PATCH v3 bpf-next 00/13] BPF indirect jumps
 2025-09-29 14:10 UTC  (5+ messages)
` [PATCH v3 bpf-next 08/13] bpf, x86: add support for "

[PATCH bpf-next v2 0/3] Add overwrite mode for bpf ring buffer
 2025-09-29 13:41 UTC  (12+ messages)
` [PATCH bpf-next v2 1/3] bpf: "
` [PATCH bpf-next v2 2/3] selftests/bpf: Add test for overwrite "
` [PATCH bpf-next v2 3/3] selftests/bpf/benchs: Add producer and overwrite bench for "

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-09-29 10:20 UTC  (12+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing

[PATCH 0/1] bpftool: Formatting defined by user:fmt: decl tag
 2025-09-29 10:20 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH bpf-next v2] selftests/bpf: Add stress test for rqspinlock in NMI
 2025-09-29  9:02 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Add more dentry kfuncs for BPF LSM programs
 2025-09-29  8:24 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: Add "

[syzbot] [bpf?] WARNING in maybe_exit_scc
 2025-09-29  7:57 UTC  (2+ messages)

[PATCH net-next 00/20] netkit: Support for io_uring zero-copy and AF_XDP
 2025-09-29  7:55 UTC  (7+ messages)
` [PATCH net-next 14/20] netkit: Add single device mode for netkit
` [PATCH net-next 16/20] netkit: Implement rtnl_link_ops->alloc

[syzbot] [mm?] INFO: rcu detected stall in x64_sys_call
 2025-09-29  6:15 UTC  (2+ messages)

[PATCH v2 0/2] tracing: fprobe: Protect return handler from recursion loop
 2025-09-29  0:02 UTC  (7+ messages)
` [PATCH v2 1/2] tracing: fgraph: "

[PATCH iproute2-next] lib/bpf_legacy: Use userspace SHA-1 code instead of AF_ALG
 2025-09-28 13:51 UTC  (3+ messages)

[PATCH bpf-next] libbpf: Don't use AF_ALG for SHA-256
 2025-09-28 13:46 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: Add preempt_disable to protect get_perf_callchain
 2025-09-28  4:28 UTC  (4+ messages)

[PATCH v8 mm-new 00/12] mm, bpf: BPF based THP order selection
 2025-09-28  2:58 UTC  (13+ messages)
` [PATCH v8 mm-new 01/12] mm: thp: remove disabled task from khugepaged_mm_slot
` [PATCH v8 mm-new 02/12] mm: thp: remove vm_flags parameter from khugepaged_enter_vma()
` [PATCH v8 mm-new 04/12] mm: thp: add support for BPF based THP order selection
` [PATCH v8 mm-new 06/12] mm: thp: enable THP allocation exclusively through khugepaged

[PATCH v5 00/12] Signed BPF programs
 2025-09-27 23:04 UTC  (5+ messages)
` [PATCH v5 03/12] libbpf: Implement SHA256 internal helper

[PATCH bpf-next v1] selftests/bpf: Add stress test for rqspinlock in NMI
 2025-09-27 20:18 UTC  (4+ messages)

[PATCH v10 bpf-next/net 0/6] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
 2025-09-27 14:49 UTC  (5+ messages)
` [PATCH v10 bpf-next/net 2/6] net-memcg: Allow decoupling memcg from global protocol memory accounting

[PATCH bpf-next v2 1/2] bpf: Enforce expected_attach_type for tailcall compatibility
 2025-09-27 13:30 UTC  (2+ messages)

[PATCH -next v2 1/2] bpf: Remove duplicate crypto/sha2.h header
 2025-09-27 11:30 UTC  (2+ messages)

[PATCH RFC bpf-next 0/3] bpf: report probe fault to BPF stderr
 2025-09-27  6:12 UTC  (4+ messages)
` [PATCH RFC bpf-next 1/3] "
` [PATCH RFC bpf-next 2/3] x86,bpf: use bpf_prog_report_probe_violation for x86
` [PATCH RFC bpf-next 3/3] selftests/bpf: add testcase for probe read fault

[PATCH RFC bpf-next v2 0/5] Add the the capability to load HW RX checsum in eBPF programs
 2025-09-27  0:41 UTC  (5+ messages)
` [PATCH RFC bpf-next v2 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs


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