bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-07 19:22:12 to 2025-01-09 08:06:23 UTC [more...]

[PATCH v2 0/3] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
 2025-01-09  8:06 UTC  (6+ messages)

[PATCH bpf-next v4 1/4] xsk: Add launch time hardware offload support to XDP Tx metadata
 2025-01-09  7:19 UTC  (3+ messages)

[PATCH bpf-next v4 2/4] selftests/bpf: Add Launch Time request to xdp_hw_metadata
 2025-01-09  7:08 UTC  (3+ messages)

[PATCH bpf-next v4 3/4] net: stmmac: Add launch time support to XDP ZC
 2025-01-09  7:06 UTC  (3+ messages)

[PATCH bpf-next v2 0/5] Free htab element out of bucket lock
 2025-01-09  6:19 UTC  (6+ messages)
` [PATCH bpf-next v2 1/5] bpf: Free special fields after unlock in htab_lru_map_delete_node()
` [PATCH bpf-next v2 2/5] bpf: Bail out early in __htab_map_lookup_and_delete_elem()
` [PATCH bpf-next v2 3/5] bpf: Free element after unlock "
` [PATCH bpf-next v2 4/5] bpf: Cancel the running bpf_timer through kworker
` [PATCH bpf-next v2 5/5] selftests/bpf: Add test case for the freeing of bpf_timer

[PATCH bpf-next v1 00/22] Resilient Queued Spin Lock
 2025-01-09  4:09 UTC  (38+ messages)
` [PATCH bpf-next v1 08/22] rqspinlock: Protect pending bit owners from stalls
` [PATCH bpf-next v1 09/22] rqspinlock: Protect waiters in queue "
` [PATCH bpf-next v1 11/22] rqspinlock: Add deadlock detection and recovery
` [PATCH bpf-next v1 12/22] rqspinlock: Add basic support for CONFIG_PARAVIRT
` [PATCH bpf-next v1 14/22] rqspinlock: Add macros for rqspinlock usage

[PATCH bpf v4 0/3] bpf: fix wrong copied_seq calculation
 2025-01-09  3:40 UTC  (4+ messages)
