BPF List
 help / color / mirror / Atom feed
 messages from 2023-01-20 02:13:54 to 2023-01-21 00:25:37 UTC [more...]

[PATCH bpf-next v5 00/12] Dynptr fixes
 2023-01-21  0:22 UTC  (11+ 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 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

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

[PATCH bpf-next v8 00/17] xdp: hints via kfuncs
 2023-01-20 22:48 UTC  (9+ messages)
` [PATCH bpf-next v8 11/17] selftests/bpf: Verify xdp_metadata xdp->af_xdp path
` [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

[PATCH] bpf, docs: Fix modulo zero, division by zero, overflow, and underflow
 2023-01-20 20:16 UTC  (2+ messages)

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

[PATCH v2 bpf-next 00/25] libbpf: extend [ku]probe and syscall argument tracing support
 2023-01-20 20:09 UTC  (26+ 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 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  (13+ messages)
` [PATCH bpf-next 1/4] kernel: Add helper macros for loop unrolling
` [PATCH bpf-next 2/4] security: Generate a header with the count of enabled LSMs
` [PATCH bpf-next 3/4] security: Replace indirect LSM hook calls with static calls

[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 bpf-next] selftests/bpf: Use __failure macro in task kfunc testsuite
 2023-01-20 19:06 UTC  (2+ messages)

[PATCH RESEND bpf-next 0/4] Reduce overhead of LSMs with static calls
 2023-01-20 18:26 UTC  (13+ messages)
` [PATCH RESEND bpf-next 1/4] kernel: Add helper macros for loop unrolling
` [PATCH RESEND bpf-next 2/4] security: Generate a header with the count of enabled LSMs
` [PATCH RESEND bpf-next 3/4] security: Replace indirect LSM hook calls with static calls

[RFC PATCH v2 00/31] Upstream kvx Linux port
 2023-01-20 17:28 UTC  (40+ 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 08/31] kvx: Add ELF-related definitions
` [RFC PATCH v2 09/31] kvx: Add build infrastructure
` [RFC PATCH v2 11/31] kvx: Add atomic/locking headers
` [RFC PATCH v2 12/31] kvx: Add other common headers
` [RFC PATCH v2 13/31] kvx: Add boot and setup routines
` [RFC PATCH v2 14/31] kvx: Add exception/interrupt handling
` [RFC PATCH v2 15/31] irqchip: Add irq-kvx-apic-gic driver
` [RFC PATCH v2 16/31] irqchip: Add irq-kvx-itgen driver
` [RFC PATCH v2 17/31] irqchip: Add irq-kvx-apic-mailbox driver
` [RFC PATCH v2 18/31] irqchip: Add kvx-core-intc core interupt controller driver
` [RFC PATCH v2 19/31] kvx: Add process management
` [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 28/31] kvx: Add debugging related support
` [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

[PATCH bpf-next 0/7] xdp: introduce xdp-feature support
 2023-01-20 17:16 UTC  (8+ 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

[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  (27+ messages)
` [PATCH bpf-next 2/8] bpf: Allow trusted args to walk struct when checking BTF IDs
` [PATCH bpf-next 3/8] bpf: Disallow NULL PTR_TO_MEM for trusted kfuncs
` [PATCH bpf-next 4/8] bpf: Enable cpumasks to be queried and used as kptrs
` [PATCH bpf-next 5/8] selftests/bpf: Add nested trust selftests suite
` [PATCH bpf-next 7/8] bpf/docs: Document cpumask kfuncs in a new file

[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

[PATCH bpf-next v2 0/2] bpf: Fix to preserve reg parent/live fields when copying range info
 2023-01-20 13:39 UTC  (10+ messages)

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

[PATCH RFC 0/3] vsock: add support for sockmap
 2023-01-20  8:55 UTC  (5+ messages)
` [PATCH RFC 1/3] vsock: support sockmap

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

[PATCH bpf-next 1/8] bpf: Enable annotating trusted nested pointers
 2023-01-20  6:01 UTC  (4+ messages)

[PATCH bpf] bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
 2023-01-19 14:13 UTC 

[PATCH v1] perf llvm: Fix inadvertent file creation
 2023-01-19 16:23 UTC  (3+ messages)

[PATCH V2] bpf: security enhancement by limiting the offensive eBPF helpers
 2023-01-20  0:26 UTC  (3+ messages)

[PATCH v2 bpf-next 00/13] BPF rbtree next-gen datastructure
 2023-01-20  5:13 UTC  (11+ messages)
` [PATCH v2 bpf-next 01/13] bpf: Support multiple arg regs w/ ref_obj_id for kfuncs
` [PATCH v2 bpf-next 13/13] bpf, documentation: Add graph documentation for non-owning refs

[PATCHv4 net-next] selftests/net: mv bpf/nat6to4.c to net folder
 2023-01-19 12:30 UTC  (2+ messages)

[RFC v2 bpf-next 0/7] xdp: introduce xdp-feature support
 2023-01-19 14:23 UTC  (4+ messages)
` [RFC v2 bpf-next 2/7] drivers: net: turn on XDP features


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