bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-23 16:42:26 to 2021-11-26 19:52:33 UTC [more...]

[PATCH rfc 0/6] Scheduler BPF
 2021-11-26 19:50 UTC  (6+ messages)
  ` [PATCH rfc 2/6] bpf: sched: add convenient helpers to identify sched entities

[PATCH v2 net-next 00/26] net: introduce and use generic XDP stats
 2021-11-26 19:14 UTC  (33+ messages)
` [PATCH v2 net-next 05/26] enetc: implement generic XDP stats callbacks
` [PATCH v2 net-next 07/26] mvneta: add .ndo_get_xdp_stats() callback
` [PATCH v2 net-next 08/26] mvpp2: provide "
` [PATCH v2 net-next 11/26] sf100, sfx: implement generic XDP stats callbacks
` [PATCH v2 net-next 12/26] veth: don't mix XDP_DROP counter with Rx XDP errors
` [PATCH v2 net-next 14/26] veth: reformat veth_netdev_ops
` [PATCH v2 net-next 15/26] veth: add generic XDP stats callbacks
` [PATCH v2 net-next 19/26] virtio_net: add callbacks for generic XDP stats
` [PATCH v2 net-next 20/26] i40e: add XDP and XSK generic per-channel statistics
` [PATCH v2 net-next 21/26] ice: "
` [PATCH v2 net-next 22/26] igb: add XDP "
` [PATCH v2 net-next 23/26] igc: bail out early on XSK xmit if no descs are available
` [PATCH v2 net-next 24/26] igc: add XDP and XSK generic per-channel statistics
` [PATCH v2 net-next 25/26] ixgbe: "
` [PATCH v2 net-next 26/26] Documentation: reflect generic XDP statistics

[PATCH net-next v2 0/2] bpf: do not WARN in bpf_warn_invalid_xdp_action()
 2021-11-26 18:57 UTC  (6+ messages)
` [PATCH net-next v2 1/2] "
` [PATCH net-next v2 2/2] bpf: let bpf_warn_invalid_xdp_action() report more info

[PATCH bpf-next 00/10] New BPF helpers to accelerate synproxy
 2021-11-26 17:07 UTC  (12+ messages)
` [PATCH bpf-next 09/10] bpf: Add a helper to issue timestamp cookies in XDP

[PATCH net-next 0/2] igc: driver change to support XDP metadata
 2021-11-26 16:16 UTC  (7+ messages)
` [PATCH net-next 1/2] igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASS
  ` [Intel-wired-lan] "
` [PATCH net-next 2/2] igc: enable XDP metadata in driver

[PATCH v4 bpf-next 0/5] Integrate kernel module BTF support
 2021-11-26 15:16 UTC  (7+ messages)
` [PATCH v4 bpf-next 3/5] kbuild: build kernel module BTFs if BTF is enabled and pahole supports it

[PATCH net] ice: xsk: clear status_error0 for each allocated desc
 2021-11-26 14:38 UTC  (2+ messages)

[PATCH] selftests/seccomp: fix check of fds being assigned
 2021-11-26  9:01 UTC  (3+ messages)

[PATCH bpf v2 0/3] Fixes for kfunc-mod regressions and warnings
 2021-11-26  7:37 UTC  (7+ messages)
` [PATCH bpf v2 1/3] bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALL
` [PATCH bpf v2 2/3] bpf: Fix bpf_check_mod_kfunc_call for built-in modules
` [PATCH bpf v2 3/3] tools/resolve_btfids: Skip unresolved symbol warning for empty BTF sets

split up filter.rst v2
 2021-11-26  6:41 UTC  (11+ messages)
` [PATCH 1/5] x86, bpf: cleanup the top of file header in bpf_jit_comp.c
` [PATCH 2/5] bpf: remove a redundant comment on bpf_prog_free
` [PATCH 3/5] bpf, docs: prune all references to "internal BPF"
` [PATCH 4/5] bpf, docs: move handling of maps to Documentation/bpf/maps.rst
` [PATCH 5/5] bpf, docs: split general purpose eBPF documentation out of filter.rst

[PATCH dwarves v2 0/4] btf: support btf_type_tag attribute
 2021-11-26  5:37 UTC  (7+ messages)

[syzbot] WARNING: kmalloc bug in bpf
 2021-11-26  4:20 UTC 

[PATCH bpf-next 00/13] Fix sanitizer-reported libbpf and selftest issues
 2021-11-26  1:23 UTC  (17+ messages)
` [PATCH bpf-next 01/13] tools/resolve_btf_ids: close ELF file on error
` [PATCH bpf-next 02/13] libbpf: fix potential misaligned memory access in btf_ext__new()
` [PATCH bpf-next 03/13] libbpf: prevent UBSan from complaining about integer overflow
` [PATCH bpf-next 04/13] libbpf: don't call libc APIs with NULL pointers
` [PATCH bpf-next 05/13] libbpf: fix glob_syms memory leak in bpf_linker
` [PATCH bpf-next 06/13] libbpf: fix using invalidated memory "
` [PATCH bpf-next 07/13] selftests/bpf: fix UBSan complaint about signed __int128 overflow
` [PATCH bpf-next 08/13] selftests/bpf: fix possible NULL passed to memcpy() with zero size
` [PATCH bpf-next 09/13] selftests/bpf: prevent misaligned memory access in get_stack_raw_tp test
` [PATCH bpf-next 10/13] selftests/bpf: fix misaligned memory access in queue_stack_map test
` [PATCH bpf-next 11/13] selftests/bpf: prevent out-of-bounds stack access in test_bpffs
` [PATCH bpf-next 12/13] selftests/bpf: fix misaligned memory accesses in xdp_bonding test
` [PATCH bpf-next 13/13] selftests/bpf: fix misaligned accesses in xdp and xdp_bpf2bpf tests

