bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-17 13:07:50 to 2019-06-21 04:05:49 UTC [more...]

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

[PATCH bpf-next 0/7] libbpf: add tracing attach APIs
 2019-06-21  0:08 UTC  (12+ messages)
` [PATCH bpf-next 1/7] libbpf: make libbpf_strerror_r agnostic to sign of error
` [PATCH bpf-next 2/7] libbpf: add ability to attach/detach BPF to perf event
` [PATCH bpf-next 3/7] libbpf: add kprobe/uprobe attach API
` [PATCH bpf-next 4/7] libbpf: add tracepoint/raw tracepoint "
` [PATCH bpf-next 5/7] selftests/bpf: switch test to new attach_perf_event API
` [PATCH bpf-next 6/7] selftests/bpf: add kprobe/uprobe selftests
` [PATCH bpf-next 7/7] selftests/bpf: convert existing tracepoint tests to new APIs

[RFC bpf-next 0/7] Programming socket lookup with BPF
 2019-06-20 22:20 UTC  (12+ messages)
` [RFC bpf-next 1/7] bpf: Introduce inet_lookup program type
` [RFC bpf-next 2/7] ipv4: Run inet_lookup bpf program on socket lookup
` [RFC bpf-next 3/7] ipv6: "
` [RFC bpf-next 4/7] bpf: Sync linux/bpf.h to tools/
` [RFC bpf-next 5/7] libbpf: Add support for inet_lookup program type
` [RFC bpf-next 6/7] bpf: Test destination address remapping with inet_lookup
` [RFC bpf-next 7/7] bpf: Add verifier tests for inet_lookup context access

[PATCH 00/11] XDP unaligned chunk placement support
 2019-06-20  9:09 UTC  (12+ messages)
` [PATCH 01/11] i40e: simplify Rx buffer recycle
` [PATCH 02/11] ixgbe: "
` [PATCH 03/11] xdp: add offset param to zero_copy_allocator
` [PATCH 04/11] i40e: add offset to zca_free
` [PATCH 05/11] ixgbe: "
` [PATCH 06/11] xsk: add support to allow unaligned chunk placement
` [PATCH 07/11] libbpf: add flags to umem config
` [PATCH 08/11] samples/bpf: add unaligned chunks mode support to xdpsock
` [PATCH 09/11] samples/bpf: add buffer recycling for unaligned chunks "
` [PATCH 10/11] samples/bpf: use hugepages in xdpsock app
` [PATCH 11/11] doc/af_xdp: include unaligned chunk case

[PATCH v3 bpf-next 0/9] bpf: bounded loops and other features
 2019-06-20 15:37 UTC  (16+ 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 9/9] bpf: precise scalar_value tracking

[PATCH v2 bpf-next 00/11] BTF-defined BPF map definitions
 2019-06-20 14:49 UTC  (22+ 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 "

WARNING in add_event_to_ctx
 2019-06-20 14:39 UTC  (2+ messages)

kernel BUG at ./include/linux/scatterlist.h:LINE!
 2019-06-20 12:47 UTC 

[PATCH bpf] samples/bpf: xdp_redirect, correctly get dummy program id
 2019-06-20 11:57 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] net: xdp: XSKMAP improvements
 2019-06-20 10:06 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] xsk: remove AF_XDP socket from map when the socket is released
` [PATCH bpf-next v3 2/2] xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAP

[PATCH bpf-next v5 00/16] AF_XDP infrastructure improvements and mlx5e support
 2019-06-20  9:13 UTC  (17+ messages)
