BPF List
 help / color / mirror / Atom feed
 messages from 2025-10-22 09:05:14 to 2025-10-23 11:27:18 UTC [more...]

[PATCH bpf-next 0/2] bpf: Skip bounds adjustment for conditional jumps on same register
 2025-10-23 11:26 UTC  (9+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Add test "

[RFC PATCH v2 0/5] Significantly Improve BTF Type Lookup Performance
 2025-10-23 11:20 UTC  (9+ messages)
` [RFC PATCH v2 2/5] btf: sort BTF types by kind and name to enable binary search
` [RFC PATCH v2 4/5] selftests/bpf: add tests for BTF deduplication and sorting

[PATCH v3 0/9] net: Introduce struct sockaddr_unspec
 2025-10-23 10:59 UTC  (9+ 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 bpf-next v2 00/15] Make TC BPF helpers preserve skb metadata
 2025-10-23 10:38 UTC  (6+ messages)
` [PATCH bpf-next v2 10/15] selftests/bpf: Dump skb metadata on verification failure
` [PATCH bpf-next v2 11/15] selftests/bpf: Expect unclone to preserve skb metadata

[PATCH net-next v3 00/15] netkit: Support for io_uring zero-copy and AF_XDP
 2025-10-23 10:27 UTC  (30+ 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 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 net v2 0/3] mptcp: Fix conflicts between MPTCP and sockmap
 2025-10-23 10:18 UTC  (3+ messages)
` [PATCH net v2 3/3] selftests/bpf: Add mptcp test with sockmap

[PATCH net-next v4 0/6] Add AF_XDP zero copy support
 2025-10-23  9:39 UTC  (7+ messages)
` [PATCH net-next v4 1/6] net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queues
` [PATCH net-next v4 2/6] net: ti: icssg-prueth: Add XSK pool helpers
` [PATCH net-next v4 3/6] net: ti: icssg-prueth: Add AF_XDP zero copy for TX
` [PATCH net-next v4 4/6] net: ti: icssg-prueth: Make emac_run_xdp function independent of page
` [PATCH net-next v4 5/6] net: ti: icssg-prueth: Add AF_XDP zero copy for RX
` [PATCH net-next v4 6/6] net: ti: icssg-prueth: Enable zero copy in XDP features

[PATCH net-next v3 0/6] Add AF_XDP zero copy support
 2025-10-23  9:34 UTC  (3+ messages)

[PATCH net-next] xsk: add indirect call for xsk_destruct_skb
 2025-10-23  8:58 UTC 

[RFC bpf-next 00/15] support inline tracing with BTF
 2025-10-23  8:50 UTC  (21+ messages)
` [RFC bpf-next 01/15] bpf: Extend UAPI to support location information
` [RFC bpf-next 02/15] libbpf: Add support for BTF kinds LOC_PARAM, LOC_PROTO and LOCSEC
` [RFC bpf-next 03/15] libbpf: Add option to retrieve map from old->new ids from btf__dedup()
` [RFC bpf-next 05/15] bpftool: Add ability to dump LOC_PARAM, LOC_PROTO and LOCSEC
` [RFC bpf-next 12/15] kbuild, module, bpf: Support CONFIG_DEBUG_INFO_BTF_EXTRA=m

[PATCH v11 00/15] unwind_deferred: Implement sframe handling
 2025-10-23  8:09 UTC  (19+ messages)
` [PATCH v11 01/15] fixup! unwind: Implement compat fp unwind
` [PATCH v11 02/15] fixup! unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v11 03/15] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v11 04/15] unwind_user/sframe: Store sframe section data in per-mm maple tree
` [PATCH v11 05/15] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v11 06/15] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v11 07/15] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v11 08/15] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v11 09/15] unwind_user: Stop when reaching an outermost frame
` [PATCH v11 10/15] unwind_user/sframe: Add support for outermost frame indication
` [PATCH v11 11/15] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v11 12/15] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v11 13/15] unwind_user/sframe: Show file name in debug output
` [PATCH v11 14/15] unwind_user/sframe: Add .sframe validation option
` [PATCH v11 15/15] unwind_user/sframe: Add prctl() interface for registering .sframe sections

[PATCH bpf-next v1] selftests/bpf: Guard addr_space_cast code with __BPF_FEATURE_ADDR_SPACE_CAST
 2025-10-23  7:49 UTC  (6+ messages)

[RFC mm v4 0/2] mm, page_pool: introduce a new page type for page pool in page type
 2025-10-23  7:44 UTC  (3+ messages)
` [RFC mm v4 1/2] page_pool: check if nmdesc->pp is !NULL to confirm its usage as pp for net_iov
` [RFC mm v4 2/2] mm: introduce a new page type for page pool in page type

[PATCH v2 00/63] nstree: listns()
 2025-10-23  7:29 UTC  (66+ messages)
` [PATCH v2 01/63] libfs: allow to specify s_d_flags
` [PATCH v2 02/63] nsfs: use inode_just_drop()
` [PATCH v2 03/63] nsfs: raise DCACHE_DONTCACHE explicitly
` [PATCH v2 04/63] pidfs: "
` [PATCH v2 05/63] nsfs: raise SB_I_NODEV and SB_I_NOEXEC
` [PATCH v2 06/63] cgroup: add cgroup namespace to tree after owner is set
` [PATCH v2 07/63] nstree: simplify return
` [PATCH v2 08/63] ns: initialize ns_list_node for initial namespaces
` [PATCH v2 09/63] ns: add __ns_ref_read()
` [PATCH v2 10/63] ns: add active reference count
` [PATCH v2 11/63] ns: use anonymous struct to group list member
` [PATCH v2 12/63] nstree: introduce a unified tree
` [PATCH v2 13/63] nstree: allow lookup solely based on inode
` [PATCH v2 14/63] nstree: assign fixed ids to the initial namespaces
` [PATCH v2 15/63] ns: maintain list of owned namespaces
` [PATCH v2 16/63] nstree: add listns()
` [PATCH v2 17/63] arch: hookup listns() system call
` [PATCH v2 18/63] nsfs: update tools header
` [PATCH v2 19/63] selftests/filesystems: remove CLONE_NEWPIDNS from setup_userns() helper
` [PATCH v2 20/63] selftests/namespaces: first active reference count tests
` [PATCH v2 21/63] selftests/namespaces: second "
` [PATCH v2 22/63] selftests/namespaces: third "
` [PATCH v2 23/63] selftests/namespaces: fourth "
` [PATCH v2 24/63] selftests/namespaces: fifth "
` [PATCH v2 25/63] selftests/namespaces: sixth "
` [PATCH v2 26/63] selftests/namespaces: seventh "
` [PATCH v2 27/63] selftests/namespaces: eigth "
` [PATCH v2 28/63] selftests/namespaces: ninth "
` [PATCH v2 29/63] selftests/namespaces: tenth "
` [PATCH v2 30/63] selftests/namespaces: eleventh "
` [PATCH v2 31/63] selftests/namespaces: twelth "
` [PATCH v2 32/63] selftests/namespaces: thirteenth "
` [PATCH v2 33/63] selftests/namespaces: fourteenth "
` [PATCH v2 34/63] selftests/namespaces: fifteenth "
` [PATCH v2 35/63] selftests/namespaces: add listns() wrapper
` [PATCH v2 36/63] selftests/namespaces: first listns() test
` [PATCH v2 37/63] selftests/namespaces: second "
` [PATCH v2 38/63] selftests/namespaces: third "
` [PATCH v2 39/63] selftests/namespaces: fourth "
` [PATCH v2 40/63] selftests/namespaces: fifth "
` [PATCH v2 41/63] selftests/namespaces: sixth "
` [PATCH v2 42/63] selftests/namespaces: seventh "
` [PATCH v2 43/63] selftests/namespaces: ninth "
` [PATCH v2 44/63] "
` [PATCH v2 45/63] selftests/namespaces: first listns() permission test
` [PATCH v2 46/63] selftests/namespaces: second "
` [PATCH v2 47/63] selftests/namespaces: third "
` [PATCH v2 48/63] selftests/namespaces: fourth "
` [PATCH v2 49/63] selftests/namespaces: fifth "
` [PATCH v2 50/63] selftests/namespaces: sixth "
` [PATCH v2 51/63] selftests/namespaces: seventh "
` [PATCH v2 52/63] selftests/namespaces: first inactive namespace resurrection test
` [PATCH v2 53/63] selftests/namespaces: second "
` [PATCH v2 54/63] selftests/namespaces: third "
` [PATCH v2 55/63] selftests/namespaces: fourth "
` [PATCH v2 56/63] selftests/namespaces: fifth "
` [PATCH v2 57/63] selftests/namespaces: sixth "
` [PATCH v2 58/63] selftests/namespaces: seventh "
` [PATCH v2 59/63] selftests/namespaces: eigth "
` [PATCH v2 60/63] selftests/namespaces: ninth "
` [PATCH v2 61/63] selftests/namespaces: tenth "
` [PATCH v2 62/63] selftests/namespaces: eleventh "
` [PATCH v2 63/63] selftests/namespaces: twelth "
` [syzbot ci] Re: nstree: listns()

[RFC PATCH bpf-next v2 0/2] Pass external callchain entry to get_perf_callchain
 2025-10-23  6:11 UTC  (8+ messages)
` [RFC PATCH bpf-next v2 2/2] bpf: "

