BPF List
 help / color / mirror / Atom feed
 messages from 2024-12-16 06:48:48 to 2024-12-18 09:24:43 UTC [more...]

[PATCH v4 00/16] perf tools: Use generic syscall scripts for all archs
 2024-12-18  9:24 UTC  (7+ messages)
` [PATCH v4 01/16] perf tools: Create generic syscall table support
` [PATCH v4 02/16] perf tools: arc: Support generic syscall headers
` [PATCH v4 03/16] perf tools: csky: "
` [PATCH v4 04/16] perf tools: arm: Support "
` [PATCH v4 05/16] perf tools: sh: "
` [PATCH v4 06/16] perf tools: sparc: "

[PATCH bpf] bpf: Fix deadlock when freeing cgroup storage
 2024-12-18  9:21 UTC 

[PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
 2024-12-18  9:19 UTC  (6+ messages)
                            ` [PATCH] vsprintf: simplify number handling

[PATCH bpf-next v3 0/6] bpf, mm: Introduce try_alloc_pages()
 2024-12-18  7:40 UTC  (14+ messages)
` [PATCH bpf-next v3 1/6] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation
` [PATCH bpf-next v3 2/6] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v3 3/6] locking/local_lock: Introduce local_trylock_irqsave()
` [PATCH bpf-next v3 4/6] memcg: Use trylock to access memcg stock_lock
` [PATCH bpf-next v3 5/6] mm, bpf: Use memcg in try_alloc_pages()
` [PATCH bpf-next v3 6/6] bpf: Use try_alloc_pages() to allocate pages for bpf needs

[BUG stable 6.6] kernel crash in BPF selftests dummy_st_ops
 2024-12-18  7:33 UTC  (3+ messages)

[PATCH bpf v3 0/2] bpf: fix wrong copied_seq calculation and add tests
 2024-12-18  5:34 UTC  (3+ messages)
` [PATCH bpf v3 1/2] bpf: fix wrong copied_seq calculation
` [PATCH bpf v3 2/2] selftests/bpf: add strparser test for bpf

[PATCH bpf v2 0/2] bpf: fix wrong copied_seq calculation and add tests
 2024-12-18  5:01 UTC  (11+ messages)
` [PATCH bpf v2 1/2] bpf: fix wrong copied_seq calculation

[PATCH v5 bpf-next 0/5] Enable writing xattr from BPF programs
 2024-12-18  4:47 UTC  (6+ messages)
` [PATCH v5 bpf-next 1/5] fs/xattr: bpf: Introduce security.bpf. xattr name prefix
` [PATCH v5 bpf-next 2/5] selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names
` [PATCH v5 bpf-next 3/5] bpf: lsm: Add two more sleepable hooks
` [PATCH v5 bpf-next 4/5] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
` [PATCH v5 bpf-next 5/5] selftests/bpf: Test kfuncs that set and remove xattr from BPF programs

[PATCH v4 bpf-next 0/6] Enable writing xattr from BPF programs
 2024-12-18  4:38 UTC  (11+ messages)
` [PATCH v4 bpf-next 1/6] fs/xattr: bpf: Introduce security.bpf. xattr name prefix
` [PATCH v4 bpf-next 2/6] selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names
` [PATCH v4 bpf-next 3/6] bpf: lsm: Add two more sleepable hooks
` [PATCH v4 bpf-next 4/6] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
` [PATCH v4 bpf-next 5/6] selftests/bpf: Test kfuncs that set and remove xattr from BPF programs
` [PATCH v4 bpf-next 6/6] selftests/bpf: Add __failure tests for set/remove xattr kfuncs

Idea for "function meta"
 2024-12-18  3:52 UTC 

[PATCH bpf-next v4 0/2] bpf, verifier: Improve precision of BPF_MUL
 2024-12-18  3:23 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Add testcases for BPF_MUL

[PATCH bpf-next v3 0/5] net/smc: Introduce smc_ops
 2024-12-18  2:44 UTC  (6+ messages)
` [PATCH bpf-next v3 1/5] bpf: export necessary sympols for modules with struct_ops
` [PATCH bpf-next v3 2/5] net/smc: Introduce generic hook smc_ops
` [PATCH bpf-next v3 3/5] net/smc: bpf: register smc_ops info struct_ops
` [PATCH bpf-next v3 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
` [PATCH bpf-next v3 5/5] bpf/selftests: add selftest for bpf_smc_ops

[PATCH bpf-next v5 0/5] Support eliding map lookup nullness
 2024-12-18  1:57 UTC  (11+ messages)
` [PATCH bpf-next v5 2/5] bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-write
` [PATCH bpf-next v5 4/5] bpf: verifier: Support eliding map lookup nullness
` [PATCH bpf-next v5 5/5] bpf: selftests: verifier: Add nullness elision tests

[PATCH bpf-next v1 00/13] bpf qdisc
 2024-12-18  1:44 UTC  (10+ messages)
` [PATCH bpf-next v1 01/13] bpf: Support getting referenced kptr from struct_ops argument
` [PATCH bpf-next v1 02/13] selftests/bpf: Test referenced kptr arguments of struct_ops programs
` [PATCH bpf-next v1 11/13] libbpf: Support creating and destroying qdisc

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

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

[PATCH dwarves v2 00/10] pahole: shared ELF and faster reproducible BTF encoding
 2024-12-18  0:40 UTC  (12+ messages)
` [PATCH dwarves v2 07/10] btf_encoder: introduce btf_encoding_context
` [PATCH dwarves v2 10/10] dwarf_loader: multithreading with a job/worker model

[PATCH v2] bpf: Fix bpf_get_smp_processor_id() on !CONFIG_SMP
 2024-12-18  0:20 UTC  (2+ messages)

[PATCH bpf-next] veristat: fix top source line stat collection
 2024-12-17 23:50 UTC  (2+ messages)

[syzbot] [bpf?] [trace?] WARNING: locking bug in __lock_task_sighand
 2024-12-17 23:49 UTC  (4+ messages)

[PATCH bpf-next v6 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2024-12-17 23:37 UTC  (6+ messages)
` [PATCH bpf-next v6 1/5] bpf: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v6 2/5] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v6 3/5] bpf: Add bpf_fget_task() kfunc
` [PATCH bpf-next v6 4/5] bpf: Make fs kfuncs available for SYSCALL program type
` [PATCH bpf-next v6 5/5] selftests/bpf: Add tests for bpf_fget_task() kfunc