[PATCH bpf-next v2] bpf, mips: Fix build errors about __NR_bpf undeclared
 2021-11-26  1:22 UTC  (3+ messages)

[PATCH] libbpf: remove unneeded conversion to bool
 2021-11-25 23:12 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] libbpf: unify low-level map creation APIs
 2021-11-25 22:40 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/4] libbpf: unify low-level map creation APIs w/ new bpf_map_create()
` [PATCH v2 bpf-next 2/4] libbpf: use bpf_map_create() consistently internally
` [PATCH v2 bpf-next 3/4] libbpf: prevent deprecation warnings in xsk.c
` [PATCH v2 bpf-next 4/4] selftests/bpf: migrate selftests to bpf_map_create()

[PATCH v2 bpf-next 1/2] libbpf: load global data maps lazily on legacy kernels
 2021-11-25 22:21 UTC  (4+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: mix legacy (maps) and modern (vars) BPF in one test

[RFC bpf-next v5 00/29] bpf: Add batch support for attaching trampolines
 2021-11-25 16:14 UTC  (10+ messages)
` [PATCH bpf-next 06/29] bpf: Add bpf_arg/bpf_ret_value helpers for tracing programs
` [PATCH bpf-next 08/29] bpf: Keep active attached trampoline in bpf_prog
` [PATCH bpf-next 09/29] bpf: Add support to load multi func tracing program

[PATCH bpf] cacheinfo: move get_cpu_cacheinfo_id() back out
 2021-11-25 15:59 UTC  (6+ messages)

[PATCH v2] kthread: dynamically allocate memory to store kthread's full name
 2021-11-25 14:47 UTC  (5+ messages)

[PATCH v2 bpf-next 0/4] Add bpf_loop_helper
 2021-11-25 11:35 UTC  (14+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Add bpf_loop helper
` [PATCH v2 bpf-next 2/4] selftests/bpf: Add bpf_loop test
` [PATCH v2 bpf-next 3/4] selftests/bpf: measure bpf_loop verifier performance
` [PATCH v2 bpf-next 4/4] selftest/bpf/benchs: add bpf_loop benchmark

[PATCH] af_unix: fix regression in read after shutdown
 2021-11-25 10:10 UTC  (3+ messages)

[RESEND PATCH v4 0/8] bpf powerpc: Add BPF_PROBE_MEM support in powerpc JIT compiler
 2021-11-25  9:36 UTC  (2+ messages)

can add a new bpf helper function bpf_map_compare_and_update_elem?
 2021-11-25  8:34 UTC 

[PATCH bpf-next 0/2] Sleepable local storage
 2021-11-25  3:47 UTC  (19+ messages)
` [PATCH bpf-next 1/2] bpf: Allow bpf_local_storage to be used by sleepable programs

[RFC] [PATCH bpf-next 0/1] Enhancement for bpf_do_path() helper
 2021-11-25  1:47 UTC  (5+ messages)
` [RFC] [PATCH bpf-next 1/1] bpf: Clear the noisy tail buffer for bpf_d_path() helper

[PATCH bpf-next] bpf, mips: Fix build errors about __NR_bpf undeclared
 2021-11-24 20:50 UTC  (2+ messages)

[PATCH bpf-next 1/2] libbpf: accommodate DWARF/compiler bug with duplicated structs
 2021-11-24 20:42 UTC  (9+ messages)

[PATCH bpf-next 0/2] Support static initialization of BPF_MAP_TYPE_PROG_ARRAY
 2021-11-24 19:16 UTC  (8+ messages)
` [PATCH bpf-next 1/2] libbpf: "
` [PATCH bpf-next 2/2] selftests/bpf: Test BPF_MAP_TYPE_PROG_ARRAY static initialization

bpf mailing list archive
 2021-11-24 18:26 UTC  (3+ messages)

[PATCH 5.15 101/279] perf bpf: Avoid memory leak from perf_env__insert_btf()
 2021-11-24 11:56 UTC  (2+ messages)
` [PATCH 5.15 103/279] perf tests: Remove bash construct from record+zstd_comp_decomp.sh

[PATCH 5.10 065/154] perf bpf: Avoid memory leak from perf_env__insert_btf()
 2021-11-24 11:57 UTC  (2+ messages)
` [PATCH 5.10 067/154] perf tests: Remove bash construct from record+zstd_comp_decomp.sh

[PATCH 5.4 044/100] perf bpf: Avoid memory leak from perf_env__insert_btf()
 2021-11-24 11:58 UTC  (2+ messages)
` [PATCH 5.4 046/100] perf tests: Remove bash construct from record+zstd_comp_decomp.sh

[PATCH bpf-next 0/4] samples/bpf: xdpsock app enhancements
 2021-11-24  9:18 UTC  (5+ messages)
` [PATCH bpf-next 1/4] samples/bpf: xdpsock: add VLAN support for Tx-only operation
` [PATCH bpf-next 2/4] samples/bpf: xdpsock: add Dest and Src MAC setting "
` [PATCH bpf-next 3/4] samples/bpf: xdpsock: add period cycle time to Tx operation
` [PATCH bpf-next 4/4] samples/bpf: xdpsock: add time-out for cleaning Tx

[PATCH net-next 0/2] bpf: do not WARN in bpf_warn_invalid_xdp_action()
 2021-11-24  9:13 UTC  (4+ messages)
` [PATCH net-next 2/2] bpf: let bpf_warn_invalid_xdp_action() report more info

[RFC 0/8] perf/bpf: Add batch support for [ku]probes attach
 2021-11-24  8:41 UTC  (9+ messages)
` [PATCH 1/8] perf/kprobe: Add support to create multiple probes
` [PATCH 2/8] perf/uprobe: "
` [PATCH 3/8] libbpf: Add libbpf__kallsyms_parse function
` [PATCH 4/8] libbpf: Add struct perf_event_open_args
` [PATCH 5/8] libbpf: Add support to attach multiple [ku]probes
` [PATCH 6/8] libbpf: Add support for k[ret]probe.multi program section
` [PATCH 7/8] selftest/bpf: Add kprobe multi attach test
` [PATCH 8/8] selftest/bpf: Add uprobe "

[PATCH v3] bpf: Remove config check to enable bpf support for branch records
 2021-11-24  8:02 UTC  (3+ messages)

[PATCH v4 bpf-next 00/16] bpf: CO-RE support in the kernel
 2021-11-24  6:02 UTC  (17+ messages)
` [PATCH v4 bpf-next 01/16] libbpf: Replace btf__type_by_id() with btf_type_by_id()
` [PATCH v4 bpf-next 02/16] bpf: Rename btf_member accessors
` [PATCH v4 bpf-next 03/16] bpf: Prepare relo_core.c for kernel duty
` [PATCH v4 bpf-next 04/16] bpf: Define enum bpf_core_relo_kind as uapi
` [PATCH v4 bpf-next 05/16] bpf: Pass a set of bpf_core_relo-s to prog_load command
` [PATCH v4 bpf-next 06/16] bpf: Adjust BTF log size limit
` [PATCH v4 bpf-next 07/16] bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn()
` [PATCH v4 bpf-next 08/16] libbpf: Use CO-RE in the kernel in light skeleton
` [PATCH v4 bpf-next 09/16] libbpf: Support init of inner maps "
` [PATCH v4 bpf-next 10/16] libbpf: Clean gen_loader's attach kind
` [PATCH v4 bpf-next 11/16] selftests/bpf: Add lskel version of kfunc test
` [PATCH v4 bpf-next 12/16] selftests/bpf: Improve inner_map test coverage
` [PATCH v4 bpf-next 13/16] selftests/bpf: Convert map_ptr_kern test to use light skeleton
` [PATCH v4 bpf-next 14/16] selftests/bpf: Additional test for CO-RE in the kernel
` [PATCH v4 bpf-next 15/16] selftests/bpf: Revert CO-RE removal in test_ksyms_weak
` [PATCH v4 bpf-next 16/16] selftests/bpf: Add CO-RE relocations to verifier scale test

[PATCH bpf-next] net-bpf: bpf_skb_change_proto() - add support for ipv6 fragments
 2021-11-23 23:06 UTC 

[PATCH bpf-next] bpf: allow readonly direct path access for skfilter
 2021-11-23 23:02 UTC  (2+ messages)

BPF CO-RE and array fields in context struct
 2021-11-23 20:14 UTC  (6+ messages)

[PATCH v3 bpf-next 00/13] bpf: CO-RE support in the kernel
 2021-11-23 19:48 UTC  (11+ messages)
` [PATCH v3 bpf-next 06/13] bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn()


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