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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C0CCCC4332F for ; Tue, 22 Mar 2022 04:53:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236606AbiCVEyr (ORCPT ); Tue, 22 Mar 2022 00:54:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59360 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236612AbiCVEyp (ORCPT ); Tue, 22 Mar 2022 00:54:45 -0400 Received: from mail-pf1-x42b.google.com (mail-pf1-x42b.google.com [IPv6:2607:f8b0:4864:20::42b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C160063BFE; Mon, 21 Mar 2022 21:53:15 -0700 (PDT) Received: by mail-pf1-x42b.google.com with SMTP id p5so11128083pfo.5; Mon, 21 Mar 2022 21:53:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=4NU3GqLlAGLc0QjFPgT0IOCrUrueHHYZaOqNSb+zuhs=; b=RKWUzhyAONGHhIWGCsVNw+tdJkDN36RpXe4lQTAhNcQFv+/EKb7VUtKML51iP8lhJe 6Qn8JJOLc0btxMu3TftCvV11jfi1CAwXev6HpP6yosR9/wsqh+H7XmDBHrLvmI0Fi3aU GWB+ar1xjl1fWSYmw0hTkC3HICQCSQx3T2/SaGjGtnMUUzBTGLSLL7CS8BsNRlw2XURN Peu2/vEPFQ+YRLtm63baxnMvGw1nQWWom5uq/tTWPImu1VM4C/aGE0Ufva8F7jgja2EX RP1pXF7oD2aSBXRHpHjPweqL23SYk5/kdYAlFcRFSVvbp9K7mjTKGquB5Im3xhuqrUr0 X6xg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4NU3GqLlAGLc0QjFPgT0IOCrUrueHHYZaOqNSb+zuhs=; b=phFiEtYsWlIa4S4Xh69ItKjVYs5Q5tsad3CHWpFfCATNTm4ir+M3dFtQTjRwvw6fYc CWMOLQoBveUxBzxi5dRACeZJbnGFoZ4UFx+Cgh6J07XD/sTZH/D/MakZg2Ovi5NclA7I 0k+otfuu5SfJDdKB4HJbG9ImZgivSIvRKlNtkKqA81pyCHNMvYgV0F6kV8gnu8mmtERJ YT6jK47j3f4kNuP6uFvnDqvKurHu00tiaY80oEfvSrsw9rOj0/NUVd6dNFVvJzp1UgBZ ib8aSzkphT0QSmdV5jfneu8ONDVX3o7GHqSlqsuVrWZQA4fjmk1jXEDZkdJOr2Ie/DD2 e51g== X-Gm-Message-State: AOAM532pbsdQFz521Cg2aifhz9BvpOrhgVDC9j7Hs4fNcOsASrrN+nds iychnW0xn+ieMFhLcr1Lk4f/qJt0MYvH3ORxvRQ= X-Google-Smtp-Source: ABdhPJyR85gBV6di2ju34PP2/0tT8ktmj+xBOUTFFhUvKHpGPwINfifgoJ6W6f7UB1TrDg77VBgsewdY5TIh3xh/SPw= X-Received: by 2002:a05:6a00:1146:b0:4c9:ede0:725a with SMTP id b6-20020a056a00114600b004c9ede0725amr27436217pfm.35.1647924795318; Mon, 21 Mar 2022 21:53:15 -0700 (PDT) MIME-Version: 1.0 References: <20220321140327.777f9554@canb.auug.org.au> <20220322090541.7d06c8cb@canb.auug.org.au> <20220322094526.436ca4f7@elm.ozlabs.ibm.com> <20220322135151.307e7d7c478d1263e0eef43e@kernel.org> In-Reply-To: <20220322135151.307e7d7c478d1263e0eef43e@kernel.org> From: Alexei Starovoitov Date: Mon, 21 Mar 2022 21:53:04 -0700 Message-ID: Subject: Re: linux-next: build warnings after merge of the tip tree To: Masami Hiramatsu Cc: Stephen Rothwell , Peter Zijlstra , Daniel Borkmann , Andrii Nakryiko , Linus Torvalds , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Linux Kernel Mailing List , Linux Next Mailing List , Steven Rostedt , Alexei Starovoitov , "H.J. Lu" , "Edgecombe, Rick P" , Mike Rapoport , linux-toolchains , Andrew Cooper , Nick Desaulniers , bpf , Networking , David Miller , Jakub Kicinski Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Mon, Mar 21, 2022 at 9:51 PM Masami Hiramatsu wrote: > > On Mon, 21 Mar 2022 15:50:17 -0700 > Alexei Starovoitov wrote: > > > On Mon, Mar 21, 2022 at 3:46 PM Stephen Rothwell wrote: > > > > > > Hi Alexei, > > > > > > On Mon, 21 Mar 2022 15:12:05 -0700 Alexei Starovoitov wrote: > > > > > > > > That makes little sense. It's not an unusual merge conflict. > > > > Peter's endbr series conflict with Masami's fprobe. > > > > Peter has a trivial patch that fixes objtool warning. > > > > The question is how to land that patch. > > > > I think the best is for Linus to apply it after bpf-next->net-next gets > > > > merged. > > > > > > Peter has other concerns, please read the thread and consider them. > > > > Masami is an expert in kprobe. He copy pasted a bit of kprobe logic > > to make it into 'multi kprobe' (he calls it fprobe). > > I believe he knows what he's doing. > > Steven reviewed and tested that set. > > We've tested it as well and don't have any correctness or api concerns. > > Sorry, that's my mistake to not Ccing to arch maintainers for the arch > dependent patches. Let me update and send v13 for this fprobe series. No. Please read what I've said earlier.