[PATCH net v2 0/1] i40e: xsk: advance next_to_clean on status descriptors
 2025-10-23  6:11 UTC  (9+ messages)
` [PATCH net v2 1/1] "

[PATCH] perf record: skip synthesize event when open evsel failed
 2025-10-23  1:50 UTC 

[PATCH bpf-next v1] selftests/bpf: Add ABBCCA case for rqspinlock stress test
 2025-10-22 22:04 UTC  (2+ messages)

[BUG] no ORC stacktrace from kretprobe.multi bpf program
 2025-10-22 21:17 UTC  (6+ messages)

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

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

[syzbot] [bpf?] WARNING in bpf_bprintf_prepare (3)
 2025-10-22 19:56 UTC  (4+ messages)

[PATCHSET sched_ext/for-6.19] sched_ext: Fix SCX_KICK_WAIT reliability
 2025-10-22 19:25 UTC  (7+ messages)
` sched_ext: Fix SCX_KICK_WAIT to work reliably

[PATCH net] xsk: avoid data corruption on cq descriptor number
 2025-10-22 18:24 UTC  (2+ messages)

[PATCH net-next 2/3] gve: Allow ethtool to configure rx_buf_len
 2025-10-22 18:22 UTC 

[PATCH v6 bpf-next 00/17] BPF indirect jumps
 2025-10-22 17:00 UTC  (12+ messages)
