public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-01 19:20:23 to 2023-03-04 20:39:05 UTC [more...]

[PATCH bpf-next 00/17] BPF open-coded iterators
 2023-03-04 20:39 UTC  (23+ messages)
` [PATCH bpf-next 01/17] bpf: improve stack slot state printing
` [PATCH bpf-next 02/17] bpf: improve regsafe() checks for PTR_TO_{MEM,BUF,TP_BUFFER}
` [PATCH bpf-next 03/17] selftests/bpf: enhance align selftest's expected log matching
` [PATCH bpf-next 04/17] bpf: honor env->test_state_freq flag in is_state_visited()
` [PATCH bpf-next 05/17] selftests/bpf: adjust log_fixup's buffer size for proper truncation
` [PATCH bpf-next 06/17] bpf: clean up visit_insn()'s instruction processing
` [PATCH bpf-next 07/17] bpf: fix visit_insn()'s detection of BPF_FUNC_timer_set_callback helper
` [PATCH bpf-next 08/17] bpf: ensure that r0 is marked scratched after any function call
` [PATCH bpf-next 09/17] bpf: move kfunc_call_arg_meta higher in the file
` [PATCH bpf-next 10/17] bpf: mark PTR_TO_MEM as non-null register type
` [PATCH bpf-next 11/17] bpf: generalize dynptr_get_spi to be usable for iters
` [PATCH bpf-next 12/17] bpf: add support for fixed-size memory pointer returns for kfuncs
` [PATCH bpf-next 13/17] bpf: add support for open-coded iterator loops
` [PATCH bpf-next 14/17] bpf: implement number iterator
` [PATCH bpf-next 15/17] selftests/bpf: add bpf_for_each(), bpf_for(), and bpf_repeat() macros
` [PATCH bpf-next 16/17] selftests/bpf: add iterators tests
` [PATCH bpf-next 17/17] selftests/bpf: add number iterator tests

[PATCH bpf-next] tools/resolve_btfids: Add /libsubcmd to .gitignore
 2023-03-04 19:49 UTC  (2+ messages)

[PATCH v2 bpf-next] libbpf: usdt arm arg parsing support
 2023-03-04 19:18 UTC  (3+ messages)

[PATCH bpf-next v3 0/3] Add support for kptrs in more BPF maps
 2023-03-04 16:17 UTC  (5+ messages)
` [PATCH bpf-next v3 2/3] bpf: Support kptrs in local storage maps

[PATCH bpf-next v2 0/3] bpf: allow ctx writes using BPF_ST_MEM instruction
 2023-03-04  5:50 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] "
` [PATCH bpf-next v2 2/3] selftests/bpf: test if pointer type is tracked for BPF_ST_MEM
` [PATCH bpf-next v2 3/3] selftests/bpf: Disassembler tests for verifier.c:convert_ctx_access()

[LSF/MM/BPF] Running BOF
 2023-03-04  5:03 UTC 

[PATCH bpf-next 0/3] bpf: allow ctx writes using BPF_ST_MEM instruction
 2023-03-03 22:56 UTC  (11+ messages)
` [PATCH bpf-next 1/3] "
` [PATCH bpf-next 2/3] selftests/bpf: test if pointer type is tracked for BPF_ST_MEM
` [PATCH bpf-next 3/3] selftests/bpf: Disassembler tests for verifier.c:convert_ctx_access()

[PATCH] cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers
 2023-03-03 21:03 UTC  (3+ messages)

[PATCH bpf-next] bpf: Use separate RCU callbacks for freeing selem
 2023-03-03 17:55 UTC  (4+ messages)

[PATCH intel-next v6 0/8] i40e: support XDP multi-buffer
 2023-03-03 17:22 UTC  (13+ messages)
` [PATCH intel-next v6 1/8] i40e: consolidate maximum frame size calculation for vsi
  ` [Intel-wired-lan] "
` [PATCH intel-next v6 2/8] i40e: change Rx buffer size for legacy-rx to support XDP multi-buffer
  ` [Intel-wired-lan] "
` [PATCH intel-next v6 5/8] i40e: use frame_sz instead of recalculating truesize for building skb
  ` [Intel-wired-lan] "
` [PATCH intel-next v6 6/8] i40e: introduce next_to_process to i40e_ring
  ` [Intel-wired-lan] "
` [PATCH intel-next v6 7/8] i40e: add xdp_buff to i40e_ring struct
  ` [Intel-wired-lan] "
` [PATCH intel-next v6 8/8] i40e: add support for XDP multi-buffer Rx
  ` [Intel-wired-lan] "

[PATCH bpf-next] selftests/bpf: use ifname instead of ifindex in XDP compliance test tool
 2023-03-03 17:21 UTC 

[LSF/MM/BPF TOPIC] XDP metadata for TX
 2023-03-03 17:16 UTC  (8+ messages)

[PATCH v5 bpf-next 0/6] bpf: Introduce kptr RCU
 2023-03-03 16:50 UTC  (9+ messages)
` [PATCH v5 bpf-next 1/6] bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted
` [PATCH v5 bpf-next 2/6] bpf: Mark cgroups and dfl_cgrp fields as trusted
` [PATCH v5 bpf-next 3/6] bpf: Introduce kptr_rcu
` [PATCH v5 bpf-next 4/6] selftests/bpf: Add a test case for kptr_rcu
` [PATCH v5 bpf-next 5/6] selftests/bpf: Tweak cgroup kfunc test
` [PATCH v5 bpf-next 6/6] bpf: Refactor RCU enforcement in the verifier

[PATCH v2 bpf-next 0/3]: Add socket destroy capability
 2023-03-03 16:00 UTC  (12+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Implement batching in UDP iterator
` [PATCH v2 bpf-next 3/3] selftests/bpf: Add tests for bpf_sock_destroy

