bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-21 22:15:37 to 2020-02-26 21:14:58 UTC [more...]

[PATCHv3 00/18] bpf: Add trampoline and dispatcher to /proc/kallsyms
 2020-02-26 21:14 UTC  (23+ messages)
` [PATCH 01/18] x86/mm: Rename is_kernel_text to __is_kernel_text
` [PATCH 02/18] bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHER
` [PATCH 03/18] bpf: Add struct bpf_ksym
` [PATCH 04/18] bpf: Add name to "
` [PATCH 05/18] bpf: Add lnode list node "
` [PATCH 06/18] bpf: Add bpf_ksym_tree tree
` [PATCH 07/18] bpf: Move bpf_tree add/del from bpf_prog_ksym_node_add/del
` [PATCH 08/18] bpf: Separate kallsyms add/del functions
` [PATCH 09/18] bpf: Add bpf_ksym_add/del functions
` [PATCH 10/18] bpf: Re-initialize lnode in bpf_ksym_del
` [PATCH 11/18] bpf: Rename bpf_tree to bpf_progs_tree
` [PATCH 12/18] bpf: Add trampolines to kallsyms
` [PATCH 13/18] bpf: Return error value in bpf_dispatcher_update
` [PATCH 14/18] bpf: Add dispatchers to kallsyms
` [PATCH 15/18] bpf: Sort bpf kallsyms symbols
` [PATCH 16/18] perf tools: Synthesize bpf_trampoline/dispatcher ksymbol event
` [PATCH 17/18] perf tools: Set ksymbol dso as loaded on arrival
` [PATCH 18/18] perf annotate: Add base support for bpf_image

[PATCH bpf-next 0/7] bpf: sockmap, sockhash: support storing UDP sockets
 2020-02-26 18:47 UTC  (14+ messages)
` [PATCH bpf-next 1/7] bpf: sockmap: only check ULP for TCP sockets
` [PATCH bpf-next 2/7] bpf: sockmap: move generic sockmap hooks from BPF TCP
` [PATCH bpf-next 3/7] skmsg: introduce sk_psock_hooks
` [PATCH bpf-next 4/7] bpf: sockmap: allow UDP sockets
` [PATCH bpf-next 5/7] selftests: bpf: don't listen() on "
` [PATCH bpf-next 6/7] selftests: bpf: add tests for UDP sockets in sockmap
` [PATCH bpf-next 7/7] selftests: bpf: enable UDP sockmap reuseport tests

[PATCH bpf] mailmap: update email address
 2020-02-26 17:38 UTC  (2+ messages)

[PATCH bpf-next v4 0/5] Make probes which emit dmesg warnings optional
 2020-02-26 17:36 UTC  (8+ messages)
` [PATCH bpf-next v4 1/5] bpftool: Move out sections to separate functions
` [PATCH bpf-next v4 2/5] bpftool: Make probes which emit dmesg warnings optional
` [PATCH bpf-next v4 3/5] bpftool: Update documentation of "bpftool feature" command
` [PATCH bpf-next v4 4/5] bpftool: Update bash completion for "
` [PATCH bpf-next v4 5/5] selftests/bpf: Add test "

[PATCH bpf-next v2 0/4] Provide bpf_sk_storage data in INET_DIAG
 2020-02-26 17:21 UTC  (6+ messages)
` [PATCH bpf-next v2 1/4] inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()
` [PATCH bpf-next v2 2/4] inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data
` [PATCH bpf-next v2 3/4] bpf: INET_DIAG support in bpf_sk_storage
` [PATCH bpf-next v2 4/4] bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()

[PATCH bpf-next v3 0/5] bpftool: Make probes which emit dmesg warnings optional
 2020-02-26 15:43 UTC  (13+ messages)
` [PATCH bpf-next v3 1/5] bpftool: Move out sections to separate functions
` [PATCH bpf-next v3 2/5] bpftool: Make probes which emit dmesg warnings optional
` [PATCH bpf-next v3 3/5] bpftool: Update documentation of "bpftool feature" command
` [PATCH bpf-next v3 4/5] bpftool: Update bash completion for "
` [PATCH bpf-next v3 5/5] selftests/bpf: Add test "

[PATCH bpf-next] bpftool: Support struct_ops, tracing, ext prog types
 2020-02-26 15:42 UTC  (4+ messages)

[PATCH] scripts/bpf: switch to more portable python3 shebang
 2020-02-26 15:38 UTC  (3+ messages)

[PATCH bpf-next v4 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-02-26 15:35 UTC  (27+ messages)
` [PATCH bpf-next v4 3/8] bpf: lsm: provide attachment points for BPF LSM programs
` [PATCH bpf-next v4 4/8] bpf: lsm: Add support for enabling/disabling BPF hooks
` [PATCH bpf-next v4 6/8] tools/libbpf: Add support for BPF_PROG_TYPE_LSM

selftests/bpf: arm64: test_verifier 13 "FAIL retval 65507 != -29 (run 1/1)"
 2020-02-26 14:59 UTC  (2+ messages)

BUG: unable to handle kernel NULL pointer dereference in inet_release
 2020-02-26 11:22 UTC  (4+ messages)

[PATCH v2 bpf-next 1/3] bpf: Add sock ops get netns helpers
 2020-02-26  4:35 UTC  (16+ messages)
` [PATCH v3 bpf-next 0/3] bpf: Add get_netns_id helper for sock_ops
  ` [PATCH v3 bpf-next 1/3] bpf: Add get_netns_id helper function "
      ` [PATCH v4 bpf-next 0/3] bpf: Add get_netns_id helper "
        ` [PATCH v4 bpf-next 1/3] bpf: Add get_netns_id helper function "
        ` [PATCH v4 bpf-next 2/3] bpf: Sync uapi bpf.h to tools/
        ` [PATCH v4 bpf-next 3/3] selftests/bpf: add selftest for get_netns_id helper
  ` [PATCH v3 bpf-next 2/3] bpf: Sync uapi bpf.h to tools/
  ` [PATCH v3 bpf-next 3/3] selftests/bpf: add selftest for get_netns_id helper

