bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-26 20:26:14 to 2021-03-03 03:56:19 UTC [more...]

XDP socket rings, and LKMM litmus tests
 2021-03-02 23:50 UTC  (9+ messages)

Why do kprobes and uprobes singlestep?
 2021-03-02 21:02 UTC  (2+ messages)

[PATCH bpf-next] tools/runqslower: allow substituting custom vmlinux.h for the build
 2021-03-03  0:45 UTC  (2+ messages)

Broken kretprobe stack traces
 2021-03-03  1:15 UTC 

[PATCH bpf-next] selftests/bpf: Fix test_attach_probe for powerpc uprobes
 2021-03-02 18:58 UTC  (8+ messages)

[PATCH v5 bpf-next] bpf: Explicitly zero-extend R0 after 32-bit cmpxchg
 2021-03-02 18:43 UTC  (4+ messages)

[PATCHv2 bpf-next 00/15] Improve BPF syscall command documentation
 2021-03-02 17:19 UTC  (16+ messages)
` [PATCHv2 bpf-next 01/15] bpf: Import syscall arg documentation
` [PATCHv2 bpf-next 02/15] bpf: Add minimal bpf() command documentation
` [PATCHv2 bpf-next 03/15] bpf: Document BPF_F_LOCK in syscall commands
` [PATCHv2 bpf-next 04/15] bpf: Document BPF_PROG_PIN syscall command
` [PATCHv2 bpf-next 05/15] bpf: Document BPF_PROG_ATTACH "
` [PATCHv2 bpf-next 06/15] bpf: Document BPF_PROG_TEST_RUN "
` [PATCHv2 bpf-next 07/15] bpf: Document BPF_PROG_QUERY "
` [PATCHv2 bpf-next 08/15] bpf: Document BPF_MAP_*_BATCH syscall commands
` [PATCHv2 bpf-next 09/15] scripts/bpf: Abstract eBPF API target parameter
` [PATCHv2 bpf-next 10/15] scripts/bpf: Add syscall commands printer
` [PATCHv2 bpf-next 11/15] tools/bpf: Remove bpf-helpers from bpftool docs
` [PATCHv2 bpf-next 12/15] selftests/bpf: Templatize man page generation
` [PATCHv2 bpf-next 13/15] selftests/bpf: Test syscall command parsing
` [PATCHv2 bpf-next 14/15] docs/bpf: Add bpf() syscall command reference
` [PATCHv2 bpf-next 15/15] tools: Sync uapi bpf.h header with latest changes

[Patch bpf-next v2 0/9] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-02 18:23 UTC  (16+ messages)
` [Patch bpf-next v2 1/9] sock_map: introduce BPF_SK_SKB_VERDICT
` [Patch bpf-next v2 2/9] sock: introduce sk_prot->update_proto()
` [Patch bpf-next v2 3/9] udp: implement ->sendmsg_locked()
` [Patch bpf-next v2 4/9] udp: implement ->read_sock() for sockmap
` [Patch bpf-next v2 5/9] udp: add ->read_sock() and ->sendmsg_locked() to ipv6
` [Patch bpf-next v2 6/9] skmsg: extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()
` [Patch bpf-next v2 7/9] udp: implement udp_bpf_recvmsg() for sockmap
` [Patch bpf-next v2 8/9] sock_map: update sock type checks for UDP
` [Patch bpf-next v2 9/9] selftests/bpf: add a test case for udp sockmap

[PATCH v2 bpf-next] bpf: devmap: move drop error path to devmap for XDP_REDIRECT
 2021-03-02 15:28 UTC  (9+ messages)

[PATCH] bpf: selftests: test_verifier: mask bpf_csum_diff() return value to 16 bits
 2021-03-02 11:14 UTC  (4+ messages)

[PATCH v4 bpf-next] selftests/bpf: Use the last page in test_snprintf_btf on s390
 2021-03-02 10:40 UTC  (4+ messages)

[PATCH bpf 0/4] Expose network namespace cookies to user space
 2021-03-02 10:14 UTC  (5+ messages)
