bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-04 00:47:49 to 2021-12-08 14:07:44 UTC [more...]

[PATCH v4 net-next 0/9] net: intel: napi_alloc_skb() vs metadata
 2021-12-08 14:07 UTC  (4+ messages)
` [PATCH v4 net-next 1/9] i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
` [PATCH v4 net-next 2/9] i40e: respect metadata "
` [PATCH v4 net-next 7/9] ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directly

ANNOUNCE: pahole v1.22 (Multithreaded DWARF Loading, detached BTF encoding)
 2021-12-08 13:54 UTC  (2+ messages)
` ANNOUNCE: pahole v1.23 (BTF tags and alignment inference)

[PATCH bpf-next 0/5] introduce bpf_strncmp() helper
 2021-12-08 13:50 UTC  (10+ messages)
` [PATCH bpf-next 3/5] selftests/bpf: factor out common helpers for benchmarks
` [PATCH bpf-next 4/5] selftests/bpf: add benchmark for bpf_strncmp() helper
` [PATCH bpf-next 5/5] selftests/bpf: add test cases for bpf_strncmp()

[RFC 0/8] perf/bpf: Add batch support for [ku]probes attach
 2021-12-08 13:50 UTC  (6+ messages)
` [PATCH 1/8] perf/kprobe: Add support to create multiple probes

[PATCH v3 net-next 0/9] net: intel: napi_alloc_skb() vs metadata
 2021-12-08 13:47 UTC  (11+ messages)
` [PATCH v3 net-next 1/9] i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
` [PATCH v3 net-next 2/9] i40e: respect metadata "
` [PATCH v3 net-next 3/9] ice: respect metadata in legacy-rx/ice_construct_skb()
` [PATCH v3 net-next 4/9] ice: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
` [PATCH v3 net-next 5/9] ice: respect metadata "
` [PATCH v3 net-next 6/9] igc: don't reserve excessive XDP_PACKET_HEADROOM "
` [PATCH v3 net-next 7/9] ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directly
` [PATCH v3 net-next 8/9] ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
` [PATCH v3 net-next 9/9] i40e: respect metadata "

[PATCH v19 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2021-12-08 13:07 UTC  (32+ messages)
` [PATCH v19 bpf-next 03/23] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v19 bpf-next 09/23] bpf: introduce BPF_F_XDP_MB flag in prog_flags loading the ebpf program
` [PATCH v19 bpf-next 10/23] net: mvneta: enable jumbo frames if the loaded XDP program support mb
` [PATCH v19 bpf-next 12/23] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v19 bpf-next 18/23] libbpf: Add SEC name for xdp_mb programs
` [PATCH v19 bpf-next 19/23] bpf: generalise tail call map compatibility check
` [PATCH v19 bpf-next 20/23] net: xdp: introduce bpf_xdp_pointer utility routine
` [PATCH v19 bpf-next 23/23] xdp: disable XDP_REDIRECT for xdp multi-buff

[PATCH] samples/bpf: fix swap.cocci warning
 2021-12-08 11:34 UTC 

[PATCH -next 0/2] Introduce memset_range() helper for wiping members
 2021-12-08 10:30 UTC  (7+ messages)
` [PATCH -next 1/2] string.h: Introduce memset_range() "
` [PATCH -next 2/2] bpf: use memset_range helper in __mark_reg_known

[PATCH v2 bpf-next 0/2] Sleepable local storage
 2021-12-08  7:42 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Allow bpf_local_storage to be used by sleepable programs
` [PATCH v2 bpf-next 2/2] bpf/selftests: Update local storage selftest for "

[PATCH bpf-next v1 0/9] Introduce composable bpf types
 2021-12-08  3:54 UTC  (22+ messages)
` [PATCH bpf-next v1 1/9] bpf: Introduce composable reg, ret and arg types
` [PATCH bpf-next v1 2/9] bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL
` [PATCH bpf-next v1 3/9] bpf: Replace RET_XXX_OR_NULL with RET_XXX "
` [PATCH bpf-next v1 4/9] bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX "
` [PATCH bpf-next v1 5/9] bpf: Introduce MEM_RDONLY flag
` [PATCH bpf-next v1 6/9] bpf: Convert PTR_TO_MEM_OR_NULL to composable types
` [PATCH bpf-next v1 7/9] bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM
` [PATCH bpf-next v1 8/9] bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem
` [PATCH bpf-next v1 9/9] bpf/selftests: Test PTR_TO_RDONLY_MEM

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

[PATCH v2 bpf-next] perf/bpf_counter: use bpf_map_create instead of bpf_create_map
 2021-12-07 23:23 UTC 

[PATCH bpf-next] perf/bpf_counter: use bpf_map_create instead of bpf_create_map
 2021-12-07 23:10 UTC  (7+ messages)

[PATCH bpf-next v2 1/3] net: Parse IPv6 ext headers from TCP sock_ops
 2021-12-07 22:56 UTC  (3+ messages)
` [PATCH bpf-next v2 2/3] selftests/bpf: Test for IPv6 ext header parsing
` [PATCH bpf-next v2 3/3] selftests/bpf: Improve test tcpbpf_user robustness

[PATCH bpf-next 0/3] bpf: Add helpers to access traced function arguments
 2021-12-07 22:54 UTC  (15+ messages)
` [PATCH bpf-next 1/3] bpf, x64: Replace some stack_size usage with offset variables
` [PATCH bpf-next 2/3] bpf: Add get_func_[arg|ret|arg_cnt] helpers
` [PATCH bpf-next 3/3] selftests/bpf: Add tests for "

[PATCH bpf-next 00/11] Enhance and rework logging controls in libbpf
 2021-12-07 22:48 UTC  (14+ messages)
` [PATCH bpf-next 01/11] libbpf: add OPTS-based bpf_btf_load() API
` [PATCH bpf-next 02/11] libbpf: allow passing preallocated log_buf when loading BTF into kernel
` [PATCH bpf-next 03/11] libbpf: allow passing user log setting through bpf_object_open_opts
` [PATCH bpf-next 04/11] libbpf: improve logging around BPF program loading
` [PATCH bpf-next 05/11] libbpf: preserve kernel error code and remove kprobe prog type guessing
` [PATCH bpf-next 06/11] libbpf: add per-program log buffer setter and getter
` [PATCH bpf-next 07/11] libbpf: deprecate bpf_object__load_xattr()
` [PATCH bpf-next 08/11] selftests/bpf: replace all uses of bpf_load_btf() with bpf_btf_load()
` [PATCH bpf-next 09/11] selftests/bpf: add test for libbpf's custom log_buf behavior
` [PATCH bpf-next 10/11] selftests/bpf: remove the only use of deprecated bpf_object__load_xattr()
` [PATCH bpf-next 11/11] bpftool: switch bpf_object__load_xattr() to bpf_object__load()

[PATCH] bpf: remove redundant assignment to pointer t
 2021-12-07 22:47 UTC 

[syzbot] KASAN: vmalloc-out-of-bounds Read in __bpf_prog_put
 2021-12-07 17:36 UTC  (3+ messages)

[PATCH bpf-next 1/2] net: Parse IPv6 ext headers from TCP sock_ops
 2021-12-07 16:22 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test for IPv6 ext header parsing

[PATCH v3 bpf-next 0/2] bpf, docs: Document BPF_MAP_TYPE_ARRAY
 2021-12-07 15:36 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/2] bpf, docs: add kernel version to map_cgroup_storage
` [PATCH v3 bpf-next 2/2] bpf, docs: document BPF_MAP_TYPE_ARRAY

[PATCH v5 net 1/1] net: mvpp2: fix XDP rx queues registering
 2021-12-07 14:34 UTC 

[PATCH v3 net 1/1] net: mvpp2: fix XDP rx queues registering
 2021-12-07 14:22 UTC  (6+ messages)

[PATCH v4 net 1/1] net: mvpp2: fix XDP rx queues registering
 2021-12-07 14:20 UTC 

[syzbot] WARNING: kmalloc bug in xdp_umem_create (2)
 2021-12-07  9:19 UTC  (3+ messages)

[PATCH bpf] bpf: Add selftests to cover packet access corner cases
 2021-12-07  8:15 UTC 

[PATCH bpf-next v2 0/4] libbpf: Provide APIs for BTFGen
 2021-12-07  3:48 UTC  (5+ messages)
` [PATCH bpf-next v2 4/4] libbpf: Expose CO-RE relocation results

[PATCH bpf 0/2] samples: bpf: fix build issues with Clang/LLVM
 2021-12-07  3:35 UTC  (4+ messages)
` [PATCH bpf 2/2] samples: bpf: fix 'unknown warning group' build warning on Clang

linux-next: build warning after merge of the bpf-next tree
 2021-12-07  3:22 UTC  (3+ messages)

[PATCH bpf-next v2] libbpf: Add doc comments in libbpf.h
 2021-12-07  3:20 UTC  (2+ messages)

[PATCH bpf-next] bpf: Silence purge_cand_cache build warning
 2021-12-07  3:20 UTC  (2+ messages)

[PATCH] bpftool: add support of pin prog by name
 2021-12-07  1:55 UTC  (3+ messages)

[PATCH bpf-next 0/3] bpf: add signature
 2021-12-06 22:59 UTC  (13+ messages)

[PATCH] libbpf: Fix trivial typo
 2021-12-06 21:30 UTC  (2+ messages)

[PATCH bpf] treewide: add missing includes masked by cgroup -> bpf dependency
 2021-12-06 21:01 UTC  (5+ messages)
    ` [kbuild-all] "

[PATCH bpf-next] libbpf: Add doc comments in libb.h
 2021-12-06 20:44 UTC  (4+ messages)

[PATCH] net: mvpp2: fix XDP rx queues registering
 2021-12-06 16:45 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH RESEND 1/1] net: mvpp2: fix XDP rx queues registering
 2021-12-06 16:44 UTC  (2+ messages)

[PATCH v3 net-next 0/2] bpf: do not WARN in bpf_warn_invalid_xdp_action()
 2021-12-06 15:04 UTC  (5+ messages)
` [PATCH v3 net-next 2/2] bpf: let bpf_warn_invalid_xdp_action() report more info

[PATCH v4] bpf: Remove config check to enable bpf support for branch records
 2021-12-06 14:30 UTC  (2+ messages)

linux-next: manual merge of the bpf-next tree with the bpf tree
 2021-12-05 23:39 UTC 

[PATCH bpf-next] bpftool: Add debug mode for gen_loader
 2021-12-05 21:37 UTC  (3+ messages)

[PATCH -mm 0/5] Phase 2 of task comm cleanups
 2021-12-05  7:25 UTC  (11+ messages)
` [PATCH -mm 1/5] elfcore: replace old hard-code 16 with TASK_COMM_LEN_16
` [PATCH -mm 2/5] cn_proc: replaced old hard-coded "
` [PATCH -mm 3/5] samples/bpf/tracex2: replace hard-coded 16 with TASK_COMM_LEN
` [PATCH -mm 4/5] tools/perf: "
` [PATCH -mm 5/5] bpf/progs: "

[PATCH bpf-next 1/2] bpf: Allow bpf_local_storage to be used by sleepable programs
 2021-12-05  3:52 UTC  (13+ messages)

[syzbot] general protection fault in kernel_accept (3)
 2021-12-04  9:18 UTC 


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