BPF List
 help / color / mirror / Atom feed
 messages from 2024-12-26 05:15:09 to 2025-01-03 10:10:21 UTC [more...]

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

Question about test_xsk.sh
 2025-01-03  9:36 UTC  (3+ messages)

[PATCH dwarves v3 0/8] pahole: faster reproducible BTF encoding
 2025-01-03  9:27 UTC  (18+ messages)
` [PATCH dwarves v3 2/8] btf_encoder: separate elf function, saved function representations
` [PATCH dwarves v3 3/8] btf_encoder: introduce elf_functions struct type
` [PATCH dwarves v3 7/8] dwarf_loader: multithreading with a job/worker model
` [PATCH dwarves v3 8/8] btf_encoder: clean up global encoders list

[LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
 2025-01-03  9:26 UTC  (2+ messages)

[PATCH v2 0/3] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
 2025-01-03  8:55 UTC  (9+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] btf: Switch vmlinux BTF attribute to sysfs_bin_attr_simple_read()
` [PATCH v2 3/3] btf: Switch module "

[PATCH bpf-next v3 0/5] net/smc: Introduce smc_ops
 2025-01-03  6:54 UTC  (4+ messages)
` [PATCH bpf-next v3 3/5] net/smc: bpf: register smc_ops info struct_ops

[PATCH bpf-next] bpf: Reject struct_ops registration that uses module ptr and the module btf_id is missing
 2025-01-03  6:14 UTC  (2+ messages)

[PATCH bpf-next v6 0/5] Support eliding map lookup nullness
 2025-01-03  3:16 UTC  (5+ messages)
` [PATCH bpf-next v6 4/5] bpf: verifier: "
` [PATCH bpf-next v6 5/5] bpf: selftests: verifier: Add nullness elision tests

[RFC PATCH 0/2] mm: multi-gen LRU: per-process heatmaps
 2025-01-03  3:15 UTC  (2+ messages)

[PATCH v1] cgroup/cpuset: remove kernfs active break
 2025-01-03  2:22 UTC  (11+ messages)

[PATCH bpf-next v2 1/3] bpf, arm64: Simplify if logic in emit_lse_atomic()
 2025-01-03  2:04 UTC  (3+ messages)
` [PATCH bpf-next v2 2/3] bpf, arm64: Factor out emit_a64_add_i()
` [PATCH bpf-next v2 3/3] bpf, arm64: Emit A64_{ADD,SUB}_I when possible in emit_{lse,ll_sc}_atomic()

[PATCH dwarves v1 1/2] btf_loader: support for multiple BTF_DECL_TAGs pointing to same tag
 2025-01-03  1:18 UTC  (7+ messages)
` [PATCH dwarves v1 2/2] tests: verify that pfunct prints btf_decl_tags read from BTF

Errors compiling BPF programs from Linux selftests/bpf with GCC
 2025-01-03  0:46 UTC  (15+ messages)

[PATCH v2 00/16] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
 2025-01-02 23:31 UTC  (18+ messages)
` [PATCH v2 01/16] scripts/sorttable: Remove unused macro defines
` [PATCH v2 02/16] scripts/sorttable: Remove unused write functions
` [PATCH v2 03/16] scripts/sorttable: Remove unneeded Elf_Rel
` [PATCH v2 04/16] scripts/sorttable: Have the ORC code use the _r() functions to read
` [PATCH v2 05/16] scripts/sorttable: Make compare_extable() into two functions
` [PATCH v2 06/16] scripts/sorttable: Convert Elf_Ehdr to union
` [PATCH v2 07/16] scripts/sorttable: Replace Elf_Shdr Macro with a union
` [PATCH v2 08/16] scripts/sorttable: Convert Elf_Sym MACRO over to "
` [PATCH v2 09/16] scripts/sorttable: Add helper functions for Elf_Ehdr
` [PATCH v2 10/16] scripts/sorttable: Add helper functions for Elf_Shdr
` [PATCH v2 11/16] scripts/sorttable: Add helper functions for Elf_Sym
` [PATCH v2 12/16] scripts/sorttable: Use uint64_t for mcount sorting
` [PATCH v2 13/16] scripts/sorttable: Move code from sorttable.h into sorttable.c
` [PATCH v2 14/16] scripts/sorttable: Get start/stop_mcount_loc from ELF file directly
` [PATCH v2 15/16] scripts/sorttable: Zero out weak functions in mcount_loc table
` [PATCH v2 16/16] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions

[PATCH 00/14] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
 2025-01-02 22:14 UTC  (32+ messages)
` [PATCH 01/14] scripts/sorttable: Remove unused macro defines
` [PATCH 02/14] scripts/sorttable: Remove unused write functions
` [PATCH 03/14] scripts/sorttable: Remove unneeded Elf_Rel
` [PATCH 04/14] scripts/sorttable: Have the ORC code use the _r() functions to read
` [PATCH 05/14] scripts/sorttable: Make compare_extable() into two functions
` [PATCH 06/14] scripts/sorttable: Convert Elf_Ehdr to union
` [PATCH 07/14] scripts/sorttable: Replace Elf_Shdr Macro with a union
` [PATCH 08/14] scripts/sorttable: Convert Elf_Sym MACRO over to "
` [PATCH 09/14] scripts/sorttable: Add helper functions for Elf_Ehdr
` [PATCH 10/14] scripts/sorttable: Add helper functions for Elf_Shdr
` [PATCH 11/14] scripts/sorttable: Add helper functions for Elf_Sym
` [PATCH 12/14] scripts/sorttable: Use uint64_t for mcount sorting
` [PATCH 13/14] scripts/sorttable: Move code from sorttable.h into sorttable.c
` [PATCH 14/14] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions

[PATCH] perf trace: Fix unaligned access for augmented args
 2025-01-02 20:12 UTC 

[PATCH net 0/5] gve: various XDP fixes
 2025-01-02 18:43 UTC  (4+ messages)
` [PATCH net 2/5] gve: guard XDP xmit NDO on existence of xdp queues

[PATCH 0/2] bpf: Allow bpf_for/bpf_repeat while holding spin
 2025-01-02 18:05 UTC  (5+ messages)
` [PATCH 1/2] bpf: Allow bpf_for/bpf_repeat calls while holding a spinlock
` [PATCH 2/2] selftests/bpf: test bpf_for within spin lock section

[PATCH bpf-next v2 00/14] bpf qdisc
 2025-01-02 17:29 UTC  (2+ messages)

[syzbot] [bpf?] WARNING: held lock freed in process_one_work
 2025-01-02 13:24 UTC 

[PATCH v22 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2025-01-02 13:20 UTC  (10+ messages)
` [PATCH v22 18/20] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v22 19/20] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
` [PATCH v22 20/20] bpf: Use ftrace_get_symaddr() for kprobe_multi probes
        ` [PATCH v23] "

[PATCH for-next v2] selftests/Makefile: override the srctree for out-of-tree builds
 2025-01-02 12:03 UTC  (2+ messages)

[PATCH] bpf: Use refcount_t instead of atomic_t for mmap_count
 2024-12-31  4:20 UTC  (4+ messages)

[PATCH bpf-next] bpf: Move out synchronize_rcu_tasks_trace from mutex CS
 2024-12-31  3:35 UTC 

[PATCH net] gve: trigger RX NAPI instead of TX NAPI in gve_xsk_wakeup
 2024-12-31  1:50 UTC  (2+ messages)

[PATCH RFC bpf-next v1 0/4] Introduce load-acquire and store-release BPF instructions
 2024-12-31  1:15 UTC  (8+ messages)
` [PATCH RFC bpf-next v1 2/4] bpf: Introduce load-acquire and store-release instructions

[PATCH bpf-next 1/2] bpf, arm64: Simplify if logic in emit_lse_atomic()
 2024-12-30 23:25 UTC  (4+ messages)
` [PATCH bpf-next 2/2] bpf, arm64: Emit A64_{ADD,SUB}_I when possible in emit_{lse,ll_sc}_atomic()

[PATCH] bpf: Remove unused MT_ENTRY define
 2024-12-30 23:20 UTC  (3+ messages)

[PATCH bpf-next] bpf: uapi: Document front truncation in bpf_d_path()
 2024-12-30 23:15 UTC  (2+ messages)

[PATCH bpf-next v2] libbpf: Set MFD_NOEXEC_SEAL when creating memfd
 2024-12-30 23:00 UTC  (2+ messages)

[PATCH] bpf: Fix holes in special_kfunc_list if !CONFIG_NET
 2024-12-30 23:00 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix veristat comp mode with new stats
 2024-12-30 23:00 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] bpf, verifier: Improve precision of BPF_MUL
 2024-12-30 23:00 UTC  (2+ messages)

d_path() truncates at front of path?
 2024-12-30 21:57 UTC  (3+ messages)

[PATCH bpf-next] libbpf: Set MFD_NOEXEC_SEAL when creating memfd
 2024-12-30 19:23 UTC  (3+ messages)

[PATCH v3 bpf-next] bpf: Use non-executable memfds for maps
 2024-12-30 19:13 UTC  (3+ messages)

[PATCH v2 bpf-next] bpf: Use non-executable memfds for maps
 2024-12-30 16:16 UTC  (2+ messages)

[PATCH RFCv5 0/8] fix two bugs related to page_pool
 2024-12-30  9:15 UTC  (4+ messages)
` [PATCH RFCv5 1/8] page_pool: introduce page_pool_to_pp() API

[PATCH bpf-next v2] selftests/bpf: avoid generating untracked files when running bpf selftests
 2024-12-29 21:40 UTC  (2+ messages)

[PATCH bpf-next] bpf: Use non-executable memfds for maps
 2024-12-28 16:39 UTC 

[for-next][PATCH 01/18] fgraph: Pass ftrace_regs to entryfunc
 2024-12-28 14:48 UTC  (19+ messages)
` [for-next][PATCH 02/18] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [for-next][PATCH 03/18] fgraph: Pass ftrace_regs to retfunc
` [for-next][PATCH 04/18] fprobe: Use ftrace_regs in fprobe entry handler
` [for-next][PATCH 05/18] fprobe: Use ftrace_regs in fprobe exit handler
` [for-next][PATCH 06/18] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [for-next][PATCH 07/18] tracing: Add ftrace_fill_perf_regs() for perf event
` [for-next][PATCH 08/18] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [for-next][PATCH 09/18] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [for-next][PATCH 10/18] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [for-next][PATCH 11/18] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC
` [for-next][PATCH 12/18] fprobe: Rewrite fprobe on function-graph tracer
` [for-next][PATCH 13/18] fprobe: Add fprobe_header encoding feature
` [for-next][PATCH 14/18] tracing/fprobe: Remove nr_maxactive from fprobe
` [for-next][PATCH 15/18] selftests: ftrace: Remove obsolate maxactive syntax check
` [for-next][PATCH 16/18] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [for-next][PATCH 17/18] Documentation: probes: Update fprobe on function-graph tracer
` [for-next][PATCH 18/18] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr

[POC][RFC][PATCH] build: Make weak functions visible in kallsyms
 2024-12-27 19:19 UTC  (10+ messages)

[PATCH bpf v3 0/2] bpf: fix wrong copied_seq calculation and add tests
 2024-12-27 14:09 UTC  (8+ messages)
` [PATCH bpf v3 1/2] bpf: fix wrong copied_seq calculation

[PATCH v8 0/2] PCI: add enabe(disable)_device() hook for bridge
 2024-12-27  9:58 UTC  (9+ messages)
` [PATCH v8 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95

[PATCH v21 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-12-26 15:42 UTC  (5+ messages)
` [PATCH v21 03/20] fgraph: Replace fgraph_ret_regs with ftrace_regs


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