BPF List
 help / color / mirror / Atom feed
 messages from 2025-10-19 20:15:26 to 2025-10-21 11:44:42 UTC [more...]

[PATCH RFC DRAFT 00/50] nstree: listns()
 2025-10-21 11:43 UTC  (11+ messages)
` [PATCH RFC DRAFT 01/50] libfs: allow to specify s_d_flags
` [PATCH RFC DRAFT 02/50] nsfs: use inode_just_drop()
` [PATCH RFC DRAFT 03/50] nsfs: raise DCACHE_DONTCACHE explicitly
` [PATCH RFC DRAFT 04/50] pidfs: "
` [PATCH RFC DRAFT 05/50] nsfs: raise SB_I_NODEV and SB_I_NOEXEC
` [PATCH RFC DRAFT 06/50] nstree: simplify return
` [PATCH RFC DRAFT 07/50] ns: initialize ns_list_node for initial namespaces
` [PATCH RFC DRAFT 08/50] ns: add __ns_ref_read()
` [PATCH RFC DRAFT 09/50] ns: add active reference count
` [PATCH RFC DRAFT 10/50] ns: use anonymous struct to group list member

[PATCH bpf-next v5 00/15] selftests/bpf: Integrate test_xsk.c to test_progs framework
 2025-10-21 11:40 UTC  (4+ messages)

null pointer dereference in interrupt after receiving an ip packet on veth from xsk from user space
 2025-10-21 11:02 UTC  (10+ messages)

[PATCH net v2 0/3] mptcp: Fix conflicts between MPTCP and sockmap
 2025-10-21 10:49 UTC  (6+ messages)
` [PATCH net v2 1/3] net,mptcp: fix incorrect IPv4/IPv6 fallback detection with BPF Sockmap
` [PATCH net v2 2/3] bpf,sockmap: disallow MPTCP sockets from sockmap updates
` [PATCH net v2 3/3] selftests/bpf: Add mptcp test with sockmap

[PATCH bpf-next v3] bpf/cpumap.c: Remove unnecessary TODO comment
 2025-10-21 11:41 UTC 

[PATCH bpf-next v2] bpf/cpumap.c: Remove unnecessary TODO comment
 2025-10-21 11:13 UTC  (3+ messages)

[PATCH v3 0/9] net: Introduce struct sockaddr_unspec
 2025-10-21  9:26 UTC  (11+ messages)
` [PATCH v3 1/9] net: Add struct sockaddr_unspec for sockaddr of unknown length
` [PATCH v3 2/9] net/l2tp: Add missing sa_family validation in pppol2tp_sockaddr_get_info
` [PATCH v3 3/9] net: Convert proto_ops bind() callbacks to use sockaddr_unspec
` [PATCH v3 4/9] net: Convert proto_ops connect() "
` [PATCH v3 5/9] net: Remove struct sockaddr from net.h
` [PATCH v3 6/9] net: Convert proto callbacks from sockaddr to sockaddr_unspec
` [PATCH v3 7/9] bpf: Convert cgroup sockaddr filters to use sockaddr_unspec consistently
` [PATCH v3 8/9] bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unspec
` [PATCH v3 9/9] net: Convert struct sockaddr to fixed-size "sa_data[14]"

[RFC PATCH v2 0/5] Significantly Improve BTF Type Lookup Performance
 2025-10-21  8:33 UTC  (10+ messages)
