BPF List
 help / color / mirror / Atom feed
 messages from 2023-03-01 03:24:33 to 2023-03-03 12:37:26 UTC [more...]

[LSF/MM/BPF TOPIC] XDP metadata for TX
 2023-03-03 12:37 UTC  (7+ messages)

[PATCH bpf-next v1 0/2] xdp: recycle Page Pool backed skbs built from XDP frames
 2023-03-03 11:31 UTC  (10+ messages)
` [PATCH bpf-next v1 1/2] "
` [PATCH bpf-next v1 2/2] xdp: remove unused {__,}xdp_release_frame()

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

[PATCH] cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers
 2023-03-03  9:53 UTC 

[PATCH v2 bpf-next] libbpf: usdt arm arg parsing support
 2023-03-03  8:37 UTC 

[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 v5 bpf-next 0/6] bpf: Introduce kptr RCU
 2023-03-03  4:14 UTC  (7+ 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 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 00/17] BPF open-coded iterators
 2023-03-02 23:50 UTC  (18+ 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] 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

[PATCH bpf-next 0/3] bpf: allow ctx writes using BPF_ST_MEM instruction
 2023-03-02 22:55 UTC  (4+ 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()

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 v2 bpf-next 0/3]: Add socket destroy capability
 2023-03-02 20:52 UTC  (10+ 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] 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  (4+ 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  (8+ messages)
` [PATCH RFC v2 bpf-next 1/9] mm: "

[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  (17+ messages)
` [PATCH v13 bpf-next 01/10] bpf: Support "sk_buff" and "xdp_buff" as valid kfunc arg types
` [PATCH v13 bpf-next 02/10] bpf: Refactor process_dynptr_func
` [PATCH v13 bpf-next 03/10] bpf: Allow initializing dynptrs in kfuncs
` [PATCH v13 bpf-next 04/10] bpf: Define no-ops for externally called bpf dynptr functions
` [PATCH v13 bpf-next 05/10] bpf: Refactor verifier dynptr into get_dynptr_arg_reg
` [PATCH v13 bpf-next 06/10] bpf: Add __uninit kfunc annotation
` [PATCH v13 bpf-next 07/10] bpf: Add skb dynptrs
` [PATCH v13 bpf-next 08/10] bpf: Add xdp dynptrs
` [PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
` [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 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  (6+ messages)
` [PATCH bpf-next v3 1/3] libbpf: Implement basic zip archive parsing support
` [PATCH bpf-next v3 2/3] libbpf: Introduce elf_find_func_offset_from_file() function
` [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  (3+ messages)
` [PATCH bpf-next 1/1] "

[PATCH bpf-next 0/3] libbpf: fix several issues reported by static analysers
 2023-03-01 19:20 UTC  (5+ messages)
` [PATCH bpf-next 1/3] libbpf: remove unnecessary ternary operator
` [PATCH bpf-next 2/3] libbpf: remove several dead assignments
` [PATCH bpf-next 3/3] libbpf: cleanup linker_append_elf_relos

[PATCH bpf-next v3] selftests/bpf: Set __BITS_PER_LONG if target is bpf for LoongArch
 2023-03-01 19:10 UTC  (3+ messages)

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

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

[RFC bpf-next 0/5] test_verifier tests migration to inline assembly
 2023-03-01 17:58 UTC  (6+ messages)
` [RFC bpf-next 1/5] selftests/bpf: support custom per-test flags and multiple expected messages

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

[PATCH bpf-next v2 0/8] Support defragmenting IPv(4|6) packets in BPF
 2023-03-01 16:24 UTC  (5+ messages)

bpf: RFC for platform specific BPF helper addition
 2023-03-01 12:06 UTC  (7+ messages)

[RFC net-next 0/6] update xdp_features flag according to NIC re-configuration
 2023-03-01  9:04 UTC  (6+ messages)
` [RFC net-next 1/6] tools: ynl: fix render-max for flags definition

[PATCH] Discard .note.gnu.property in vmlinux
 2023-03-01  6:22 UTC 

[PATCH bpf-next v3 0/4] net/smc: Introduce BPF injection capability
 2023-03-01  3:24 UTC  (4+ messages)


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