bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-16 04:06:28 to 2020-05-20 09:49:51 UTC [more...]

[PATCH bpf-next v4 00/15] Introduce AF_XDP buffer allocation API
 2020-05-20  9:47 UTC  (16+ messages)
` [PATCH bpf-next v4 01/15] xsk: fix xsk_umem_xdp_frame_sz()
` [PATCH bpf-next v4 02/15] xsk: move xskmap.c to net/xdp/
` [PATCH bpf-next v4 03/15] xsk: move driver interface to xdp_sock_drv.h
` [PATCH bpf-next v4 04/15] xsk: move defines only used by AF_XDP internals to xsk.h
` [PATCH bpf-next v4 05/15] xsk: introduce AF_XDP buffer allocation API
` [PATCH bpf-next v4 06/15] i40e: refactor rx_bi accesses
` [PATCH bpf-next v4 07/15] i40e: separate kernel allocated rx_bi rings from AF_XDP rings
` [PATCH bpf-next v4 08/15] i40e, xsk: migrate to new MEM_TYPE_XSK_BUFF_POOL
` [PATCH bpf-next v4 09/15] ice, "
` [PATCH bpf-next v4 10/15] ixgbe, "
` [PATCH bpf-next v4 11/15] mlx5, "
` [PATCH bpf-next v4 12/15] xsk: remove MEM_TYPE_ZERO_COPY and corresponding code
` [PATCH bpf-next v4 13/15] xdp: simplify xdp_return_{frame,frame_rx_napi,buff}
` [PATCH bpf-next v4 14/15] xsk: explicitly inline functions and move definitions
` [PATCH bpf-next v4 15/15] MAINTAINERS, xsk: update AF_XDP section after moves/adds

[RFC PATCH v3 00/14] Share events between metrics
 2020-05-20  7:46 UTC  (6+ messages)
` [RFC PATCH v3 12/14] perf metricgroup: order event groups by size

[PATCH 0/7] Share events between metrics
 2020-05-20  7:28 UTC  (8+ messages)