` [RFC PATCH v2 1/5] btf: search local BTF before base BTF
` [RFC PATCH v2 2/5] btf: sort BTF types by kind and name to enable binary search
` [RFC PATCH v2 3/5] libbpf: check if BTF is sorted "
` [RFC PATCH v2 4/5] selftests/bpf: add tests for BTF deduplication and sorting
` [RFC PATCH v2 5/5] btf: add CONFIG_BPF_SORT_BTF_BY_KIND_NAME

[PATCH v2 bpf] bpf: liveness: Handle ERR_PTR from get_outer_instance() in propagate_to_outer_instance()
 2025-10-21  8:10 UTC  (3+ messages)

[PATCH v3 bpf] bpf: liveness: clarify get_outer_instance() handling in propagate_to_outer_instance()
 2025-10-21  8:08 UTC 

9P change breaks bpftrace running in qemu+9p?
 2025-10-21  6:49 UTC  (7+ messages)

[PATCHSET v9 sched_ext/for-6.19] Add a deadline server for sched_ext tasks
 2025-10-21  6:23 UTC  (30+ messages)
` [PATCH 01/14] sched/debug: Fix updating of ppos on server write ops
` [PATCH 02/14] sched/debug: Stop and start server based on if it was active
` [PATCH 04/14] sched/deadline: Return EBUSY if dl_bw_cpus is zero
` [PATCH 05/14] sched: Add a server arg to dl_server_update_idle_time()
` [PATCH 06/14] sched_ext: Add a DL server for sched_ext tasks
` [PATCH 07/14] sched/debug: Add support to change sched_ext server params
` [PATCH 08/14] sched/deadline: Add support to remove DL server's bandwidth contribution
` [PATCH 13/14] selftests/sched_ext: Add test for sched_ext dl_server

[PATCH bpf-next v2 0/3] BPF signature hash chains
 2025-10-21  1:25 UTC  (21+ messages)

[PATCH net V3 0/2] Fix generating skb from non-linear xdp_buff for mlx5
 2025-10-21  0:50 UTC  (2+ messages)

[PATCH bpf-next v3 00/10] bpf: Introduce file dynptr
 2025-10-21  0:45 UTC  (15+ messages)
` [PATCH bpf-next v3 01/10] selftests/bpf: remove unnecessary kfunc prototypes
` [PATCH bpf-next v3 02/10] bpf: widen dynptr size/offset to 64 bit
` [PATCH bpf-next v3 03/10] lib: move freader into buildid.h
` [PATCH bpf-next v3 04/10] lib/freader: support reading more than 2 folios
` [PATCH bpf-next v3 05/10] bpf: verifier: centralize const dynptr check in unmark_stack_slots_dynptr()
` [PATCH bpf-next v3 06/10] bpf: add plumbing for file-backed dynptr
` [PATCH bpf-next v3 07/10] bpf: add kfuncs and helpers support for file dynptrs
` [PATCH bpf-next v3 08/10] bpf: verifier: refactor kfunc specialization
` [PATCH bpf-next v3 09/10] bpf: dispatch to sleepable file dynptr
` [PATCH bpf-next v3 10/10] selftests/bpf: add file dynptr tests

[PATCH net-next v3 0/6] Add AF_XDP zero copy support
 2025-10-21  0:43 UTC  (2+ messages)

[RFC v4 0/5] Align atomic storage
 2025-10-20 22:28 UTC  (2+ messages)
` [RFC v4 1/5] bpf: Explicitly align bpf_res_spin_lock

[syzbot] [bpf?] WARNING in bpf_bprintf_prepare (3)
 2025-10-20 21:08 UTC 

[RFC bpf-next 00/15] support inline tracing with BTF
 2025-10-20 21:07 UTC  (17+ messages)
` [RFC bpf-next 01/15] bpf: Extend UAPI to support location information
` [RFC bpf-next 03/15] libbpf: Add option to retrieve map from old->new ids from btf__dedup()
` [RFC bpf-next 12/15] kbuild, module, bpf: Support CONFIG_DEBUG_INFO_BTF_EXTRA=m
` [RFC bpf-next 14/15] libbpf: add support for BTF location attachment

[PATCH dwarves] pahole: Avoid generating artificial inlined functions for BTF
 2025-10-20 20:44 UTC  (5+ messages)

[PATCH bpf-next] libbpf: fix powerpc's stack register definition in bpf_tracing.h
 2025-10-20 20:36 UTC 

[PATCH bpf] bpf: Do not let BPF test infra emit invalid GSO types to stack
 2025-10-20 20:30 UTC  (2+ messages)

[PATCH bpf v6] selftests: arg_parsing: Ensure data is flushed to disk before reading
 2025-10-20 20:12 UTC  (4+ messages)
` strace log before the fix, with fsync fix and with fclose fix

[PATCH v2 00/10] net: Introduce struct sockaddr_unspec
 2025-10-20 18:12 UTC  (4+ messages)
` [PATCH v2 03/10] net: Convert proto_ops bind() callbacks to use sockaddr_unspec

[PATCH] bpf: sync pending IRQ work before freeing ring buffer
 2025-10-20 18:03 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH v2 bpf 0/2] xdp: fix page_pool leaks
 2025-10-20 17:53 UTC  (12+ messages)
` [PATCH v2 bpf 1/2] xdp: update xdp_rxq_info's mem type in XDP generic hook
` [PATCH v2 bpf 2/2] veth: update mem type in xdp_buff

[PATCH net-next v3 00/15] netkit: Support for io_uring zero-copy and AF_XDP
 2025-10-20 16:23 UTC  (16+ messages)
