bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-08 23:00:49 to 2020-05-12 16:34:42 UTC [more...]

[PATCH bpf-next v2 00/17] Run a BPF program on socket lookup
 2020-05-12 16:34 UTC  (24+ messages)
` [PATCH bpf-next v2 01/17] flow_dissector: Extract attach/detach/query helpers
` [PATCH bpf-next v2 02/17] bpf: Introduce SK_LOOKUP program type with a dedicated attach point
` [PATCH bpf-next v2 03/17] inet: Store layer 4 protocol in inet_hashinfo
` [PATCH bpf-next v2 04/17] inet: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v2 05/17] inet: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v2 06/17] inet6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v2 07/17] inet6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v2 08/17] udp: Store layer 4 protocol in udp_table
` [PATCH bpf-next v2 09/17] udp: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v2 10/17] udp: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v2 11/17] udp6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v2 12/17] udp6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v2 13/17] bpf: Sync linux/bpf.h to tools/
` [PATCH bpf-next v2 14/17] libbpf: Add support for SK_LOOKUP program type
` [PATCH bpf-next v2 15/17] selftests/bpf: Add verifier tests for bpf_sk_lookup context access
` [PATCH bpf-next v2 16/17] selftests/bpf: Rename test_sk_lookup_kern.c to test_ref_track_kern.c
` [PATCH bpf-next v2 17/17] selftests/bpf: Tests for BPF_SK_LOOKUP attach point

[PATCH bpf-next v2] samples/bpf: xdp_redirect_cpu: set MAX_CPUS according to NR_CPUS
 2020-05-12 16:30 UTC 

[PATCH bpf-next v4 00/21] bpf: implement bpf iterator for kernel data
 2020-05-12 16:29 UTC  (42+ messages)
` [PATCH bpf-next v4 01/21] bpf: implement an interface to register bpf_iter targets
` [PATCH bpf-next v4 02/21] bpf: allow loading of a bpf_iter program
` [PATCH bpf-next v4 03/21] bpf: support bpf tracing/iter programs for BPF_LINK_CREATE
` [PATCH bpf-next v4 04/21] bpf: support bpf tracing/iter programs for BPF_LINK_UPDATE
` [PATCH bpf-next v4 05/21] bpf: implement bpf_seq_read() for bpf iterator
` [PATCH bpf-next v4 06/21] bpf: create anonymous "
` [PATCH bpf-next v4 07/21] bpf: create file "
` [PATCH bpf-next v4 08/21] bpf: implement common macros/helpers for target iterators
` [PATCH bpf-next v4 09/21] bpf: add bpf_map iterator
` [PATCH bpf-next v4 10/21] net: bpf: add netlink and ipv6_route bpf_iter targets
` [PATCH bpf-next v4 11/21] bpf: add task and task/file iterator targets
` [PATCH bpf-next v4 12/21] bpf: add PTR_TO_BTF_ID_OR_NULL support
` [PATCH bpf-next v4 13/21] bpf: add bpf_seq_printf and bpf_seq_write helpers
` [PATCH bpf-next v4 14/21] bpf: handle spilled PTR_TO_BTF_ID properly when checking stack_boundary
` [PATCH bpf-next v4 15/21] bpf: support variable length array in tracing programs
` [PATCH bpf-next v4 16/21] tools/libbpf: add bpf_iter support
` [PATCH bpf-next v4 17/21] tools/libpf: add offsetof/container_of macro in bpf_helpers.h
` [PATCH bpf-next v4 18/21] tools/bpftool: add bpf_iter support for bptool
` [PATCH bpf-next v4 19/21] tools/bpf: selftests: add iterator programs for ipv6_route and netlink
` [PATCH bpf-next v4 20/21] tools/bpf: selftests: add iter progs for bpf_map/task/task_file
` [PATCH bpf-next v4 21/21] tools/bpf: selftests: add bpf_iter selftests

[PATCH v5 bpf-next 0/3] Introduce CAP_BPF
 2020-05-12 15:54 UTC  (11+ messages)
