lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 24 Dec 2015 23:01:47 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Ramneek Mehresh <ramneek.mehresh@...escale.com>
Cc:	kbuild-all@...org, linux-kernel@...r.kernel.org, balbi@...com,
	stern@...land.harvard.edu, gregkh@...uxfoundation.org,
	linux-usb@...r.kernel.org,
	Ramneek Mehresh <ramneek.mehresh@...escale.com>,
	Li Yang <leoli@...escale.com>
Subject: Re: [PATCH 3/7][v4][RESEND]usb:fsl:otg: Add support to add/remove
 usb host driver

[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
Hi Ramneek,

[auto build test ERROR on balbi-usb/next]
[also build test ERROR on v4.4-rc6 next-20151223]

url:    https://github.com/0day-ci/linux/commits/Ramneek-Mehresh/Add-OTG-support-for-FSL-socs/20151224-192624
base:   https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git next
config: powerpc-mpc837x_rdb_defconfig (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
        # save the attached .config to linux build tree
        make.cross ARCH=powerpc 

Note: the linux-review/Ramneek-Mehresh/Add-OTG-support-for-FSL-socs/20151224-192624 HEAD 8d1f660bb7a0e738ef7663aa729799df9c540a48 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

   drivers/usb/host/ehci-fsl.c: In function 'ehci_fsl_drv_suspend':
>> drivers/usb/host/ehci-fsl.c:568:10: error: 'struct usb_bus' has no member named 'is_otg'
     if (host->is_otg) {
             ^
   drivers/usb/host/ehci-fsl.c:572:7: error: 'struct usb_bus' has no member named 'is_otg'
      host->is_otg = 0;
          ^
   drivers/usb/host/ehci-fsl.c: In function 'ehci_fsl_drv_resume':
   drivers/usb/host/ehci-fsl.c:598:10: error: 'struct usb_bus' has no member named 'is_otg'
     if (host->is_otg) {
             ^
   drivers/usb/host/ehci-fsl.c:602:7: error: 'struct usb_bus' has no member named 'is_otg'
      host->is_otg = 0;
          ^

vim +568 drivers/usb/host/ehci-fsl.c

   562	
   563		if (of_device_is_compatible(dev->parent->of_node,
   564					    "fsl,mpc5121-usb2-dr")) {
   565			return ehci_fsl_mpc512x_drv_suspend(dev);
   566		}
   567	
 > 568		if (host->is_otg) {
   569			/* remove hcd */
   570			ehci_fsl->hcd_add = 0;
   571			schedule_work(&ehci_fsl->change_hcd_work);

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Download attachment ".config.gz" of type "application/octet-stream" (14751 bytes)

Powered by blists - more mailing lists