` [PATCH bpf 2/4] nsfs: add an ioctl to discover the network namespace cookie

[PATCH bpf-next v3 0/4] selftests/bpf: xsk improvements and new stats tests
 2021-03-02 10:20 UTC  (2+ messages)

Enum relocations against zero values
 2021-03-02  9:51 UTC  (7+ messages)

[PATCH bpf-next 0/2] load-acquire/store-release semantics for AF_XDP rings
 2021-03-02 10:23 UTC  (11+ messages)
` [PATCH bpf-next 1/2] xsk: update rings for load-acquire/store-release semantics
` [PATCH bpf-next 2/2] libbpf, xsk: add libbpf_smp_store_release libbpf_smp_load_acquire

[PATCH v3 bpf] bpf: Account for BPF_FETCH in insn_has_def32()
 2021-03-02 10:24 UTC  (2+ messages)

[Patch bpf-next] skmsg: add function doc for skb->_sk_redir
 2021-03-02  9:44 UTC  (3+ messages)

[PATCH 0/5] Use obj_cgroup APIs to change kmem pages
 2021-03-02  4:12 UTC  (18+ messages)
` [PATCH 1/5] mm: memcontrol: introduce obj_cgroup_{un}charge_page
` [PATCH 2/5] mm: memcontrol: make page_memcg{_rcu} only applicable for non-kmem page
      ` [External] "
` [PATCH 3/5] mm: memcontrol: reparent the kmem pages on cgroup removal
` [PATCH 4/5] mm: memcontrol: move remote memcg charging APIs to CONFIG_MEMCG_KMEM
    ` [External] "
` [PATCH 5/5] mm: memcontrol: use object cgroup for remote memory cgroup charging
  ` [External] Re: [PATCH 0/5] Use obj_cgroup APIs to change kmem pages

bpf selftests and page size
 2021-03-02  5:08 UTC  (2+ messages)

[PATCH bpf-next] bpf: fix missing * in bpf.h
 2021-03-02  1:31 UTC  (6+ messages)

[PATCH v2 bpf-next] bpf: add lookup_and_delete_elem support to hashtab
 2021-03-02  2:02 UTC  (2+ messages)

memory leak in bpf
 2021-03-01 20:43 UTC  (6+ messages)

[PATCH 5.11 409/775] tracepoint: Do not fail unregistering a probe due to memory failure
 2021-03-01 16:09 UTC 

[Patch bpf-next v7 0/9] sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
 2021-03-01 18:24 UTC  (5+ messages)
` [Patch bpf-next v7 4/9] skmsg: move sk_redir from TCP_SKB_CB to skb

[PATCH 5.10 341/663] tracepoint: Do not fail unregistering a probe due to memory failure
 2021-03-01 16:09 UTC 

[PATCH 5.4 176/340] tracepoint: Do not fail unregistering a probe due to memory failure
 2021-03-01 16:12 UTC 

[PATCH 4.19 139/247] tracepoint: Do not fail unregistering a probe due to memory failure
 2021-03-01 16:12 UTC 

[PATCH v4 bpf-next] bpf: Explicitly zero-extend R0 after 32-bit cmpxchg
 2021-03-01 16:48 UTC  (5+ messages)

[PATCH 4.14 091/176] tracepoint: Do not fail unregistering a probe due to memory failure
 2021-03-01 16:12 UTC 

[PATCH 4.9 064/134] tracepoint: Do not fail unregistering a probe due to memory failure
 2021-03-01 16:12 UTC 

[PATCH 4.4 46/93] tracepoint: Do not fail unregistering a probe due to memory failure
 2021-03-01 16:12 UTC 

[PATCH v2 bpf] bpf: Account for BPF_FETCH in insn_has_def32()
 2021-03-01 13:26 UTC  (4+ messages)

[PATCH bpf-next v3 0/5] PROG_TEST_RUN support for sk_lookup programs
 2021-03-01 10:18 UTC  (6+ messages)
