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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 F3245C47080 for ; Tue, 1 Jun 2021 19:01:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D975A61005 for ; Tue, 1 Jun 2021 19:01:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234539AbhFATDG (ORCPT ); Tue, 1 Jun 2021 15:03:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60168 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233397AbhFATDG (ORCPT ); Tue, 1 Jun 2021 15:03:06 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 992E5C061574 for ; Tue, 1 Jun 2021 12:01:24 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:104d::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 466AA734; Tue, 1 Jun 2021 19:01:24 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 466AA734 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1622574084; bh=V6Ywxo7ljHY0Jff0dvfSQkiIg7aXRKrI0Nn2ugvLUFM=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=DbkOqvbI0ClFVc2fFuylc6hVbZXORK3X8X3l46p/+Q8+dzVfqBoVc0wScTSG6RYX9 GsvTWn0BgQyWZhGmn+2EWCWm6OF9fPPk5EwS9ghr7v2kiJQHbubXH6DFTi/dJJwP0c RLLklMqhjAilMEJQ5JMYxZS28bP3gLf74Sjt/wVcmctLUwKjLbasH6YA4JCmOMdrY1 i7nuhZfQpsMZdtXzQdluqM/wo+cwBC4EMMUSunsCvHq2fIg5YWwipy9lXrQ82xekQE VIVuc8u6aHmoK3J/lNhIgSFGVIcf7fO9VIEja0nTQp22Z8LqLAkHuWLnNU5qMDJjBS 2OXwfRi/EDHhg== From: Jonathan Corbet To: Grant Seltzer Richman , Andrii Nakryiko Cc: Andrii Nakryiko , Daniel Borkmann , bpf Subject: Re: [PATCH bpf-next 0/3] Autogenerating API documentation In-Reply-To: References: <20210429054734.53264-1-grantseltzer@gmail.com> <877dkkd7gp.fsf@meer.lwn.net> <87tunnc0oj.fsf@meer.lwn.net> Date: Tue, 01 Jun 2021 13:01:23 -0600 Message-ID: <87wnrd9zp8.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Grant Seltzer Richman writes: > Jonathan - am I missing something about how we can version libbpf > separately from the actual kernel docs? Sorry, I missed this before. I guess I still don't understand the question, though; could you explain what the problem is here? Apologies for being so slow... Thanks, jon