bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-14 07:26:33 to 2019-06-17 21:14:50 UTC [more...]

[PATCH bpf-next 0/8] BTF-defined BPF map definitions
 2019-06-17 21:07 UTC  (23+ messages)
` [PATCH bpf-next 1/8] libbpf: add common min/max macro to libbpf_internal.h
` [PATCH bpf-next 2/8] libbpf: extract BTF loading and simplify ELF parsing logic
` [PATCH bpf-next 5/8] libbpf: split initialization and loading of BTF
` [PATCH bpf-next 6/8] libbpf: allow specifying map definitions using BTF
` [PATCH bpf-next 7/8] selftests/bpf: add test for BTF-defined maps
` [PATCH bpf-next 8/8] selftests/bpf: switch tests to BTF-defined map definitions

[PATCH] bpf: optimize constant blinding
 2019-06-17 21:01 UTC  (14+ messages)

[RFC PATCH bpf-next 0/8] BTF-defined BPF map definitions
 2019-06-17 20:59 UTC  (6+ messages)
` [RFC PATCH bpf-next 6/8] libbpf: allow specifying map definitions using BTF

WARNING in bpf_prog_kallsyms_find
 2019-06-17 20:00 UTC  (2+ messages)

[PATCH v2 bpf-next 00/11] BTF-defined BPF map definitions
 2019-06-17 19:46 UTC  (16+ messages)
` [PATCH v2 bpf-next 01/11] libbpf: add common min/max macro to libbpf_internal.h
` [PATCH v2 bpf-next 02/11] libbpf: extract BTF loading logic
` [PATCH v2 bpf-next 03/11] libbpf: streamline ELF parsing error-handling
` [PATCH v2 bpf-next 04/11] libbpf: refactor map initialization
` [PATCH v2 bpf-next 05/11] libbpf: identify maps by section index in addition to offset
` [PATCH v2 bpf-next 06/11] libbpf: split initialization and loading of BTF
` [PATCH v2 bpf-next 07/11] libbpf: allow specifying map definitions using BTF
` [PATCH v2 bpf-next 08/11] selftests/bpf: add test for BTF-defined maps
` [PATCH v2 bpf-next 09/11] selftests/bpf: switch BPF_ANNOTATE_KV_PAIR tests to "
` [PATCH v2 bpf-next 10/11] selftests/bpf: convert tests w/ custom values "
` [PATCH v2 bpf-next 11/11] selftests/bpf: convert remaining selftests "

[PATCH v3 bpf-next 0/9] bpf: bounded loops and other features
 2019-06-17 19:06 UTC  (14+ messages)
` [PATCH v3 bpf-next 1/9] bpf: track spill/fill of constants
` [PATCH v3 bpf-next 2/9] selftests/bpf: fix tests due to const spill/fill
` [PATCH v3 bpf-next 3/9] bpf: extend is_branch_taken to registers
` [PATCH v3 bpf-next 4/9] bpf: introduce bounded loops
` [PATCH v3 bpf-next 5/9] bpf: fix callees pruning callers
` [PATCH v3 bpf-next 6/9] selftests/bpf: fix tests
` [PATCH v3 bpf-next 7/9] selftests/bpf: add basic verifier tests for loops
` [PATCH v3 bpf-next 8/9] selftests/bpf: add realistic loop tests
` [PATCH v3 bpf-next 9/9] bpf: precise scalar_value tracking

eBPF verifier slowness, more than 2 cpu seconds for about 600 instructions
 2019-06-17 18:26 UTC  (7+ messages)

[RFC PATCH bpf-next 0/8] BTF-defined BPF map definitions
 2019-06-17 18:15 UTC  (9+ messages)
` [RFC PATCH bpf-next 3/8] libbpf: refactor map initialization
` [RFC PATCH bpf-next 4/8] libbpf: identify maps by section index in addition to offset

[PATCH bpf-next v6 0/9] bpf: getsockopt and setsockopt hooks
 2019-06-17 18:01 UTC  (10+ messages)
` [PATCH bpf-next v6 1/9] bpf: implement "
` [PATCH bpf-next v6 2/9] bpf: sync bpf.h to tools/
` [PATCH bpf-next v6 3/9] libbpf: support sockopt hooks
` [PATCH bpf-next v6 4/9] selftests/bpf: test sockopt section name
` [PATCH bpf-next v6 5/9] selftests/bpf: add sockopt test
` [PATCH bpf-next v6 6/9] selftests/bpf: add sockopt test that exercises sk helpers
` [PATCH bpf-next v6 7/9] selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTI
` [PATCH bpf-next v6 8/9] bpf: add sockopt documentation
` [PATCH bpf-next v6 9/9] bpftool: support cgroup sockopt

[PATCH 1/2] perf trace: Use pr_debug() instead of fprintf() for logging
 2019-06-17 17:32 UTC  (4+ messages)
