bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-28 22:40:18 to 2020-03-04 00:42:49 UTC [more...]

[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

[PATCH bpf-next 0/7] Introduce BPF_MODIFY_RET tracing progs
 2020-03-04  0:03 UTC  (26+ 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 v3 bpf-next 0/3] Convert BPF UAPI constants into enum values
 2020-03-03 23:24 UTC  (6+ 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 0/2] bpf: fix bpf_send_signal()/bpf_send_signal_thread() helper in NMI mode
 2020-03-03 23:15 UTC  (3+ 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 0/3] Introduce pinnable bpf_link kernel abstraction
 2020-03-03 22:40 UTC  (26+ messages)
` [PATCH bpf-next 1/3] bpf: introduce pinnable bpf_link abstraction
` [PATCH bpf-next 2/3] libbpf: add bpf_link pinning/unpinning

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

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

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

[PATCH v3 bpf-next 0/3] bpftool: introduce prog profile
 2020-03-03 19:55 UTC  (4+ 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 RFC] Userspace library for handling multiple XDP programs on an interface
 2020-03-03 19:53 UTC  (10+ messages)

[PATCH bpf-next v2 0/9] bpf: sockmap, sockhash: support storing UDP sockets
 2020-03-03 19:45 UTC  (13+ 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

[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  (6+ messages)

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

[PATCH bpf-next v4 0/4] eBPF JIT for RV32G
 2020-03-03 10:02 UTC  (10+ 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 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  (10+ messages)
` [PATCH bpf-next 1/3] bpf: reliably preserve btf_trace_xxx types
` [PATCH bpf-next 2/3] bpf: generate directly-usable raw_tp_##call structs for raw tracepoints
` [PATCH bpf-next 3/3] tools/runqslower: simplify BPF code by using raw_tp_xxx structs

[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  (6+ messages)
` [PATCH bpf-next 1/4] bpftool: add header guards to generated vmlinux.h
` [PATCH bpf-next 2/4] libbpf: fix use of PT_REGS_PARM macros with vmlinux.h
` [PATCH bpf-next 3/4] selftests/bpf: fix BPF_KRETPROBE macro and use it in attach_probe test
` [PATCH bpf-next 4/4] libbpf: merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.h

[PATCH v2 bpf-next 0/3] Convert BPF UAPI constants into enum values
 2020-03-02 23:14 UTC  (11+ messages)
` [PATCH v2 bpf-next 1/3] bpf: switch BPF UAPI #define constants to enums
` [PATCH v2 bpf-next 2/3] libbpf: assume unsigned values for BTF_KIND_ENUM
` [PATCH v2 bpf-next 3/3] tools/runqslower: drop copy/pasted BPF_F_CURRENT_CPU definiton

[PATCH v3 bpf-next 1/3] bpf: Add get_netns_id helper function for sock_ops
 2020-03-02  8:23 UTC  (3+ messages)
` [PATCH v4 bpf-next 0/3] bpf: Add get_netns_id helper "

[PATCH bpf] bpf: btf: Fix BTF verification of the enum size in struct/union
 2020-03-02  6:57 UTC  (3+ messages)

WARNING: refcount bug in __sk_destruct
 2020-03-02  2:49 UTC  (4+ messages)

[PATCHv3 00/18] bpf: Add trampoline and dispatcher to /proc/kallsyms
 2020-03-01 18:31 UTC  (6+ messages)
` [PATCH 04/18] bpf: Add name to struct bpf_ksym

[PATCH bpf-next 0/3] Convert BPF UAPI constants into enum values
 2020-03-01  6:02 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: switch BPF UAPI #define constants to enums
` [PATCH bpf-next 2/3] libbpf: assume unsigned values for BTF_KIND_ENUM
` [PATCH bpf-next 3/3] tools/runqslower: drop copy/pasted BPF_F_CURRENT_CPU definiton

pull-request: bpf-next 2020-02-28
 2020-02-29 23:54 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).