BPF List
 help / color / mirror / Atom feed
 messages from 2025-10-24 07:34:10 to 2025-10-25 18:49:43 UTC [more...]

[PATCH] selftests/seccomp: fix pointer type mismatch in UPROBE test
 2025-10-25 18:49 UTC 

[PATCH net v2] xsk: avoid data corruption on cq descriptor number
 2025-10-25 18:18 UTC  (3+ messages)

[PATCH v6 bpf-next 00/17] BPF indirect jumps
 2025-10-25 17:41 UTC  (15+ messages)
` [PATCH v6 bpf-next 04/17] bpf, x86: add new map type: instructions array
` [PATCH v6 bpf-next 14/17] libbpf: support llvm-generated indirect jumps
` [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 15/21] bpf: don't use GENMASK()
 2025-10-25 16:40 UTC 

[PATCH 15/21] bpf: don't use GENMASK()
 2025-10-25 16:32 UTC 

[PATCH AUTOSEL 6.17-6.1] ice: Don't use %pK through printk or tracepoints
 2025-10-25 16:01 UTC  (3+ messages)
` [PATCH AUTOSEL 6.17] selftests: drv-net: hds: restore hds settings
` [PATCH AUTOSEL 6.17-5.4] net/cls_cgroup: Fix task_get_classid() during qdisc run

[PATCH bpf-next v9 1/3] bpf: refactor max_depth computation in bpf_get_stack()
 2025-10-25 14:15 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: refactor stack map trace depth calculation into helper function
  ` [PATCH bpf-next 2/2] bpf: fix stackmap overflow check in __bpf_get_stackid()

[PATCH net-next v3 0/9] xsk: batch xmit in copy mode
 2025-10-25  9:28 UTC  (15+ messages)
` [PATCH net-next v3 1/9] xsk: introduce XDP_GENERIC_XMIT_BATCH setsockopt
` [PATCH net-next v3 3/9] xsk: add xsk_alloc_batch_skb() to build skbs in batch
` [PATCH net-next v3 7/9] xsk: support batch xmit main logic
` [PATCH net-next v3 8/9] xsk: support generic batch xmit in copy mode

[PATCH net-next 0/2] xsk: mitigate the side effect of cq_lock
 2025-10-25  6:53 UTC  (3+ messages)
` [PATCH net-next 1/2] xsk: avoid using heavy lock when the pool is not shared
` [PATCH net-next 2/2] xsk: use a smaller new lock for shared pool case

[PATCH bpf-next v2 0/2] bpf: Skip bounds adjustment for conditional jumps on same register
 2025-10-25  5:30 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add test for BPF_JGT "

[PATCH net V1 0/3] veth: Fix TXQ stall race condition and add recovery
 2025-10-25  0:54 UTC  (7+ messages)
` [PATCH net V1 1/3] veth: enable dev_watchdog for detecting stalled TXQs
` [PATCH net V1 2/3] veth: stop and start all TX queue in netdev down/up
` [PATCH net V1 3/3] veth: more robust handing of race to avoid txq getting stuck

[PATCH v2 bpf 0/3] Fix ftrace for livepatch + BPF fexit programs
 2025-10-25  0:33 UTC  (7+ messages)
` [PATCH v2 bpf 1/3] ftrace: Fix BPF fexit with livepatch
` [PATCH v2 bpf 2/3] ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
` [PATCH v2 bpf 3/3] selftests/bpf: Add tests for livepatch + bpf trampoline

[RFC bpf-next] lsm: bpf: Remove lsm_prop_bpf
 2025-10-25  0:10 UTC 

[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
 2025-10-24 23:57 UTC  (11+ messages)
` [PATCH RFC 03/19] slub: remove CONFIG_SLUB_TINY specific code paths
` [PATCH RFC 07/19] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH RFC 11/19] slab: remove SLUB_CPU_PARTIAL
` [PATCH RFC 12/19] slab: remove the do_slab_free() fastpath

[PATCH sched_ext/for-6.19] sched_ext: Add ___compat suffix to scx_bpf_dsq_insert___v2 in compat.bpf.h
 2025-10-24 23:41 UTC  (2+ messages)

[PATCH net-next v3 00/15] netkit: Support for io_uring zero-copy and AF_XDP
 2025-10-24 23:18 UTC  (15+ 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 05/15] net: Proxy net_mp_{open,close}_rxq for mapped queues

[PATCH bpf-next v4 00/10] bpf: Introduce file dynptr
 2025-10-24 22:12 UTC  (4+ messages)
` [PATCH bpf-next v4 08/10] bpf: verifier: refactor kfunc specialization

