bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-17 18:56:02 to 2020-03-22 18:50:31 UTC [more...]

using libbpf in external projects
 2020-03-22 18:50 UTC 

[PATCH 00/12 v2] ring-buffer/tracing: Remove disabling of ring buffer while reading trace file
 2020-03-22 18:07 UTC  (16+ messages)
` [PATCH 01/12 v2] selftest/ftrace: Fix function trigger test to handle trace not disabling the tracer
` [PATCH 02/12 v2] tracing: Save off entry when peeking at next entry
` [PATCH 03/12 v2] ring-buffer: Have ring_buffer_empty() not depend on tracing stopped
` [PATCH 04/12 v2] ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()
` [PATCH 05/12 v2] ring-buffer: Add page_stamp to iterator for synchronization
` [PATCH 06/12 v2] ring-buffer: Have rb_iter_head_event() handle concurrent writer
` [PATCH 07/12 v2] ring-buffer: Do not die if rb_iter_peek() fails more than thrice
` [PATCH 08/12 v2] ring-buffer: Optimize rb_iter_head_event()
` [PATCH 09/12 v2] ring-buffer: Do not disable recording when there is an iterator
` [PATCH 10/12 v2] tracing: Do not disable tracing when reading the trace file
` [PATCH 11/12 v2] ring-buffer/tracing: Have iterator acknowledge dropped events
` [PATCH 12/12 v2] tracing: Have the document reflect that the trace file keeps tracing enabled

[PATCH] bpf: fix build warning - missing prototype
 2020-03-22 14:08 UTC 

[PATCH bpf-next v5 0/2] Refactor perf_event sample user program with libbpf bpf_link
 2020-03-21 23:03 UTC  (6+ messages)
` [PATCH bpf-next v5 1/2] samples: bpf: move read_trace_pipe to trace_helpers
` [PATCH bpf-next v5 2/2] samples: bpf: refactor perf_event user program with libbpf bpf_link

WARNING: refcount bug in sk_alloc (2)
 2020-03-21 10:06 UTC  (2+ messages)

[PATCH bpf-next 0/6] Add support for cgroup bpf_link
 2020-03-21  1:28 UTC  (14+ messages)
` [PATCH bpf-next 1/6] bpf: factor out cgroup storages operations
` [PATCH bpf-next 2/6] bpf: factor out attach_type to prog_type mapping for attach/detach
` [PATCH bpf-next 3/6] bpf: implement bpf_link-based cgroup BPF program attachment
  ` [Potential Spoof] "
` [PATCH bpf-next 4/6] bpf: implement bpf_prog replacement for an active bpf_cgroup_link
` [PATCH bpf-next 5/6] libbpf: add support for bpf_link-based cgroup attachment
` [PATCH bpf-next 6/6] selftests/bpf: test FD-based "

[PATCH bpf-next 0/4] XDP: Support atomic replacement of XDP interface attachments
 2020-03-20 23:35 UTC  (20+ messages)
` [PATCH bpf-next 1/4] xdp: Support specifying expected existing program when attaching XDP
` [PATCH bpf-next 2/4] tools: Add EXPECTED_FD-related definitions in if_link.h
` [PATCH bpf-next 3/4] libbpf: Add function to set link XDP fd while specifying old fd
` [PATCH bpf-next 4/4] selftests/bpf: Add tests for attaching XDP programs

[PATCH RFC v1 00/15] XDP extend with knowledge of frame size
 2020-03-20 22:37 UTC  (16+ messages)
` [PATCH RFC v1 01/15] xdp: add frame size to xdp_buff
` [PATCH RFC v1 03/15] bnxt: add XDP frame size to driver
` [PATCH RFC v1 05/15] ixgbe: "
` [PATCH RFC v1 09/15] xdp: clear grow memory in bpf_xdp_adjust_tail()

[PATCH bpf-next v2 0/4] XDP: Support atomic replacement of XDP interface attachments
 2020-03-20 21:50 UTC  (6+ messages)
` [PATCH bpf-next v2 1/4] xdp: Support specifying expected existing program when attaching XDP
` [PATCH bpf-next v2 2/4] tools: Add EXPECTED_FD-related definitions in if_link.h
` [PATCH bpf-next v2 3/4] libbpf: Add function to set link XDP fd while specifying old fd
` [PATCH bpf-next v2 4/4] selftests/bpf: Add tests for attaching XDP programs

[PATCH bpf-next] selftests/bpf: Fix mix of tabs and spaces
 2020-03-20 20:49 UTC  (2+ messages)

[PATCH] bpf: explicitly memset the bpf_attr structure
 2020-03-20 20:07 UTC  (12+ messages)
        ` [PATCH] bpf: explicitly memset some bpf info structures declared on the stack

[PATCH v2 bpf-next 0/2] bpf: Add bpf_sk_storage support to bpf_tcp_ca
 2020-03-20 18:42 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] "
` [PATCH v2 bpf-next 2/2] bpf: Add tests for bpf_sk_storage "

[ANNOUNCEMENT] Automated multi-kernel libbpf testing
 2020-03-20 18:15 UTC  (3+ messages)

[PATCH 0/5] Return fds from privileged sockhash/sockmap lookup
 2020-03-20 15:12 UTC  (9+ messages)

[PATCH bpf-next] bpf: tcp: Fix unused function warnings
 2020-03-20 15:01 UTC  (11+ messages)
` [PATCH bpf-next 0/2] minor cleanups
  ` [PATCH bpf-next 1/2] bpf: tcp: Fix unused function warnings
  ` [PATCH bpf-next 2/2] bpf: tcp: Make tcp_bpf_recvmsg static

