bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-09 17:36:13 to 2021-02-12 02:29:56 UTC [more...]

[PATCH bpf-next v7 1/5] bpf: Be less specific about socket cookies guarantees
 2021-02-12  2:28 UTC  (9+ messages)
` [PATCH bpf-next v7 2/5] bpf: Expose bpf_get_socket_cookie to tracing programs
` [PATCH bpf-next v7 3/5] selftests/bpf: Integrate the socket_cookie test to test_progs
` [PATCH bpf-next v7 4/5] selftests/bpf: Use vmlinux.h in socket_cookie_prog.c
` [PATCH bpf-next v7 5/5] selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookie

[PATCH v2 bpf 1/2] libbpf: Ignore non function pointer member in struct_ops
 2021-02-12  2:10 UTC  (2+ messages)
` [PATCH v2 bpf 2/2] bpf: selftests: Add non function pointer test to struct_ops

[PATCH v2 bpf 0/5] New netdev feature flags for XDP
 2021-02-12  2:05 UTC  (24+ messages)
` [PATCH v2 bpf 1/5] net: ethtool: add xdp properties flag set

[PATCH v6 bpf-next 0/4] introduce bpf_iter for task_vma
 2021-02-12  1:42 UTC  (5+ messages)
` [PATCH v6 bpf-next 1/4] bpf: introduce task_vma bpf_iter
` [PATCH v6 bpf-next 2/4] bpf: allow bpf_d_path in sleepable bpf_iter program
` [PATCH v6 bpf-next 3/4] libbpf: introduce section "iter.s/" for "
` [PATCH v6 bpf-next 4/4] selftests/bpf: add test for bpf_iter_task_vma

[PATCH v5 bpf-next 0/4] introduce bpf_iter for task_vma
 2021-02-12  1:41 UTC  (8+ messages)
` [PATCH v5 bpf-next 1/4] bpf: introduce task_vma bpf_iter

[PATCH bpf-next] tools/resolve_btfids: add /libbpf to .gitignore
 2021-02-12  1:00 UTC 

[PATCH bpf] bpf: fix an unitialized value in bpf_iter
 2021-02-12  0:59 UTC 

EFI boot fails when CONFIG_DEBUG_INFO_BTF=y on arm64
 2021-02-11 23:39 UTC 

[PATCH RFC 0/6] Add BTF_KIND_FLOAT support
 2021-02-11 23:11 UTC  (13+ messages)
` [PATCH RFC 1/6] bpf: Add BTF_KIND_FLOAT to uapi
` [PATCH RFC 2/6] libbpf: Add BTF_KIND_FLOAT support
` [PATCH RFC 3/6] tools/bpftool: "
` [PATCH RFC 4/6] bpf: "
` [PATCH RFC 5/6] selftest/bpf: Add BTF_KIND_FLOAT tests
` [PATCH RFC 6/6] bpf: Document BTF_KIND_FLOAT in btf.rst

FAILED unresolved symbol vfs_truncate on arm64 with LLVM
 2021-02-11 21:47 UTC  (37+ messages)

[RFC PATCH 0/6] Sleepable tracepoints
 2021-02-11 19:36 UTC  (6+ messages)
` [RFC PATCH 1/6] tracing: introduce sleepable tracepoints

[PATCH bpf 1/2] libbpf: Ignore non function pointer member in struct_ops
 2021-02-11 19:31 UTC  (11+ messages)
` [PATCH bpf 2/2] bpf: selftests: Add non function pointer test to struct_ops

[PATCH bpf-next] kbuild: Do not clean resolve_btfids if the output does not exist
 2021-02-11 19:30 UTC  (2+ messages)

[PATCH v4 bpf-next 0/9] bpf: Misc improvements
 2021-02-11 15:30 UTC  (11+ messages)
` [PATCH v4 bpf-next 1/9] bpf: Optimize program stats
` [PATCH v4 bpf-next 2/9] bpf: Run sleepable programs with migration disabled
` [PATCH v4 bpf-next 3/9] bpf: Compute program stats for sleepable programs
` [PATCH v4 bpf-next 4/9] bpf: Add per-program recursion prevention mechanism
` [PATCH v4 bpf-next 5/9] selftest/bpf: Add a recursion test
` [PATCH v4 bpf-next 6/9] bpf: Count the number of times recursion was prevented
` [PATCH v4 bpf-next 7/9] selftests/bpf: Improve recursion selftest
` [PATCH v4 bpf-next 8/9] bpf: Allows per-cpu maps and map-in-map in sleepable programs
` [PATCH v4 bpf-next 9/9] selftests/bpf: Add a test for map-in-map and per-cpu maps in sleepable progs

[PATCH bpf v4] selftests/bpf: convert test_xdp_redirect.sh to bash
 2021-02-11 15:30 UTC  (2+ messages)

[PATCH/v2] bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETH
 2021-02-11 15:26 UTC  (3+ messages)

[PATCH] dwarf_loader: use a better hashing function
 2021-02-11 13:01 UTC  (5+ messages)

[PATCHv2 bpf-next 0/4] kbuild/resolve_btfids: Invoke resolve_btfids clean in root Makefile
 2021-02-11 12:17 UTC  (11+ messages)
` [PATCH bpf-next 4/4] kbuild: Add resolve_btfids clean to root clean target

How to orchestrate multiple XDP programs
 2021-02-11 11:18 UTC  (5+ messages)

[PATCH netdev] virtio-net: support XDP_TX when not more queues
 2021-02-11 11:00 UTC  (3+ messages)

[PATCH v2 bpf-next 0/4] Add support of pointer to struct in global functions
 2021-02-11  9:23 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Rename bpf_reg_state variables
` [PATCH v2 bpf-next 2/4] bpf: Extract nullable reg type conversion into a helper function
` [PATCH v2 bpf-next 3/4] bpf: Support pointers in global func args
` [PATCH v2 bpf-next 4/4] selftests/bpf: Add unit tests for pointers in global functions

