BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-09 09:13:52 to 2025-01-10 17:13:59 UTC [more...]

[PATCH] treewide: const qualify ctl_tables where applicable
 2025-01-10 17:13 UTC  (8+ messages)

[PATCH] Suppress bogus F13 trigger on Sirius keyboard full fan shortcut
 2025-01-10 16:57 UTC  (2+ messages)

[PATCH v5 0/4] Prefer sysfs/JSON events also when no PMU is provided
 2025-01-10 16:42 UTC  (9+ messages)
` [PATCH v5 1/4] perf evsel: Add pmu_name helper
` [PATCH v5 2/4] perf stat: Fix find_stat for mixed legacy/non-legacy events
` [PATCH v5 3/4] perf record: Skip don't fail for events that don't open
` [PATCH v5 4/4] perf parse-events: Reapply "Prefer sysfs/JSON hardware events over legacy"

[PATCH] rust: Disallow BTF generation with Rust + LTO
 2025-01-10 16:41 UTC  (13+ messages)

[PATCH v3 0/5] perf: arm_spe: Add format option for discard mode
 2025-01-10 16:22 UTC  (2+ messages)

[PATCH dwarves] btf_encoder: always initialize func_state to 0
 2025-01-10 15:58 UTC  (7+ messages)

Crash when attaching uretprobes to processes running in Docker
 2025-01-10 15:25 UTC  (2+ messages)

[PATCH] bpftool: fix control flow graph segfault during edge creation
 2025-01-10 15:02 UTC  (4+ messages)

[PATCH v6 00/16] perf tools: Use generic syscall scripts for all archs
 2025-01-10 14:43 UTC  (9+ messages)

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-10 14:16 UTC 

[BUG] general protection fault in sock_map_link_update_prog - Reproducible with Syzkaller
 2025-01-10 14:08 UTC  (3+ messages)

[PATCH v2 0/3] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
 2025-01-10 14:02 UTC  (9+ messages)

[PATCH bpf] bpf: Fix bpf_sk_select_reuseport() memory leak
 2025-01-10 13:21 UTC 

[PATCH net-next v7 0/8] fix two bugs related to page_pool
 2025-01-10 13:06 UTC  (2+ messages)
` [PATCH net-next v7 1/8] page_pool: introduce page_pool_get_pp() API

[PATCH] scripts/sorttable: Use a structure of function pointers for elf helpers
 2025-01-10 12:54 UTC 

[PATCH net v2 0/5] vsock: some fixes due to transport de-assignment
 2025-01-10 11:25 UTC  (10+ messages)
` [PATCH net v2 1/5] vsock/virtio: discard packets if the transport changes
` [PATCH net v2 2/5] vsock/bpf: return early if transport is not assigned
` [PATCH net v2 3/5] vsock/virtio: cancel close work in the destructor
` [PATCH net v2 4/5] vsock: reset socket state when de-assigning the transport
` [PATCH net v2 5/5] vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]

[PATCH 0/3] Fix test_bpf_syscall_macro selftest on powerpc
 2025-01-10 10:49 UTC  (6+ messages)
` [PATCH 2/3] libbpf: Remove powerpc prefix from syscall function names

[PATCH] selftests/bpf: Fix test_xdp_adjust_tail_grow2 selftest on powerpc
 2025-01-10 10:31 UTC 

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

[net-next PATCH v2 0/6] Add af_xdp support for cn10k
 2025-01-10  9:34 UTC  (7+ messages)
` [net-next PATCH v2 1/6] octeontx2-pf: Add AF_XDP non-zero copy support
    ` [EXTERNAL] "
` [net-next PATCH v2 3/6] octeontx2-pf: Add AF_XDP zero copy support for rx side
    ` [EXTERNAL] "

[PATCH bpf-next v2 0/3] selftests: bpf: Migrate test_xdp_redirect.sh to test_progs
 2025-01-10  9:21 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: test_xdp_redirect: Rename BPF sections
` [PATCH bpf-next v2 2/3] selftests/bpf: Migrate test_xdp_redirect.sh to xdp_do_redirect.c
` [PATCH bpf-next v2 3/3] selftests/bpf: Migrate test_xdp_redirect.c to test_xdp_do_redirect.c

[PATCH net 0/2] vsock: some fixes due to transport de-assignment
 2025-01-10  8:39 UTC  (14+ 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

Help getting child process id
 2025-01-10  6:27 UTC 

[POC][RFC][PATCH] bpf: in-kernel bpf relocations on raw elf files
 2025-01-10  6:05 UTC  (16+ messages)
` [PATCH 01/14] bpf: Port prerequiste BTF handling functions from userspace
` [PATCH 02/14] bpf: Add data structures for managing in-kernel eBPF relocations
` [PATCH 03/14] bpf: Port .btf.ext parsing functions from userspace
` [PATCH 04/14] bpf: Port elf and btf utility helper "
` [PATCH 05/14] fs/kernel_read_file: Add an eBPF specifier to kernel_read_file
` [PATCH 06/14] bpf: Add BPF_LOAD_FD subcommand
` [PATCH 07/14] bpf: Implement BPF_LOAD_FD subcommand handler
` [PATCH 08/14] bpf: Add elf parsing support to the BPF_LOAD_FD subcommand
` [PATCH 09/14] bpf: Collect extern relocations
` [PATCH 10/14] bpf: Implement BTF fixup functionality
` [PATCH 11/14] bpf: Implement relocation collection
` [PATCH 12/14] bpf: Resolve external relocations
` [PATCH 13/14] bpf: Apply in-kernel bpf instruction relocations
` [PATCH 14/14] bpf: Augment BPF_PROG_LOAD to use in-kernel relocations

[PATCH 0/4] perf lock: Tracing contention lock owner call stack
 2025-01-10  5:11 UTC  (5+ messages)
` [PATCH v1 1/4] perf lock: Add bpf maps for owner stack tracing
` [PATCH v1 2/4] perf lock: Retrieve owner callstack in bpf program
` [PATCH v1 3/4] perf lock: Make rb_tree helper functions generic
` [PATCH v1 4/4] perf lock: Report owner stack in usermode

status of BPF in conjunction with PREEMPT_RT for the 6.6 kernel?
 2025-01-10  2:06 UTC  (2+ messages)

[PATCH bpf-next v2 00/14] bpf qdisc
 2025-01-10  1:43 UTC  (15+ messages)
` [PATCH bpf-next v2 05/14] bpf: net_sched: Support implementation of Qdisc_ops in bpf
` [PATCH bpf-next v2 06/14] bpf: net_sched: Add basic bpf qdisc kfuncs
` [PATCH bpf-next v2 08/14] bpf: net_sched: Add a qdisc watchdog timer
` [PATCH bpf-next v2 13/14] selftests: Add a basic fifo qdisc test
` [PATCH bpf-next v2 14/14] selftests: Add a bpf fq qdisc to selftest