[PATCH v4 bpf-next 0/4] bpftool: Add struct_ops support
 2020-03-20 15:00 UTC  (6+ messages)
` [PATCH v4 bpf-next 1/4] bpftool: Print the enum's name instead of value
` [PATCH v4 bpf-next 2/4] bpftool: Print as a string for char array
` [PATCH v4 bpf-next 3/4] bpftool: Translate prog_id to its bpf prog_name
` [PATCH v4 bpf-next 4/4] bpftool: Add struct_ops support

[PATCH bpf-next 0/2] bpf: Add bpf_sk_storage support to bpf_tcp_ca
 2020-03-20  5:33 UTC  (6+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] bpf: Add tests for bpf_sk_storage "

[PATCH bpf-next 0/7] Add bpf_sk_assign eBPF helper
 2020-03-20  4:28 UTC  (21+ messages)
` [PATCH bpf-next 3/7] bpf: Add socket assign support
` [PATCH bpf-next 5/7] selftests: bpf: add test for sk_assign

[net-next] seg6: add support for optional attributes during behavior construction
 2020-03-19 18:36 UTC 

[PATCH bpf-next v6] bpf: Support llvm-objcopy for vmlinux BTF
 2020-03-19 12:04 UTC  (5+ messages)

WARNING in kcm_write_msgs
 2020-03-19  7:10 UTC 

[RFC][PATCH 00/11] ring-buffer/tracing: Remove disabling of ring buffer while reading trace file
 2020-03-19  5:27 UTC 

[PATCH v3] perf tools: add support for libpfm4
 2020-03-19  4:15 UTC  (3+ messages)

[PATCH v4] perf tools: add support for libpfm4
 2020-03-19  4:11 UTC 

[PATCH v3] selftests: Fix seccomp to support relocatable build (O=objdir)
 2020-03-19  3:15 UTC  (4+ messages)

[PATCH v2 bpf-next] bpf: sharing bpf runtime stats with /dev/bpf_stats
 2020-03-18 23:45 UTC  (13+ messages)

[PATCH bpf] bpf: Support llvm-objcopy and llvm-objdump for vmlinux BTF
 2020-03-18 19:23 UTC  (14+ messages)
  ` [PATCH bpf v2] "
          ` [PATCH bpf v3] "
              ` [PATCH bpf-next v4] "

[PATCH v3 bpf-next 0/4] bpftool: Add struct_ops support
 2020-03-18 18:12 UTC  (8+ messages)
` [PATCH v3 bpf-next 1/4] bpftool: Print the enum's name instead of value
` [PATCH v3 bpf-next 2/4] bpftool: Print as a string for char array
` [PATCH v3 bpf-next 3/4] bpftool: Translate prog_id to its bpf prog_name
` [PATCH v3 bpf-next 4/4] bpftool: Add struct_ops support

[PATCH] seccomp: allow BPF_MOD ALU instructions
 2020-03-18 15:23 UTC  (7+ messages)

[RFC PATCH bpf-next 0/3] bpf: add tracing for XDP programs using the BPF_PROG_TEST_RUN API
 2020-03-18 13:06 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/3] bpf: introduce trace option to the BPF_PROG_TEST_RUN command API
` [RFC PATCH bpf-next 2/3] bpf: add tracing for XDP programs using the BPF_PROG_TEST_RUN API
` [RFC PATCH bpf-next 3/3] selftests/bpf: call bpf_prog_test_run with trace enabled for XDP test

[PATCH bpf-next v5] bpf: Support llvm-objcopy and llvm-objdump for vmlinux BTF
 2020-03-17 23:44 UTC  (8+ messages)

[PATCH bpf-next] xsk: update rings for load-acquire/store-release semantics
 2020-03-17 21:03 UTC  (6+ messages)

[PATCH bpf-next 0/4] bpftool: Add struct_ops support
 2020-03-17 21:03 UTC  (6+ messages)
` [PATCH bpf-next 1/4] bpftool: Print the enum's name instead of value
` [PATCH bpf-next 2/4] bpftool: Print as a string for char array

[PATCH v3 bpf] bpf: Sanitize the bpf_struct_ops tcp-cc name
 2020-03-17 20:08 UTC  (2+ messages)

[PATCH v2 bpf-next] bpf: Document bpf_inspect drgn tool
 2020-03-17 19:57 UTC  (2+ messages)

[PATCH] bpf: Fix ___bpf_kretprobe_args1(x) macro definition
 2020-03-17 18:59 UTC  (2+ messages)

[PATCH bpf-next 1/3] selftests/bpf: fix race in tcp_rtt test
 2020-03-17 18:58 UTC  (2+ messages)

[PATCH v2 bpf-next] selftests/bpf: fix nanosleep for real this time
 2020-03-17 18:56 UTC  (2+ messages)

[PATCH v2 bpf-next] selftest/bpf: fix compilation warning in sockmap_parse_prog.c
 2020-03-17 18: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).