` [PATCH 1/7] perf metricgroup: Change evlist_used to a bitmap
` [PATCH 2/7] perf metricgroup: Always place duration_time last
` [PATCH 3/7] perf metricgroup: Delay events string creation
` [PATCH 4/7] perf metricgroup: Order event groups by size
` [PATCH 5/7] perf metricgroup: Remove duped metric group events
` [PATCH 6/7] perf metricgroup: Add options to not group or merge
` [PATCH 7/7] perf metricgroup: Remove unnecessary ',' from events

[PATCH] perf bpf-loader: Add missing '*' for key_scan_pos
 2020-05-20  7:05 UTC  (2+ messages)

seccomp feature development
 2020-05-20  6:18 UTC  (5+ messages)

[PATCH] selftests/bpf: install btf .c files
 2020-05-20  6:16 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: add general instructions for test execution
 2020-05-20  5:26 UTC  (5+ messages)

BPF for hash calculation
 2020-05-20  2:35 UTC 

[PATCH v3 0/7] Copy hashmap to tools/perf/util, use in perf expr
 2020-05-20  2:34 UTC  (13+ messages)
` [PATCH v3 6/7] perf test: Improve pmu event metric testing
` [PATCH v3 7/7] perf expr: Migrate expr ids table to a hashmap

UBSAN: array-index-out-of-bounds in kernel/bpf/arraymap.c:177
 2020-05-20  1:55 UTC  (12+ messages)

[RFC PATCH bpf-next 0/2] xdp: add dev map multicast support
 2020-05-20  1:24 UTC  (7+ messages)
` [RFC PATCHv2 "
  ` [RFC PATCHv2 bpf-next 1/2] xdp: add a new helper for "

[PATCH v2 bpf-next 0/7] BPF ring buffer
 2020-05-19 23:53 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/7] bpf: implement BPF ring buffer and verifier support for it
` [PATCH v2 bpf-next 2/7] tools/memory-model: add BPF ringbuf MPSC litmus tests
` [PATCH v2 bpf-next 3/7] bpf: track reference type in verifier
` [PATCH v2 bpf-next 4/7] libbpf: add BPF ring buffer support
` [PATCH v2 bpf-next 5/7] selftests/bpf: add BPF ringbuf selftests
` [PATCH v2 bpf-next 6/7] bpf: add BPF ringbuf and perf buffer benchmarks
` [PATCH v2 bpf-next 7/7] docs/bpf: add BPF ring buffer design notes

[PATCH bpf-next] selftests/bpf: convert bpf_iter_test_kern{3,4}.c to define own bpf_iter_meta
 2020-05-19 21:11 UTC  (3+ messages)

[PATCH bpf-next] selftest/bpf: make bpf_iter selftest compilable against old vmlinux.h
 2020-05-19 18:44 UTC  (4+ messages)

[PATCH bpf-next v2 0/4] Add get{peer,sock}name cgroup attach types
 2020-05-19 18:39 UTC  (6+ messages)
` [PATCH bpf-next v2 1/4] bpf: add get{peer,sock}name attach types for sock_addr
` [PATCH bpf-next v2 2/4] bpf, libbpf: enable get{peer,sock}name attach types
` [PATCH bpf-next v2 3/4] bpf, bpftool: "
` [PATCH bpf-next v2 4/4] bpf, testing: add get{peer,sock}name selftests to test_progs

[PATCH bpf-next] bpf: fix too large copy from user in bpf_test_init
 2020-05-19 17:22 UTC  (3+ messages)

[PATCH bpf-next v2 0/5] samples: bpf: refactor kprobe tracing progs with libbpf
 2020-05-19 17:21 UTC  (6+ messages)
` [PATCH bpf-next v2 3/5] samples: bpf: refactor tail call user "
` [PATCH bpf-next v2 4/5] samples: bpf: add tracex7 test file to .gitignore
` [PATCH bpf-next v2 5/5] samples: bpf: refactor kprobe, tail call kern progs map definition

[PATCH bpf-next v3 00/15] Introduce AF_XDP buffer allocation API
 2020-05-19 17:06 UTC  (20+ messages)
` [PATCH bpf-next v3 01/15] xsk: fix xsk_umem_xdp_frame_sz()
` [PATCH bpf-next v3 02/15] xsk: move xskmap.c to net/xdp/
` [PATCH bpf-next v3 03/15] xsk: move driver interface to xdp_sock_drv.h
` [PATCH bpf-next v3 04/15] xsk: move defines only used by AF_XDP internals to xsk.h
` [PATCH bpf-next v3 05/15] xsk: introduce AF_XDP buffer allocation API
` [PATCH bpf-next v3 06/15] i40e: refactor rx_bi accesses
` [PATCH bpf-next v3 07/15] i40e: separate kernel allocated rx_bi rings from AF_XDP rings
` [PATCH bpf-next v3 08/15] i40e, xsk: migrate to new MEM_TYPE_XSK_BUFF_POOL
` [PATCH bpf-next v3 09/15] ice, "
` [PATCH bpf-next v3 10/15] ixgbe, "
` [PATCH bpf-next v3 11/15] mlx5, "
` [PATCH bpf-next v3 12/15] xsk: remove MEM_TYPE_ZERO_COPY and corresponding code
` [PATCH bpf-next v3 13/15] xdp: simplify xdp_return_{frame,frame_rx_napi,buff}
` [PATCH bpf-next v3 14/15] xsk: explicitly inline functions and move definitions
` [PATCH bpf-next v3 15/15] MAINTAINERS, xsk: update AF_XDP section after moves/adds

clean up and streamline probe_kernel_* and friends v3
 2020-05-19 16:46 UTC  (29+ messages)
` [PATCH 01/20] maccess: unexport probe_kernel_write and probe_user_write
` [PATCH 02/20] maccess: remove various unused weak aliases
` [PATCH 03/20] maccess: remove duplicate kerneldoc comments
` [PATCH 04/20] maccess: clarify "
` [PATCH 05/20] maccess: update the top of file comment
` [PATCH 06/20] maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault
` [PATCH 07/20] maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault
` [PATCH 08/20] maccess: rename strnlen_unsafe_user to strnlen_user_nofault
` [PATCH 09/20] maccess: remove probe_read_common and probe_write_common
` [PATCH 10/20] maccess: unify the probe kernel arch hooks
` [PATCH 11/20] bpf: factor out a bpf_trace_copy_string helper
` [PATCH 12/20] maccess: remove strncpy_from_unsafe
` [PATCH 13/20] maccess: always use strict semantics for probe_kernel_read
` [PATCH 14/20] maccess: move user access routines together
` [PATCH 15/20] maccess: allow architectures to provide kernel probing directly
` [PATCH 16/20] x86: use non-set_fs based maccess routines
` [PATCH 17/20] maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
` [PATCH 18/20] maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
` [PATCH 19/20] maccess: rename probe_kernel_address to get_kernel_nofault
` [PATCH 20/20] maccess: return -ERANGE when copy_from_kernel_nofault_allowed fails

[PATCH v2 0/3] selftests: lib.mk improvements
 2020-05-19 14:49 UTC  (5+ messages)
` [PATCH v2 1/3] selftests: do not use .ONESHELL

[PATCH v2 bpf-next 0/7] bpf, printk: add BTF-based type printing
 2020-05-19  6:21 UTC  (9+ messages)
` [PATCH v2 bpf-next 2/7] bpf: move to generic BTF show support, apply it to seq files/strings
` [PATCH v2 bpf-next 6/7] bpf: add support for %pT format specifier for bpf_trace_printk() helper

clean up and streamline probe_kernel_* and friends v2
 2020-05-19  5:50 UTC  (9+ messages)
` [PATCH 10/18] maccess: unify the probe kernel arch hooks
` [PATCH 14/18] maccess: allow architectures to provide kernel probing directly

[PATCH bpf] bpf: prevent mmap()'ing read-only maps as writable
 2020-05-19  5:38 UTC 

[bpf-next PATCH 0/4] verifier, improve ptr is_branch_taken logic
 2020-05-19  5:34 UTC  (12+ messages)
` [bpf-next PATCH 1/4] bpf: verifier track null pointer branch_taken with JNE and JEQ
` [bpf-next PATCH 2/4] bpf: selftests, verifier case for non null pointer check branch taken
` [bpf-next PATCH 3/4] bpf: selftests, verifier case for non null pointer map value branch
` [bpf-next PATCH 4/4] bpf: selftests, add printk to test_sk_lookup_kern to encode null ptr check

[PATCH bpf-next] tools: bpftool: make capability check account for new BPF caps
 2020-05-19  4:39 UTC  (4+ messages)

Fwd: [iovisor-dev] Building BPF programs and kernel persistence
 2020-05-19  0:23 UTC  (2+ messages)
    `  "

[PATCH bpf-next 0/4] Add get{peer,sock}name cgroup attach types
 2020-05-18 22:29 UTC  (9+ messages)
` [PATCH bpf-next 1/4] bpf: add get{peer,sock}name attach types for sock_addr
` [PATCH bpf-next 2/4] bpf, libbpf: enable get{peer,sock}name attach types
` [PATCH bpf-next 3/4] bpf, bpftool: "
` [PATCH bpf-next 4/4] bpf, testing: add get{peer,sock}name selftests to test_progs

[PATCH] security: fix the default value of secid_to_secctx hook
 2020-05-18 22:02 UTC  (8+ messages)

metric expressions including metrics?
 2020-05-18 19:24 UTC  (3+ messages)

[PATCH net-next v4 00/33] XDP extend with knowledge of frame size
 2020-05-18 19:19 UTC  (6+ messages)
` [PATCH net-next v4 31/33] bpf: add xdp.frame_sz in bpf_prog_test_run_xdp()
  ` unstable xdp tests. Was: "

[RFC PATCH bpf-next 0/1] bpf, x64: optimize JIT prologue/epilogue generation
 2020-05-18 18:44 UTC  (6+ messages)
      ` getting bpf_tail_call to work with bpf function calls. Was: "

[PATCH 5.4 1/2] libbpf: Extract and generalize CPU mask parsing logic
 2020-05-18 17:07 UTC  (3+ messages)
` [PATCH 5.4 2/2] selftest/bpf: fix backported test_select_reuseport selftest changes

"Forwarding" from TC classifier
 2020-05-18 14:32 UTC  (8+ messages)

[bpf-next PATCH v2 0/5] bpf: Add sk_msg and networking helpers
 2020-05-18  5:24 UTC  (5+ messages)
` [bpf-next PATCH v2 2/5] bpf: extend bpf_base_func_proto helpers with probe_* and *current_task*
` [bpf-next PATCH v2 3/5] bpf: sk_msg add get socket storage helpers


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