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:	Mon, 26 Mar 2012 13:59:12 -0500
From:	Seth Forshee <seth.forshee@...onical.com>
To:	Randy Dunlap <rdunlap@...otime.net>,
	Matthew Garrett <mjg59@...f.ucam.org>
Cc:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
	platform-driver-x86@...r.kernel.org
Subject: Re: linux-next: Tree for Mar 26 (platform/x86/apple-gmux)

On Mon, Mar 26, 2012 at 10:08:13AM -0700, Randy Dunlap wrote:
> On 03/25/2012 09:28 PM, Stephen Rothwell wrote:
> 
> > Hi all,
> > 
> > Reminder: please do not add stuff destined for v3.5 to linux-next
> > included trees/branches until after v3.4-rc1 has been released.
> > 
> > Changes since 20120323:
> 
> 
> on i386:
> 
>   CC      drivers/platform/x86/apple-gmux.o
> drivers/platform/x86/apple-gmux.c: In function 'gmux_read8':
> drivers/platform/x86/apple-gmux.c:62:2: error: implicit declaration of function 'inb'
> drivers/platform/x86/apple-gmux.c: In function 'gmux_write8':
> drivers/platform/x86/apple-gmux.c:68:2: error: implicit declaration of function 'outb'
> drivers/platform/x86/apple-gmux.c: In function 'gmux_read32':
> drivers/platform/x86/apple-gmux.c:73:2: error: implicit declaration of function 'inl'
> drivers/platform/x86/apple-gmux.c: In function 'gmux_probe':
> drivers/platform/x86/apple-gmux.c:117:2: error: implicit declaration of function 'kzalloc'
> drivers/platform/x86/apple-gmux.c:117:12: warning: assignment makes pointer from integer without a cast
> drivers/platform/x86/apple-gmux.c:198:2: error: implicit declaration of function 'kfree'
> 
> 
> Full randconfig file is attached.

I get the same thing with that config. Sorry about that.

Matthew: Adding includes for linux/slab.h and asm/io.h fixes the build
for me. Do you want to fix it up in your tree, or do you want me to send
a replacement patch?

Seth

--
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