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=-6.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 CB1DCC433ED for ; Tue, 11 May 2021 08:09:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A660E6147D for ; Tue, 11 May 2021 08:09:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230333AbhEKIKx (ORCPT ); Tue, 11 May 2021 04:10:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47298 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229984AbhEKIKv (ORCPT ); Tue, 11 May 2021 04:10:51 -0400 Received: from mail-il1-x12b.google.com (mail-il1-x12b.google.com [IPv6:2607:f8b0:4864:20::12b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D072FC06175F for ; Tue, 11 May 2021 01:09:44 -0700 (PDT) Received: by mail-il1-x12b.google.com with SMTP id h6so16419567ila.7 for ; Tue, 11 May 2021 01:09:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=nwCpuy6Ma+B9CLVkSzvCpXN8V8ZZ/aRoBy/1arq/RSs=; b=cIV2qx3BeZHVsrdbMvDAznj/cC5pkBGC/EWieQasxU5D18owMSHJRGexygR7IXnTEg 9CioihJuiKHkbPHv7uBXMjp1JLtNl3zfJVP1Lw8TkJdJmJcX6YCDJ5z7GWkK4eZ0KHKe tm5jN1pkHE4g3oToQb/oBJ7jms3zTJqUVlqSk= 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=nwCpuy6Ma+B9CLVkSzvCpXN8V8ZZ/aRoBy/1arq/RSs=; b=UO9qvkFpb4yLB/mjuOBV+C7Zu1MFHaHHqb5SVD0N8UNw9FDco0b/RkrtQ8lH9/Zmjy JDAUc+yqIA2IRTtXm4QRmBn7AJVJNpsLmU5s+aj2WL4qJeeZGBWYqPBQj60Tv7gbGBV9 Q5D/fYvgEn+nvBZ+3oHfPLJ5udMioKDF6VnjJOtrXDyTbxJL7e0ewJA4Bnbiu0zUbgHf XAkZbVKp/KMmrZqHfoD9EPVlR3QIXrQYL9sg2CS/+PQhnImksgE+bCk8iHqaayA8GpGo jvM/2MSF2XwuXoPl9/qpMNBXHIkfN52c/YzCn+H+PmdNf9f2AgXiWQ7nuzSt9XsxEqV1 iYag== X-Gm-Message-State: AOAM53371IOZD6xJFdymTR1CTPNPF/cTjQpJMo820YsKR2ZIARAhy2xn 50V4Hqmih+yY1tlqMBIM3DibfDWtHjfSEaJEAnEnSw== X-Google-Smtp-Source: ABdhPJxLrTuJ583PDRUD2+IejJpvi7l5xgC6okXhm6P67NpiMu21+S15ALbnCBxCdhErF6041gMD9mC4z+dav0ryQwc= X-Received: by 2002:a05:6e02:eac:: with SMTP id u12mr25685917ilj.177.1620720584292; Tue, 11 May 2021 01:09:44 -0700 (PDT) MIME-Version: 1.0 References: <20210510213709.2004366-1-revest@chromium.org> <202105110911.f084GH7J-lkp@intel.com> In-Reply-To: <202105110911.f084GH7J-lkp@intel.com> From: Florent Revest Date: Tue, 11 May 2021 10:09:32 +0200 Message-ID: Subject: Re: [PATCH bpf] bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffers To: kernel test robot Cc: bpf , kbuild-all@lists.01.org, clang-built-linux@googlegroups.com, Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , KP Singh , Brendan Jackman , open list , syzbot+63122d0bc347f18c1884@syzkaller.appspotmail.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 11, 2021 at 3:58 AM kernel test robot wrote: > kernel/bpf/helpers.c:718:23: error: use of undeclared identifier 'bpf_bprintf_buf'; did you mean 'bpf_bprintf_bufs'? Ugh, reminder to self: don't zealously rename variables just before sending a patch out. I'm sending a v2, sorry for the noise. From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============2656475835669098178==" MIME-Version: 1.0 From: Florent Revest To: kbuild-all@lists.01.org Subject: Re: [PATCH bpf] bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffers Date: Tue, 11 May 2021 10:09:32 +0200 Message-ID: In-Reply-To: <202105110911.f084GH7J-lkp@intel.com> List-Id: --===============2656475835669098178== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Tue, May 11, 2021 at 3:58 AM kernel test robot wrote: > kernel/bpf/helpers.c:718:23: error: use of undeclared identifier 'bpf_= bprintf_buf'; did you mean 'bpf_bprintf_bufs'? Ugh, reminder to self: don't zealously rename variables just before sending a patch out. I'm sending a v2, sorry for the noise. --===============2656475835669098178==--