bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-02 23:14:25 to 2020-03-04 18:07:46 UTC [more...]

[PATCH v4 bpf-next 0/4] bpftool: introduce prog profile
 2020-03-04 18:07 UTC  (4+ messages)
` [PATCH v4 bpf-next 1/4] bpftool: introduce "prog profile" command
` [PATCH v4 bpf-next 3/4] bpftool: bash completion for "bpftool prog profile"
` [PATCH v4 bpf-next 4/4] bpftool: fix typo in bash-completion

[PATCH bpf v2 0/2] bpf: Fix deadlock with rq_lock in bpf_send_signal()
 2020-03-04 17:53 UTC  (3+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: add send_signal_sched_switch test

[PATCH bpf-next v3 0/7] Introduce BPF_MODIFY_RET tracing progs
 2020-03-04 16:43 UTC  (9+ messages)
` [PATCH bpf-next v3 1/7] bpf: Refactor trampoline update code
` [PATCH bpf-next v3 2/7] bpf: JIT helpers for fmod_ret progs
` [PATCH bpf-next v3 3/7] bpf: Introduce BPF_MODIFY_RETURN
` [PATCH bpf-next v3 4/7] bpf: Attachment verification for BPF_MODIFY_RETURN
` [PATCH bpf-next v3 5/7] tools/libbpf: Add support "
` [PATCH bpf-next v3 6/7] bpf: Add test ops for BPF_PROG_TYPE_TRACING
` [PATCH bpf-next v3 7/7] bpf: Add selftests for BPF_MODIFY_RETURN

[PATCH v3 bpf-next 0/3] Convert BPF UAPI constants into enum values
 2020-03-04 16:07 UTC  (15+ messages)
` [PATCH v3 bpf-next 1/3] bpf: switch BPF UAPI #define constants used from BPF program side to enums
` [PATCH v3 bpf-next 2/3] libbpf: assume unsigned values for BTF_KIND_ENUM
` [PATCH v3 bpf-next 3/3] tools/runqslower: drop copy/pasted BPF_F_CURRENT_CPU definiton

[PATCH bpf-next 0/3] Introduce pinnable bpf_link kernel abstraction
 2020-03-04 15:47 UTC  (25+ messages)
` [PATCH bpf-next 1/3] bpf: introduce pinnable bpf_link abstraction

[PATCH bpf-next v2 0/7] Introduce BPF_MODIFY_RET tracing progs
 2020-03-04 15:24 UTC  (18+ messages)
` [PATCH bpf-next v2 1/7] bpf: Refactor trampoline update code
` [PATCH bpf-next v2 2/7] bpf: JIT helpers for fmod_ret progs
` [PATCH bpf-next v2 3/7] bpf: Introduce BPF_MODIFY_RETURN
` [PATCH bpf-next v2 4/7] bpf: Attachment verification for BPF_MODIFY_RETURN
` [PATCH bpf-next v2 5/7] tools/libbpf: Add support "
` [PATCH bpf-next v2 6/7] bpf: Add test ops for BPF_PROG_TYPE_TRACING
` [PATCH bpf-next v2 7/7] bpf: Add selftests for BPF_MODIFY_RETURN

WARNING: locking bug in __perf_event_task_sched_in
 2020-03-04 14:01 UTC  (3+ messages)

[PATCH v3 bpf-next 0/3] bpftool: introduce prog profile
 2020-03-04 11:01 UTC  (7+ messages)
` [PATCH v3 bpf-next 1/3] bpftool: introduce "prog profile" command
` [PATCH v3 bpf-next 2/3] bpftool: Documentation for bpftool prog profile
` [PATCH v3 bpf-next 3/3] bpftool: bash completion for "bpftool prog profile"

[PATCH bpf-next v4 0/4] eBPF JIT for RV32G
 2020-03-04 10:21 UTC  (18+ messages)
` [PATCH bpf-next v4 1/4] riscv, bpf: move common riscv JIT code to header
` [PATCH bpf-next v4 2/4] riscv, bpf: add RV32G eBPF JIT
` [PATCH bpf-next v4 3/4] bpf, doc: add BPF JIT for RV32G to BPF documentation
` [PATCH bpf-next v4 4/4] MAINTAINERS: Add entry for RV32G BPF JIT

[PATCH bpf-next v3 00/12] bpf: sockmap, sockhash: support storing UDP sockets
 2020-03-04 10:13 UTC  (13+ messages)
` [PATCH bpf-next v3 01/12] bpf: sockmap: only check ULP for TCP sockets
` [PATCH bpf-next v3 02/12] skmsg: update saved hooks only once
` [PATCH bpf-next v3 03/12] bpf: tcp: move assertions into tcp_bpf_get_proto
` [PATCH bpf-next v3 04/12] bpf: tcp: guard declarations with CONFIG_NET_SOCK_MSG
` [PATCH bpf-next v3 05/12] bpf: sockmap: move generic sockmap hooks from BPF TCP
` [PATCH bpf-next v3 06/12] bpf: sockmap: simplify sock_map_init_proto
` [PATCH bpf-next v3 07/12] bpf: add sockmap hooks for UDP sockets
` [PATCH bpf-next v3 08/12] bpf: sockmap: add UDP support
` [PATCH bpf-next v3 09/12] selftests: bpf: don't listen() on UDP sockets
` [PATCH bpf-next v3 10/12] selftests: bpf: add tests for UDP sockets in sockmap
` [PATCH bpf-next v3 11/12] selftests: bpf: enable UDP sockmap reuseport tests
` [PATCH bpf-next v3 12/12] bpf, doc: update maintainers for L7 BPF