[PATCH bpf-next v2 0/3] xdp: recycle Page Pool backed skbs built from XDP frames
 2023-03-03 13:32 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] net: page_pool, skbuff: make skb_mark_for_recycle() always available
` [PATCH bpf-next v2 2/3] xdp: recycle Page Pool backed skbs built from XDP frames
` [PATCH bpf-next v2 3/3] xdp: remove unused {__,}xdp_release_frame()

[PATCH bpf-next v1 0/2] xdp: recycle Page Pool backed skbs built from XDP frames
 2023-03-03 13:26 UTC  (9+ messages)
` [PATCH bpf-next v1 1/2] "

[PATCH bpf-next v3 02/18] bpf: lpm_trie memory usage
 2023-03-03 10:38 UTC  (3+ messages)

[PATCH bpf v2] bpf, sockmap: fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_parser()
 2023-03-03  8:09 UTC 

[PATCH bpf] bpf, sockmap: fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_parser()
 2023-03-03  7:49 UTC  (4+ messages)

[PATCHv2 0/2] bpf: Absolute timer support
 2023-03-03  7:10 UTC  (4+ messages)
` [PATCHv2 1/2] bpf: Add support for absolute value BPF timers
` [PATCHv2 2/2] selftests/bpf: Add absolute timer test

[PATCH v3 bpf-next] selftests/bpf: Add -Wuninitialized flag to bpf prog flags
 2023-03-03  6:50 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf, docs: Fix link to netdev-FAQ target
 2023-03-03  6:40 UTC  (3+ messages)
` [PATCH bpf-next 2/2] bpf, docs: Fix final bpf docs build failure

[PATCH bpf-next] bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program types
 2023-03-03  6:40 UTC  (3+ messages)
` [PATCH v2 "

[PATCH bpf-next v3 0/8] Transit between BPF TCP congestion controls
 2023-03-03  1:21 UTC  (9+ messages)
` [PATCH bpf-next v3 1/8] bpf: Maintain the refcount of struct_ops maps directly
` [PATCH bpf-next v3 2/8] bpf: Create links for BPF struct_ops maps
` [PATCH bpf-next v3 3/8] net: Update an existing TCP congestion control algorithm
` [PATCH bpf-next v3 4/8] libbpf: Create a bpf_link in bpf_map__attach_struct_ops()
` [PATCH bpf-next v3 5/8] bpf: Update the struct_ops of a bpf_link
` [PATCH bpf-next v3 6/8] libbpf: Update a bpf_link with another struct_ops
` [PATCH bpf-next v3 7/8] libbpf: Use .struct_ops.link section to indicate a struct_ops with a link
` [PATCH bpf-next v3 8/8] selftests/bpf: Test switching TCP Congestion Control algorithms

[PATCH RFC v2 bpf-next 0/3] bpf: add netfilter program type
 2023-03-03  0:27 UTC  (10+ messages)
` [PATCH RFC v2 bpf-next 1/3] bpf: add bpf_link support for BPF_NETFILTER programs
` [PATCH RFC v2 bpf-next 2/3] libbpf: sync header file, add nf prog section name
` [PATCH RFC v2 bpf-next 3/3] bpf: minimal support for programs hooked into netfilter framework

[PATCH] btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR
 2023-03-03  0:16 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Add -Wuninitialized flag to bpf prog flags
 2023-03-02 23:50 UTC  (7+ messages)

[PATCH v2 bpf-next] selftests/bpf: Add -Wuninitialized flag to bpf prog flags
 2023-03-02 23:49 UTC  (3+ messages)

[PATCH v4 bpf-next 0/6] bpf: Introduce kptr RCU
 2023-03-02 23:03 UTC  (12+ messages)
