bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-15 16:22:50 to 2019-10-18 05:03:01 UTC [more...]

[PATCH] BPF: Disable on PREEMPT_RT
 2019-10-18  4:57 UTC  (14+ messages)

[RFC PATCH v2 bpf-next 00/15] xdp_flow: Flow offload to XDP
 2019-10-18  4:07 UTC  (5+ messages)
` [RFC PATCH v2 bpf-next 02/15] xdp_flow: Add skeleton bpf program for XDP
` [RFC PATCH v2 bpf-next 04/15] xdp: Export dev_check_xdp and dev_change_xdp
` [RFC PATCH v2 bpf-next 12/15] xdp_flow: Implement vlan_push action
` [RFC PATCH v2 bpf-next 13/15] bpf, selftest: Add test for xdp_flow

Limit Reached
 2019-10-17 21:02 UTC 

[PATCH v4 bpf-next 0/7] Fix, clean up, and revamp selftests/bpf Makefile
 2019-10-17 20:44 UTC  (20+ 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 bpf] xdp: Handle device unregister for devmap_hash map type
 2019-10-17 19:17 UTC  (8+ messages)

[PATCH bpf-next] selftests/bpf: Restore the netns after flow dissector reattach test
 2019-10-17 19:13 UTC  (3+ messages)

[PATCH bpf v2] xdp: Handle device unregister for devmap_hash map type
 2019-10-17 19:02 UTC  (2+ messages)

[PATCH bpf] xdp: Prevent overflow in devmap_hash cost calculation for 32-bit builds
 2019-10-17 18:52 UTC  (2+ messages)

[PATCH] net: bpf: type fixes for __be16/__be32
 2019-10-17 17:12 UTC  (2+ messages)

[PATCH bpf-next] scripts/bpf: Print an error when known types list needs updating
 2019-10-17 17:11 UTC  (2+ messages)

kernel panic: stack is corrupted in __lock_acquire (4)
 2019-10-17 16:30 UTC  (3+ messages)

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

[PATCH v3 bpf-next 00/11] bpf: revolutionize bpf tracing
 2019-10-17 15:14 UTC  (24+ 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 v14 0/5] BPF: New helper to obtain namespace data from current task
 2019-10-17 15:00 UTC  (6+ messages)
` [PATCH v14 1/5] fs/nsfs.c: added ns_match
` [PATCH v14 2/5] bpf: added new helper bpf_get_ns_current_pid_tgid
` [PATCH v14 3/5] tools: Added bpf_get_ns_current_pid_tgid helper
` [PATCH v14 4/5] tools/testing/selftests/bpf: Add self-tests for new helper
` [PATCH v14 5/5] bpf_helpers_doc.py: Add struct bpf_pidns_info to known types

[PATCH bpf-next v3 0/5] xdp: Support multiple programs on a single interface through chain calls
 2019-10-17 12:11 UTC  (19+ 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-17  9:50 UTC  (4+ 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] samples/bpf: make xdp_monitor use raw_tracepoints
 2019-10-16 15:57 UTC  (6+ messages)

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  (4+ messages)
` [RFC PATCH 1/2] block: add support for redirecting IO completion through eBPF

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


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