BPF List
 help / color / mirror / Atom feed
 messages from 2023-02-28 09:52:46 to 2023-03-02 20:01:51 UTC [more...]

[PATCH RFC v2 bpf-next 0/3] bpf: add netfilter program type
 2023-03-02 19:59 UTC  (5+ 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

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

[PATCH bpf-next] bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program types
 2023-03-02 19:42 UTC  (2+ messages)
` [PATCH v2 "

splat in ikheaders_read (bpftrace)
 2023-03-02 19:21 UTC 

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

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

[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] btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR
 2023-03-02 12:34 UTC 

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

[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 v2 bpf-next 0/3]: Add socket destroy capability
 2023-03-02  7:06 UTC  (14+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Implement batching in UDP iterator
` [PATCH v2 bpf-next 2/3] bpf: Add bpf_sock_destroy kfunc
` [PATCH v2 bpf-next 3/3] selftests/bpf: Add tests for bpf_sock_destroy

[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 v4 bpf-next 0/6] bpf: Introduce kptr RCU
 2023-03-02  4:05 UTC  (10+ 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 v1 0/2] xdp: recycle Page Pool backed skbs built from XDP frames
 2023-03-02  2:30 UTC  (6+ messages)
` [PATCH bpf-next v1 1/2] "
` [PATCH bpf-next v1 2/2] xdp: remove unused {__,}xdp_release_frame()

[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] BPF, docs: libbpf Overview Document
 2023-03-01 19:07 UTC 

[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  (7+ messages)
` [PATCH bpf-next v2 1/3] libbpf: Implement basic zip archive parsing support
` [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  (13+ messages)
` [PATCH bpf-next v2 3/8] bpf, net, frags: Add bpf_ip_check_defrag() kfunc

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  (5+ messages)

[PATCH bpf-next v4 0/4] net/smc: Introduce BPF injection capability
 2023-03-01  2:36 UTC  (7+ messages)
` [PATCH bpf-next v4 1/4] net/smc: move smc_sock related structure definition
` [PATCH bpf-next v4 2/4] bpf: add SMC support in BPF struct_ops
` [PATCH bpf-next v4 3/4] net/smc: add BPF injection on smc negotiation
` [PATCH bpf-next v4 4/4] bpf/selftests: add selftest for SMC bpf capability

[PATCH bpf-next v3 03/18] bpf: hashtab memory usage
 2023-03-01  2:59 UTC  (2+ messages)

[PATCH bpf-next v3 02/18] bpf: lpm_trie memory usage
 2023-03-01  2:59 UTC  (2+ messages)

[PATCH v3 bpf-next 0/5] bpf: Introduce kptr_rcu
 2023-03-01  2:22 UTC  (17+ messages)
` [PATCH v3 bpf-next 1/5] bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted
` [PATCH v3 bpf-next 2/5] bpf: Mark cgroups and dfl_cgrp fields as trusted
` [PATCH v3 bpf-next 3/5] bpf: Introduce kptr_rcu
` [PATCH v3 bpf-next 4/5] selftests/bpf: Add a test case for kptr_rcu
` [PATCH v3 bpf-next 5/5] selftests/bpf: Tweak cgroup kfunc test

[LSF/MM/BPF TOPIC] XDP metadata for TX
 2023-02-28 23:08 UTC  (10+ messages)

[syzbot] [net?] INFO: task hung in tls_sw_sendpage (3)
 2023-02-28 22:51 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] bpf iterator for file-system
 2023-02-28 19:59 UTC  (2+ messages)

bpf: Question about odd BPF verifier behaviour
 2023-02-28 18:56 UTC  (18+ messages)

[PATCH 4.14 v3 0/4] BPF fixes for CVE-2021-3444 and CVE-2021-3600
 2023-02-28 18:46 UTC  (2+ messages)

[PATCH V4] bpf, docs: Document BPF insn encoding in term of stored bytes
 2023-02-28 17:08 UTC  (6+ messages)
  ` [PATCH V5] "

[PATCH bpf-next] bpf: Fix bpf_cgroup_from_id() doxygen header
 2023-02-28 16:50 UTC  (3+ messages)

[PATCH bpf-next v3 3/4] net/smc: add BPF injection on smc negotiation
 2023-02-28 16:08 UTC  (4+ messages)

[RFC dwarves 0/3] dwarves: improvements/fixes to BTF function skip logic
 2023-02-28 15:57 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] vmtest: Reusable virtual machine testing infrastructure
 2023-02-28 15:38 UTC  (2+ messages)
` [Lsf-pc] "

[PATCH v2 0/2] MIPS: Implement two workarounds for BPF JIT
 2023-02-28 14:00 UTC  (6+ messages)
` [PATCH v2 1/2] MIPS: ebpf jit: Implement DADDI workarounds
` [PATCH v2 2/2] MIPS: ebpf jit: Implement R4000 workarounds

[PATCH bpf-next v9 0/2] Fix attaching fentry/fexit/fmod_ret/lsm to modules
 2023-02-28 12:27 UTC  (3+ messages)
` [PATCH bpf-next v9 1/2] bpf: "
` [PATCH bpf-next v9 2/2] bpf/selftests: Test fentry attachment to shadowed functions


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