` [PATCH v4 bpf-next 1/6] bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted
` [PATCH v4 bpf-next 2/6] bpf: Mark cgroups and dfl_cgrp fields as trusted
` [PATCH v4 bpf-next 3/6] bpf: Introduce kptr_rcu
` [PATCH v4 bpf-next 4/6] selftests/bpf: Add a test case for kptr_rcu
` [PATCH v4 bpf-next 5/6] selftests/bpf: Tweak cgroup kfunc test
` [PATCH v4 bpf-next 6/6] bpf: Refactor RCU enforcement in the verifier

splat in ikheaders_read (bpftrace)
 2023-03-02 22:41 UTC  (7+ messages)

dereference of modified ctx ptr
 2023-03-02 21:57 UTC  (2+ messages)

[PATCH bpf-next] BPF, docs: libbpf Overview Document
 2023-03-02 20:27 UTC  (2+ messages)

BPF_PSEUDO_CALL function calls are not allowed while holding a lock
 2023-03-02 19:59 UTC 

[Question] How can I get floating point registers on arm64
 2023-03-02 19:05 UTC 

[PATCH dwarves] dwarf_loader: Fix for BTF id drift caused by adding unspecified types
 2023-03-02 18:00 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] BPF CI: A year later
 2023-03-02 17:32 UTC 

[PATCH v4 bpf-next 0/8] xdp: introduce xdp-feature support
 2023-03-02 13:44 UTC  (5+ messages)
` [PATCH v4 bpf-next 2/8] drivers: net: turn on XDP features

[PATCH net-next v3 0/3] vsock: add support for sockmap
 2023-03-02  9:54 UTC  (10+ messages)
` [PATCH net-next v3 1/3] vsock: support sockmap
` [PATCH net-next v3 2/3] selftests/bpf: add vsock to vmtest.sh
` [PATCH net-next v3 3/3] selftests/bpf: add a test case for vsock sockmap

[RFC v2 bpf-next 0/9] mm/bpf/perf: Store build id in inode object
 2023-03-02  8:41 UTC  (5+ messages)

[PATCH v1 bpf-next] bpf: Fix bpf_dynptr_slice{_rdwr} to return NULL instead of 0
 2023-03-02  5:50 UTC  (2+ messages)

[PATCH bpf-next 0/8] Misc fixes and preliminaries for iterators
 2023-03-02  5:32 UTC  (9+ messages)
` [PATCH bpf-next 1/8] bpf: improve stack slot state printing
` [PATCH bpf-next 2/8] bpf: improve regsafe() checks for PTR_TO_{MEM,BUF,TP_BUFFER}
` [PATCH bpf-next 3/8] selftests/bpf: enhance align selftest's expected log matching
` [PATCH bpf-next 4/8] bpf: honor env->test_state_freq flag in is_state_visited()
` [PATCH bpf-next 5/8] selftests/bpf: adjust log_fixup's buffer size for proper truncation
` [PATCH bpf-next 6/8] bpf: clean up visit_insn()'s instruction processing
` [PATCH bpf-next 7/8] bpf: fix visit_insn()'s detection of BPF_FUNC_timer_set_callback helper
` [PATCH bpf-next 8/8] bpf: ensure that r0 is marked scratched after any function call

[PATCH v13 bpf-next 00/10] Add skb + xdp dynptrs
 2023-03-02  4:28 UTC  (4+ messages)
` [PATCH v13 bpf-next 10/10] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers

[LSF/MM/BPF TOPIC] State Of The Page
 2023-03-02  4:16 UTC  (7+ messages)

[PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
 2023-03-02  3:53 UTC  (3+ messages)

[PATCH bpf-next v4 0/3] Make uprobe attachment APK aware
 2023-03-02  0:20 UTC  (5+ messages)
` [PATCH bpf-next v4 1/3] libbpf: Implement basic zip archive parsing support
` [PATCH bpf-next v4 2/3] libbpf: Introduce elf_find_func_offset_from_file() function
` [PATCH bpf-next v4 3/3] libbpf: Add support for attaching uprobes to shared objects in APKs

[PATCH bpf-next 1/2] bpf: Fix doxygen comments for dynptr slice kfuncs
 2023-03-02  0:10 UTC  (3+ messages)
` [PATCH bpf-next 2/2] bpf, docs: Fix __uninit kfunc doc section

[PATCH bpf-next v3 0/3] Make uprobe attachment APK aware
 2023-03-01 21:24 UTC  (4+ messages)
` [PATCH bpf-next v3 3/3] libbpf: Add support for attaching uprobes to shared objects in APKs

[PATCH bpf-next] libbpf: Use text error for btf_custom_path failures
 2023-03-01 21:07 UTC  (3+ messages)

[PATCH bpf-next 0/1] selftests/bpf: support custom per-test flags and multiple expected messages
 2023-03-01 19:20 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