bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-12 16:49:27 to 2019-10-16 20:15:36 UTC [more...]

[PATCH v3 bpf-next 00/11] bpf: revolutionize bpf tracing
 2019-10-16 20:15 UTC  (19+ messages)
` [PATCH v3 bpf-next 01/11] bpf: add typecast to raw_tracepoints to help BTF generation
` [PATCH v3 bpf-next 02/11] bpf: add typecast to bpf helpers "
` [PATCH v3 bpf-next 03/11] bpf: process in-kernel BTF
` [PATCH v3 bpf-next 04/11] bpf: add attach_btf_id attribute to program load
` [PATCH v3 bpf-next 05/11] libbpf: auto-detect btf_id of BTF-based raw_tracepoints
` [PATCH v3 bpf-next 06/11] bpf: implement accurate raw_tp context access via BTF
` [PATCH v3 bpf-next 07/11] bpf: attach raw_tp program with BTF via type name
` [PATCH v3 bpf-next 08/11] bpf: add support for BTF pointers to interpreter
` [PATCH v3 bpf-next 09/11] bpf: add support for BTF pointers to x86 JIT
` [PATCH v3 bpf-next 10/11] bpf: check types of arguments passed into helpers
` [PATCH v3 bpf-next 11/11] selftests/bpf: add kfree_skb raw_tp test

[PATCH bpf] xdp: Handle device unregister for devmap_hash map type
 2019-10-16 20:09 UTC  (3+ messages)

[LLVM PATCH] bpf: fix wrong truncation elimination when there is back-edge/loop
 2019-10-16 19:03 UTC  (5+ messages)

[PATCH 0/3] bpf: switch to new usercopy helpers
 2019-10-16 18:31 UTC  (27+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] bpf: use check_zeroed_user() in bpf_check_uarg_tail_zero()
  ` [PATCH v2 2/3] bpf: use copy_struct_from_user() in bpf_prog_get_info_by_fd()
  ` [PATCH v2 3/3] bpf: use copy_struct_from_user() in bpf() syscall
  ` [PATCH v3 0/3] bpf: switch to new usercopy helpers
    ` [PATCH v3 1/3] bpf: use check_zeroed_user() in bpf_check_uarg_tail_zero()
    ` [PATCH v3 2/3] bpf: use copy_struct_from_user() in bpf_prog_get_info_by_fd()
        ` [PATCH v3 2/3] bpf: use copy_struct_from_user() in bpf_prog_get_info_by_fd()y
    ` [PATCH v3 3/3] bpf: use copy_struct_from_user() in bpf() syscall
    ` [PATCH bpf-next v4 0/3] bpf: switch to new usercopy helpers
      ` [PATCH bpf-next v4 1/3] bpf: use check_zeroed_user() in bpf_check_uarg_tail_zero()
      ` [PATCH bpf-next v4 2/3] bpf: use copy_struct_from_user() in bpf_prog_get_info_by_fd()
      ` [PATCH bpf-next v4 3/3] bpf: use copy_struct_from_user() in bpf() syscall

[PATCH] net: bpf: add static in net/core/filter.c
 2019-10-16 17:44 UTC  (7+ messages)
        ` [Linux-kernel] "

[PATCH v2 bpf-next] bpf/stackmap: fix deadlock with rq_lock in bpf_get_stack()
 2019-10-16 17:43 UTC  (2+ messages)

[PATCH v4 bpf-next 0/7] Fix, clean up, and revamp selftests/bpf Makefile
 2019-10-16 16:32 UTC  (9+ messages)
` [PATCH v4 bpf-next 1/7] selftests/bpf: teach test_progs to cd into subdir
` [PATCH v4 bpf-next 2/7] selftests/bpf: make CO-RE reloc test impartial to test_progs flavor
` [PATCH v4 bpf-next 3/7] selftests/bpf: switch test_maps to test_progs' test.h format
` [PATCH v4 bpf-next 4/7] selftests/bpf: add simple per-test targets to Makefile
` [PATCH v4 bpf-next 5/7] selftests/bpf: replace test_progs and test_maps w/ general rule
` [PATCH v4 bpf-next 6/7] selftests/bpf: move test_queue_stack_map.h into progs/ where it belongs
` [PATCH v4 bpf-next 7/7] selftest/bpf: remove test_libbpf.sh and test_libbpf_open

