bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-06 00:14:59 to 2020-05-07 07:24:20 UTC [more...]

-EBUSY with some selftests on 5.7-rcX
 2020-05-07  7:24 UTC  (5+ messages)

[PATCH bpf-next v3 0/5] bpf: allow any port in bpf_bind helper
 2020-05-07  6:29 UTC  (10+ messages)
` [PATCH bpf-next v3 1/5] selftests/bpf: generalize helpers to control background listener
` [PATCH bpf-next v3 2/5] selftests/bpf: adopt accept_timeout from sockmap_listen
` [PATCH bpf-next v3 3/5] selftests/bpf: move existing common networking parts into network_helpers
` [PATCH bpf-next v3 4/5] net: refactor arguments of inet{,6}_bind
` [PATCH bpf-next v3 5/5] bpf: allow any port in bpf_bind helper

memory leak in inet6_create (2)
 2020-05-07  5:56 UTC 

[PATCH bpf] security: Fix the default value of fs_context_parse_param hook
 2020-05-07  5:50 UTC  (3+ messages)

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

bprm_count and stack_mprotect error when testing BPF LSM on v5.7-rc3
 2020-05-07  5:19 UTC 

clean up and streamline probe_kernel_* and friends
 2020-05-07  5:12 UTC  (23+ messages)
` [PATCH 01/15] maccess: unexport probe_kernel_write and probe_user_write
` [PATCH 02/15] maccess: remove various unused weak aliases
` [PATCH 03/15] maccess: remove duplicate kerneldoc commens
` [PATCH 04/15] maccess: clarify kerneldoc comments
` [PATCH 05/15] maccess: update the top of file comment
` [PATCH 06/15] maccess: rename strncpy_from_unsafe_user to strncpy_from_user_unsafe
` [PATCH 07/15] maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_unsafe
` [PATCH 08/15] maccess: rename strnlen_unsafe_user to strnlen_user_unsafe
` [PATCH 09/15] maccess: remove probe_read_common and probe_write_common
` [PATCH 10/15] maccess: unify the probe kernel arch hooks
` [PATCH 11/15] maccess: remove strncpy_from_unsafe
` [PATCH 12/15] maccess: always use strict semantics for probe_kernel_read
` [PATCH 13/15] maccess: move user access routines together
` [PATCH 14/15] maccess: allow architectures to provide kernel probing directly
` [PATCH 15/15] x86: use non-set_fs based maccess routines

[PATCH v2] net: bpf: permit redirect from L3 to L2 devices at near max mtu
 2020-05-07  2:36 UTC  (5+ messages)
        ` [PATCH v3] net: bpf: permit redirect from ingress L3 to egress "

[PATCH bpf-next v2 00/20] bpf: implement bpf iterator for kernel data
 2020-05-07  1:09 UTC  (36+ messages)
` [PATCH bpf-next v2 03/20] bpf: support bpf tracing/iter programs for BPF_LINK_CREATE
` [PATCH bpf-next v2 09/20] bpf: add bpf_map iterator
` [PATCH bpf-next v2 10/20] net: bpf: add netlink and ipv6_route bpf_iter targets
` [PATCH bpf-next v2 11/20] bpf: add task and task/file iterator targets
` [PATCH bpf-next v2 13/20] bpf: add bpf_seq_printf and bpf_seq_write helpers
` [PATCH bpf-next v2 14/20] bpf: handle spilled PTR_TO_BTF_ID properly when checking stack_boundary
` [PATCH bpf-next v2 15/20] bpf: support variable length array in tracing programs
` [PATCH bpf-next v2 16/20] tools/libbpf: add bpf_iter support
` [PATCH bpf-next v2 18/20] tools/bpf: selftests: add iterator programs for ipv6_route and netlink
` [PATCH bpf-next v2 19/20] tools/bpf: selftests: add iter progs for bpf_map/task/task_file
` [PATCH bpf-next v2 20/20] tools/bpf: selftests: add bpf_iter selftests

[RFC PATCH bpf-next 0/3] arm64 BPF JIT Optimizations
 2020-05-07  1:05 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/3] arm64: insn: Fix two bugs in encoding 32-bit logical immediates
` [RFC PATCH bpf-next 2/3] bpf, arm64: Optimize AND,OR,XOR,JSET BPF_K using arm64 "
` [RFC PATCH bpf-next 3/3] bpf, arm64: Optimize ADD,SUB,JMP BPF_K using arm64 add/sub immediates

