linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [cryptodev:master 119/123] include/linux/pci.h:389:12: error: 'struct pci_dev' has no member named 'physfn'
       [not found] <201508110230.YCHwvKep%fengguang.wu@intel.com>
@ 2015-08-10 19:06 ` Tadeusz Struk
  2015-08-10 22:24   ` [kbuild-all] " Fengguang Wu
  0 siblings, 1 reply; 2+ messages in thread
From: Tadeusz Struk @ 2015-08-10 19:06 UTC (permalink / raw)
  To: kbuild test robot; +Cc: kbuild-all, Herbert Xu, linux-crypto

On 08/10/2015 11:47 AM, kbuild test robot wrote:
> tree:   git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
> head:   9cfaf082b8775e9f99fa5f2e8b2ae0ca8baff785
> commit: dd0f368398ea100e34259bf812bc482e15c81991 [119/123] crypto: qat - Add qat dh895xcc VF driver
> config: sh-allyesconfig (attached as .config)
> reproduce:
>   wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
>   chmod +x ~/bin/make.cross
>   git checkout dd0f368398ea100e34259bf812bc482e15c81991
>   # save the attached .config to linux build tree
>   make.cross ARCH=sh 
> 
> All error/warnings (new ones prefixed by >>):
> 
>    In file included from drivers/media/common/b2c2/flexcop-common.h:10:0,
>                     from drivers/media/usb/b2c2/flexcop-usb.c:8:
>    include/linux/pci.h: In function 'pci_physfn':
>>> >> include/linux/pci.h:389:12: error: 'struct pci_dev' has no member named 'physfn'
> vim +389 include/linux/pci.h
> 
> ^1da177e Linus Torvalds 2005-04-16  383  };
> ^1da177e Linus Torvalds 2005-04-16  384  
> dda56549 Yinghai        2010-04-09  385  static inline struct pci_dev *pci_physfn(struct pci_dev *dev)
> dda56549 Yinghai        2010-04-09  386  {
> dda56549 Yinghai        2010-04-09  387  #ifdef CONFIG_PCI_IOV
> dda56549 Yinghai        2010-04-09  388  	if (dev->is_virtfn)
> dda56549 Yinghai        2010-04-09 @389  		dev = dev->physfn;
> dda56549 Yinghai        2010-04-09  390  #endif
> dda56549 Yinghai        2010-04-09  391  	return dev;
> dda56549 Yinghai        2010-04-09  392  }

Sorry, but what commit dd0f368398ea100e34259bf812bc482e15c81991 crypto: qat - Add qat dh895xcc VF driver
has to do with drivers/media/usb/b2c2/flexcop-usb.c?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [kbuild-all] [cryptodev:master 119/123] include/linux/pci.h:389:12: error: 'struct pci_dev' has no member named 'physfn'
  2015-08-10 19:06 ` [cryptodev:master 119/123] include/linux/pci.h:389:12: error: 'struct pci_dev' has no member named 'physfn' Tadeusz Struk
@ 2015-08-10 22:24   ` Fengguang Wu
  0 siblings, 0 replies; 2+ messages in thread
From: Fengguang Wu @ 2015-08-10 22:24 UTC (permalink / raw)
  To: Tadeusz Struk; +Cc: linux-crypto, kbuild-all, Herbert Xu

On Mon, Aug 10, 2015 at 12:06:56PM -0700, Tadeusz Struk wrote:
> On 08/10/2015 11:47 AM, kbuild test robot wrote:
> > tree:   git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
> > head:   9cfaf082b8775e9f99fa5f2e8b2ae0ca8baff785
> > commit: dd0f368398ea100e34259bf812bc482e15c81991 [119/123] crypto: qat - Add qat dh895xcc VF driver
> > config: sh-allyesconfig (attached as .config)
> > reproduce:
> >   wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
> >   chmod +x ~/bin/make.cross
> >   git checkout dd0f368398ea100e34259bf812bc482e15c81991
> >   # save the attached .config to linux build tree
> >   make.cross ARCH=sh 
> > 
> > All error/warnings (new ones prefixed by >>):
> > 
> >    In file included from drivers/media/common/b2c2/flexcop-common.h:10:0,
> >                     from drivers/media/usb/b2c2/flexcop-usb.c:8:
> >    include/linux/pci.h: In function 'pci_physfn':
> >>> >> include/linux/pci.h:389:12: error: 'struct pci_dev' has no member named 'physfn'
> > vim +389 include/linux/pci.h
> > 
> > ^1da177e Linus Torvalds 2005-04-16  383  };
> > ^1da177e Linus Torvalds 2005-04-16  384  
> > dda56549 Yinghai        2010-04-09  385  static inline struct pci_dev *pci_physfn(struct pci_dev *dev)
> > dda56549 Yinghai        2010-04-09  386  {
> > dda56549 Yinghai        2010-04-09  387  #ifdef CONFIG_PCI_IOV
> > dda56549 Yinghai        2010-04-09  388  	if (dev->is_virtfn)
> > dda56549 Yinghai        2010-04-09 @389  		dev = dev->physfn;
> > dda56549 Yinghai        2010-04-09  390  #endif
> > dda56549 Yinghai        2010-04-09  391  	return dev;
> > dda56549 Yinghai        2010-04-09  392  }
> 
> Sorry, but what commit dd0f368398ea100e34259bf812bc482e15c81991 crypto: qat - Add qat dh895xcc VF driver
> has to do with drivers/media/usb/b2c2/flexcop-usb.c?

That looks a bad bisect. Sorry for the noise! Bad bisects are rare but
possible because we used optimizations like partial build to speed it up.

Thanks,
Fengguang

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-10 22:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <201508110230.YCHwvKep%fengguang.wu@intel.com>
2015-08-10 19:06 ` [cryptodev:master 119/123] include/linux/pci.h:389:12: error: 'struct pci_dev' has no member named 'physfn' Tadeusz Struk
2015-08-10 22:24   ` [kbuild-all] " Fengguang Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).