[PATCH] samples/bpf: make xdp_monitor use raw_tracepoints
 2019-10-16 15:57 UTC  (6+ messages)

[PATCH bpf-next 1/3] bpf: preserve command of the process that loaded the program
 2019-10-16 14:01 UTC  (10+ messages)
    ` debug annotations for bpf progs. Was: "

[PATCH bpf-next v3 0/5] xdp: Support multiple programs on a single interface through chain calls
 2019-10-16 13:51 UTC  (18+ messages)
` [PATCH bpf-next v3 1/5] bpf: Support chain calling multiple BPF programs after each other

[PATCH bpf-next] scripts/bpf: Emit an #error directive known types list needs updating
 2019-10-16 12:31 UTC  (2+ messages)

[PATCH] net: bpf: type fixes for __be16/__be32
 2019-10-16 11:16 UTC 

unregister_netdevice: waiting for DEV to become free (2)
 2019-10-16 10:34 UTC  (3+ messages)

[PATCH v2] perf_event: Add support for LSM and SELinux checks
 2019-10-16  8:10 UTC  (6+ messages)

[RFC PATCH 0/2] block: use eBPF to redirect IO completion
 2019-10-16  7:05 UTC  (6+ messages)
` [RFC PATCH 1/2] block: add support for redirecting IO completion through eBPF
` [RFC PATCH 2/2] selftests/bpf: add test program for redirecting IO completion CPU

[PATCH v3 bpf-next 0/7] Fix, clean up, and revamp selftests/bpf Makefile
 2019-10-16  5:53 UTC  (8+ messages)
` [PATCH v3 bpf-next 1/7] selftests/bpf: teach test_progs to cd into subdir
` [PATCH v3 bpf-next 2/7] selftests/bpf: make CO-RE reloc test impartial to test_progs flavor
` [PATCH v3 bpf-next 3/7] selftests/bpf: switch test_maps to test_progs' test.h format
` [PATCH v3 bpf-next 4/7] selftests/bpf: add simple per-test targets to Makefile
` [PATCH v3 bpf-next 5/7] selftests/bpf: replace test_progs and test_maps w/ general rule
` [PATCH v3 bpf-next 6/7] selftests/bpf: move test_queue_stack_map.h into progs/ where it belongs
  ` [PATCH v3 bpf-next 7/7] selftest/bpf: remove test_libbpf.sh and test_libbpf_open

[PATCH v2 bpf-next 0/6] Fix, clean up, and revamp selftests/bpf Makefile
 2019-10-16  5:37 UTC  (9+ messages)
` [PATCH v2 bpf-next 1/6] selftests/bpf: teach test_progs to cd into subdir
` [PATCH v2 bpf-next 2/6] selftests/bpf: make CO-RE reloc test impartial to test_progs flavor
` [PATCH v2 bpf-next 3/6] selftests/bpf: switch test_maps to test_progs' test.h format
` [PATCH v2 bpf-next 4/6] selftests/bpf: add simple per-test targets to Makefile
` [PATCH v2 bpf-next 5/6] selftests/bpf: replace test_progs and test_maps w/ general rule
` [PATCH v2 bpf-next 6/6] selftests/bpf: move test_queue_stack_map.h into progs/ where it belongs

[PATCH bpf] libbpf: fix compatibility for kernels without need_wakeup
 2019-10-16  3:42 UTC  (7+ messages)

[PATCH bpf-next 0/6] Fix, clean up, and revamp selftests/bpf Makefile
 2019-10-16  3:34 UTC  (10+ messages)
` [PATCH bpf-next 1/6] selftest/bpf: teach test_progs to cd into subdir
` [PATCH bpf-next 2/6] selftests/bpf: make CO-RE reloc test impartial to test_progs flavor
` [PATCH bpf-next 3/6] selftests/bpf: switch test_maps to test_progs' test.h format
` [PATCH bpf-next 4/6] selftests/bpf: add simple per-test targets to Makefile
` [PATCH bpf-next 5/6] selftests/bpf: replace test_progs and test_maps w/ general rule
` [PATCH bpf-next 6/6] selftests/bpf: move test_queue_stack_map.h into progs/ where it belongs

[PATCH bpf-next 1/2] bpf: allow __sk_buff tstamp in BPF_PROG_TEST_RUN
 2019-10-15 23:45 UTC  (8+ messages)
` [PATCH bpf-next 2/2] selftests: bpf: add selftest for __sk_buff tstamp