` [PATCH v5 bpf-next 2/3] bpf: implement CAP_BPF

[PATCH bpf-next 0/8] misc fixes for bpf_iter
 2020-05-12 15:52 UTC  (9+ messages)
` [PATCH bpf-next 1/8] tools/bpf: selftests : explain bpf_iter test failures with llvm 10.0.0
` [PATCH bpf-next 2/8] bpf: change btf_iter func proto prefix to "bpf_iter_"
` [PATCH bpf-next 3/8] bpf: add comments to interpret bpf_prog return values
` [PATCH bpf-next 4/8] bpf: add WARN_ONCE if bpf_seq_read show() return a positive number
` [PATCH bpf-next 5/8] bpf: net: refactor bpf_iter target registration
` [PATCH bpf-next 6/8] bpf: change func bpf_iter_unreg_target() signature
` [PATCH bpf-next 7/8] bpf: enable bpf_iter targets registering ctx argument types
` [PATCH bpf-next 8/8] samples/bpf: remove compiler warnings

[PATCH v2 bpf-next 0/3] Add benchmark runner and few benchmarks
 2020-05-12 15:11 UTC  (11+ messages)
` [PATCH v2 bpf-next 1/3] selftests/bpf: add benchmark runner infrastructure
` [PATCH v2 bpf-next 2/3] selftest/bpf: fmod_ret prog and implement test_overhead as part of bench
` [PATCH v2 bpf-next 3/3] selftest/bpf: add BPF triggering benchmark

bpf selftest execution issues
 2020-05-12 14:46 UTC 

[PATCH bpf-next 0/3] samples: bpf: refactor kprobe tracing progs with libbpf
 2020-05-12 14:43 UTC  (4+ messages)
` [PATCH bpf-next 1/3] samples: bpf: refactor kprobe tracing user "
` [PATCH bpf-next 2/3] samples: bpf: refactor tail call "
` [PATCH bpf-next 3/3] samples: bpf: refactor kprobe, tail call kern progs map definition

[PATCH bpf-next v4] libbpf: fix probe code to return EPERM if encountered
 2020-05-12 14:26 UTC  (2+ messages)

[PATCH bpf-next] samples/bpf: xdp_redirect_cpu: set MAX_CPUS according to NR_CPUS
 2020-05-12 14:22 UTC  (4+ messages)

[PATCH bpf-next 00/17] Run a BPF program on socket lookup
 2020-05-12 14:16 UTC  (13+ messages)
` [PATCH bpf-next 02/17] bpf: Introduce SK_LOOKUP program type with a dedicated attach point
` [PATCH bpf-next 14/17] libbpf: Add support for SK_LOOKUP program type

KMSAN: uninit-value in inet_gro_receive (3)
 2020-05-12 14:02 UTC 

[PATCH bpf-next 1/4] xdp: Support specifying expected existing program when attaching XDP
 2020-05-12 13:02 UTC  (14+ messages)
              ` bpf: ability to attach freplace to multiple parents

[PATCH bpf-next v3] libbpf: fix probe code to return EPERM if encountered
 2020-05-12  9:06 UTC  (4+ messages)

[PATCH v2 bpf-next 0/7] bpf, printk: add BTF-based type printing
 2020-05-12  5:56 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/7] bpf: provide function to get vmlinux BTF information
` [PATCH v2 bpf-next 2/7] bpf: move to generic BTF show support, apply it to seq files/strings
` [PATCH v2 bpf-next 3/7] checkpatch: add new BTF pointer format specifier
` [PATCH v2 bpf-next 4/7] printk: add type-printing %pT format specifier which uses BTF
` [PATCH v2 bpf-next 5/7] printk: extend test_printf to test %pT BTF-based format specifier
` [PATCH v2 bpf-next 6/7] bpf: add support for %pT format specifier for bpf_trace_printk() helper
` [PATCH v2 bpf-next 7/7] bpf: add tests for %pT format specifier

[PATCH v2 00/15] kbuild: support 'userprogs' syntax
 2020-05-12  4:34 UTC  (2+ messages)

[PATCH] bpfilter: check if $(CC) can static link in Kconfig
 2020-05-12  4:32 UTC  (3+ messages)

[PATCH bpf-next v3 00/21] bpf: implement bpf iterator for kernel data
 2020-05-12  3:16 UTC  (20+ messages)
