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] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 13 Aug 2013 21:52:53 +0200
From:	Sedat Dilek <sedat.dilek@...il.com>
To:	balbi@...com
Cc:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
	Sebastian Andrzej Siewior <bigeasy@...utronix.de>
Subject: Re: linux-next: build failure after merge of the final tree
 (usb-gadget tree related)

On Tue, Aug 13, 2013 at 9:51 PM, Felipe Balbi <balbi@...com> wrote:
> On Tue, Aug 13, 2013 at 02:48:03PM -0500, Felipe Balbi wrote:
>> Hi,
>>
>> On Tue, Aug 13, 2013 at 06:17:19PM +1000, Stephen Rothwell wrote:
>> > Hi all,
>> >
>> > After merging the final tree, today's linux-next build (powerpc allyesconfig)
>> > failed like this:
>> >
>> > drivers/usb/phy/phy-am335x-control.c: In function 'am335x_control_usb_probe':
>> > drivers/usb/phy/phy-am335x-control.c:117:2: error: implicit declaration of function 'IS_ERR' [-Werror=implicit-function-declaration]
>> >   if (IS_ERR(ctrl_usb->phy_reg))
>> >   ^
>> > drivers/usb/phy/phy-am335x-control.c:118:3: error: implicit declaration of function 'PTR_ERR' [-Werror=implicit-function-declaration]
>> >    return PTR_ERR(ctrl_usb->phy_reg);
>> >    ^
>> >
>> > Caused by commit 3bb869c8b3f1 ("usb: phy: Add AM335x PHY driver") from
>> > the usb-gadget tree.  Forgot to include linux/err.h.
>> >
>> > I have reverted that commit for today.
>>
>> damn, I didn't catch that. Sebastian, can you send a patch ?
>
> nevermind already patched it myself.
>

Sebastian sent some hours ago this one:

[PATCH] usb: phy: am335x: include linux/err.h

- Sedat -
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