bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-28 06:53:33 to 2023-03-02 05:32:46 UTC [more...]

[PATCH bpf-next 0/8] Misc fixes and preliminaries for iterators
 2023-03-02  5:32 UTC  (7+ 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 v1 bpf-next] bpf: Fix bpf_dynptr_slice{_rdwr} to return NULL instead of 0
 2023-03-02  5:30 UTC 

[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 dwarves] dwarf_loader: Fix for BTF id drift caused by adding unspecified types
 2023-03-01 21:19 UTC  (3+ messages)

[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

[RFC v2 bpf-next 0/9] mm/bpf/perf: Store build id in inode object
 2023-03-01 15:41 UTC  (14+ messages)
` [PATCH RFC v2 bpf-next 1/9] mm: "
` [PATCH RFC v2 bpf-next 2/9] bpf: Use file's inode object build id in stackmap
` [PATCH RFC v2 bpf-next 3/9] perf: Use file object build id in perf_event_mmap_event
` [PATCH RFC v2 bpf-next 4/9] libbpf: Allow to resolve binary path in current directory
` [PATCH RFC v2 bpf-next 5/9] selftests/bpf: Add read_buildid function
` [PATCH RFC v2 bpf-next 6/9] selftests/bpf: Add err.h header
` [PATCH RFC v2 bpf-next 7/9] selftests/bpf: Replace extract_build_id with read_build_id
` [PATCH RFC v2 bpf-next 8/9] selftests/bpf: Add inode_build_id test
` [PATCH RFC v2 bpf-next 9/9] selftests/bpf: Add iter_task_vma_buildid test

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  (12+ messages)
` [PATCH bpf-next v3 1/4] net/smc: move smc_sock related structure definition
` [PATCH bpf-next v3 2/4] bpf: add SMC support in BPF struct_ops
` [PATCH bpf-next v3 3/4] net/smc: add BPF injection on smc negotiation
` [PATCH bpf-next v3 4/4] bpf/selftests: add selftest for SMC bpf capability

[PATCH v2 bpf-next 0/3]: Add socket destroy capability
 2023-03-01  2:40 UTC  (12+ 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 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)

[PATCH net-next v3 0/3] vsock: add support for sockmap
 2023-02-28 21:36 UTC  (6+ 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

[PATCH v4 bpf-next 0/8] xdp: introduce xdp-feature support
 2023-02-28 22:11 UTC  (4+ messages)
` [PATCH v4 bpf-next 2/8] drivers: net: turn on XDP features

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

[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

[PATCH bpf-next v2 5/8] bpf: net: ipv6: Add bpf_ipv6_frag_rcv() kfunc
 2023-02-28  9:37 UTC  (3+ messages)

[PATCH bpf] libbpf: Fix bpf_xdp_query() in old kernels
 2023-02-28  9:05 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] net/smc: Introduce BPF injection capability
 2023-02-28  8:58 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] net/smc: Introduce BPF injection capability for SMC

[PATCH bpf] bpf, sockmap: fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_parser()
 2023-02-28  8:36 UTC  (2+ messages)

[PATCH v2] Documentation: bpf: Fix link to BTF doc
 2023-02-28  7:48 UTC  (3+ messages)

[PATCH 0/2] Hyperlink fixes for BPF QA documentation
 2023-02-28  7:45 UTC  (3+ messages)
` [PATCH 1/2] Documentation: bpf: Do not link to docs.kernel.org for kselftest link
` [PATCH 2/2] Documentation: bpf: Link to submitting-patches.rst for general patch submission info

[PATCH bpf-next v2 0/6] Transit between BPF TCP congestion controls
 2023-02-28  7:25 UTC  (3+ messages)
` [PATCH bpf-next v2 1/6] bpf: Create links for BPF struct_ops maps

BTF tag support in DWARF (notes for today's BPF Office Hours)
 2023-02-28  6:53 UTC  (15+ 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).