` [PATCH bpf-next v3 03/21] bpf: support bpf tracing/iter programs for BPF_LINK_CREATE
` [PATCH bpf-next v3 05/21] bpf: implement bpf_seq_read() for bpf iterator
` [PATCH bpf-next v3 08/21] bpf: implement common macros/helpers for target iterators
` [PATCH bpf-next v3 13/21] bpf: add bpf_seq_printf and bpf_seq_write helpers
` [PATCH bpf-next v3 18/21] tools/bpftool: add bpf_iter support for bptool

[bpf-next PATCH 00/10] bpf: selftests, test_sockmap improvements
 2020-05-12  3:13 UTC  (4+ messages)

[RFC PATCH bpf-next 0/1] bpf, x64: optimize JIT prologue/epilogue generation
 2020-05-12  0:01 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/1] "

[PATCH bpf-next v2 0/4] bpf: clean up bpftool, bpftool doc, bpf-helpers doc
 2020-05-11 20:34 UTC  (6+ messages)
` [PATCH bpf-next v2 1/4] tools: bpftool: poison and replace kernel integer typedefs
` [PATCH bpf-next v2 2/4] tools: bpftool: minor fixes for documentation
` [PATCH bpf-next v2 3/4] bpf: minor fixes to BPF helpers documentation
` [PATCH bpf-next v2 4/4] tools: bpf: synchronise BPF UAPI header with tools

[PATCH bpf] samples: bpf: fix build error
 2020-05-11 20:32 UTC  (2+ messages)

Mailing list for CI results
 2020-05-11 18:52 UTC  (2+ messages)

WARNING in cgroup_finalize_control
 2020-05-11 18:31 UTC  (2+ messages)

[PATCH bpf-next 0/4] bpf: clean up bpftool, bpftool doc, bpf-helpers doc
 2020-05-11 16:05 UTC  (7+ messages)
` [PATCH bpf-next 1/4] tools: bpftool: poison and replace kernel integer typedefs
` [PATCH bpf-next 2/4] tools: bpftool: minor fixes for documentation
` [PATCH bpf-next 3/4] bpf: minor fixes to BPF helpers documentation
` [PATCH bpf-next 4/4] tools: bpf: synchronise BPF UAPI header with tools

bpf_iter build breakage ([bpf-next:master] BUILD REGRESSION b4563facdcae55c83039d5efcc3b45a63da14d2f)
 2020-05-11 15:30 UTC  (2+ messages)

[PATCH] libbpf: Replace zero-length array with flexible-array
 2020-05-11 15:26 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] arm64 BPF JIT Optimizations
 2020-05-11 12:55 UTC  (2+ messages)

Checksum behaviour of bpf_redirected packets
 2020-05-11  9:31 UTC  (9+ messages)

clean up and streamline probe_kernel_* and friends
 2020-05-11  5:34 UTC  (6+ messages)
` [PATCH 11/15] maccess: remove strncpy_from_unsafe
` [PATCH 12/15] maccess: always use strict semantics for probe_kernel_read

[PATCH net-next v3 00/33] XDP extend with knowledge of frame size
 2020-05-10  6:31 UTC  (5+ messages)
` [PATCH net-next v3 21/33] virtio_net: add XDP frame size in two code paths
` [PATCH net-next v3 28/33] mlx5: rx queue setup time determine frame_sz for XDP

[PATCH v9 bpf-next 0/3] bpf: sharing bpf runtime stats with
 2020-05-10  1:03 UTC  (5+ messages)
` [PATCH v9 bpf-next 2/3] libbpf: add support for command BPF_ENABLE_STATS

bprm_count and stack_mprotect error when testing BPF LSM on v5.7-rc3
 2020-05-09 13:28 UTC  (7+ messages)

[PATCH] bpfilter: document build requirements for bpfilter_umh
 2020-05-09  7:51 UTC  (2+ messages)

[PATCH 0/2] libbpf: fix powerpc check_kabi rule
 2020-05-09  6:17 UTC  (5+ messages)
` [PATCH 1/2] Revert "libbpf: Fix readelf output parsing on powerpc with recent binutils"

linux-next 20200506 - build failure with net/bpfilter/bpfilter_umh
 2020-05-09  4:39 UTC  (3+ messages)

[RFC PATCH v3 00/14] Share events between metrics
 2020-05-09  2:40 UTC  (13+ messages)
` [RFC PATCH v3 01/14] perf parse-events: expand add PMU error/verbose messages
` [RFC PATCH v3 06/14] perf evsel: fix 2 memory leaks
` [RFC PATCH v3 12/14] perf metricgroup: order event groups by size
` [RFC PATCH v3 13/14] perf metricgroup: remove duped metric group events

[PATCH] umh: fix memory leak on execve failure
 2020-05-09  2:10 UTC  (2+ messages)

pull-request: bpf 2020-05-09
 2020-05-09  2:02 UTC  (2+ messages)

[PATCH bpf-next v5 0/4] bpf: allow any port in bpf_bind helper
 2020-05-08 23:41 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).