pulling cap_perfmon
 2020-05-07  0:25 UTC  (6+ messages)

[PATCH] bpf: Tweak BPF jump table optimizations for objtool compatibility
 2020-05-07  0:03 UTC  (14+ messages)

[PATCH 0/2] lib/bpf hashmap portability and fix
 2020-05-06 22:13 UTC  (9+ messages)
` [PATCH 1/2] lib/bpf hashmap: increase portability
` [PATCH 2/2] lib/bpf hashmap: fixes to hashmap__clear

[PATCH v2] bpf, i386: remove unneeded conversion to bool
 2020-05-06 22:04 UTC  (3+ messages)

[PATCH] netfilter: fix make target xt_TCPMSS.o error
 2020-05-06 21:55 UTC  (3+ messages)

Checksum behaviour of bpf_redirected packets
 2020-05-06 21:55 UTC  (5+ messages)

[PATCH net-next] net: mlx4: remove unneeded variable "err" in mlx4_en_get_rxfh()
 2020-05-06 20:57 UTC  (2+ messages)

[PATCH net-next v2 19/33] tun: add XDP frame size
 2020-05-06 20:34 UTC  (8+ messages)
` [PATCH net-next v2 20/33] vhost_net: also populate "
` [PATCH net-next v2 21/33] virtio_net: add XDP frame size in two code paths

[PATCH net-next 19/33] tun: add XDP frame size
 2020-05-06 20:30 UTC  (11+ messages)
` [PATCH net-next 20/33] vhost_net: also populate "
` [PATCH net-next 21/33] virtio_net: add XDP frame size in two code paths

[PATCH bpf-next v2 0/5] bpf: allow any port in bpf_bind helper
 2020-05-06 18:09 UTC  (10+ messages)
` [PATCH bpf-next v2 1/5] selftests/bpf: generalize helpers to control background listener
` [PATCH bpf-next v2 4/5] bpf: allow any port in bpf_bind helper

[PATCH 64/91] perf doc: Pass ASCIIDOC_EXTRA as an argument
 2020-05-06 15:22 UTC  (3+ messages)
` [PATCH 65/91] tools feature: Add support for detecting libpfm4
` [PATCH 66/91] perf pmu: Add perf_pmu__find_by_type helper

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

[RFCv2 0/9] bpf: Add d_path helper
 2020-05-06 13:29 UTC  (10+ messages)
` [PATCH 1/9] "
` [PATCH 2/9] bpf: Add d_path whitelist
` [PATCH 3/9] bpf: Add bpfwl tool to construct bpf whitelists
` [PATCH 4/9] bpf: Allow nested BTF object to be refferenced by BTF object + offset
` [PATCH 5/9] bpf: Add support to check on BTF id whitelist for d_path helper
` [PATCH 6/9] bpf: Compile bpfwl tool at kernel compilation start
` [PATCH 7/9] bpf: Compile the BTF id whitelist data in vmlinux
` [PATCH 8/9] selftests/bpf: Add test for d_path helper
` [PATCH 9/9] selftests/bpf: Add verifier "

[PATCH net-next 1/2] virtio-net: don't reserve space for vnet header for XDP
 2020-05-06 12:08 UTC  (11+ messages)
` [PATCH net-next 2/2] virtio-net: fix the XDP truesize calculation for mergeable buffers

performance bug in virtio net xdp
 2020-05-06 11:57 UTC  (5+ messages)

[RFC PATCH bpf-next 00/13] Introduce AF_XDP buffer allocation API
 2020-05-06 11:43 UTC  (6+ messages)
` [RFC PATCH bpf-next 04/13] xsk: introduce "

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

Fighting BPF verifier to reach end-of-packet with XDP
 2020-05-06  9:28 UTC  (3+ messages)

[PATCH bpf-next v2] libbpf: fix probe code to return EPERM if encountered
 2020-05-06  8:57 UTC  (3+ messages)

[PATCH bpf-next 0/4] RV64 BPF JIT Optimizations
 2020-05-06  8:08 UTC  (3+ messages)

bpf_override_return out of order execution?
 2020-05-06  1:59 UTC  (2+ messages)

[PATCH 0/1] Open source our TC classifier
 2020-05-06  1:30 UTC  (8+ messages)
` [PATCH 1/1] selftests/bpf: add cls_redirect classifier

[RFC PATCH bpf-next 0/3] bpf: add tracing for XDP programs using the BPF_PROG_TEST_RUN API
 2020-05-06  1:25 UTC  (11+ 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).