bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-23 03:06:53 to 2021-07-27 18:02:25 UTC [more...]

[PATCH bpf] selftests/bpf: Rewrite test_tc_redirect.sh as prog_tests/tc_redirect.c
 2021-07-27 18:02 UTC  (3+ messages)
` [PATCH bpf] selftests/bpf: Use ping6 only if available in tc_redirect

[PATCH 0/3] Address compilation of eBPF related software with clang compiler on arm architecture
 2021-07-27 17:55 UTC  (7+ messages)
` [PATCH 1/3] arm: include: asm: swab: mask rev16 instruction for clang
` [PATCH 2/3] arm: include: asm: unified: mask .syntax unified "
` [PATCH 3/3] include/uapi/linux/swab: Fix potentially missing __always_inline

[PATCH bpf v3 0/3] sockmap fixes picked up by stress tests
 2021-07-27 17:37 UTC  (5+ messages)
` [PATCH bpf v3 1/3] bpf, sockmap: zap ingress queues after stopping strparser
` [PATCH bpf v3 2/3] bpf, sockmap: on cleanup we additionally need to remove cached skb
` [PATCH bpf v3 3/3] bpf, sockmap: fix memleak on ingress msg enqueue

[PATCH bpf-next v1 0/5] sockmap: add sockmap support for unix stream socket
 2021-07-27 16:44 UTC  (11+ messages)
` [PATCH bpf-next v1 1/5] af_unix: add read_sock for stream socket types
` [PATCH bpf-next v1 2/5] af_unix: add unix_stream_proto for sockmap
` [PATCH bpf-next v1 3/5] selftest/bpf: add tests for sockmap with unix stream type
` [PATCH bpf-next v1 4/5] selftest/bpf: change udp to inet in some function names
` [PATCH bpf-next v1 5/5] selftest/bpf: add new tests in sockmap for unix stream to tcp

[PATCH bpf-next 00/17] selftests: xsk: various simplifications
 2021-07-27 16:43 UTC  (19+ messages)
` [PATCH bpf-next 01/17] selftests: xsk: remove color mode
` [PATCH bpf-next 02/17] selftests: xsk: remove the num_tx_packets option
` [PATCH bpf-next 03/17] selftests: xsk: remove unused variables
` [PATCH bpf-next 04/17] selftests: xsk: set rlimit per thread
` [PATCH bpf-next 05/17] selftests: xsk: return correct error codes
` [PATCH bpf-next 06/17] selftests: xsk: simplify the retry code
` [PATCH bpf-next 07/17] selftests: xsk: remove end-of-test packet
` [PATCH bpf-next 08/17] selftests: xsk: disassociate umem size with packets sent
` [PATCH bpf-next 09/17] selftests: xsk: rename worker_* functions that are not thred entry points
` [PATCH bpf-next 10/17] selftests: xsk: simplify packet validation in xsk tests
` [PATCH bpf-next 11/17] selftests: xsk: validate tx stats on tx thread
` [PATCH bpf-next 12/17] selftests: xsk: decrease batch size
` [PATCH bpf-next 13/17] selftests: xsk: remove cleanup at end of program
` [PATCH bpf-next 14/17] selftests: xsk: generate packet directly in umem
` [PATCH bpf-next 15/17] selftests: xsk: generate packets from specification
` [PATCH bpf-next 16/17] selftests: xsk: make enums lower case
` [PATCH bpf-next 17/17] selftests: xsk: preface options with opt

[PATCH bpf v2 0/3] sockmap fixes picked up by stress tests
 2021-07-27 16:01 UTC  (6+ messages)
` [PATCH bpf v2 1/3] bpf, sockmap: zap ingress queues after stopping strparser
` [PATCH bpf v2 2/3] bpf, sockmap: on cleanup we additionally need to remove cached skb
` [PATCH bpf v2 3/3] bpf, sockmap: fix memleak on ingress msg enqueue

[PATCH] libbpf: fix commnet typo
 2021-07-27 15:49 UTC  (2+ messages)

[PATCH v2 bpf-next 00/14] BPF perf link and user-provided context value
 2021-07-27 15:40 UTC  (20+ messages)