[PATCH v4] netdev attribute to control xdpgeneric skb linearization
 2020-03-04 10:06 UTC  (6+ messages)

[PATCH bpf-next v2 0/9] bpf: sockmap, sockhash: support storing UDP sockets
 2020-03-04  8:44 UTC  (14+ messages)
` [PATCH bpf-next v2 1/9] bpf: sockmap: only check ULP for TCP sockets
` [PATCH bpf-next v2 2/9] bpf: tcp: guard declarations with CONFIG_NET_SOCK_MSG
` [PATCH bpf-next v2 3/9] bpf: sockmap: move generic sockmap hooks from BPF TCP
` [PATCH bpf-next v2 5/9] bpf: sockmap: allow UDP sockets
` [PATCH bpf-next v2 9/9] bpf, doc: update maintainers for L7 BPF

[PATCH bpf 0/2] bpf: fix bpf_send_signal()/bpf_send_signal_thread() helper in NMI mode
 2020-03-04  3:03 UTC  (5+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] bpf: avoid irq_work for bpf_send_signal() if CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG

[PATCH bpf-next v2] kbuild: Remove debug info from kallsyms linking
 2020-03-04  2:18 UTC 

[PATCH bpf-next 0/7] Introduce BPF_MODIFY_RET tracing progs
 2020-03-04  1:26 UTC  (28+ messages)
` [PATCH bpf-next 1/7] bpf: Refactor trampoline update code
` [PATCH bpf-next 2/7] bpf: JIT helpers for fmod_ret progs
` [PATCH bpf-next 3/7] bpf: Introduce BPF_MODIFY_RETURN
` [PATCH bpf-next 4/7] bpf: Attachment verification for BPF_MODIFY_RETURN
` [PATCH bpf-next 5/7] tools/libbpf: Add support "
` [PATCH bpf-next 6/7] bpf: Add test ops for BPF_PROG_TYPE_TRACING
` [PATCH bpf-next 7/7] bpf: Add selftests for BPF_MODIFY_RETURN

[PATCH bpf-next] libbpf: fix handling of optional field_name in btf_dump__emit_type_decl
 2020-03-04  0:42 UTC  (2+ messages)

[PATCH bpf-next 0/3] add gso_size to __sk_buff
 2020-03-04  0:31 UTC  (6+ messages)
` [PATCH bpf-next 1/3] bpf: "
` [PATCH bpf-next 2/3] bpf: Sync uapi bpf.h to tools/
` [PATCH bpf-next 3/3] selftests/bpf: test new __sk_buff field gso_size

[PATCHv4 00/15] bpf: Add trampoline and dispatcher to /proc/kallsyms
 2020-03-03 20:12 UTC  (4+ messages)
` [PATCH 06/15] bpf: Add bpf_ksym_tree tree

[RFC] libbpf,selftests: Question on btf_dump__emit_type_decl for BTF_KIND_FUNC
 2020-03-03 20:05 UTC  (5+ messages)

[PATCH RFC] Userspace library for handling multiple XDP programs on an interface
 2020-03-03 19:53 UTC  (8+ messages)

[bpf-next PATCH] xdp: accept that XDP headroom isn't always equal XDP_PACKET_HEADROOM
 2020-03-03 18:43 UTC  (4+ messages)

[PATCH bpf] selftests/bpf: Declare bpf_log_buf variables as static
 2020-03-03 16:27 UTC  (4+ messages)

[PATCH v2 bpf-next 0/2] bpftool: introduce prog profile
 2020-03-03 13:06 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/2] bpftool: introduce "prog profile" command

[PATCH v2 bpf-next 0/3] Introduce pinnable bpf_link kernel abstraction
 2020-03-03  6:15 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/3] bpf: introduce pinnable bpf_link abstraction
` [PATCH v2 bpf-next 2/3] libbpf: add bpf_link pinning/unpinning
` [PATCH v2 bpf-next 3/3] selftests/bpf: add link pinning selftests

[PATCH] kbuild: Remove debug info from kallsyms linking
 2020-03-03  6:10 UTC  (2+ messages)

[PATCH bpf-next 0/3] Improve raw tracepoint BTF types preservation
 2020-03-03  4:59 UTC  (4+ messages)

[PATCH AUTOSEL 5.5 05/66] selftests: fix too long argument
 2020-03-03  2:45 UTC 

[PATCH AUTOSEL 5.4 04/58] selftests: fix too long argument
 2020-03-03  2:46 UTC 

[PATCH AUTOSEL 4.19 04/32] selftests: fix too long argument
 2020-03-03  2:48 UTC 

[PATCH AUTOSEL 4.14 03/22] selftests: fix too long argument
 2020-03-03  2:49 UTC 

[PATCH bpf-next 0/4] Move BPF_PROG, BPF_KPROBE, and BPF_KRETPROBE to libbpf
 2020-03-03  0:30 UTC  (2+ messages)

[PATCH v2 bpf-next 0/3] Convert BPF UAPI constants into enum values
 2020-03-02 23:14 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] bpf: switch BPF UAPI #define constants to enums


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