Re: linux-next: build failure after merge of the usb tree

2021-04-12 Thread Heikki Krogerus
On Mon, Apr 12, 2021 at 02:35:44PM +0200, Greg KH wrote: > On Mon, Apr 12, 2021 at 09:36:55PM +1000, Stephen Rothwell wrote: > > Hi all, > > > > After merging the usb tree, today's linux-next build (x86_64 almodconfig > > modules_install) failed like this: > > > > depmod: ERROR: Cycle detected: u

Re: linux-next: build failure after merge of the usb tree

2021-04-12 Thread Greg KH
On Mon, Apr 12, 2021 at 09:36:55PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the usb tree, today's linux-next build (x86_64 almodconfig > modules_install) failed like this: > > depmod: ERROR: Cycle detected: usbcore -> typec -> usbcore > depmod: ERROR: Found 2 modules in dependen

linux-next: build failure after merge of the usb tree

2021-04-12 Thread Stephen Rothwell
Hi all, After merging the usb tree, today's linux-next build (x86_64 almodconfig modules_install) failed like this: depmod: ERROR: Cycle detected: usbcore -> typec -> usbcore depmod: ERROR: Found 2 modules in dependency cycles! Caused by commit 63cd78617350 ("usb: Link the ports to the connec

Re: linux-next: build failure after merge of the usb tree

2019-06-19 Thread Greg KH
On Wed, Jun 19, 2019 at 04:43:51PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the usb tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > In file included from usr/include/linux/usbdevice_fs.hdrtest.c:1: > ./usr/include/linux/usbdevice_fs.h:88:2: error: un

linux-next: build failure after merge of the usb tree

2019-06-18 Thread Stephen Rothwell
Hi all, After merging the usb tree, today's linux-next build (x86_64 allmodconfig) failed like this: In file included from usr/include/linux/usbdevice_fs.hdrtest.c:1: ./usr/include/linux/usbdevice_fs.h:88:2: error: unknown type name 'u8' u8 num_ports; /* Number of ports the device is connected

Re: linux-next: build failure after merge of the usb tree

2014-12-02 Thread Kishon Vijay Abraham I
Greg, On Tuesday 02 December 2014 11:42 PM, Greg KH wrote: > On Mon, Dec 01, 2014 at 07:19:23PM +1100, Stephen Rothwell wrote: >> Hi Greg, >> >> After merging the usb tree, today's linux-next build (arm >> multi_v7_defconfig) failed like this: >> >> arch/arm/mach-omap2/twl-common.c:94:21: error: a

Re: linux-next: build failure after merge of the usb tree

2014-12-02 Thread Greg KH
On Mon, Dec 01, 2014 at 07:19:23PM +1100, Stephen Rothwell wrote: > Hi Greg, > > After merging the usb tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > arch/arm/mach-omap2/twl-common.c:94:21: error: array type has incomplete > element type > struct phy_consumer co

linux-next: build failure after merge of the usb tree

2014-12-01 Thread Stephen Rothwell
Hi Greg, After merging the usb tree, today's linux-next build (arm multi_v7_defconfig) failed like this: arch/arm/mach-omap2/twl-common.c:94:21: error: array type has incomplete element type struct phy_consumer consumers[] = { ^ Caused by commit dbc98635e0d4 ("phy: remove

Re: linux-next: build failure after merge of the usb tree

2014-08-05 Thread Greg KH
On Wed, Aug 06, 2014 at 11:39:35AM +1000, Stephen Rothwell wrote: > Hi, > > On Thu, 24 Jul 2014 00:44:52 -0700 Greg KH wrote: > > > > On Thu, Jul 24, 2014 at 05:07:55PM +1000, Stephen Rothwell wrote: > > > Hi Greg, > > > > > > After merging the usb tree, today's linux-next build (x86_64 allmodco

Re: linux-next: build failure after merge of the usb tree

2014-08-05 Thread Stephen Rothwell
Hi, On Thu, 24 Jul 2014 00:44:52 -0700 Greg KH wrote: > > On Thu, Jul 24, 2014 at 05:07:55PM +1000, Stephen Rothwell wrote: > > Hi Greg, > > > > After merging the usb tree, today's linux-next build (x86_64 allmodconfig) > > failed like this: > > > > drivers/phy/phy-spear1310-miphy.c: In functio

Re: linux-next: build failure after merge of the usb tree

2014-07-24 Thread Greg KH
On Thu, Jul 24, 2014 at 05:07:55PM +1000, Stephen Rothwell wrote: > Hi Greg, > > After merging the usb tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > drivers/phy/phy-spear1310-miphy.c: In function 'spear1310_miphy_probe': > drivers/phy/phy-spear1310-miphy.c:232:14: w

linux-next: build failure after merge of the usb tree