` [PATCH bpf-next v5 01/16] net/mlx5e: Attach/detach XDP program safely
` [PATCH bpf-next v5 02/16] xsk: Add API to check for available entries in FQ
` [PATCH bpf-next v5 03/16] xsk: Add getsockopt XDP_OPTIONS
` [PATCH bpf-next v5 04/16] libbpf: Support "
` [PATCH bpf-next v5 05/16] xsk: Change the default frame size to 4096 and allow controlling it
` [PATCH bpf-next v5 06/16] xsk: Return the whole xdp_desc from xsk_umem_consume_tx
` [PATCH bpf-next v5 07/16] net/mlx5e: Replace deprecated PCI_DMA_TODEVICE
` [PATCH bpf-next v5 08/16] net/mlx5e: Calculate linear RX frag size considering XSK
` [PATCH bpf-next v5 09/16] net/mlx5e: Allow ICO SQ to be used by multiple RQs
` [PATCH bpf-next v5 10/16] net/mlx5e: Refactor struct mlx5e_xdp_info
` [PATCH bpf-next v5 11/16] net/mlx5e: Share the XDP SQ for XDP_TX between RQs
` [PATCH bpf-next v5 12/16] net/mlx5e: XDP_TX from UMEM support
` [PATCH bpf-next v5 13/16] net/mlx5e: Consider XSK in XDP MTU limit calculation
` [PATCH bpf-next v5 14/16] net/mlx5e: Encapsulate open/close queues into a function
` [PATCH bpf-next v5 15/16] net/mlx5e: Move queue param structs to en/params.h

selftests: bpf: test_libbpf.sh failed at file test_l4lb.o
 2019-06-20  8:07 UTC 

selftests: bpf: test_align Test 4 unknown shift Failed to find match 7 R0=pkt(id=0,off=8,r=8,imm=0)
 2019-06-20  5:25 UTC 

[PATCH][bpf] bpf: verifier: add break statement in switch
 2019-06-20  4:40 UTC  (3+ messages)

pull-request: bpf-next 2019-06-19
 2019-06-20  4:19 UTC  (2+ messages)

[PATCH v2] perf cs-etm: Improve completeness for kernel address space
 2019-06-20  3:51 UTC  (2+ messages)

[PATCH v3] perf cs-etm: Improve completeness for kernel address space
 2019-06-20  3:44 UTC 

[PATCH bpf-next] selftests: Add test for veth native XDP
 2019-06-20  2:23 UTC 

[PATCH] perf cs-etm: Improve completeness for kernel address space
 2019-06-20  0:58 UTC  (3+ messages)

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

[PATCH] bpf: optimize constant blinding
 2019-06-19 20:45 UTC  (14+ messages)

[PATCH bpf] bpf: fix NULL deref in btf_type_is_resolve_source_only
 2019-06-19 19:08 UTC  (2+ messages)

[PATCH][bpf-next] bpf: verifier: add a break statement in switch
 2019-06-19 18:46 UTC  (3+ messages)

BUG: unable to handle kernel paging request in __do_softirq
 2019-06-19 18:58 UTC 

BUG: unable to handle kernel paging request in hrtimer_interrupt
 2019-06-19 18:57 UTC 

[PATCH][next] libbpf: fix spelling mistake "conflictling" -> "conflicting"
 2019-06-19 16:27 UTC 

BPF NULL pointer deref + processes hang on sparc64
 2019-06-19 10:10 UTC 

[PATCH bpf-next] samples: bpf: Remove bpf_debug macro in favor of bpf_printk
 2019-06-18 23:14 UTC  (2+ messages)

eBPF verifier slowness, more than 2 cpu seconds for about 600 instructions
 2019-06-18 21:40 UTC  (8+ messages)

[PATCH v1 00/22] Convert files to ReST - part 3
 2019-06-18 21:05 UTC  (2+ messages)
` [PATCH v1 11/22] docs: admin-guide: add .rst files from the main dir

[PATCH v4 00/28] Convert files to ReST - part 1
 2019-06-18 14:14 UTC  (3+ messages)

[PATCH bpf-next v6 0/9] bpf: getsockopt and setsockopt hooks
 2019-06-18 18:53 UTC  (15+ 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 00/15] kbuild: refactor headers_install and support compile-test of UAPI headers
 2019-06-18 15:46 UTC  (2+ messages)

next: arm64: build error: implicit declaration of function '__cookie_v6_init_sequence'
 2019-06-18 12:05 UTC 

[PATCH bpf-next v4 00/17] AF_XDP infrastructure improvements and mlx5e support
 2019-06-18 12:00 UTC  (17+ 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 1/2] perf trace: Use pr_debug() instead of fprintf() for logging
 2019-06-18  6:39 UTC  (6+ messages)
` [PATCH 2/2] perf trace: Handle NULL pointer dereference in trace__syscall_info()

[RFC PATCH 00/11] bpf, trace, dtrace: DTrace BPF program type implementation and sample use
 2019-06-18  3:19 UTC  (15+ messages)

[PATCH] bpf: hide do_bpf_send_signal when unused
 2019-06-18  0:18 UTC  (6+ messages)

[PATCH bpf-next] libbpf: constify getter APIs
 2019-06-17 22:48 UTC 

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

[PATCH bpf-next 0/8] BTF-defined BPF map definitions
 2019-06-17 21:07 UTC  (17+ messages)
` [PATCH bpf-next 2/8] libbpf: extract BTF loading and simplify ELF parsing logic
` [PATCH bpf-next 6/8] libbpf: allow specifying map definitions using BTF
` [PATCH bpf-next 8/8] selftests/bpf: switch tests to BTF-defined map definitions

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

[RFC PATCH bpf-next 0/8] BTF-defined BPF map definitions
 2019-06-17 18:15 UTC  (8+ 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 0/9] x86/bpf: unwinder fixes
 2019-06-17 15:07 UTC  (8+ messages)
` [PATCH 6/9] x86/bpf: Fix JIT frame pointer usage

[PATCH v2 0/5] x86/bpf: unwinder fixes
 2019-06-17 14:57 UTC  (4+ messages)
` [PATCH v2 2/5] objtool: Fix ORC unwinding in non-JIT BPF generated code

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


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