bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-03 03:55:37 to 2021-03-05 03:21:40 UTC [more...]

[PATCH bpf-next v4 0/5] PROG_TEST_RUN support for sk_lookup programs
 2021-03-05  3:21 UTC  (8+ 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 v6 bpf-next] bpf: Explicitly zero-extend R0 after 32-bit cmpxchg
 2021-03-05  3:10 UTC  (4+ messages)

[PATCHv2 bpf-next 00/15] Improve BPF syscall command documentation
 2021-03-05  2:51 UTC  (32+ 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 v7 bpf-next 00/10] Add BTF_KIND_FLOAT support
 2021-03-05  2:36 UTC  (2+ messages)

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

XDP socket rings, and LKMM litmus tests
 2021-03-05  1:12 UTC  (32+ messages)

[PATCH] x86: kprobes: orc: Fix ORC walks in kretprobes
 2021-03-05  0:07 UTC 

[Patch bpf-next v2 0/9] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-04 23:52 UTC  (21+ messages)
` [Patch bpf-next v2 2/9] sock: introduce sk_prot->update_proto()
` [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 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 bpf-next] s390/bpf: Implement new atomic ops
 2021-03-04 23:30 UTC 

bpf selftests and page size
 2021-03-04 20:51 UTC  (6+ messages)

Broken kretprobe stack traces
 2021-03-04 20:25 UTC  (13+ messages)
      ` [PATCH] kprobes: stacktrace: Recover the address changed by kretprobe

bpf: inode_storage lookup element unexpected behaviour‏‏
 2021-03-04 19:43 UTC  (2+ messages)

[BUG] hitting bug when running spinlock test
 2021-03-04 19:03 UTC 

bpf_core_type_id_kernel with qualifier aborts clang compilation
 2021-03-04 16:41 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix test_attach_probe for powerpc uprobes
 2021-03-04 15:55 UTC  (13+ messages)

[PATCH bpf-next v2] selftests/bpf: add a verifier scale test with unknown bounded loop
 2021-03-04 15:50 UTC  (2+ messages)

[Patch bpf-next] skmsg: add function doc for skb->_sk_redir
 2021-03-04 15:40 UTC  (2+ messages)

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

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

[PATCH] selftests_bpf: extend test_tc_tunnel test with vxlan
 2021-03-04 14:02 UTC  (2+ messages)

[PATCH/v5] bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETH
 2021-03-04 13:55 UTC  (2+ messages)

[BPF CO-RE clarification] Use CO-RE on older kernel versions
 2021-03-04 13:10 UTC  (4+ messages)

[PATCH intel-net 0/3] intel: Rx headroom fixes
 2021-03-04  8:53 UTC  (6+ 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
` [Intel-wired-lan] [PATCH intel-net 0/3] intel: Rx headroom fixes

[PATCH/v4] bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETH
 2021-03-04  3:40 UTC  (5+ messages)

[PATCH v1 0/3] Reducing memory usage of i40e for kdump
 2021-03-04  2:55 UTC 

Why do kprobes and uprobes singlestep?
 2021-03-03 19:14 UTC  (8+ messages)

[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

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

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

[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  (3+ messages)
` [PATCH bpf-next v3 1/5] bpf: consolidate shared test timing code

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


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