bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-19 10:27:22 to 2020-03-24 16:12:19 UTC [more...]

[PATCH bpf-next v5 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-03-24 16:12 UTC  (38+ messages)
` [PATCH bpf-next v5 1/7] bpf: Introduce BPF_PROG_TYPE_LSM
` [PATCH bpf-next v5 2/7] security: Refactor declaration of LSM hooks
` [PATCH bpf-next v5 3/7] bpf: lsm: provide attachment points for BPF LSM programs
` [PATCH bpf-next v5 4/7] bpf: lsm: Implement attach, detach and execution
` [PATCH bpf-next v5 5/7] bpf: lsm: Initialize the BPF LSM hooks
` [PATCH bpf-next v5 6/7] tools/libbpf: Add support for BPF_PROG_TYPE_LSM
` [PATCH bpf-next v5 7/7] bpf: lsm: Add selftests "

[PATCH v5] perf tools: add support for libpfm4
 2020-03-24 15:29 UTC  (9+ messages)

[PATCH bpf-next 0/4] XDP: Support atomic replacement of XDP interface attachments
 2020-03-24 10:57 UTC  (32+ 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] bpf: fix build warning - missing prototype
 2020-03-24  7:22 UTC  (5+ messages)
      ` [PATCH v2] "

[PATCH net-next] net: thunderx: remove set but not used variable 'tail'
 2020-03-24  4:54 UTC  (2+ messages)

WARNING in wp_page_copy
 2020-03-24  2:47 UTC 

[PATCH v4] perf tools: add support for libpfm4
 2020-03-24  0:01 UTC  (3+ messages)

[RFC PATCH bpf-next 0/3] bpf: add tracing for XDP programs using the BPF_PROG_TEST_RUN API
 2020-03-23 22:47 UTC  (2+ messages)

[PATCH bpf-next v5 0/2] Refactor perf_event sample user program with libbpf bpf_link
 2020-03-23 21:38 UTC  (7+ 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

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

[PATCH v3] selftests: Fix seccomp to support relocatable build (O=objdir)
 2020-03-23 20:50 UTC  (6+ messages)

[PATCH bpf-next 0/6] Add support for cgroup bpf_link
 2020-03-23 19:31 UTC  (21+ 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 "

using libbpf in external projects
 2020-03-23 18:17 UTC  (5+ messages)

[PATCH RFC v1 00/15] XDP extend with knowledge of frame size
 2020-03-23 14:44 UTC  (10+ messages)
` [PATCH RFC v1 03/15] bnxt: add XDP frame size to driver
` [PATCH RFC v1 05/15] ixgbe: "

[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

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

[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

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

[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  (16+ 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  (3+ 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).