From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quentin Monnet Subject: [PATCH bpf-next 0/3] bpf: fix formatting for eBPF helper doc Date: Mon, 30 Apr 2018 11:39:02 +0100 Message-ID: <20180430103905.12863-1-quentin.monnet@netronome.com> Cc: netdev@vger.kernel.org, oss-drivers@netronome.com, quentin.monnet@netronome.com To: daniel@iogearbox.net, ast@kernel.org Return-path: Received: from mail-wm0-f65.google.com ([74.125.82.65]:33154 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751361AbeD3KjN (ORCPT ); Mon, 30 Apr 2018 06:39:13 -0400 Received: by mail-wm0-f65.google.com with SMTP id x12so10908547wmc.0 for ; Mon, 30 Apr 2018 03:39:13 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: Hi, Here is a follow-up set for eBPF helper documentation, with two patches to fix formatting issues: - One to fix an error I introduced with the initial set for the doc. - One for the newly added bpf_get_stack(), that is currently not parsed correctly with the Python script (function signature is fine, but description and return value appear as empty). There is no change to text contents in this set. Quentin Monnet (3): bpf: fix formatting for bpf_perf_event_read() helper doc bpf: fix formatting for bpf_get_stack() helper documentation bpf: update bpf.h uapi header for tools include/uapi/linux/bpf.h | 62 +++++++++++++++++++++--------------------- tools/include/uapi/linux/bpf.h | 62 +++++++++++++++++++++--------------------- 2 files changed, 62 insertions(+), 62 deletions(-) -- 2.14.1