` [PATCH v2 bpf-next 01/14] bpf: refactor BPF_PROG_RUN into a function
` [PATCH v2 bpf-next 02/14] bpf: refactor BPF_PROG_RUN_ARRAY family of macros into functions
` [PATCH v2 bpf-next 03/14] bpf: refactor perf_event_set_bpf_prog() to use struct bpf_prog input
` [PATCH v2 bpf-next 04/14] bpf: implement minimal BPF perf link
` [PATCH v2 bpf-next 05/14] bpf: allow to specify user-provided context value for BPF perf links
` [PATCH v2 bpf-next 06/14] bpf: add bpf_get_user_ctx() BPF helper to access user_ctx value
` [PATCH v2 bpf-next 07/14] libbpf: re-build libbpf.so when libbpf.map changes
` [PATCH v2 bpf-next 08/14] libbpf: remove unused bpf_link's destroy operation, but add dealloc
` [PATCH v2 bpf-next 09/14] libbpf: use BPF perf link when supported by kernel
` [PATCH v2 bpf-next 10/14] libbpf: add user_ctx support to bpf_link_create() API
` [PATCH v2 bpf-next 11/14] libbpf: add user_ctx to perf_event, kprobe, uprobe, and tp attach APIs
` [PATCH v2 bpf-next 12/14] selftests/bpf: test low-level perf BPF link API
` [PATCH v2 bpf-next 13/14] selftests/bpf: extract uprobe-related helpers into trace_helpers.{c,h}
` [PATCH v2 bpf-next 14/14] selftests/bpf: add user_ctx selftests for high-level APIs

[PATCH bpf-next v5 0/2] bpf: expand bpf_d_path helper allowlist
 2021-07-27 13:25 UTC  (3+ messages)
` [PATCH bpf-next v5 1/2] tools/resolve_btfids: emit warnings and patch zero id for missing symbols
` [PATCH bpf-next v5 2/2] bpf: expose bpf_d_path helper to vfs_* and security_* functions

[PATCH bpf-next v2 0/5] libbpf: rename btf__get_from_id() and btf__load() APIs, support split BTF
 2021-07-27 11:39 UTC  (18+ messages)
` [PATCH bpf-next v2 2/5] libbpf: rename btf__get_from_id() as btf__load_from_kernel_by_id()
` [PATCH bpf-next v2 3/5] tools: replace btf__get_from_id() with btf__load_from_kernel_by_id()

[PATCH rfc v6 0/4] add frag page support in page pool
 2021-07-27  7:54 UTC  (12+ messages)
` [PATCH rfc v6 2/4] page_pool: add interface to manipulate frag count "

[bpf-next v2 1/2] samples: bpf: Fix tracex7 error raised on the missing argument
 2021-07-27  4:10 UTC  (2+ messages)
` [bpf-next v2 2/2] samples: bpf: Add the omitted xdp samples to .gitignore

[bpf-next 1/2] samples: bpf: Fix tracex7 error raised on the missing argument
 2021-07-27  3:32 UTC  (6+ messages)
` [bpf-next 2/2] samples: bpf: Add the omitted xdp samples to .gitignore

[PATCH bpf-next 0/2] expand bpf_d_path helper allowlist
 2021-07-27  2:59 UTC  (12+ messages)
` [PATCH bpf-next 1/2] tools/resolve_btfids: emit warnings and patch zero id for missing symbols
` [PATCH bpf-next 2/2] bpf: expose bpf_d_path helper to vfs_* and security_* functions

[PATCH bpf-next] libbpf: add libbpf_load_vmlinux_btf/libbpf_load_module_btf APIs
 2021-07-27  1:12 UTC  (3+ messages)

[PATCH bpf-next v3] bpf: increase supported cgroup storage value size
 2021-07-27  0:33 UTC  (2+ messages)

[RFC PATCH 00/14] bpf/tests: Extend the eBPF test suite
 2021-07-26 22:53 UTC  (16+ messages)
` [RFC PATCH 01/14] bpf/tests: add BPF_JMP32 test cases
` [RFC PATCH 02/14] bpf/tests: add BPF_MOV tests for zero and sign extension
` [RFC PATCH 03/14] bpf/tests: fix typos in test case descriptions
` [RFC PATCH 04/14] bpf/tests: add more tests of ALU32 and ALU64 bitwise operations
` [RFC PATCH 05/14] bpf/tests: add more ALU32 tests for BPF_LSH/RSH/ARSH
` [RFC PATCH 06/14] bpf/tests: add more BPF_LSH/RSH/ARSH tests for ALU64
` [RFC PATCH 07/14] bpf/tests: add more ALU64 BPF_MUL tests
` [RFC PATCH 08/14] bpf/tests: add tests for ALU operations implemented with function calls
` [RFC PATCH 09/14] bpf/tests: add word-order tests for load/store of double words
` [RFC PATCH 10/14] bpf/tests: add branch conversion JIT test
` [RFC PATCH 11/14] bpf/tests: add test for 32-bit context pointer argument passing
` [RFC PATCH 12/14] bpf/tests: add tests for atomic operations
` [RFC PATCH 13/14] bpf/tests: add tests for BPF_CMPXCHG
` [RFC PATCH 14/14] bpf/tests: add tail call test suite

[PATCH bpf-next v2] bpf: increase supported cgroup storage value size
 2021-07-26 22:35 UTC  (4+ messages)

[PATCH] bpf/tests: fix copy-and-paste error in double word test
 2021-07-26 20:06 UTC  (2+ messages)

[PATCH bpf-next 0/4] libbpf: Move CO-RE logic into separate file
 2021-07-26 19:37 UTC  (4+ messages)

Prog section rejected: Argument list too long (7)!
 2021-07-26 17:35 UTC  (9+ messages)

[PATCH v2 bpf] libbpf: fix race when pinning maps in parallel
 2021-07-26 15:20 UTC 

[PATCH bpf-next v4 0/2] bpf: expand bpf_d_path helper allowlist
 2021-07-26 14:10 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] tools/resolve_btfids: emit warnings and patch zero id for missing symbols
` [PATCH bpf-next v4 2/2] bpf: expose bpf_d_path helper to vfs_* and security_* functions