` [PATCH bpf-next v3 1/5] bpf: consolidate shared test timing code
` [PATCH bpf-next v3 2/5] bpf: add PROG_TEST_RUN support for sk_lookup programs
` [PATCH bpf-next v3 3/5] selftests: bpf: convert sk_lookup ctx access tests to PROG_TEST_RUN
` [PATCH bpf-next v3 4/5] selftests: bpf: check that PROG_TEST_RUN repeats as requested
` [PATCH bpf-next v3 5/5] selftests: bpf: don't run sk_lookup in verifier tests

clang crash for target BPF
 2021-03-01  4:27 UTC  (2+ messages)

[PATCH v5 net-next] virtio-net: support XDP when not more queues
 2021-03-01  3:22 UTC 

[PATCH v4 net-next] virtio-net: support XDP_TX when not more queues
 2021-03-01  2:47 UTC 

[PATCH v3 net-next] virtio-net: support XDP_TX when not more queues
 2021-02-28 19:43 UTC  (2+ messages)

[PATCH v3 bpf-next] selftests/bpf: Use the last page in test_snprintf_btf on s390
 2021-02-28  8:02 UTC  (4+ messages)

[PATCH bpf-next v5 0/2] Optimize bpf_redirect_map()/xdp_do_redirect()
 2021-02-27 12:21 UTC  (3+ messages)
` [PATCH bpf-next v5 1/2] bpf, xdp: make bpf_redirect_map() a map operation
` [PATCH bpf-next v5 2/2] bpf, xdp: restructure redirect actions

[PATCH bpf-next V2 0/2] bpf: Updates for BPF-helper bpf_check_mtu
 2021-02-27 10:37 UTC  (6+ messages)
` [PATCH bpf-next V2 1/2] bpf: BPF-helper for MTU checking add length input

[PATCH bpf-next v4 0/2] Optimize bpf_redirect_map()/xdp_do_redirect()
 2021-02-27 10:22 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] bpf, xdp: make bpf_redirect_map() a map operation

[PATCH bpf-next] bpf: devmap: move drop error path to devmap for XDP_REDIRECT
 2021-02-27 10:16 UTC  (3+ messages)

sk_lookup + test_bprm = huge delay
 2021-02-27  2:47 UTC  (2+ messages)

pull-request: bpf 2021-02-26
 2021-02-26 23:42 UTC  (2+ messages)

[PATCH v7 bpf-next 00/10] Add BTF_KIND_FLOAT support
 2021-02-26 23:33 UTC  (7+ messages)
` [PATCH v7 bpf-next 02/10] libbpf: Fix whitespace in btf_add_composite() comment
` [PATCH v7 bpf-next 06/10] bpf: Add BTF_KIND_FLOAT support
` [PATCH v7 bpf-next 07/10] selftest/bpf: Add BTF_KIND_FLOAT tests
` [PATCH v7 bpf-next 10/10] bpf: Document BTF_KIND_FLOAT in btf.rst

[PATCH bpf-next] selftests/bpf: add a verifier scale test with unknown bounded loop
 2021-02-26 23:20 UTC  (4+ messages)

[PATCH 0/2] More strict error checking in bpf_asm (v3)
 2021-02-26 22:41 UTC  (3+ messages)

[PATCH bpf-next v2] selftests/bpf: add a verifier scale test with unknown bounded loop
 2021-02-26 22:38 UTC 

[PATCH v2 bpf-next] selftests/bpf: Copy extras in out-of-srctree builds
 2021-02-26 21:30 UTC  (2+ messages)

[PATCH/v3] bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETH
 2021-02-26 21:29 UTC  (3+ messages)

[PATCH bpf-next v5 00/12] bpf: add bpf_for_each_map_elem() helper
 2021-02-26 21:29 UTC  (14+ messages)
` [PATCH bpf-next v5 01/12] bpf: factor out visit_func_call_insn() in check_cfg()
` [PATCH bpf-next v5 02/12] bpf: factor out verbose_invalid_scalar()
` [PATCH bpf-next v5 03/12] bpf: refactor check_func_call() to allow callback function
` [PATCH bpf-next v5 04/12] bpf: change return value of verifier function add_subprog()
` [PATCH bpf-next v5 05/12] bpf: add bpf_for_each_map_elem() helper
` [PATCH bpf-next v5 06/12] bpf: add hashtab support for "
` [PATCH bpf-next v5 07/12] bpf: add arraymap "
` [PATCH bpf-next v5 08/12] libbpf: move function is_ldimm64() earlier in libbpf.c
` [PATCH bpf-next v5 09/12] libbpf: support subprog address relocation
` [PATCH bpf-next v5 10/12] bpftool: print subprog address properly
` [PATCH bpf-next v5 11/12] selftests/bpf: add hashmap test for bpf_for_each_map_elem() helper
` [PATCH bpf-next v5 12/12] selftests/bpf: add arraymap "

[PATCH bpf-next] selftests/bpf: Propagate error code of the command to vmtest.sh
 2021-02-26 21:20 UTC  (3+ messages)

[PATCH bpf-next v2 0/5] PROG_TEST_RUN support for sk_lookup programs
 2021-02-26 20:55 UTC  (2+ 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).