bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-20 14:35:21 to 2023-01-23 21:57:01 UTC [more...]

Are BPF programs preemptible?
 2023-01-23 21:56 UTC  (9+ messages)

[PATCH] bpf, docs: Fix modulo zero, division by zero, overflow, and underflow
 2023-01-23 21:45 UTC  (3+ messages)

[PATCH v3] perf script flamegraph: Avoid d3-flame-graph package dependency
 2023-01-23 20:37 UTC  (3+ messages)
` [PATCH v3 1/2] tools/resolve_btfids: Install subcmd headers

[PATCH bpf-next v2 0/3] Add BPF_KFUNC macro for kfunc definitions
 2023-01-23 21:00 UTC  (12+ messages)
` [PATCH bpf-next v2 1/3] bpf: Add BPF_KFUNC macro for defining kfuncs
` [PATCH bpf-next v2 2/3] bpf: Document usage of the new BPF_KFUNC macro
` [PATCH bpf-next v2 3/3] bpf: Use BPF_KFUNC macro at all kfunc definitions

[PATCH v1 bpf-next 1/2] selftests/bpf: Clean up user_ringbuf, cgrp_kfunc, task_kfunc, kfunc_dynptr_param tests
 2023-01-23 20:26 UTC  (2+ messages)
` [PATCH v1 bpf-next 2/2] selftests/bpf: Clean up dynptr prog_tests

[PATCH v2 bpf-next 00/25] libbpf: extend [ku]probe and syscall argument tracing support
 2023-01-23 20:10 UTC  (27+ messages)
` [PATCH v2 bpf-next 01/25] libbpf: add support for fetching up to 8 arguments in kprobes
` [PATCH v2 bpf-next 02/25] libbpf: add 6th argument support for x86-64 in bpf_tracing.h
` [PATCH v2 bpf-next 03/25] libbpf: fix arm and arm64 specs "
` [PATCH v2 bpf-next 04/25] libbpf: complete mips spec "
` [PATCH v2 bpf-next 05/25] libbpf: complete powerpc "
` [PATCH v2 bpf-next 06/25] libbpf: complete sparc "
` [PATCH v2 bpf-next 07/25] libbpf: complete riscv arch "
` [PATCH v2 bpf-next 08/25] libbpf: fix and complete ARC "
` [PATCH v2 bpf-next 09/25] libbpf: complete LoongArch (loongarch) "
` [PATCH v2 bpf-next 10/25] libbpf: add BPF_UPROBE and BPF_URETPROBE macro aliases
` [PATCH v2 bpf-next 11/25] selftests/bpf: validate arch-specific argument registers limits
` [PATCH v2 bpf-next 12/25] libbpf: improve syscall tracing support in bpf_tracing.h
` [PATCH v2 bpf-next 13/25] libbpf: define x86-64 syscall regs spec "
` [PATCH v2 bpf-next 14/25] libbpf: define i386 "
` [PATCH v2 bpf-next 15/25] libbpf: define s390x "
` [PATCH v2 bpf-next 16/25] libbpf: define arm "
` [PATCH v2 bpf-next 17/25] libbpf: define arm64 "
` [PATCH v2 bpf-next 18/25] libbpf: define mips "
` [PATCH v2 bpf-next 19/25] libbpf: define powerpc "
` [PATCH v2 bpf-next 20/25] libbpf: define sparc "
` [PATCH v2 bpf-next 21/25] libbpf: define riscv "
` [PATCH v2 bpf-next 22/25] libbpf: define arc "
` [PATCH v2 bpf-next 23/25] libbpf: define loongarch "
` [PATCH v2 bpf-next 24/25] selftests/bpf: add 6-argument syscall tracing test
` [PATCH v2 bpf-next 25/25] libbpf: clean up now not needed __PT_PARM{1-6}_SYSCALL_REG defaults

[PATCH bpf-next 0/7] xdp: introduce xdp-feature support
 2023-01-23 20:09 UTC  (22+ messages)
` [PATCH bpf-next 1/7] netdev-genl: create a simple family for netdev stuff
` [PATCH bpf-next 2/7] drivers: net: turn on XDP features
` [PATCH bpf-next 3/7] xsk: add usage of XDP features flags
` [PATCH bpf-next 4/7] libbpf: add the capability to specify netlink proto in libbpf_netlink_send_recv
` [PATCH bpf-next 5/7] libbpf: add API to get XDP/XSK supported features
` [PATCH bpf-next 6/7] bpf: devmap: check XDP features in bpf_map_update_elem and __xdp_enqueue
` [PATCH bpf-next 7/7] selftests/bpf: introduce XDP compliance test tool

[PATCH bpf-next] selftests/bpf: Use __failure macro in task kfunc testsuite
 2023-01-23 19:40 UTC  (3+ messages)

[PATCH bpf-next v8 00/17] xdp: hints via kfuncs
 2023-01-23 18:55 UTC  (15+ messages)
` [PATCH bpf-next v8 11/17] selftests/bpf: Verify xdp_metadata xdp->af_xdp path
` [PATCH bpf-next v8 15/17] net/mlx5e: Introduce wrapper for xdp_buff
` [PATCH bpf-next v8 16/17] net/mlx5e: Support RX XDP metadata
` [PATCH bpf-next v8 17/17] selftests/bpf: Simple program to dump XDP RX metadata

BTF tag support in DWARF (notes for today's BPF Office Hours)
 2023-01-23 18:43 UTC  (5+ messages)

[PATCH] libbpf: resolve kernel function name optimization for kprobe
 2023-01-23 17:14 UTC  (11+ messages)
              ` BTF, pahole and static functions (was Re: [PATCH] libbpf: resolve kernel function name optimization for kprobe)