[syzbot] WARNING: suspicious RCU usage in bpf_get_current_cgroup_id
 2021-07-26  6:46 UTC  (2+ messages)

[PATCH net] i40e: introduce pseudo number of cpus for compatibility
 2021-07-26  2:41 UTC  (5+ messages)

[PATCH net] net: qede: Fix end of loop tests for list_for_each_entry
 2021-07-25 22:10 UTC  (2+ messages)

[PATCH bpf-next 00/14] BPF perf link and user-provided context value
 2021-07-25 21:01 UTC  (19+ messages)
` [PATCH bpf-next 01/14] bpf: refactor BPF_PROG_RUN into a function
` [PATCH bpf-next 02/14] bpf: refactor BPF_PROG_RUN_ARRAY family of macros into functions
` [PATCH bpf-next 03/14] bpf: refactor perf_event_set_bpf_prog() to use struct bpf_prog input
` [PATCH bpf-next 04/14] bpf: implement minimal BPF perf link
` [PATCH bpf-next 05/14] bpf: allow to specify user-provided context value for BPF perf links
` [PATCH bpf-next 06/14] bpf: add bpf_get_user_ctx() BPF helper to access user_ctx value
` [PATCH bpf-next 07/14] libbpf: re-build libbpf.so when libbpf.map changes
` [PATCH bpf-next 08/14] libbpf: remove unused bpf_link's destroy operation, but add dealloc
` [PATCH bpf-next 09/14] libbpf: use BPF perf link when supported by kernel
` [PATCH bpf-next 10/14] libbpf: add user_ctx support to bpf_link_create() API
` [PATCH bpf-next 11/14] libbpf: add user_ctx to perf_event, kprobe, uprobe, and tp attach APIs
` [PATCH bpf-next 12/14] selftests/bpf: test low-level perf BPF link API
` [PATCH bpf-next 13/14] selftests/bpf: extract uprobe-related helpers into trace_helpers.{c,h}
` [PATCH bpf-next 14/14] selftests/bpf: add user_ctx selftests for high-level APIs

[PATCH] bpf/tests: do not PASS tests without actually testing the result
 2021-07-24  0:30 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Document vmtest dependencies
 2021-07-24  0:11 UTC  (2+ messages)

[PATCH bpf-next v2] libbpf: Remove deprecated bpf_object__find_map_by_offset
 2021-07-24  0:02 UTC  (2+ messages)

[PATCH v2 bpf-next] libbpf: Add bpf_map__pin_path function
 2021-07-24  0:00 UTC  (3+ messages)

[PATCH bpf-next] bpf: increase supported cgroup storage value size
 2021-07-23 23:23 UTC  (3+ messages)

[PATCH bpf-next v2 0/8] Improve XDP samples usability and output
 2021-07-23 21:32 UTC  (8+ messages)
` [PATCH bpf-next v2 2/8] samples: bpf: Add common infrastructure for XDP samples
` [PATCH bpf-next v2 3/8] samples: bpf: Add BPF support for XDP samples helper
` [PATCH bpf-next v2 5/8] samples: bpf: Convert xdp_redirect to use "

[PATCH bpf-next] libbpf: Add bpf_map__pin_path function
 2021-07-23 21:15 UTC 

[PATCH] tcp: use rto_min value from socket in retransmits timeout
 2021-07-23 14:41 UTC  (2+ messages)

[PATCH AUTOSEL 5.13 09/19] sfc: ensure correct number of XDP queues
 2021-07-23 10:18 UTC  (3+ messages)

[PATCH bpf-next] libbpf: Remove deprecated bpf_object__find_map_by_offset
 2021-07-23  7:49 UTC  (3+ messages)

[PATCH bpf-next 0/3] libbpf: Export bpf_program__attach_kprobe_opts function
 2021-07-23  3:06 UTC  (3+ messages)
` [PATCH bpf-next 3/3] "


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