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=-11.9 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 BC612C433EF for ; Wed, 15 Sep 2021 20:44:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A652760E08 for ; Wed, 15 Sep 2021 20:44:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232242AbhIOUpV (ORCPT ); Wed, 15 Sep 2021 16:45:21 -0400 Received: from www62.your-server.de ([213.133.104.62]:35432 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231703AbhIOUpT (ORCPT ); Wed, 15 Sep 2021 16:45:19 -0400 Received: from sslproxy03.your-server.de ([88.198.220.132]) by www62.your-server.de with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1mQbl6-0006Ju-Lr; Wed, 15 Sep 2021 22:43:56 +0200 Received: from [85.5.47.65] (helo=linux.home) by sslproxy03.your-server.de with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mQbl6-000AG8-FC; Wed, 15 Sep 2021 22:43:56 +0200 Subject: Re: [PATCH bpf-next v2] bpf: update bpf_get_smp_processor_id() documentation To: Yonghong Song , Matteo Croce , bpf@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Alexei Starovoitov , Andrii Nakryiko References: <20210914235400.59427-1-mcroce@linux.microsoft.com> <94b5dd50-ac04-de03-996b-899f7c19a6da@fb.com> From: Daniel Borkmann Message-ID: Date: Wed, 15 Sep 2021 22:43:56 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <94b5dd50-ac04-de03-996b-899f7c19a6da@fb.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Authenticated-Sender: daniel@iogearbox.net X-Virus-Scanned: Clear (ClamAV 0.103.2/26295/Wed Sep 15 10:22:57 2021) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9/15/21 2:07 AM, Yonghong Song wrote: > On 9/14/21 4:54 PM, Matteo Croce wrote: >> From: Matteo Croce >> >> BPF programs run with migration disabled regardless of preemption, as >> they are protected by migrate_disable(). >> Update the documentation accordingly. >> >> Signed-off-by: Matteo Croce > > Acked-by: Yonghong Song Applied, thanks & also copied this over to the tools/include/uapi/linux/bpf.h .