` [PATCH v6 bpf-next 05/17] selftests/bpf: add selftests for new insn_array map
` [PATCH v6 bpf-next 17/17] selftests/bpf: add C-level selftests for indirect jumps

[PATCH bpf-next v2 0/4] selftests/bpf: convert test_tc_tunnel.sh to test_progs
 2025-10-22 16:44 UTC  (4+ messages)
` [PATCH bpf-next v2 3/4] selftests/bpf: integrate test_tc_tunnel.sh tests into test_progs

[PATCH bpf-next v4 0/2] Pass external callchain entry to get_perf_callchain
 2025-10-22 16:08 UTC  (4+ messages)
` [PATCH bpf-next v4 2/2] bpf: Use per-cpu BPF callchain entry to save callchain

[RFC PATCH bpf-next v3 0/2] Pass external callchain entry to get_perf_callchain
 2025-10-22 15:59 UTC  (7+ messages)
` [PATCH bpf-next v3 1/2] perf: Use extern perf_callchain_entry for get_perf_callchain
` [PATCH bpf-next v3 2/2] bpf: Use per-cpu BPF callchain entry to save callchain

[PATCH net v2] virtio-net: drop the multi-buffer XDP packet in zerocopy
 2025-10-22 15:56 UTC 

[PATCH] fs/9p: don't use cached metadata in revalidate for cache=mmap
 2025-10-22 15:17 UTC  (6+ messages)
  ` [GIT PULL] 9p cache=mmap regression fix (for 6.18-rc3)
        `  "

[PATCH v3 bpf 0/2] xdp: fix page_pool leaks
 2025-10-22 14:54 UTC  (6+ messages)
` [PATCH v3 bpf 1/2] xdp: introduce xdp_convert_skb_to_buff()
` [PATCH v3 bpf 2/2] veth: update mem type in xdp_buff

[PATCH bpf-next v2 00/10] bpf: tracing session supporting
 2025-10-22 14:11 UTC  (3+ messages)
` [PATCH bpf-next v2 07/10] selftests/bpf: test get_func_ip for fsession

[PATCH v2 bpf 0/2] xdp: fix page_pool leaks
 2025-10-22 14:04 UTC  (8+ messages)
` [PATCH v2 bpf 1/2] xdp: update xdp_rxq_info's mem type in XDP generic hook

[PATCH bpf-next v1 0/2] bpf: Add kfuncs and selftests for detecting execution context and selftests
 2025-10-22 12:55 UTC  (4+ messages)
` [PATCH bpf-next v1 1/2] bpf: Add kfuncs for detecting execution context
` [PATCH bpf-next v1 2/2] selftests/bpf: Add selftests for context detection kfuncs

[PATCH RFC DRAFT 00/50] nstree: listns()
 2025-10-22 11:28 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