Re: [PATCH 1/2] pci: Convert to use built-in RCU list checking

2019-09-04 Thread Andy Shevchenko
On Wed, Sep 4, 2019 at 9:01 PM Joel Fernandes wrote: > On Wed, Sep 4, 2019 at 1:13 PM Andy Shevchenko > wrote: > > 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: > > > > [auto build test ERROR on linus/master]

Re: [PATCH 1/2] pci: Convert to use built-in RCU list checking

2019-09-04 Thread Joel Fernandes
On Wed, Sep 4, 2019 at 1:13 PM Andy Shevchenko wrote: > > 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

Re: [PATCH 1/2] pci: Convert to use built-in RCU list checking

2019-09-04 Thread Andy Shevchenko
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

Re: [PATCH 1/2] pci: Convert to use built-in RCU list checking

2019-09-03 Thread Joel Fernandes
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

Re: [PATCH 1/2] pci: Convert to use built-in RCU list checking

2019-09-03 Thread kbuild test robot
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:

[PATCH 1/2] pci: Convert to use built-in RCU list checking

2019-08-30 Thread Joel Fernandes (Google)
CONFIG_PROVE_RCU_LIST requires list_for_each_entry_rcu() to pass a lockdep expression if using srcu or locking for protection. It can only check regular RCU protection, all other protection needs to be passed as lockdep expression. Signed-off-by: Joel Fernandes (Google) ---