[PATCH bpf-next v4 0/6] Support associating BPF programs with struct_ops
 2025-10-24 21:29 UTC  (7+ messages)
` [PATCH bpf-next v4 1/6] bpf: Allow verifier to fixup kernel module kfuncs
` [PATCH bpf-next v4 2/6] bpf: Support associating BPF program with struct_ops
` [PATCH bpf-next v4 3/6] libbpf: Add support for "
` [PATCH bpf-next v4 4/6] selftests/bpf: Test BPF_PROG_ASSOC_STRUCT_OPS command
` [PATCH bpf-next v4 5/6] selftests/bpf: Test ambiguous associated struct_ops
` [PATCH bpf-next v4 6/6] selftests/bpf: Test getting associated struct_ops in timer callback

[PATCH net-next 2/3] gve: Allow ethtool to configure rx_buf_len
 2025-10-24 20:14 UTC  (5+ messages)

[PATCH v11 00/15] unwind_deferred: Implement sframe handling
 2025-10-24 19:00 UTC  (5+ messages)
` [PATCH v11 08/15] unwind_user/sframe: Wire up unwind_user to sframe

[PATCH bpf-next 0/3] Fix ftrace for livepatch + BPF fexit programs
 2025-10-24 18:51 UTC  (11+ messages)
` [PATCH bpf-next 1/3] ftrace: Fix BPF fexit with livepatch
` [PATCH bpf-next 2/3] ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()

[RFC dwarves 0/5] pahole: support BTF inline encoding
 2025-10-24 18:04 UTC  (7+ messages)
` [RFC dwarves 1/5] dwarf_loader: Add parameters list to inlined expansion
` [RFC dwarves 3/5] dwarf_loader: Collect inline expansion location information
` [RFC dwarves 4/5] btf_encoder: Support encoding of inline "
` [RFC dwarves 5/5] pahole: Support inline encoding with inline[.extra] BTF feature

[PATCH v3 bpf 0/2] xdp: fix page_pool leaks
 2025-10-24 17:19 UTC  (5+ messages)
` [PATCH v3 bpf 1/2] xdp: introduce xdp_convert_skb_to_buff()

[PATCH bpf-next 0/2] bpf: Skip bounds adjustment for conditional jumps on same register
 2025-10-24 16:53 UTC  (13+ messages)
` [PATCH bpf-next 1/2] "

[PATCH] bpf: Conditionally include dynptr copy kfuncs
 2025-10-24 16:50 UTC  (3+ messages)

[PATCH bpf-next v1] selftests/bpf: Add ABBCCA case for rqspinlock stress test
 2025-10-24 16:49 UTC  (4+ messages)

[PATCH bpf-next v1 1/2] bpf: Add kfuncs for detecting execution context
 2025-10-24 16:14 UTC  (2+ messages)

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

[PATCH bpf-next v2 00/15] Make TC BPF helpers preserve skb metadata
 2025-10-24 15:40 UTC  (9+ messages)
` [PATCH bpf-next v2 01/15] net: Preserve metadata on pskb_expand_head
` [PATCH bpf-next v2 11/15] selftests/bpf: Expect unclone to preserve skb metadata

[PATCH RFC 06/19] slab: introduce percpu sheaves bootstrap
 2025-10-24 15:29 UTC  (2+ messages)

[PATCH v16 0/4] perf: Support the deferred unwinding infrastructure
 2025-10-24 15:11 UTC  (15+ messages)

[PATCH RFC DRAFT 00/50] nstree: listns()
 2025-10-24 14:54 UTC  (5+ messages)

[PATCH RFC 10/19] slab: remove cpu (partial) slabs usage from allocation paths
 2025-10-24 14:29 UTC  (2+ messages)

[PATCH RFC 02/19] slab: handle pfmemalloc slabs properly with sheaves
 2025-10-24 14:21 UTC  (2+ messages)

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

[PATCH v16 0/4] perf tool: Support the deferred unwinding infrastructure
 2025-10-24 13:02 UTC  (5+ messages)
` [PATCH v16 4/4] perf tools: Merge deferred user callchains

[RFC bpf-next 00/15] support inline tracing with BTF
 2025-10-24 12:54 UTC  (11+ messages)

[PATCH net-next v4 0/6] Add AF_XDP zero copy support
 2025-10-24  8:43 UTC  (3+ messages)

[PATCH v2] libbpf: optimize the redundant code in the bpf_object__init_user_btf_maps() function
 2025-10-24  8:08 UTC 

[PATCH] libbpf: optimize the redundant code in the bpf_object__init_user_btf_maps() function
 2025-10-24  7:55 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