` [PATCH bpf v4 1/3] "
` [PATCH bpf v4 2/3] selftests/bpf: add strparser test for bpf
` [PATCH bpf v4 3/3] bpf, strparser, docs: Add new callback "

[PATCH v6 00/16] perf tools: Use generic syscall scripts for all archs
 2025-01-09  3:22 UTC  (18+ messages)
` [PATCH v6 01/16] perf tools: Create generic syscall table support
` [PATCH v6 02/16] perf tools: arc: Support generic syscall headers
` [PATCH v6 03/16] perf tools: csky: "
` [PATCH v6 04/16] perf tools: arm: Support "
` [PATCH v6 05/16] perf tools: sh: "
` [PATCH v6 06/16] perf tools: sparc: "
` [PATCH v6 07/16] perf tools: xtensa: Support syscall header
` [PATCH v6 08/16] perf tools: x86: Use generic syscall scripts
` [PATCH v6 09/16] perf tools: alpha: Support syscall header
` [PATCH v6 10/16] perf tools: parisc: "
` [PATCH v6 11/16] perf tools: arm64: Use syscall table
` [PATCH v6 12/16] perf tools: loongarch: "
` [PATCH v6 13/16] perf tools: mips: Use generic syscall scripts
` [PATCH v6 14/16] perf tools: powerpc: Use generic syscall table scripts
` [PATCH v6 15/16] perf tools: s390: "
` [PATCH v6 16/16] perf tools: Remove dependency on libaudit

[PATCH v5 00/16] perf tools: Use generic syscall scripts for all archs
 2025-01-09  2:29 UTC  (20+ messages)
` [PATCH v5 01/16] perf tools: Create generic syscall table support
` [PATCH v5 02/16] perf tools: arc: Support generic syscall headers
` [PATCH v5 03/16] perf tools: csky: "
` [PATCH v5 04/16] perf tools: arm: Support "
` [PATCH v5 05/16] perf tools: sh: "
` [PATCH v5 06/16] perf tools: sparc: "
` [PATCH v5 07/16] perf tools: xtensa: Support syscall header
` [PATCH v5 08/16] perf tools: x86: Use generic syscall scripts
` [PATCH v5 09/16] perf tools: alpha: Support syscall header
` [PATCH v5 10/16] perf tools: parisc: "
` [PATCH v5 11/16] perf tools: arm64: Use syscall table
` [PATCH v5 12/16] perf tools: loongarch: "
` [PATCH v5 13/16] perf tools: mips: Use generic syscall scripts
` [PATCH v5 14/16] perf tools: powerpc: Use generic syscall table scripts
` [PATCH v5 15/16] perf tools: s390: "
` [PATCH v5 16/16] perf tools: Remove dependency on libaudit

[PATCH bpf-next v2 00/16] bpf: Reduce the use of migrate_{disable|enable}()
 2025-01-09  2:20 UTC  (18+ messages)
` [PATCH bpf-next v2 01/16] bpf: Remove migrate_{disable|enable} from LPM trie
` [PATCH bpf-next v2 02/16] bpf: Remove migrate_{disable|enable} in ->map_for_each_callback
` [PATCH bpf-next v2 03/16] bpf: Remove migrate_{disable|enable} in htab_elem_free
` [PATCH bpf-next v2 04/16] bpf: Remove migrate_{disable|enable} from bpf_cgrp_storage_lock helpers
` [PATCH bpf-next v2 05/16] bpf: Remove migrate_{disable|enable} from bpf_task_storage_lock helpers
` [PATCH bpf-next v2 06/16] bpf: Disable migration when destroying inode storage
` [PATCH bpf-next v2 07/16] bpf: Disable migration when destroying sock storage
` [PATCH bpf-next v2 08/16] bpf: Disable migration when cloning "
` [PATCH bpf-next v2 09/16] bpf: Disable migration in bpf_selem_free_rcu
` [PATCH bpf-next v2 10/16] bpf: Disable migration before calling ops->map_free()
` [PATCH bpf-next v2 11/16] bpf: Remove migrate_{disable|enable} in bpf_obj_free_fields()
` [PATCH bpf-next v2 12/16] bpf: Remove migrate_{disable,enable} in bpf_cpumask_release()
` [PATCH bpf-next v2 13/16] bpf: Remove migrate_{disable|enable} from bpf_selem_alloc()
` [PATCH bpf-next v2 14/16] bpf: Remove migrate_{disable|enable} from bpf_local_storage_alloc()
` [PATCH bpf-next v2 15/16] bpf: Remove migrate_{disable|enable} from bpf_local_storage_free()
` [PATCH bpf-next v2 16/16] bpf: Remove migrate_{disable|enable} from bpf_selem_free()

[PATCH net-next v2 0/8] bpf: cpumap: enable GRO for XDP_PASS frames
 2025-01-09  1:26 UTC  (4+ messages)

[bpf-next v2 1/2] bpf: Add bpf_copy_from_user_task_str kfunc
 2025-01-09  1:13 UTC  (2+ messages)

[PATCH net] xsk: Bring back busy polling support
 2025-01-09  0:34 UTC 

[PATCH bpf-next v2 00/14] bpf qdisc
 2025-01-09  0:20 UTC  (3+ messages)
` [PATCH bpf-next v2 08/14] bpf: net_sched: Add a qdisc watchdog timer

[PATCH v8 bpf-next 0/7] Enable writing xattr from BPF programs
 2025-01-08 22:51 UTC  (8+ messages)