[PATCH] scx: Fix maximal BPF selftest prog
 2024-12-17 23:44 UTC  (4+ messages)
  ` [PATCH sched_ext/for-6.13-fixes] sched_ext: Fix invalid irq restore in scx_ops_bypass()

[PATCH dwarves] btf_encoder: verify 0 address DWARF variables are really in ELF section
 2024-12-17 21:35 UTC  (3+ messages)

[PATCH 0/1] clear out Python syntax warnings
 2024-12-17 21:10 UTC  (2+ messages)
` [PING] "

[PATCH v2] bpf: Fix bpf_get_smp_processor_id() on !CONFIG_SMP
 2024-12-17 19:53 UTC  (3+ messages)

[PATCH bpf-next v3 0/2] bpf, verifier: Improve precision of BPF_MUL
 2024-12-17 19:13 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] "

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

[PATCH net 0/2] Fix NPE discovered by running bpf kselftest
 2024-12-17 15:43 UTC  (5+ messages)

[PATCH bpf-next v5 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2024-12-17 14:11 UTC  (11+ messages)
` [PATCH bpf-next v5 4/5] bpf: Make fs kfuncs available for SYSCALL and TRACING program types

[PATCH iwl-next 0/9] igc: Add support for Frame Preemption feature in IGC
 2024-12-17 12:09 UTC  (19+ messages)
` [PATCH iwl-next 1/9] igc: Rename xdp_get_tx_ring() for non-xdp usage
` [PATCH iwl-next 2/9] igc: Optimize the TX packet buffer utilization
` [PATCH iwl-next 3/9] igc: Set the RX packet buffer size for TSN mode
` [PATCH iwl-next 4/9] igc: Add support for receiving frames with all zeroes address
` [PATCH iwl-next 5/9] igc: Add support to set MAC Merge data via ethtool
` [PATCH iwl-next 6/9] igc: Add support for frame preemption verification
` [PATCH iwl-next 7/9] igc: Add support for preemptible traffic class in taprio
` [PATCH iwl-next 8/9] igc: Add support to get MAC Merge data via ethtool
` [PATCH iwl-next 9/9] igc: Add support to get frame preemption statistics "

[REGRESSION] module BTF validation failure (Error -22) on next
 2024-12-17  8:02 UTC  (8+ messages)

[PATCH v2 00/16] perf tools: Use generic syscall scripts for all archs
 2024-12-17  5:30 UTC  (7+ messages)
` [PATCH v2 01/16] perf tools: Create generic syscall table support
` [PATCH v2 02/16] perf tools: arc: Support generic syscall headers

[PATCH RFC] Makefile: Export absolute srctree path for out-of-tree builds
 2024-12-17  3:10 UTC 

[PATCH iwl-next v2 1/1] igc: Improve XDP_SETUP_PROG process
 2024-12-17  1:28 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH bpf-next 00/13] uprobes: Add support to optimize usdt probes on x86_64
 2024-12-16 23:06 UTC  (32+ messages)
