From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A131AC433DB for ; Wed, 3 Mar 2021 22:57:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7183D64EF9 for ; Wed, 3 Mar 2021 22:57:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1449652AbhCCWxL (ORCPT ); Wed, 3 Mar 2021 17:53:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34476 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234084AbhCCSvZ (ORCPT ); Wed, 3 Mar 2021 13:51:25 -0500 Received: from mail-ot1-x334.google.com (mail-ot1-x334.google.com [IPv6:2607:f8b0:4864:20::334]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 27A67C06175F for ; Wed, 3 Mar 2021 10:50:32 -0800 (PST) Received: by mail-ot1-x334.google.com with SMTP id d9so24569679ote.12 for ; Wed, 03 Mar 2021 10:50:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cilium-io.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=X3mUmIL/PsBLm5QWggy6CsHGsFcTyyKgwZM9IzC11zo=; b=JQSA4Fi422v+BKJzP5iuKGerteg8JKiOI+8qwCe5ObNyn3J0aCSLzxPJ53/1gb7TGX zF7h8f99ydK3O6+SBtRdIGqoIEWzcNR8YpIpO3YVLkKwcHu29X7I1uxRYJ9CQF7Xesj9 7zlw5ZBiaBDWJwdle1mOeAj07AuMBr9R7rdMOJ51GOkHKAu1K472YSKfX5UJcgy5UqOX UAQ0kkfiEgHVSzbBvwIxWhYWXRa+Fl0RI4UVWZuAKm/Wz5t7VO9lfj8FTgcT3w6SEB+D NH2xCRMOsRNk3Yc34quRm+4vlTicK7v22RY92GAs7s2q1t8C+X8YvaUdHB97nCKenGgW ZTPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=X3mUmIL/PsBLm5QWggy6CsHGsFcTyyKgwZM9IzC11zo=; b=DzVvjErNMtDEyZDsgvqiVHlK5+e5q9YnVWRlFOReAVjAnPkXKyfqwu9Wfauwk6pmR9 wOYFgeG4MrQlkaLO9OTw6jDFTk0A/e3BuzO3tm9zTPBlTTQW0gUajY0Md4R1eUUhhlsI RL6vJgUY5Ej8UxgB9xLjm5XzS5wMUUtV18fBS9qaYPrNwrOBmgTtA2tOhecn0aG1sgO/ pPWPCDtLVVDK8HlFlVkIDlAulSAfBKQCHJsaxk/nTUm6b0DxD7Yz1iLtwjHFQADCzbPq SOpZgrI8N2y3fbU3KS2wgezW8L9GAMiRlBfz4LdIZkf7Ly7oiwEjzq+d++213ninbG/S F9Vg== X-Gm-Message-State: AOAM532VwjCxe+zCZGgmk8Tt7bv2tMKEJUTkG2dopcvMDybCC8U4wciZ iGgvEE2iLVA9fb5ymTggORU6hd87i5H8jn5wYpiyQw== X-Google-Smtp-Source: ABdhPJxun10gscljDGCet4kQO1vLQNdjPWhnmQNgBhsnw0bpzdE1zHrZCTPJQqxifcrfgLrBcVowWjbOH4ReQqoqshA= X-Received: by 2002:a05:6830:309c:: with SMTP id f28mr395806ots.204.1614797431439; Wed, 03 Mar 2021 10:50:31 -0800 (PST) MIME-Version: 1.0 References: <20210302171947.2268128-1-joe@cilium.io> <87y2f4up37.fsf@meer.lwn.net> In-Reply-To: <87y2f4up37.fsf@meer.lwn.net> From: Joe Stringer Date: Wed, 3 Mar 2021 10:50:11 -0800 Message-ID: Subject: Re: [PATCHv2 bpf-next 00/15] Improve BPF syscall command documentation To: Jonathan Corbet Cc: Joe Stringer , bpf , linux-man@vger.kernel.org, linux-doc@vger.kernel.org, Michael Kerrisk , Alexei Starovoitov , Brian Vazquez , Daniel Borkmann , Daniel Mack , john fastabend , Petar Penkov , Quentin Monnet , Sean Young , Yonghong Song Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On Wed, Mar 3, 2021 at 9:25 AM Jonathan Corbet wrote: > > Joe Stringer writes: > > > Following that, the series enhances the python scripting around parsing > > the descriptions from the header files and generating dedicated > > ReStructured Text and troff output. Finally, to expose the new text and > > reduce the likelihood of having it get out of date or break the docs > > parser, it is added to the selftests and exposed through the kernel > > documentation web pages. > > You can leave me off CC, but I have eyes everywhere :) I realized a few minutes after sending that I had missed adding you back on. Actually managed to send it from the right email account this time though :-) > Anyway, I like this version much better, thanks for making the > adjustments. Feel free to stick an > > Acked-by: Jonathan Corbet Thanks Jon, appreciate it.