` [PATCH net-next v3 01/15] net: Add bind-queue operation
` [PATCH net-next v3 02/15] net: Implement netdev_nl_bind_queue_doit
` [PATCH net-next v3 03/15] net: Add peer info to queue-get response
` [PATCH net-next v3 04/15] net, ethtool: Disallow peered real rxqs to be resized
` [PATCH net-next v3 05/15] net: Proxy net_mp_{open,close}_rxq for mapped queues
` [PATCH net-next v3 06/15] xsk: Move NETDEV_XDP_ACT_ZC into generic header
` [PATCH net-next v3 07/15] xsk: Move pool registration into single function
` [PATCH net-next v3 08/15] xsk: Add small helper xp_pool_bindable
` [PATCH net-next v3 09/15] xsk: Change xsk_rcv_check to check netdev/queue_id from pool
` [PATCH net-next v3 10/15] xsk: Proxy pool management for mapped queues
` [PATCH net-next v3 11/15] netkit: Add single device mode for netkit
` [PATCH net-next v3 12/15] netkit: Document fast vs slowpath members via macros
` [PATCH net-next v3 13/15] netkit: Implement rtnl_link_ops->alloc and ndo_queue_create
` [PATCH net-next v3 14/15] netkit: Add io_uring zero-copy support for TCP
` [PATCH net-next v3 15/15] netkit: Add xsk support for af_xdp applications

[PATCH bpf v2 0/4] bpf: Fix possible memleak when updating hash and local storage maps
 2025-10-20 16:46 UTC  (5+ messages)
` [PATCH bpf v2 1/4] bpf: Fix possible memleak in [lru_,]percpu_hash map update
` [PATCH bpf v2 2/4] bpf: Fix possible memleak when updating hash maps with BPF_F_LOCK
` [PATCH bpf v2 3/4] bpf: Fix possible memleak when updating local storage "
` [PATCH bpf v2 4/4] selftests/bpf: Add tests to verify no memleak when updating hash and cgrp storage maps

[PATCH v4 net-next 00/13] AccECN protocol case handling series
 2025-10-20 16:46 UTC  (7+ messages)
` [PATCH v4 net-next 02/13] gro: flushing when CWR is set negatively affects AccECN

[PATCH bpf-next] bpf/cpumap.c: Remove unnecessary TODO comment
 2025-10-20 16:45 UTC  (3+ messages)

[PATCH v4] selftests/bpf: Change variable types for -Wsign-compare
 2025-10-20 13:31 UTC 

[PATCH bpf-next] selftests/bpf: fix build with new LLVM
 2025-10-20  9:06 UTC  (5+ messages)

[PATCH RFC bpf-next 0/5] bpf: tracing session supporting
 2025-10-20  8:55 UTC  (12+ messages)
` [PATCH RFC bpf-next 2/5] bpf: add kfunc bpf_tracing_is_exit for TRACE_SESSION
` [PATCH RFC bpf-next 3/5] bpf,x86: add tracing session supporting for x86_64
` [PATCH RFC bpf-next 5/5] selftests/bpf: add testcases for tracing session

[PATCH bpf-next 0/5] selftests/bpf: convert test_tc_tunnel.sh to test_progs
 2025-10-20  8:54 UTC  (4+ messages)
` [PATCH bpf-next 2/5] selftests/bpf: add tc helpers

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

[PATCH bpf 0/1] Follow-up fix for potential error pointer dereference in propagate_to_outer_instance()
 2025-10-20  6:13 UTC  (4+ messages)
` [PATCH bpf 1/1] bpf: liveness: Handle ERR_PTR from get_outer_instance() "

[RFC PATCH bpf-next v3 0/2] Pass external callchain entry to get_perf_callchain
 2025-10-20  5:50 UTC  (3+ messages)
` [PATCH bpf-next v3 2/2] bpf: Use per-cpu BPF callchain entry to save callchain

Information Leakage via Type Confusion in bpf_snprintf_btf()
 2025-10-20  3:23 UTC 

[PATCH v11 mm-new 10/10] selftests/bpf: add test case for BPF-THP inheritance across fork
 2025-10-20  3:20 UTC 

[PATCH v11 mm-new 05/10] mm: thp: enable THP allocation exclusively through khugepaged
 2025-10-20  3:16 UTC  (5+ messages)
` [PATCH v11 mm-new 06/10] mm: bpf-thp: add support for global mode
` [PATCH v11 mm-new 07/10] Documentation: add BPF THP
` [PATCH v11 mm-new 08/10] selftests/bpf: add a simple BPF based THP policy
` [PATCH v11 mm-new 09/10] selftests/bpf: add test case to update "

[PATCH v11 mm-new 00/10] mm, bpf: BPF-MM, BPF-THP
 2025-10-20  3:10 UTC  (5+ messages)
` [PATCH v11 mm-new 01/10] mm: thp: remove vm_flags parameter from khugepaged_enter_vma()
` [PATCH v11 mm-new 02/10] mm: thp: remove vm_flags parameter from thp_vma_allowable_order()
` [PATCH v11 mm-new 03/10] mm: thp: add support for BPF based THP order selection
` [PATCH v11 mm-new 04/10] mm: thp: decouple THP allocation between swap and page fault paths

[PATCH v1] perf stat bperf cgroup: Increase MAX_EVENTS from 32 to 1024
 2025-10-20  2:12 UTC  (2+ messages)


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