` [PATCH 2/2] perf trace: Handle NULL pointer dereference in trace__syscall_info()

[PATCH] bpf: hide do_bpf_send_signal when unused
 2019-06-17 15:26 UTC  (2+ messages)

[PATCH 0/9] x86/bpf: unwinder fixes
 2019-06-17 15:07 UTC  (34+ messages)
` [PATCH 2/9] objtool: Fix ORC unwinding in non-JIT BPF generated code
` [PATCH 6/9] x86/bpf: Fix JIT frame pointer usage
` [PATCH 7/9] x86/unwind/orc: Fall back to using frame pointers for generated code
` [PATCH 8/9] x86/bpf: Convert asm comments to AT&T syntax

[PATCH] perf cs-etm: Improve completeness for kernel address space
 2019-06-17 15:00 UTC 

[PATCH v2 0/5] x86/bpf: unwinder fixes
 2019-06-17 14:57 UTC  (31+ messages)
` [PATCH v2 1/5] perf/x86: Always store regs->ip in perf_callchain_kernel()
` [PATCH v2 2/5] objtool: Fix ORC unwinding in non-JIT BPF generated code
` [PATCH v2 3/5] x86/bpf: Move epilogue generation to a dedicated function
` [PATCH v2 4/5] x86/bpf: Fix 64-bit JIT frame pointer usage
` [PATCH v2 5/5] x86/unwind/orc: Fall back to using frame pointers for generated code

[PATCH bpf] bpf: fix the check that forwarding is enabled in bpf_ipv6_fib_lookup
 2019-06-17 14:14 UTC  (3+ messages)

BUG: kernel NULL pointer dereference, address: 00000000
 2019-06-17 13:07 UTC 

[PATCH v2 bpf-next] bpf: sk_storage: Fix out of bounds memory access
 2019-06-16 10:28 UTC  (5+ messages)

pull-request: bpf 2019-06-15
 2019-06-16  1:22 UTC  (2+ messages)

[PATCH bpf v2] bpf: fix nested bpf tracepoints with per-cpu data
 2019-06-15 23:35 UTC  (9+ messages)

[PATCH bpf] bpf, x64: fix stack layout of JITed bpf code
 2019-06-15 21:46 UTC  (2+ messages)

[PATCH bpf-next 0/6] add need_wakeup flag to the AF_XDP rings
 2019-06-15 19:13 UTC  (4+ messages)

[PATCH v2 bpf-next 0/9] bpf: bounded loops and other features
 2019-06-15 19:00 UTC  (11+ messages)
` [PATCH v2 bpf-next 1/9] bpf: track spill/fill of constants
` [PATCH v2 bpf-next 3/9] bpf: extend is_branch_taken to registers
` [PATCH v2 bpf-next 6/9] selftests/bpf: fix tests
` [PATCH v2 bpf-next 8/9] selftests/bpf: add realistic loop tests
` [PATCH v2 bpf-next 9/9] bpf: precise scalar_value tracking

[PATCHSET block/for-next] IO cost model based work-conserving porportional controller
 2019-06-15 15:57 UTC  (12+ messages)
` [PATCH 08/10] blkcg: implement blk-ioweight
` [PATCH 10/10] blkcg: implement BPF_PROG_TYPE_IO_COST

[PATCH bpf-next v4 00/17] AF_XDP infrastructure improvements and mlx5e support
 2019-06-15 15:42 UTC  (18+ messages)
` [PATCH bpf-next v4 05/17] xsk: Change the default frame size to 4096 and allow controlling it
` [PATCH bpf-next v4 07/17] libbpf: Support drivers with non-combined channels
  ` [PATCH bpf-next v4 17/17] net/mlx5e: Add XSK zero-copy support

[PATCH bpf 0/3] Devmap fixes around memory and RCU
 2019-06-15 10:10 UTC  (14+ messages)
` [PATCH bpf 1/3] devmap: Fix premature entry free on destroying map
` [PATCH bpf 2/3] devmap: Add missing bulk queue free
` [PATCH bpf 3/3] devmap: Add missing RCU read lock on flush

[PATCH v2 3/4] perf augmented_raw_syscalls: Support arm64 raw syscalls
 2019-06-15  5:52 UTC  (11+ messages)

[PATCH bpf-next] bpf: Fix build error without CONFIG_INET
 2019-06-14 23:24 UTC  (2+ messages)

[PATCH bpf-next 1/4] bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog type
 2019-06-14 23:23 UTC  (2+ messages)

[PATCH v3 bpf-next 0/3] bpf: net: Detach BPF prog from reuseport sk
 2019-06-14 23:22 UTC  (2+ messages)

[PATCH] selftests/bpf: signedness bug in enable_all_controllers()
 2019-06-14 23:20 UTC  (2+ messages)

[PATCH bpf-next] samples/bpf: fix include path in Makefile
 2019-06-14 23:19 UTC  (2+ messages)

[PATCH v4 00/28] Convert files to ReST - part 1
 2019-06-14 20:36 UTC  (4+ messages)
  ` [PATCH v4 05/28] docs: cgroup-v1: convert docs to ReST and rename to *.rst

[PATCH bpf-next v5 0/8] bpf: getsockopt and setsockopt hooks
 2019-06-14 16:32 UTC  (7+ messages)
` [PATCH bpf-next v5 1/8] bpf: implement "

[PATCH bpf-next] bpf: sk_storage: Fix out of bounds memory access
 2019-06-14  9:47 UTC  (4+ messages)

memory leak in vhost_net_ioctl
 2019-06-14  7:58 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).