[PATCH v3 bpf-next] RV32G eBPF JIT
 2020-02-25 22:56 UTC  (5+ messages)

[PATCH bpf-next v6 0/2] virtio_net: add XDP meta data support
 2020-02-25 21:59 UTC  (8+ messages)
` [PATCH bpf-next v6 1/2] virtio_net: keep vnet header zeroed if XDP is loaded for small buffer
  ` [PATCH bpf-next v6 2/2] virtio_net: add XDP meta data support

[PATCH v2 bpf-next] selftests/bpf: print backtrace on SIGSEGV in test_progs
 2020-02-25 21:58 UTC  (3+ messages)

[PATCH bpf-next 0/4] Provide bpf_sk_storage data in INET_DIAG
 2020-02-25 17:11 UTC  (11+ messages)
` [PATCH bpf-next 1/4] inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()
` [PATCH bpf-next 2/4] inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data
` [PATCH bpf-next 3/4] bpf: INET_DIAG support in bpf_sk_storage
` [PATCH bpf-next 4/4] bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()

[PATCH bpf-next v2 0/5] bpftool: Make probes which emit dmesg warnings optional
 2020-02-25 14:54 UTC  (10+ messages)
` [PATCH bpf-next v2 2/5] "
` [PATCH bpf-next v2 5/5] selftests/bpf: Add test for "bpftool feature" command

[patch V3 00/22] bpf: Make BPF and PREEMPT_RT co-exist
 2020-02-25 12:36 UTC  (30+ messages)
` [patch V3 01/22] bpf: Tighten the requirements for preallocated hash maps
` [patch V3 02/22] bpf: Enforce preallocation for instrumentation programs on RT
` [patch V3 03/22] bpf: Update locking comment in hashtab code
` [patch V3 04/22] bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()
` [patch V3 05/22] bpf/trace: Remove EXPORT from trace_call_bpf()
` [patch V3 06/22] bpf/trace: Remove redundant preempt_disable "
` [patch V3 07/22] perf/bpf: Remove preempt disable around BPF invocation
` [patch V3 08/22] bpf: Remove recursion prevention from rcu free callback
` [patch V3 09/22] bpf: Dont iterate over possible CPUs with interrupts disabled
` [patch V3 10/22] bpf: Provide bpf_prog_run_pin_on_cpu() helper
  ` [patch V4 "
` [patch V3 11/22] bpf: Replace cant_sleep() with cant_migrate()
` [patch V3 12/22] bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites
` [patch V3 13/22] bpf/tests: Use migrate disable instead of preempt disable
` [patch V3 14/22] bpf: Use migrate_disable/enabe() in trampoline code
` [patch V3 15/22] bpf: Use migrate_disable/enable in array macros and cgroup/lirc code
` [patch V3 16/22] bpf: Provide recursion prevention helpers
` [patch V3 17/22] bpf: Use recursion prevention helpers in hashtab code
` [patch V3 18/22] bpf: Replace open coded recursion prevention in sys_bpf()
` [patch V3 19/22] bpf: Factor out hashtab bucket lock operations
` [patch V3 20/22] bpf: Prepare hashtab locking for PREEMPT_RT
` [patch V3 21/22] bpf, lpm: Make locking RT friendly
` [patch V3 22/22] bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabled

[PATCH] docs: sysctl/kernel: document BPF entries
 2020-02-25  9:50 UTC  (5+ messages)

[PATCH bpf-next v4] virtio_net: add XDP meta data support
 2020-02-25  0:52 UTC  (7+ messages)
` [PATCH bpf-next v5] "

[PATCH bpf-next 1/2] selftests/bpf: Run reuseport tests only with supported socket types
 2020-02-25  0:38 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Run SYN cookies with reuseport BPF test only for TCP

[PATCH bpf-next] selftests/bpf: print backtrace on SIGSEGV in test_progs
 2020-02-25  0:07 UTC  (3+ messages)

[PATCH][next] netronome: Replace zero-length array with flexible-array member
 2020-02-24 23:26 UTC  (2+ messages)

[PATCH][next] netronome: Replace zero-length array with flexible-array member
 2020-02-24 17:25 UTC 

[PATCH bpf-next v7 00/11] Extend SOCKMAP/SOCKHASH to store listening sockets
 2020-02-24 13:59 UTC  (6+ messages)

KASAN: use-after-free Read in tcp_retransmit_timer (5)
 2020-02-24  7:40 UTC 

[patch V2 00/20] bpf: Make BPF and PREEMPT_RT co-exist
 2020-02-23 22:40 UTC  (5+ messages)
` [patch V2 01/20] bpf: Enforce preallocation for all instrumentation programs

[PATCH] net: core: sock_map: Use built-in RCU list checking
 2020-02-23  1:06 UTC  (2+ messages)

BUG: sleeping function called from invalid context in lock_sock_nested (2)
 2020-02-22 15:20 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix trampoline_count clean up logic
 2020-02-22  0:21 UTC  (3+ messages)

pull-request: bpf-next 2020-02-21
 2020-02-21 23:34 UTC  (2+ messages)

[RFC patch 00/19] bpf: Make BPF and PREEMPT_RT co-exist
 2020-02-21 22:15 UTC  (7+ messages)
` [RFC patch 09/19] bpf: Use BPF_PROG_RUN_PIN_ON_CPU() at simple call sites


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