From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexei Starovoitov Subject: Re: [bpf-next PATCH 0/5] bpf, doc: convert Documentation/bpf to RST-formatting Date: Mon, 14 May 2018 23:05:11 -0700 Message-ID: <20180515060510.ut264galu3poyskc@ast-mbp> References: <152630528901.29210.9018565600000101307.stgit@firesoul> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jesper Dangaard Brouer , Daniel Borkmann , netdev , Quentin Monnet , linux-man@vger.kernel.org, linux-doc@vger.kernel.org To: Y Song Return-path: Received: from mail-pl0-f65.google.com ([209.85.160.65]:39271 "EHLO mail-pl0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752270AbeEOGFP (ORCPT ); Tue, 15 May 2018 02:05:15 -0400 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Mon, May 14, 2018 at 10:57:25PM -0700, Y Song wrote: > On Mon, May 14, 2018 at 6:42 AM, Jesper Dangaard Brouer > wrote: > > The kernel is moving files under Documentation to use the RST > > (reStructuredText) format and Sphinx [1]. This patchset converts the > > files under Documentation/bpf/ into RST format. The Sphinx > > integration is left as followup work. > > > > [1] https://www.kernel.org/doc/html/latest/doc-guide/sphinx.html > > > > This patchset have been uploaded as branch bpf_doc10 on github[2], so > > reviewers can see how GitHub renders this. > > > > [2] https://github.com/netoptimizer/linux/tree/bpf_doc10/Documentation/bpf > > > > --- > > > > Jesper Dangaard Brouer (5): > > bpf, doc: add basic README.rst file > > bpf, doc: rename txt files to rst files > > bpf, doc: convert bpf_design_QA.rst to use RST formatting > > bpf, doc: convert bpf_devel_QA.rst to use RST formatting > > bpf, doc: howto use/run the BPF selftests > > This initial conversion from .txt to .rst files look good to me. Ack > for the whole series. > Acked-by: Yonghong Song Applied, Thanks