bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-17 21:14:50 to 2019-06-23 15:16:01 UTC [more...]

[PATCH 00/15] cleanup cppcheck signed shifting errors
 2019-06-23 15:13 UTC  (12+ messages)
` [PATCH 01/15] arm: perf: cleanup cppcheck shifting error
` [PATCH 02/15] ARM: davinci: cleanup cppcheck shifting errors
` [PATCH 03/15] ARM: ep93xx: "
` [PATCH 04/15] ARM: exynos: cleanup cppcheck shifting error
` [PATCH 05/15] ARM: footbridge: "
` [PATCH 06/15] ARM: imx: cleanup cppcheck shifting errors
` [PATCH 07/15] ARM: ks8695: cleanup cppcheck shifting error
` [PATCH 08/15] ARM: mmp: cleanup cppcheck shifting errors
` [PATCH 09/15] ARM: omap2: cleanup cppcheck shifting error
` [PATCH 10/15] ARM: orion5x: cleanup cppcheck shifting errors
` [PATCH 11/15] ARM: pxa: "

[PATCH bpf-next v5 00/16] AF_XDP infrastructure improvements and mlx5e support
 2019-06-23 11:53 UTC  (19+ 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

WARNING in debug_check_no_obj_freed
 2019-06-23  9:47 UTC 

[PATCH 00/15] kbuild: refactor headers_install and support compile-test of UAPI headers
 2019-06-22  5:39 UTC  (6+ messages)
` [PATCH 15/15] kbuild: compile test UAPI headers to ensure they are self-contained

[RFC PATCH 0/6] bpf: add BPF_MAP_DUMP command to access more
 2019-06-21 23:16 UTC  (7+ messages)
` [RFC PATCH 1/6] bpf: add bpf_map_value_size and bp_map_copy_value helper functions
` [RFC PATCH 2/6] bpf: add BPF_MAP_DUMP command to access more than one entry per call
` [RFC PATCH 3/6] bpf: keep bpf.h in sync with tools/
` [RFC PATCH 4/6] libbpf: support BPF_MAP_DUMP command
` [RFC PATCH 5/6] selftests/bpf: test BPF_MAP_DUMP command on a bpf hashmap
` [RFC PATCH 6/6] selftests/bpf: add test to measure performance of BPF_MAP_DUMP

[RFC PATCH bpf-next] RV32G eBPF JIT
 2019-06-21 22:59 UTC 

[selftests/bpf] 69d96519db: kernel_selftests.bpf.test_socket_cookie.fail
 2019-06-21 22:27 UTC  (2+ messages)

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

[PATCH] xsk: sample kernel code is now in libbpf
 2019-06-21 20:13 UTC 

[PATCH v2 bpf-next 00/11] BTF-defined BPF map definitions
 2019-06-21 17:56 UTC  (11+ messages)
` [PATCH v2 bpf-next 09/11] selftests/bpf: switch BPF_ANNOTATE_KV_PAIR tests to BTF-defined maps

[PATCH bpf-next v7 0/9] bpf: getsockopt and setsockopt hooks
 2019-06-21 17:11 UTC  (15+ 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

[RFC bpf-next 0/7] Programming socket lookup with BPF
 2019-06-21 16:54 UTC  (17+ 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

selftests: bpf: test_libbpf.sh failed at file test_l4lb.o
 2019-06-21 16:17 UTC  (3+ messages)

eBPF verifier slowness, more than 2 cpu seconds for about 600 instructions
 2019-06-21 15:52 UTC  (9+ messages)
                ` 6c409a3aee: kernel_selftests.bpf.test_verifier.fail

WARNING in is_bpf_text_address
 2019-06-21 12:57 UTC 

[PATCH][next] libbpf: fix spelling mistake "conflictling" -> "conflicting"
 2019-06-21  5:08 UTC  (2+ messages)

[PATCH bpf-next 0/7] libbpf: add tracing attach APIs
 2019-06-21  4:50 UTC  (16+ 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 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 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  (13+ 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

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

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: optimize constant blinding
 2019-06-19 20:45 UTC  (12+ 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 

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)

[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  (7+ messages)
` [PATCH bpf-next v6 1/9] bpf: implement "

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

[PATCH bpf-next 0/8] BTF-defined BPF map definitions
 2019-06-17 21:07 UTC  (7+ messages)
` [PATCH bpf-next 8/8] selftests/bpf: switch tests to BTF-defined "


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