Re: [PATCH v1 1/2] usbip: modifications to event handler

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Nobuo,

[auto build test ERROR on v4.5-rc7]
[also build test ERROR on next-20160321]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Nobuo-Iwata/usbip-event-handler-as-one-thread/20160322-161050
config: xtensa-allmodconfig (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=xtensa 

Note: the linux-review/Nobuo-Iwata/usbip-event-handler-as-one-thread/20160322-161050 HEAD 0fefef78d1ef7de850d42e55d026b8c2a4091838 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

   In file included from drivers/usb/usbip/stub_dev.c:25:0:
   drivers/usb/usbip/stub_dev.c: In function 'stub_probe':
>> drivers/usb/usbip/stub_dev.c:391:27: error: 'struct usbip_device' has no member named 'eh'
     kthread_stop_put(sdev->ud.eh);
                              ^
   drivers/usb/usbip/usbip_common.h:292:16: note: in definition of macro 'kthread_stop_put'
      kthread_stop(k); \
                   ^
>> drivers/usb/usbip/stub_dev.c:391:27: error: 'struct usbip_device' has no member named 'eh'
     kthread_stop_put(sdev->ud.eh);
                              ^
   drivers/usb/usbip/usbip_common.h:293:19: note: in definition of macro 'kthread_stop_put'
      put_task_struct(k); \
                      ^
   drivers/usb/usbip/stub_dev.c: In function 'stub_disconnect':
   drivers/usb/usbip/stub_dev.c:452:26: error: 'struct usbip_device' has no member named 'eh'
     if (busid_priv->sdev->ud.eh == current)
                             ^

vim +391 drivers/usb/usbip/stub_dev.c

3ff67445 drivers/usb/usbip/stub_dev.c     Alexey Khoroshilov 2014-11-29  385  err_files:
3ff67445 drivers/usb/usbip/stub_dev.c     Alexey Khoroshilov 2014-11-29  386  	usb_hub_release_port(udev->parent, udev->portnum,
3ff67445 drivers/usb/usbip/stub_dev.c     Alexey Khoroshilov 2014-11-29  387  			     (struct usb_dev_state *) udev);
3ff67445 drivers/usb/usbip/stub_dev.c     Alexey Khoroshilov 2014-11-29  388  err_port:
b7945b77 drivers/staging/usbip/stub_dev.c Valentina Manea    2014-01-23  389  	dev_set_drvdata(&udev->dev, NULL);
695bcb1c drivers/staging/usbip/stub_dev.c Harvey Yang        2012-11-06  390  	usb_put_dev(udev);
695bcb1c drivers/staging/usbip/stub_dev.c Harvey Yang        2012-11-06 @391  	kthread_stop_put(sdev->ud.eh);
2d8f4595 drivers/staging/usbip/stub_dev.c Max Vozeler        2011-01-12  392  
aa5873e9 drivers/staging/usbip/stub_dev.c Endre Kollar       2010-07-27  393  	busid_priv->sdev = NULL;
47c7157f drivers/staging/usbip/stub_dev.c Kulikov Vasiliy    2010-07-12  394  	stub_device_free(sdev);

:::::: The code at line 391 was first introduced by commit
:::::: 695bcb1c0a50e8fe04f0ab868cac849130788bc0 staging: usbip: put usb_device and kill event handler thread in error cleanups.

:::::: TO: Harvey Yang <harvey.huawei.yang@xxxxxxxxx>
:::::: CC: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

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

Attachment: .config.gz
Description: Binary data


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux