bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-19 22:40:15 to 2021-11-23 20:14:41 UTC [more...]

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

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

[PATCH v3 bpf-next 00/13] bpf: CO-RE support in the kernel
 2021-11-23 19:48 UTC  (37+ messages)
` [PATCH v3 bpf-next 01/13] libbpf: Replace btf__type_by_id() with btf_type_by_id()
` [PATCH v3 bpf-next 02/13] bpf: Rename btf_member accessors
` [PATCH v3 bpf-next 03/13] bpf: Prepare relo_core.c for kernel duty
` [PATCH v3 bpf-next 04/13] bpf: Define enum bpf_core_relo_kind as uapi
` [PATCH v3 bpf-next 05/13] bpf: Pass a set of bpf_core_relo-s to prog_load command
` [PATCH v3 bpf-next 06/13] bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn()
` [PATCH v3 bpf-next 07/13] libbpf: Use CO-RE in the kernel in light skeleton
` [PATCH v3 bpf-next 08/13] libbpf: Support init of inner maps "
` [PATCH v3 bpf-next 09/13] selftests/bpf: Add lskel version of kfunc test
` [PATCH v3 bpf-next 10/13] selftests/bpf: Improve inner_map test coverage
` [PATCH v3 bpf-next 11/13] selftests/bpf: Convert map_ptr_kern test to use light skeleton
` [PATCH v3 bpf-next 12/13] selftests/bpf: Additional test for CO-RE in the kernel
` [PATCH v3 bpf-next 13/13] selftest/bpf: Revert CO-RE removal in test_ksyms_weak

[PATCH v2 bpf-next 0/4] Add bpf_loop_helper
 2021-11-23 19:19 UTC  (7+ 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 bpf] cacheinfo: move get_cpu_cacheinfo_id() back out
 2021-11-23 18:48 UTC  (4+ messages)

[PATCH dwarves v2 0/4] btf: support btf_type_tag attribute
 2021-11-23 18:32 UTC  (6+ messages)
` [PATCH dwarves v2 1/4] libbpf: sync with latest libbpf repo
` [PATCH dwarves v2 2/4] dutil: move DW_TAG_LLVM_annotation definition to dutil.h
` [PATCH dwarves v2 3/4] dwarf_loader: support btf_type_tag attribute
` [PATCH dwarves v2 4/4] btf_encoder: "

[PATCH bpf-next 0/2] Sleepable local storage
 2021-11-23 18:22 UTC  (13+ messages)
` [PATCH bpf-next 1/2] bpf: Allow bpf_local_storage to be used by sleepable programs

[PATCH v2 net-next 00/26] net: introduce and use generic XDP stats
 2021-11-23 17:09 UTC  (28+ messages)
` [PATCH v2 net-next 01/26] rtnetlink: introduce generic XDP statistics
` [PATCH v2 net-next 02/26] xdp: provide common driver helpers for implementing XDP stats
` [PATCH v2 net-next 03/26] ena: implement generic XDP statistics callbacks
` [PATCH v2 net-next 04/26] dpaa2: implement generic XDP stats callbacks
` [PATCH v2 net-next 05/26] enetc: "
` [PATCH v2 net-next 06/26] mvneta: reformat mvneta_netdev_ops
` [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 09/26] mlx5: don't mix XDP_DROP and Rx XDP error cases
` [PATCH v2 net-next 10/26] mlx5: provide generic XDP stats callbacks
` [PATCH v2 net-next 11/26] sf100, sfx: implement "
` [PATCH v2 net-next 12/26] veth: don't mix XDP_DROP counter with Rx XDP errors
` [PATCH v2 net-next 13/26] veth: drop 'xdp_' suffix from packets and bytes stats
` [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 16/26] virtio_net: don't mix XDP_DROP counter with Rx XDP errors
` [PATCH v2 net-next 17/26] virtio_net: rename xdp_tx{,_drops} SQ stats to xdp_xmit{,_errors}
` [PATCH v2 net-next 18/26] virtio_net: reformat virtnet_netdev
` [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 v2 bpf-next 0/2] bpf, docs: Document BPF_MAP_TYPE_ARRAY
 2021-11-23 16:24 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] bpf, docs: add kernel version to map_cgroup_storage
  ` [PATCH v2 bpf-next 2/2] bpf, docs: document BPF_MAP_TYPE_ARRAY

[PATCH bpf] treewide: add missing includes masked by cgroup -> bpf dependency
 2021-11-23 12:51 UTC  (11+ messages)

[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2021-11-22
 2021-11-23 12:20 UTC  (4+ messages)
` [PATCH net 1/2] ice: fix vsi->txq_map sizing
` [PATCH net 2/2] ice: avoid bpf_prog refcount underflow

[PATCH v3] bpf: Remove config check to enable bpf support for branch records
 2021-11-23 12:03 UTC  (2+ messages)

[PATCH v2] bpf: Remove config check to enable bpf support for branch records
 2021-11-23  7:44 UTC  (6+ messages)

[PATCH bpf-next v2 00/10] Introduce BPF iterators for io_uring and epoll
 2021-11-23  4:27 UTC  (12+ messages)
` [PATCH bpf-next v2 01/10] io_uring: Implement eBPF iterator for registered buffers
` [PATCH bpf-next v2 02/10] bpf: Add bpf_page_to_pfn helper
` [PATCH bpf-next v2 03/10] io_uring: Implement eBPF iterator for registered files
` [PATCH bpf-next v2 04/10] epoll: Implement eBPF iterator for registered items
` [PATCH bpf-next v2 05/10] bpftool: Output io_uring iterator info
` [PATCH bpf-next v2 06/10] selftests/bpf: Add test for io_uring BPF iterators
` [PATCH bpf-next v2 07/10] selftests/bpf: Add test for epoll BPF iterator
` [PATCH bpf-next v2 08/10] selftests/bpf: Test partial reads for io_uring, epoll iterators
` [PATCH bpf-next v2 09/10] selftests/bpf: Fix btf_dump test for bpf_iter_link_info
` [PATCH RFC bpf-next v2 10/10] samples/bpf: Add example to checkpoint/restore io_uring

[PATCH dwarves 0/4] btf: support btf_type_tag attribute
 2021-11-23  4:18 UTC  (6+ messages)
` [PATCH dwarves 3/4] dwarf_loader: "

[PATCH bpf-next 0/2] bpf, docs: Document BPF_MAP_TYPE_ARRAY
 2021-11-23  3:53 UTC  (7+ messages)
` [PATCH bpf-next 1/2] bpf, docs: add kernel version to map_cgroup_storage
` [PATCH bpf-next 2/2] bpf, docs: document BPF_MAP_TYPE_ARRAY

[PATCH bpf-next 0/2] Support static initialization of BPF_MAP_TYPE_PROG_ARRAY
 2021-11-23  3:28 UTC  (5+ messages)
` [PATCH bpf-next 1/2] libbpf: "
` [PATCH bpf-next 2/2] selftests/bpf: Test BPF_MAP_TYPE_PROG_ARRAY static initialization

[PATCH] selftests/bpf: Fix trivial typo
 2021-11-23  2:20 UTC  (2+ messages)

[PATCH bpf-next v1 0/3] Apply suggestions for typeless/weak ksym series
 2021-11-22 23:57 UTC  (4+ messages)
` [PATCH bpf-next v1 1/3] bpf: Change bpf_kallsyms_lookup_name size type to ARG_CONST_SIZE_OR_ZERO
` [PATCH bpf-next v1 2/3] libbpf: Avoid double stores for success/failure case of ksym relocations
` [PATCH bpf-next v1 3/3] libbpf: Avoid reload of imm for weak, unresolved, repeating ksym

[RFC bpf-next v5 00/29] bpf: Add batch support for attaching trampolines
 2021-11-22 20:15 UTC  (4+ messages)
` [PATCH bpf-next 09/29] bpf: Add support to load multi func tracing program

[PATCH bpf-next 0/6] tools/bpf: Enable cross-building with clang
 2021-11-22 19:20 UTC  (7+ messages)
` [PATCH bpf-next 1/6] tools: Help "
` [PATCH bpf-next 2/6] tools/resolve_btfids: Support cross-building the kernel "
` [PATCH bpf-next 3/6] tools/libbpf: Enable cross-building "
` [PATCH bpf-next 4/6] bpftool: "
` [PATCH bpf-next 5/6] tools/runqslower: "
` [PATCH bpf-next 6/6] selftests/bpf: "

[PATCH v2 net-next 0/2] skbuff: Switch structure bounds to struct_group()
 2021-11-22 15:40 UTC  (4+ messages)
` [PATCH v2 net-next 1/2] skbuff: Move conditional preprocessor directives out of struct sk_buff
` [PATCH v2 net-next 2/2] skbuff: Switch structure bounds to struct_group()

[PATCH 6/6] vhost_net: use RCU callbacks instead of synchronize_rcu()
 2021-11-22 15:12 UTC  (6+ messages)

[PATCH bpf v2 0/3] Fixes for kfunc-mod regressions and warnings
 2021-11-22 14:47 UTC  (4+ 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

[RFC PATCH bpf-next 0/8] XDP_REDIRECT_XSK and Batched AF_XDP Rx
 2021-11-22 14:38 UTC  (6+ messages)

[PATCH bpf-next 0/3] Add bpf_for_each helper
 2021-11-22 14:27 UTC  (7+ messages)
` [PATCH bpf-next 3/3] selftest/bpf/benchs: add bpf_for_each benchmark

[PATCH 1/2] selftests/tc-testing: match any qdisc type
 2021-11-22 12:50 UTC  (2+ messages)

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

Fotowoltaika dla firm
 2021-11-22 10:00 UTC 

WARNING in cgroup_finalize_control
 2021-11-21 16:22 UTC  (3+ messages)
` [syzbot] "

[PATCH net-next 0/2] igc: driver change to support XDP metadata
 2021-11-21 10:33 UTC  (5+ 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
  ` [Intel-wired-lan] "

[PATCH] af_unix: fix regression in read after shutdown
 2021-11-21  1:45 UTC  (3+ messages)
  `  "

[PATCH rfc 0/6] Scheduler BPF
 2021-11-20 16:41 UTC 

[PATCH v2] kthread: dynamically allocate memory to store kthread's full name
 2021-11-20 11:28 UTC 

[PATCH v2 0/7] task comm cleanups
 2021-11-20 11:27 UTC  (8+ messages)
` [PATCH v2 1/7] fs/exec: replace strlcpy with strscpy_pad in __set_task_comm
` [PATCH v2 2/7] fs/exec: replace strncpy with strscpy_pad in __get_task_comm
` [PATCH v2 3/7] drivers/infiniband: replace open-coded string copy with get_task_comm
` [PATCH v2 4/7] fs/binfmt_elf: "
` [PATCH v2 5/7] samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf_probe_read_kernel_str to get task comm
` [PATCH v2 6/7] tools/bpf/bpftool/skeleton: "
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN

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

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

[PATCH bpf 0/2] sockmap fix for test_map failure
 2021-11-20  0:00 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] libbpf: Provide APIs for BTFGen
 2021-11-19 23:51 UTC  (4+ messages)
` [PATCH bpf-next v2 4/4] libbpf: Expose CO-RE relocation results

RE: Re: Re: Clarification on bpftool dual licensing
 2021-11-19 22:16 UTC 

[PATCH bpf-next] libbpf: Change bpf_program__set_extra_flags to bpf_program__set_flags
 2021-11-19 22:40 UTC  (2+ messages)


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