bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-28 08:08:51 to 2021-03-03 22:57:32 UTC [more...]

[PATCH bpf-next 0/2] load-acquire/store-release semantics for AF_XDP rings
 2021-03-03 16:34 UTC  (18+ 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

XDP socket rings, and LKMM litmus tests
 2021-03-03 16:54 UTC  (11+ messages)

[PATCH] selftests/bpf: Simplify the calculation of variables
 2021-03-03 15:58 UTC  (2+ messages)

[PATCH bpf 0/3] AF_XDP small fixes
 2021-03-03 16:33 UTC  (7+ messages)
` [PATCH bpf 1/3] xsk: remove dangling function declaration from header file
` [PATCH bpf 2/3] samples: bpf: add missing munmap in xdpsock
` [PATCH bpf 3/3] libbpf: clear map_info before each bpf_obj_get_info_by_fd

[PATCH intel-net 0/3] intel: Rx headroom fixes
 2021-03-03 15:39 UTC  (4+ messages)
` [PATCH intel-net 1/3] i40e: move headroom initialization to i40e_configure_rx_ring
` [PATCH intel-net 2/3] ice: move headroom initialization to ice_setup_rx_ctx
` [PATCH intel-net 3/3] ixgbe: move headroom initialization to ixgbe_configure_rx_ring

Why do kprobes and uprobes singlestep?
 2021-03-03 13:27 UTC  (6+ messages)

[PATCH bpf] veth: store queue_mapping independently of XDP prog presence
 2021-03-03 15:29 UTC 

[PATCH v2 bpf-next] bpf: devmap: move drop error path to devmap for XDP_REDIRECT
 2021-03-03 11:29 UTC  (10+ messages)

bpf selftests and page size
 2021-03-03 10:39 UTC  (3+ messages)

[Patch bpf-next v2 0/9] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-03 10:20 UTC  (20+ 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 v5 bpf-next] bpf: Explicitly zero-extend R0 after 32-bit cmpxchg
 2021-03-03 10:41 UTC  (6+ messages)

Broken kretprobe stack traces
 2021-03-03 14:26 UTC  (3+ messages)

[PATCH v6 bpf-next] bpf: Explicitly zero-extend R0 after 32-bit cmpxchg
 2021-03-03 11:04 UTC 

[PATCH/v4] bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETH
 2021-03-03 12:48 UTC  (2+ messages)

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

[PATCH] bpf: Simplify the calculation of variables
 2021-03-03  7:31 UTC  (2+ messages)

[PATCH bpf-next v3 0/5] PROG_TEST_RUN support for sk_lookup programs
 2021-03-03  4:27 UTC  (7+ 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

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

[PATCH bpf v1] Add `core_btf_path` to `bpf_object_open_opts` to pass BTF path from skeleton program
 2021-03-03  4:11 UTC  (7+ messages)

[PATCH bpf-next] selftests/bpf: Fix test_attach_probe for powerpc uprobes
 2021-03-02 18:58 UTC  (8+ 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: 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 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

[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  (4+ 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)

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)


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