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=-2.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, 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 01857C433DB for ; Thu, 21 Jan 2021 01:12:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9ED2E2388E for ; Thu, 21 Jan 2021 01:12:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390782AbhAUBLu (ORCPT ); Wed, 20 Jan 2021 20:11:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49470 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387955AbhAUBIj (ORCPT ); Wed, 20 Jan 2021 20:08:39 -0500 Received: from mail-lf1-x12d.google.com (mail-lf1-x12d.google.com [IPv6:2a00:1450:4864:20::12d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D668FC061757; Wed, 20 Jan 2021 17:07:57 -0800 (PST) Received: by mail-lf1-x12d.google.com with SMTP id q12so174803lfo.12; Wed, 20 Jan 2021 17:07:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=af8uGqPNbWOtj2lXGhOrp3lNnRFLV41/jmYgbh0DDyw=; b=Rah5x9v7JkbaQ4n4PKUPnIa1iWBztdlO2QWBpiJmfKZF7VCtJAplypvtJCanlKLh8c cCxUwJdHCJNPEUQ+3kAQNCyOMLZi3JKn1vqARmlm1YIAbXdE6ZHv39zUUq/prN7AsLi9 1TV1zpvn/1bF9B/Sc0NWAYLnGcwNqAoDi/zBGT8NuGOBJ5FAw9BAyz8dyjB73IRbq/gO +qIDsDOeoDLXoqyKwXFervRVofhZ5VojimZ3QiwQwqP4ju76EBWVA/3ue4nxYG0vgL/t tY75qhBvXT5BygLZU624LXsQbfaqqwchePf3GdKeF0DAHqDfzVEWwiLsCUV1TsvA36Tf 7fZw== 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=af8uGqPNbWOtj2lXGhOrp3lNnRFLV41/jmYgbh0DDyw=; b=qy3H6b/27ZaOoKkshMdltPIxx47FSBdTpdE1oM4Eqj04q7H9LXkJlYcGYR2Qh7fdU7 jSE1R6n5UBO+hELX6OuRq6ydXQNLdAPJHAaMXqMthXJf2LmlzvB17zea7pKZwISVSAdO lKgSG1PrIGmk9qVrzhJxccYMKOUF1X4J0sxYL2na+CCg0xHS32rirnzUxtBBmQ0ZHrUU nh6VKxSp6YqocfT8rWQK7fnp/wtLul8YEtCRW2v4bFEgAUpI9SnQH+VzNYjRmqUO7SDC 9hU9ErV/0W32PElTsFHfP/2e/+9y6v4uelSLPemUf30J3Ceb8MO1xcmGtyzadxcmqm6R VAHQ== X-Gm-Message-State: AOAM5339oumw7JO5FUEs6WSSbjWXo5zkQsPtTul3mvpm2lOPgNn7Sdv5 bdW7XMGIBuk8OJZ/QkCxMKXhuqXb+/gUi57udKKLLer3 X-Google-Smtp-Source: ABdhPJzH2gtAdO871xVRD5ps8Vj2EJhYvwPW2zpeUgOIm18BZ5w6hBUBhwCBYZ8qJmiL9u40KXk6krqa4p2RKmtrlz8= X-Received: by 2002:a19:8983:: with SMTP id l125mr5193184lfd.182.1611191276166; Wed, 20 Jan 2021 17:07:56 -0800 (PST) MIME-Version: 1.0 References: <20210120133946.2107897-1-jackmanb@google.com> <20210120133946.2107897-3-jackmanb@google.com> In-Reply-To: From: Alexei Starovoitov Date: Wed, 20 Jan 2021 17:07:44 -0800 Message-ID: Subject: Re: [PATCH bpf-next v3 2/2] docs: bpf: Clarify -mcpu=v3 requirement for atomic ops To: Lukas Bulwahn Cc: Brendan Jackman , bpf , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , KP Singh , Florent Revest , Linux Kernel Mailing List , "open list:DOCUMENTATION" , Jonathan Corbet Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 20, 2021 at 11:57 AM Lukas Bulwahn wrote: > > On Wed, Jan 20, 2021 at 2:39 PM Brendan Jackman wrote: > > > > Alexei pointed out [1] that this wording is pretty confusing. Here's > > an attempt to be more explicit and clear. > > > > [1] https://lore.kernel.org/bpf/CAADnVQJVvwoZsE1K+6qRxzF7+6CvZNzygnoBW9tZNWJELk5c=Q@mail.gmail.com/T/#m07264fc18fdc43af02fc1320968afefcc73d96f4 > > > > It is common practice to use "Link: URL" to refer to other mail > threads; and to use the "permalink": > > https://lore.kernel.org/bpf/CAADnVQJVvwoZsE1K+6qRxzF7+6CvZNzygnoBW9tZNWJELk5c=Q@mail.gmail.com/ > > which is a bit shorter than the link you provided. I fixed it up while applying. Thanks everyone.