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=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 B7E43C41514 for ; Wed, 4 Sep 2019 17:13:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9202721726 for ; Wed, 4 Sep 2019 17:13:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="ouJxs/16" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732149AbfIDRNg (ORCPT ); Wed, 4 Sep 2019 13:13:36 -0400 Received: from mail-pg1-f196.google.com ([209.85.215.196]:46225 "EHLO mail-pg1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731611AbfIDRNg (ORCPT ); Wed, 4 Sep 2019 13:13:36 -0400 Received: by mail-pg1-f196.google.com with SMTP id m3so11544650pgv.13; Wed, 04 Sep 2019 10:13:36 -0700 (PDT) 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=203rL96lqX9CJ7MhqHWhG04uP6pIdNdYcJDpLH3Er7E=; b=ouJxs/16RBB649/E0/4u3+4Q3AfsNRAbmb9v/CToDhKV+1YOwmn/fU3MYx6CMvqg4v dlTQsNjA3XprYx29R3QKzMR/bhN4nCgSiSDjVamR9pe63LGmkPpD6F8WliemDwPAkr5G btiyjhaQTXV9sIYOptCiAz9cxfxMmYMaziMe92oUoZARqdxMIvTxWnuRH/aJOoY6xnDw nu4r6zvX7+DMA+sJH5HINkE7NG3WM9YEnGk3vR5YZtR2rMnHmLWXSAisY1sNMPXlGtX1 vHBjCMM0auZZIVZAlR0FNRkyq1lR5lnEJ3sFfgi/p0fTlPf0Eb0g1DfHwhqlmXIAgLJF 9/cQ== 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=203rL96lqX9CJ7MhqHWhG04uP6pIdNdYcJDpLH3Er7E=; b=cEt4yEQ0aUcyArFNivxvNAWCv/lzMXB7HwECEAgA3PjQKwhdrjKvu4MQOnWPTBdsNV y73RQXH0onijtcsTkYlIZsRmqRPF4cEa8+MJf+N2/b7aI7Z1HAs5NqPxW9mERWpbS432 gGeokYXWtgyHJ2dxts+wQrmh5YJECA7NgcHaGVBXROPQP2ZA8JsRaVRVZLMWj1Jh1bAj CDmOAN3EP0ABy8Kmr9qfj210SAB0TCGTCee+i94WN2pZr67qjvw6WzQ+N5EhC9KhnAf8 xHkTSGENgh38rk/uP4jCbnz1uK3Fyctms3HFIALeEg76V1ICuPDO5cXOqpeVmySuBEA7 +g+w== X-Gm-Message-State: APjAAAWVkwi08KL0IchD4rv8WCPoV5AT9XhWxzsgMiYmeMIOaqi0hx7H 6rcnKJM1MSuKaw93mGnr2/91SkqCcH0VrCkxAYE= X-Google-Smtp-Source: APXvYqy1q6FKr2BVGFuDHAekiPGsik3GgCaln4T9YGQW5rrmsKtxaRxiEfJviDKfqykEVer3/KPGg/31X239tUf7VgU= X-Received: by 2002:aa7:86c8:: with SMTP id h8mr9503892pfo.241.1567617215580; Wed, 04 Sep 2019 10:13:35 -0700 (PDT) MIME-Version: 1.0 References: <20190830231817.76862-1-joel@joelfernandes.org> <201909041108.RSjNvfDL%lkp@intel.com> <20190904050419.GA102582@google.com> In-Reply-To: <20190904050419.GA102582@google.com> From: Andy Shevchenko Date: Wed, 4 Sep 2019 20:13:23 +0300 Message-ID: Subject: Re: [PATCH 1/2] pci: Convert to use built-in RCU list checking To: Joel Fernandes Cc: kbuild test robot , kbuild-all@01.org, Linux Kernel Mailing List , Andrew Morton , Arnd Bergmann , Bjorn Helgaas , Catalin Marinas , "Gustavo A. R. Silva" , Jonathan Derrick , Keith Busch , linux-pci@vger.kernel.org, Lorenzo Pieralisi Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 4, 2019 at 8:07 AM Joel Fernandes wrote: > > On Wed, Sep 04, 2019 at 12:06:43PM +0800, kbuild test robot wrote: > > Hi "Joel, > > > > Thank you for the patch! Yet something to improve: > > > > [auto build test ERROR on linus/master] > > [cannot apply to v5.3-rc7 next-20190903] > > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > > > url: https://github.com/0day-ci/linux/commits/Joel-Fernandes-Google/pci-Convert-to-use-built-in-RCU-list-checking/20190901-211013 > > config: x86_64-rhel-7.6 (attached as .config) > > compiler: gcc-7 (Debian 7.4.0-11) 7.4.0 > > reproduce: > > # save the attached .config to linux build tree > > make ARCH=x86_64 > > This error seems bogus. I pulled -next and applied this patch and it builds > fine. I am not sure what is wrong with the 0day tree, and the above 0day link > is also dead. > > What's going on with 0day ?! I would rather to add Depends-on: ... tag to your patch if the dependency is going thru another tree at the same cycle. kbuildbot absolutely correct here. -- With Best Regards, Andy Shevchenko