[RFC bpf-next 0/5] test_verifier tests migration to inline assembly
 2023-01-23 14:51 UTC  (6+ messages)
` [RFC bpf-next 1/5] selftests/bpf: support custom per-test flags and multiple expected messages
` [RFC bpf-next 2/5] selftests/bpf: unprivileged tests for test_loader.c
` [RFC bpf-next 3/5] selftests/bpf: generate boilerplate code for test_loader-based tests
` [RFC bpf-next 4/5] selftests/bpf: __imm_insn macro to embed raw insns in inline asm
` [RFC bpf-next 5/5] selftests/bpf: convert jeq_infer_not_null tests to inline assembly

[PATCH] perf test: Switch basic bpf filtering test to use syscall tracepoint
 2023-01-23 12:58 UTC  (2+ messages)

[bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
 2023-01-23 10:57 UTC  (21+ messages)

Faktoring
 2023-01-23  9:10 UTC 

Kernel build fail with 'btf_encoder__encode: btf__dedup failed!'
 2023-01-23  8:06 UTC  (3+ messages)

[PATCH] tools: bpf: Disable stack protector
 2023-01-23  5:22 UTC  (5+ messages)

[PATCH net] ixgbe: allow to increase MTU to some extent with XDP enalbed
 2023-01-23  1:53 UTC  (3+ messages)
` [Intel-wired-lan] "

[RFC PATCH v2 00/31] Upstream kvx Linux port
 2023-01-22 16:09 UTC  (41+ messages)
` [RFC PATCH v2 01/31] Documentation: kvx: Add basic documentation
` [RFC PATCH v2 02/31] Documentation: Add binding for kalray,kv3-1-core-intc
` [RFC PATCH v2 03/31] Documentation: Add binding for kalray,kv3-1-apic-gic
` [RFC PATCH v2 04/31] Documentation: Add binding for kalray,kv3-1-apic-mailbox
` [RFC PATCH v2 05/31] Documentation: Add binding for kalray,coolidge-itgen
` [RFC PATCH v2 06/31] Documentation: Add binding for kalray,kv3-1-ipi-ctrl
` [RFC PATCH v2 07/31] Documentation: Add binding for kalray,kv3-1-pwr-ctrl
` [RFC PATCH v2 09/31] kvx: Add build infrastructure
` [RFC PATCH v2 11/31] kvx: Add atomic/locking headers
` [RFC PATCH v2 21/31] kvx: Add system call support
` [RFC PATCH v2 22/31] kvx: Add signal handling support
` [RFC PATCH v2 23/31] kvx: Add ELF relocations and module support
` [RFC PATCH v2 24/31] kvx: Add misc common routines
` [RFC PATCH v2 25/31] kvx: Add some library functions
` [RFC PATCH v2 26/31] kvx: Add multi-processor (SMP) support
` [RFC PATCH v2 27/31] kvx: Add kvx default config file
` [RFC PATCH v2 29/31] kvx: Add support for cpuinfo
` [RFC PATCH v2 30/31] kvx: Add power controller driver
` [RFC PATCH v2 31/31] kvx: Add IPI driver
  ` [RFC PATCH v2 20/31] kvx: Add memory management

[PATCH RFC 0/3] vsock: add support for sockmap
 2023-01-21 19:22 UTC  (4+ messages)
` [PATCH RFC 1/3] vsock: support sockmap

[PATCH bpf v2 0/4] bpf, sockmap: Fix infinite recursion in sock_map_close
 2023-01-21 12:41 UTC  (5+ messages)
` [PATCH bpf v2 1/4] bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself
` [PATCH bpf v2 2/4] bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listener
` [PATCH bpf v2 3/4] selftests/bpf: Pass BPF skeleton to sockmap_listen ops tests
` [PATCH bpf v2 4/4] selftests/bpf: Cover listener cloning with progs attached to sockmap

[PATCH bpf-next] bpf: Refactor release_regno searching logic
 2023-01-21  8:39 UTC  (2+ messages)

[PATCH] selftests/bpf: fix vmtest static compilation error
 2023-01-21  6:41 UTC 

[PATCH bpf-next 0/2] Enable bpf_setsockopt() on ktls enabled sockets
 2023-01-21  2:57 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Check the protocol of a sock to agree the calls to bpf_setsockopt()
` [PATCH bpf-next 2/2] selftests/bpf: Calls bpf_setsockopt() on a ktls enabled socket