[RFC PATCH 00/22] ublk: support bpf
 2025-01-10  1:43 UTC  (3+ messages)
` [RFC PATCH 08/22] ublk: bpf: add bpf struct_ops

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

[PATCH v8 bpf-next 5/7] bpf: Use btf_kfunc_id_set.remap logic for bpf_dynptr_from_skb
 2025-01-10  1:11 UTC  (4+ messages)

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

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

[PATCH bpf-next] bpf: veristat: Document verifier log dumping capability
 2025-01-09 23:42 UTC 

[PATCH bpf-next v6 0/5] Support eliding map lookup nullness
 2025-01-09 23:30 UTC  (4+ messages)
` [PATCH bpf-next v6 4/5] bpf: verifier: "

[PATCH] uprobes: Fix race in uprobe_free_utask
 2025-01-09 22:13 UTC  (5+ messages)

[PATCH dwarves v4 RESEND 00/10] pahole: faster reproducible BTF encoding
 2025-01-09 22:03 UTC  (12+ messages)
` [PATCH dwarves v4 RESEND 01/10] btf_encoder: simplify function encoding
` [PATCH dwarves v4 RESEND 02/10] btf_encoder: free encoder->secinfo in btf_encoder__delete
` [PATCH dwarves v4 RESEND 03/10] btf_encoder: separate elf function, saved function representations
` [PATCH dwarves v4 RESEND 04/10] btf_encoder: introduce elf_functions struct type
` [PATCH dwarves v4 RESEND 05/10] btf_encoder: introduce elf_functions_list
` [PATCH dwarves v4 RESEND 06/10] btf_encoder: remove skip_encoding_inconsistent_proto
` [PATCH dwarves v4 RESEND 07/10] dwarf_loader: introduce cu->id
` [PATCH dwarves v4 RESEND 08/10] dwarf_loader: multithreading with a job/worker model
` [PATCH dwarves v4 RESEND 09/10] btf_encoder: clean up global encoders list
` [PATCH dwarves v4 RESEND 10/10] btf_encoder: switch func_states from a list to an array

[PATCH dwarves v4 00/10] pahole: faster reproducible BTF encoding
 2025-01-09 21:36 UTC  (7+ messages)
` [PATCH dwarves v4 02/10] btf_encoder: free encoder->secinfo in btf_encoder__delete

[PATCH bpf-next v6 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2025-01-09 21:24 UTC  (7+ messages)
` [PATCH bpf-next v6 4/5] bpf: Make fs kfuncs available for SYSCALL program type
      ` per st_ops kfunc allow/deny mask. Was: "

[PATCH bpf-next v1 00/22] Resilient Queued Spin Lock
 2025-01-09 21:18 UTC  (7+ messages)

[PATCH] perf trace: Fix unaligned access for augmented args
 2025-01-09 21:10 UTC  (3+ messages)

[PATCH v3 25/28] bpf: Use RCU in all users of __module_text_address()
 2025-01-09 21:00 UTC  (4+ messages)

[PATCH v2] scripts/sorttable: Move code from sorttable.h into sorttable.c
 2025-01-09 20:06 UTC  (3+ messages)

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

[PATCH bpf-next v2 1/2] libbpf: Add unique_match option for multi kprobe
 2025-01-09 17:40 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add a test for kprobe multi with unique_match

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

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

[PATCH net] xsk: Bring back busy polling support
 2025-01-09 17:36 UTC  (5+ messages)

[PATCH bpf-next 0/4] expose number of map entries to userspace
 2025-01-09 17:37 UTC  (5+ messages)

[PATCH net-next v2 0/8] bpf: cpumap: enable GRO for XDP_PASS frames
 2025-01-09 17:02 UTC  (8+ messages)
` [PATCH net-next v2 1/8] net: gro: decouple GRO from the NAPI layer
` [PATCH net-next v2 5/8] net: skbuff: introduce napi_skb_cache_get_bulk()

[PATCH dwarves] dwarves: set cu->obstack chunk size to 128Kb
 2025-01-09 16:03 UTC  (5+ messages)

[RFC PATCH 0/2] mm: multi-gen LRU: per-process heatmaps
 2025-01-09 11:48 UTC  (2+ messages)

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

[LSF/MM/BPF TOPIC] Compiled BPF
 2025-01-09  9:20 UTC 

[LSF/MM/BPF TOPIC] Compiled BPF
 2025-01-09  9:17 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).