2014-07-24 Thread Stephen Rothwell
Hi Greg, After merging the usb tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/phy/phy-spear1310-miphy.c: In function 'spear1310_miphy_probe': drivers/phy/phy-spear1310-miphy.c:232:14: warning: passing argument 2 of 'devm_phy_create' from incompatible pointer type

Re: linux-next: build failure after merge of the usb tree

2014-05-29 Thread Dan Williams
On Thu, May 29, 2014 at 11:18 AM, Greg KH wrote: > On Thu, May 29, 2014 at 07:01:29PM +1000, Stephen Rothwell wrote: >> Hi Greg, >> >> After merging the usb tree, today's linux-next build (sparc64 defconfig) >> failed like this: >> >> drivers/usb/core/hub.c: In function 'port_event': >> drivers/us

Re: linux-next: build failure after merge of the usb tree

2014-05-29 Thread Greg KH
On Thu, May 29, 2014 at 07:01:29PM +1000, Stephen Rothwell wrote: > Hi Greg, > > After merging the usb tree, today's linux-next build (sparc64 defconfig) > failed like this: > > drivers/usb/core/hub.c: In function 'port_event': > drivers/usb/core/hub.c:4853:2: error: implicit declaration of funct

linux-next: build failure after merge of the usb tree

2014-05-29 Thread Stephen Rothwell
Hi Greg, After merging the usb tree, today's linux-next build (sparc64 defconfig) failed like this: drivers/usb/core/hub.c: In function 'port_event': drivers/usb/core/hub.c:4853:2: error: implicit declaration of function 'hub_handle_remote_wakeup' [-Werror=implicit-function-declaration] Caused

Re: linux-next: build failure after merge of the usb tree