[PATCH bpf-next v5 00/12] Dynptr fixes
 2023-01-21  2:10 UTC  (15+ messages)
` [PATCH bpf-next v5 01/12] bpf: Fix state pruning for STACK_DYNPTR stack slots
` [PATCH bpf-next v5 02/12] bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTR
` [PATCH bpf-next v5 03/12] bpf: Fix partial dynptr stack slot reads/writes
` [PATCH bpf-next v5 04/12] bpf: Invalidate slices on destruction of dynptrs on stack
` [PATCH bpf-next v5 05/12] bpf: Allow reinitializing unreferenced dynptr stack slots
` [PATCH bpf-next v5 06/12] bpf: Combine dynptr_get_spi and is_spi_bounds_valid
` [PATCH bpf-next v5 07/12] bpf: Avoid recomputing spi in process_dynptr_func
` [PATCH bpf-next v5 08/12] selftests/bpf: convenience macro for use with 'asm volatile' blocks
` [PATCH bpf-next v5 09/12] selftests/bpf: Add dynptr pruning tests
` [PATCH bpf-next v5 10/12] selftests/bpf: Add dynptr var_off tests
` [PATCH bpf-next v5 11/12] selftests/bpf: Add dynptr partial slot overwrite tests
` [PATCH bpf-next v5 12/12] selftests/bpf: Add dynptr helper tests

[syzbot] BUG: stack guard page was hit in inet6_release
 2023-01-21  2:06 UTC  (2+ messages)

[PATCH bpf-next v4 00/12] Dynptr fixes
 2023-01-21  0:19 UTC  (6+ messages)
` [PATCH bpf-next v4 04/12] bpf: Invalidate slices on destruction of dynptrs on stack
` [PATCH bpf-next v4 12/12] selftests/bpf: Add dynptr helper tests

[PATCH] dwarf_loader: Sync with LINUX_ELFNOTE_LTO_INFO macro from kernel
 2023-01-20 22:57 UTC  (2+ messages)

pahole: New version 1.25 release?
 2023-01-20 20:15 UTC  (4+ messages)

[PATCH bpf-next 00/25] libbpf: extend [ku]probe and syscall argument tracing support
 2023-01-20 20:09 UTC  (6+ messages)
  ` [PATCH bpf-next 15/25] libbpf: define s390x syscall regs spec in bpf_tracing.h

[PATCH bpf-next 0/4] Reduce overhead of LSMs with static calls
 2023-01-20 19:40 UTC  (9+ messages)
` [PATCH bpf-next 2/4] security: Generate a header with the count of enabled LSMs

[PATCH bpf-next v2 0/9] Enable cpumasks to be used as kptrs
 2023-01-20 19:25 UTC  (10+ messages)
` [PATCH bpf-next v2 1/9] bpf: Enable annotating trusted nested pointers
` [PATCH bpf-next v2 2/9] bpf: Allow trusted args to walk struct when checking BTF IDs
` [PATCH bpf-next v2 3/9] bpf: Disallow NULLable pointers for trusted kfuncs
` [PATCH bpf-next v2 4/9] bpf: Enable cpumasks to be queried and used as kptrs
` [PATCH bpf-next v2 5/9] selftests/bpf: Add nested trust selftests suite
` [PATCH bpf-next v2 6/9] selftests/bpf: Add selftest suite for cpumask kfuncs
` [PATCH bpf-next v2 7/9] bpf/docs: Document cpumask kfuncs in a new file
` [PATCH bpf-next v2 8/9] bpf/docs: Document how nested trusted fields may be defined
` [PATCH bpf-next v2 9/9] bpf/docs: Document the nocast aliasing behavior of ___init

[PATCH RESEND bpf-next 0/4] Reduce overhead of LSMs with static calls
 2023-01-20 18:26 UTC  (4+ messages)
` [PATCH RESEND bpf-next 3/4] security: Replace indirect LSM hook calls "

[PATCHv2 bpf] bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
 2023-01-20 16:30 UTC  (2+ messages)

[PATCH bpf-next 0/8] Enable cpumasks to be used as kptrs
 2023-01-20 16:17 UTC  (10+ messages)
` [PATCH bpf-next 2/8] bpf: Allow trusted args to walk struct when checking BTF IDs

[bpf-next v1 1/2] libbpf: introduce new API libbpf_num_online_cpus
 2023-01-20 15:35 UTC  (5+ messages)
` [bpf-next v1 2/2] bpftool: profile online CPUs instead of possible


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).