[PATCH bpf-next v5 0/6] AF_XDP Packet Drop Tracing
 2021-02-11  8:18 UTC  (3+ messages)

[PATCH bpf v3] selftests/bpf: convert test_xdp_redirect.sh to bash
 2021-02-11  8:06 UTC  (3+ messages)

[PATCH bpf-next] bpf: add lookup_and_delete_elem support to hashtab
 2021-02-11  0:25 UTC  (3+ messages)

[PATCH] bpf_lru_list: Read double-checked variable once without lock
 2021-02-11  0:00 UTC  (4+ messages)

[PATCH bpf-next] bpf: Fix subreg optimization for BPF_FETCH
 2021-02-10 20:45 UTC 

[PATCH v2] seccomp: Improve performace by optimizing rmb()
 2021-02-10 20:44 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix endianness issues in atomic tests
 2021-02-10 20:28 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Simplify the calculation of variables
 2021-02-10 20:20 UTC  (2+ messages)

libbpf: pinning multiple progs from the same section
 2021-02-10 20:04 UTC  (14+ messages)

KASAN: vmalloc-out-of-bounds Read in bpf_trace_run3
 2021-02-10 19:52 UTC  (6+ messages)

[PATCH bpf-next v3 0/4] allow variable-offset stack acces
 2021-02-10 19:14 UTC  (2+ messages)

What should BPF_CMPXCHG do when the values match?
 2021-02-10 18:28 UTC  (5+ messages)

[RFC bpf-next] bpf: devmap: move drop error path to devmpap for XDP_REDIRECT
 2021-02-10 15:29 UTC  (2+ messages)

[PATCH bpf 0/4] Expose network namespace cookies to user space
 2021-02-10 14:51 UTC  (6+ messages)
` [PATCH bpf 1/4] net: add SO_NETNS_COOKIE socket option
` [PATCH bpf 2/4] nsfs: add an ioctl to discover the network namespace cookie
` [PATCH bpf 3/4] tools/testing: add test for NS_GET_COOKIE
` [PATCH bpf 4/4] tools/testing: add a selftest for SO_NETNS_COOKIE

[PATCH bpf-next] docs: bpf: Clarify BPF_CMPXCHG wording
 2021-02-10 14:28 UTC 

[PATCH bpf-next v6 1/5] bpf: Be less specific about socket cookies guarantees
 2021-02-10 11:10 UTC  (7+ messages)
` [PATCH bpf-next v6 2/5] bpf: Expose bpf_get_socket_cookie to tracing programs

[PATCH v4] checkpatch: do not apply "initialise globals to 0" check to BPF progs
 2021-02-10  4:12 UTC  (4+ messages)

[Patch bpf-next v2 0/5] sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
 2021-02-10  2:21 UTC  (6+ messages)
` [Patch bpf-next v2 1/5] bpf: clean up sockmap related Kconfigs
` [Patch bpf-next v2 2/5] skmsg: get rid of struct sk_psock_parser
` [Patch bpf-next v2 3/5] bpf: compute data_end dynamically with JIT code
` [Patch bpf-next v2 4/5] skmsg: use skb ext instead of TCP_SKB_CB
` [Patch bpf-next v2 5/5] sock_map: rename skb_parser and skb_verdict

pull-request: bpf 2021-02-10
 2021-02-10  0:52 UTC 

[PATCH] selftests/seccomp: Accept any valid fd in user_notification_addfd
 2021-02-10  0:35 UTC  (3+ messages)

[PATCH v3] checkpatch: do not apply "initialise globals to 0" check to BPF progs
 2021-02-09 21:19 UTC  (5+ messages)

[PATCH v3 bpf-next 0/8] bpf: Misc improvements
 2021-02-09 23:22 UTC  (18+ messages)
` [PATCH v3 bpf-next 1/8] bpf: Optimize program stats
` [PATCH v3 bpf-next 2/8] bpf: Compute program stats for sleepable programs
` [PATCH v3 bpf-next 3/8] bpf: Add per-program recursion prevention mechanism
` [PATCH v3 bpf-next 4/8] selftest/bpf: Add a recursion test
` [PATCH v3 bpf-next 5/8] bpf: Count the number of times recursion was prevented
` [PATCH v3 bpf-next 6/8] selftests/bpf: Improve recursion selftest
` [PATCH v3 bpf-next 7/8] bpf: Allows per-cpu maps and map-in-map in sleepable programs
` [PATCH v3 bpf-next 8/8] selftests/bpf: Add a test for map-in-map and per-cpu maps in sleepable progs

[PATCH bpf-next] libbpf: use AF_LOCAL instead of AF_INET in xsk.c
 2021-02-09 22:18 UTC 

[PATCH v2 bpf-next 0/7] bpf: Misc improvements
 2021-02-09 19:15 UTC  (5+ messages)
` [PATCH v2 bpf-next 3/7] bpf: Add per-program recursion prevention mechanism

[PATCH v2] checkpatch: do not apply "initialise globals to 0" check to BPF progs
 2021-02-09 18:24 UTC  (3+ messages)

[PATCH bpf-next 0/8] bpf: add bpf_for_each_map_elem() helper
 2021-02-09 17:38 UTC  (13+ messages)
` [PATCH bpf-next 2/8] "
` [PATCH bpf-next 7/8] selftests/bpf: add hashmap test for "
` [PATCH bpf-next 8/8] selftests/bpf: add arraymap "


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