2013-04-18 Thread Joe Perches
On Thu, 2013-04-18 at 16:05 +1000, Stephen Rothwell wrote: > After merging the usb tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > ERROR: "usb_stor_dbg" [drivers/usb/storage/ums-usbat.ko] undefined! [...] > Caused by commit 75b9130e8af6 ("usb: storage: Add usb_stor_dbg

linux-next: build failure after merge of the usb tree

2013-04-17 Thread Stephen Rothwell
Hi Greg, After merging the usb tree, today's linux-next build (x86_64 allmodconfig) failed like this: ERROR: "usb_stor_dbg" [drivers/usb/storage/ums-usbat.ko] undefined! ERROR: "usb_stor_dbg" [drivers/usb/storage/ums-sddr55.ko] undefined! ERROR: "usb_stor_dbg" [drivers/usb/storage/ums-sddr09.ko]

Re: linux-next: build failure after merge of the usb tree

2013-03-28 Thread Greg KH
On Wed, Mar 27, 2013 at 02:41:34PM +1100, Stephen Rothwell wrote: > Hi Greg, > > After merging the usb tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > drivers/usb/serial/usb-serial.c: In function 'usb_serial_probe': > drivers/usb/serial/usb-serial.c:887:3: error: 'str

Re: linux-next: build failure after merge of the usb tree

2013-03-26 Thread Greg KH
On Wed, Mar 27, 2013 at 11:51:41AM +0800, Ming Lei wrote: > Hi, > > On Wed, Mar 27, 2013 at 11:41 AM, Stephen Rothwell > wrote: > > > > > > I have reverted the commit from usb.current on the assumption that the > > problem it solves has been, or will be, solved some other way. > > The commit is

Re: linux-next: build failure after merge of the usb tree

2013-03-26 Thread Ming Lei
Hi, On Wed, Mar 27, 2013 at 11:41 AM, Stephen Rothwell wrote: > > > I have reverted the commit from usb.current on the assumption that the > problem it solves has been, or will be, solved some other way. The commit is needed in 3.9 linus tree and stable tree, but for next tree or 3.10, a rever

linux-next: build failure after merge of the usb tree

2013-03-26 Thread Stephen Rothwell
Hi Greg, After merging the usb tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/usb/serial/usb-serial.c: In function 'usb_serial_probe': drivers/usb/serial/usb-serial.c:887:3: error: 'struct usb_serial_port' has no member named 'delta_msr_wait' Caused by commit eba

Re: linux-next: build failure after merge of the usb tree

2013-01-29 Thread Greg KH
On Tue, Jan 29, 2013 at 01:51:34PM +, Lan, Tianyu wrote: > Hi greg: > My pleasure. I have sent the patch to you and usb mailist yesterday. > http://marc.info/?l=linux-usb&m=135939249906217&w=2 > So please have a check. Ah, got it, sorry, I missed it in my large "todo" mbox. greg

RE: linux-next: build failure after merge of the usb tree

2013-01-29 Thread Lan, Tianyu
Tuesday, January 29, 2013 9:42 PM To: Lan, Tianyu Cc: Stephen Rothwell; linux-n...@vger.kernel.org; linux-kernel@vger.kernel.org Subject: Re: linux-next: build failure after merge of the usb tree On Mon, Jan 28, 2013 at 04:03:07PM +, Lan, Tianyu wrote: > I just check the commit 88bb965ed711

Re: linux-next: build failure after merge of the usb tree

2013-01-29 Thread Greg KH
On Mon, Jan 28, 2013 at 04:03:07PM +, Lan, Tianyu wrote: > I just check the commit 88bb965ed711 can not git revert smoothly. I will do it > and send a revert patch. Please do so, thanks. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messa

RE: linux-next: build failure after merge of the usb tree

2013-01-28 Thread Lan, Tianyu
...@vger.kernel.org; linux-kernel@vger.kernel.org; Lan, Tianyu Subject: Re: linux-next: build failure after merge of the usb tree On Mon, Jan 28, 2013 at 09:46:44PM +1100, Stephen Rothwell wrote: > Hi Greg, > > After merging the usb tree, today's linux-next build (x86_64 > allmodconfig)

Re: linux-next: build failure after merge of the usb tree

2013-01-28 Thread Lan Tianyu
On 2013/1/28 22:45, Greg KH wrote: On Mon, Jan 28, 2013 at 09:46:44PM +1100, Stephen Rothwell wrote: Hi Greg, After merging the usb tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/usb/core/usb-acpi.c: In function 'usb_acpi_register_power_resources': drivers/usb/c

Re: linux-next: build failure after merge of the usb tree

2013-01-28 Thread Lan Tianyu
On 2013/1/28 22:45, Greg KH wrote: On Mon, Jan 28, 2013 at 09:46:44PM +1100, Stephen Rothwell wrote: Hi Greg, After merging the usb tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/usb/core/usb-acpi.c: In function 'usb_acpi_register_power_resources': drivers/usb/c

Re: linux-next: build failure after merge of the usb tree

2013-01-28 Thread Greg KH
On Mon, Jan 28, 2013 at 09:46:44PM +1100, Stephen Rothwell wrote: > Hi Greg, > > After merging the usb tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > drivers/usb/core/usb-acpi.c: In function 'usb_acpi_register_power_resources': > drivers/usb/core/usb-acpi.c:226:2: er

linux-next: build failure after merge of the usb tree

2013-01-28 Thread Stephen Rothwell
Hi Greg, After merging the usb tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/usb/core/usb-acpi.c: In function 'usb_acpi_register_power_resources': drivers/usb/core/usb-acpi.c:226:2: error: implicit declaration of function 'acpi_power_resource_register_device' [-W

RE: linux-next: build failure after merge of the usb tree

2013-01-21 Thread Lan, Tianyu
[mailto:s...@canb.auug.org.au] Sent: Monday, January 21, 2013 12:22 PM To: Greg KH Cc: linux-n...@vger.kernel.org; linux-kernel@vger.kernel.org; Lan, Tianyu Subject: linux-next: build failure after merge of the usb tree Hi Greg, After merging the usb tree, today's linux-next build (po

linux-next: build failure after merge of the usb tree

2013-01-20 Thread Stephen Rothwell
Hi Greg, After merging the usb tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/usb/core/port.c: In function 'usb_port_device_release': drivers/usb/core/port.c:25:2: error: implicit declaration of function 'kfree' [-Werror=implicit-function-declaration] drivers/

Re: linux-next: build failure after merge of the usb tree

2012-09-19 Thread Greg KH
On Wed, Sep 19, 2012 at 02:59:25PM +0100, Alan Cox wrote: > On Wed, 19 Sep 2012 14:31:36 +1000 > Stephen Rothwell wrote: > > > Hi Greg, > > > > After merging the usb tree, today's linux-next build (x86_64 allmodconfig) > > failed like this: > > > > drivers/usb/serial/vizzini.c: In function 'viz

Re: linux-next: build failure after merge of the usb tree

2012-09-19 Thread Alan Cox
On Wed, 19 Sep 2012 14:31:36 +1000 Stephen Rothwell wrote: > Hi Greg, > > After merging the usb tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > drivers/usb/serial/vizzini.c: In function 'vizzini_set_termios': > drivers/usb/serial/vizzini.c:454:22: error: invalid typ

Re: linux-next: build failure after merge of the usb tree

2012-09-19 Thread Greg KH
On Wed, Sep 19, 2012 at 02:31:36PM +1000, Stephen Rothwell wrote: > Hi Greg, > > After merging the usb tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > drivers/usb/serial/vizzini.c: In function 'vizzini_set_termios': > drivers/usb/serial/vizzini.c:454:22: error: invali

linux-next: build failure after merge of the usb tree

2012-09-18 Thread Stephen Rothwell
Hi Greg, After merging the usb tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/usb/serial/vizzini.c: In function 'vizzini_set_termios': drivers/usb/serial/vizzini.c:454:22: error: invalid type argument of '->' (have 'struct ktermios') Caused by commit c05fecb1d57e