` [PATCH v8 bpf-next 1/7] fs/xattr: bpf: Introduce security.bpf. xattr name prefix
` [PATCH v8 bpf-next 2/7] selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names
` [PATCH v8 bpf-next 3/7] bpf: lsm: Add two more sleepable hooks
` [PATCH v8 bpf-next 4/7] bpf: Extend btf_kfunc_id_set to handle kfunc polymorphism
` [PATCH v8 bpf-next 5/7] bpf: Use btf_kfunc_id_set.remap logic for bpf_dynptr_from_skb
` [PATCH v8 bpf-next 6/7] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
` [PATCH v8 bpf-next 7/7] selftests/bpf: Test kfuncs that set and remove xattr from BPF programs

[PATCH bpf-next 1/2] libbpf: Add unique_match option for multi kprobe
 2025-01-08 22:38 UTC  (4+ messages)

[PATCH] bpftool: fix control flow graph segfault during edge creation
 2025-01-08 22:09 UTC 

[PATCH bpf-next 1/2] bpf: Return error for missed kprobe multi bpf program execution
 2025-01-08 20:56 UTC  (5+ messages)

[PATCH bpf v3 0/2] bpf: Account for early exit of bpf_tail_call() and LD_ABS
 2025-01-08 20:46 UTC  (7+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] selftests/bpf: Test r0 and ref lifetime after BPF-BPF call with abnormal return

Compiler support for BPF at LSFMMBPF 2025 - Is there interest?
 2025-01-08 20:28 UTC  (4+ messages)

[PATCH v3 0/5] perf: arm_spe: Add format option for discard mode
 2025-01-08 20:16 UTC  (7+ messages)
` [PATCH v3 1/5] "
` [PATCH v3 2/5] perf docs: arm_spe: Document new "
` [PATCH v3 3/5] perf tool: arm-spe: Pull out functions for aux buffer and tracking setup
` [PATCH v3 4/5] perf tool: arm-spe: Don't allocate buffer or tracking event in discard mode
` [PATCH v3 5/5] perf test: arm_spe: Add test for "

[PATCH net 0/2] vsock: some fixes due to transport de-assignment
 2025-01-08 19:37 UTC  (5+ messages)
` [PATCH net 1/2] vsock/virtio: discard packets if the transport changes
` [PATCH net 2/2] vsock/bpf: return early if transport is not assigned

[net-next PATCH v2 0/6] Add af_xdp support for cn10k
 2025-01-08 18:33 UTC  (7+ messages)
` [net-next PATCH v2 1/6] octeontx2-pf: Add AF_XDP non-zero copy support
` [net-next PATCH v2 2/6] octeontx2-pf: Don't unmap page pool buffer used by XDP
` [net-next PATCH v2 3/6] octeontx2-pf: Add AF_XDP zero copy support for rx side
` [net-next PATCH v2 4/6] octeontx2-pf: Reconfigure RSS table after enabling AF_XDP zerocopy on rx queue
` [net-next PATCH v2 5/6] Octeontx2-pf: Prepare for AF_XDP
` [net-next PATCH v2 6/6] octeontx2-pf: AF_XDP zero copy transmit support

[net-next PATCH v2 0/6] Add af_xdp support for cn10k
 2025-01-08 18:29 UTC  (7+ messages)
` [net-next PATCH v2 1/6] octeontx2-pf: Add AF_XDP non-zero copy support
` [net-next PATCH v2 2/6] octeontx2-pf: Don't unmap page pool buffer used by XDP
` [net-next PATCH v2 3/6] octeontx2-pf: Add AF_XDP zero copy support for rx side
` [net-next PATCH v2 4/6] octeontx2-pf: Reconfigure RSS table after enabling AF_XDP zerocopy on rx queue
` [net-next PATCH v2 5/6] Octeontx2-pf: Prepare for AF_XDP
` [net-next PATCH v2 6/6] octeontx2-pf: AF_XDP zero copy transmit support

[PATCH net] vmxnet3: Fix tx queue race condition with XDP
 2025-01-08 18:13 UTC  (2+ messages)

[PATCH] bpf: Replace (arg_type & MEM_RDONLY) with type_is_rdonly_mem
 2025-01-08 17:53 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: Move out synchronize_rcu_tasks_trace from mutex CS
 2025-01-08 17:50 UTC  (4+ messages)

[PATCH] bpf: fix range_tree_set error handling
 2025-01-08 17:40 UTC  (2+ messages)

[PATCH] selftests/bpf: add -std=gnu11 to BPF_CFLAGS and CFLAGS
 2025-01-08 17:40 UTC  (2+ messages)

[PATCH net-next v7 00/11] net: Improve netns handling in rtnetlink
 2025-01-08 17:31 UTC  (5+ messages)
` [PATCH net-next v7 02/11] rtnetlink: Pack newlink() params into struct

[PATCH dwarves] dwarves: set cu->obstack chunk size to 128Kb
 2025-01-08 17:22 UTC  (4+ messages)

[PATCH v2 0/4] ftrace: Add function arguments to function tracers
 2025-01-08 15:39 UTC  (6+ messages)
` [PATCH v2 1/4] ftrace: Add print_function_args()

[PATCH bpf-next] selftests/bpf: handle prog/attach type comparison in veristat
 2025-01-08 15:10 UTC  (2+ messages)

[PATCH v3 0/5] perf: arm_spe: Add format option for discard mode
 2025-01-08 14:27 UTC 

[PATCH bpf-next v5 0/5] net/smc: Introduce smc_ops
 2025-01-08 13:56 UTC  (4+ messages)
` [PATCH bpf-next v5 5/5] bpf/selftests: add selftest for bpf_smc_ops

[PATCH bpf-next v3 0/5] net/smc: Introduce smc_ops
 2025-01-08 13:45 UTC  (6+ messages)
` [PATCH bpf-next v3 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf

[PATCH net-next v4 00/11] net-timestamp: bpf extension to equip applications transparently
 2025-01-08 12:55 UTC  (5+ messages)
` [PATCH net-next v4 10/11] net-timestamp: export the tskey for TCP bpf extension

[PATCH bpf-next v1 20/22] bpf: Introduce rqspinlock kfuncs
 2025-01-08 10:44 UTC  (4+ messages)

[PATCH v2 0/5] perf: arm_spe: Add format option for discard mode
 2025-01-08 10:08 UTC  (4+ messages)
` [PATCH v2 1/5] "

[PATCH net-next v6 0/8] fix two bugs related to page_pool
 2025-01-08  9:37 UTC  (6+ messages)
` [PATCH net-next v6 1/8] page_pool: introduce page_pool_get_pp() API

XDP Performance Regression in recent kernel versions
 2025-01-08  9:26 UTC  (11+ messages)

[PATCH bpf-next 0/7] Free htab element out of bucket lock
 2025-01-08  9:16 UTC  (6+ messages)

[PATCH v3 25/28] bpf: Use RCU in all users of __module_text_address()
 2025-01-08  9:04 UTC 

[PATCH v4 0/4] Prefer sysfs/JSON events also when no PMU is provided
 2025-01-08  5:55 UTC  (6+ messages)
` [PATCH v4 3/4] perf record: Skip don't fail for events that don't open

[PATCH v2] scripts/sorttable: Move code from sorttable.h into sorttable.c
 2025-01-08  3:32 UTC 

[PATCH net] eth: gve: use appropriate helper to set xdp_features
 2025-01-08  2:20 UTC  (2+ messages)

pull-request: bpf-next 2025-01-07
 2025-01-08  0:30 UTC  (2+ messages)

[PATCH dwarves v4 00/10] pahole: faster reproducible BTF encoding
 2025-01-07 20:35 UTC  (2+ messages)

[PATCH 0/3] selftests: bpf: Migrate test_xdp_redirect.sh to test_progs
 2025-01-07 19:48 UTC  (3+ messages)
` [PATCH 2/3] selftests/bpf: Migrate test_xdp_redirect.sh to xdp_do_redirect.c


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).