[PATCH v2 bpf-next 0/5] Add CO-RE support for field existence relos
 2019-10-15 23:14 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/5] libbpf: update BTF reloc support to latest Clang format
` [PATCH v2 bpf-next 2/5] libbpf: refactor bpf_object__open APIs to use common opts
` [PATCH v2 bpf-next 3/5] libbpf: add support for field existance CO-RE relocation
` [PATCH v2 bpf-next 4/5] libbpf: add BPF-side definitions of supported field relocation kinds
` [PATCH v2 bpf-next 5/5] selftests/bpf: add field existence CO-RE relocs tests

[RFC] libbpf: Allow to emit all dependent definitions
 2019-10-15 20:44 UTC  (3+ messages)

[PATCH v2] riscv: add support for SECCOMP and SECCOMP_FILTER
 2019-10-15 16:27 UTC  (4+ messages)

[PATCH bpf-next 0/5] Add CO-RE support for field existence relos
 2019-10-15 16:14 UTC  (8+ messages)
` [PATCH bpf-next 1/5] libbpf: update BTF reloc support to latest Clang format
` [PATCH bpf-next 2/5] libbpf: refactor bpf_object__open APIs to use common opts
` [PATCH bpf-next 3/5] libbpf: add support for field existance CO-RE relocation
` [PATCH bpf-next 4/5] libbpf: add BPF-side definitions of supported field relocation kinds
` [PATCH bpf-next 5/5] selftests/bpf: add field existence CO-RE relocs tests

[PATCH] perf tools: fix resource leak of closedir() on the error paths
 2019-10-15 14:58 UTC  (3+ messages)

[PATCH 2/2] samples/bpf: fix build by setting HAVE_ATTR_TEST to zero
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 1/2] perf tools: Make usage of test_attr__* optional for perf-sys.h
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH bpf-next 0/2] bpf/stackmap: fix A-A deadlock in bpf_get_stack()
 2019-10-14 20:12 UTC  (8+ messages)
` [PATCH bpf-next 2/2] "

pull-request: bpf-next 2019-10-14
 2019-10-14 19:57 UTC  (3+ messages)

[PATCH bpf] bpf: lwtunnel: fix reroute supplying invalid dst
 2019-10-14 18:44 UTC  (4+ messages)

INFO: task hung in addrconf_verify_work (2)
 2019-10-14 18:02 UTC  (3+ messages)

[PATCH] perf_event: Add support for LSM and SELinux checks
 2019-10-14 16:54 UTC  (3+ messages)

[bug report] bpf, sockmap: convert to generic sk_msg interface
 2019-10-14 16:53 UTC  (3+ messages)

[PATCH bpf] xsk: improve documentation for AF_XDP
 2019-10-14  8:03 UTC  (3+ messages)

KASAN: use-after-free Read in bpf_prog_kallsyms_find (2)
 2019-10-14  2:50 UTC 

[ast:btf_vmlinux 1/7] net/mac80211/./trace.h:253:1: warning: redefinition of typedef 'btf_trace_local_only_evt' is a C11 feature
 2019-10-14  1:54 UTC  (2+ messages)

[PATCH v5 bpf-next 00/15] samples: bpf: improve/fix cross-compilation
 2019-10-13 17:06 UTC  (9+ messages)
` [PATCH v5 bpf-next 09/15] samples/bpf: use own flags but not HOSTCFLAGS

[PATCH bpf v2] libbpf: fix passing uninitialized bytes to setsockopt
 2019-10-13 10:17 UTC  (2+ messages)

[PATCH bpf] libbpf: fix passing uninitialized bytes to setsockopt
 2019-10-13 10:01 UTC  (2+ messages)

[PATCH v2 bpf-next 0/2] selftests/bpf Makefile cleanup and fixes
 2019-10-12 23:22 UTC  (3+ messages)
` [Potential Spoof] "

pull-request: bpf 2019-10-12
 2019-10-12 18:22 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).