` [PATCH bpf-next 06/13] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCH bpf-next 08/13] uprobes/x86: Add support to optimize uprobes
` [PATCH bpf-next 09/13] selftests/bpf: Use 5-byte nop for x86 usdt probes
` [PATCH bpf-next 10/13] selftests/bpf: Add uprobe/usdt optimized test
` [PATCH bpf-next 11/13] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCH bpf-next 13/13] selftests/bpf: Add 5-byte nop uprobe trigger bench

[PATCH bpf-next v2 0/2] selftests: bpf: Migrate test_xdp_meta.sh to test_progs
 2024-12-16 21:50 UTC  (2+ messages)

[PATCH v3 0/3] bpftool: Fix the static linkage failure
 2024-12-16 21:06 UTC  (5+ messages)
` [PATCH v3 3/3] bpftool: Link zstd lib required by libelf

[PATCH bpf v2 0/2] Don't trust r0 bounds after BPF to BPF calls with abnormal returns
 2024-12-16 20:45 UTC  (11+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Test r0 bounds after BPF to BPF call with abnormal return

[PATCH bpf-next] bpf: lsm: Remove hook to bpf_task_storage_free
 2024-12-16 20:40 UTC  (2+ messages)

[PATCH] bpf: do not inline bpf_get_smp_processor_id() with CONFIG_SMP disabled
 2024-12-16 20:28 UTC  (6+ messages)

[PATCH dwarves v2] btf_encoder: fix memory access bugs
 2024-12-16 18:31 UTC 

[PATCH v1 0/7] perf auxtrace: Support AUX pause with BPF backend
 2024-12-16 17:21 UTC  (3+ messages)
` [PATCH v1 2/7] bpf: Add bpf_perf_event_aux_pause kfunc

[PATCH net-next 00/12] xdp: a fistful of generic changes pt. II
 2024-12-16 16:02 UTC  (9+ messages)
` [PATCH net-next 09/12] page_pool: add a couple of netmem counterparts
` [PATCH net-next 11/12] jump_label: export static_key_slow_{inc,dec}_cpuslocked()

[PATCH dwarves] btf_encoder: fix memory access bugs
 2024-12-16 16:02 UTC  (2+ messages)

[PATCH iwl-next v3 1/1] igc: Avoid unnecessary link down event in XDP_SETUP_PROG process
 2024-12-16  7:38 UTC 


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