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>] [day] [month] [year] [list]
Date:	Sat, 17 Feb 2007 23:02:14 -0500
From:	Dave Jones <davej@...hat.com>
To:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Cc:	"Eric W. Biederman" <ebiederm@...ssion.com>
Subject: Re: [PATCH] sysctl: move init_irq_proc into init/main where it belongs

On Wed, Feb 14, 2007 at 05:00:19PM +0000, Linux Kernel wrote:
 > Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b04c3afb2b6e2f902b41bb62b73684d92d7e6c34
 > Commit:     b04c3afb2b6e2f902b41bb62b73684d92d7e6c34
 > Parent:     0e03036c97b70b2602f7dedaa3a223ed7563c2c9
 > Author:     Eric W. Biederman <ebiederm@...ssion.com>
 > AuthorDate: Wed Feb 14 00:33:57 2007 -0800
 > Committer:  Linus Torvalds <torvalds@...dy.linux-foundation.org>
 > CommitDate: Wed Feb 14 08:09:58 2007 -0800
 > 
 >     [PATCH] sysctl: move init_irq_proc into init/main where it belongs
 >     
 >     Signed-off-by: Eric W. Biederman <ebiederm@...ssion.com>
 >     Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
 >     Signed-off-by: Linus Torvalds <torvalds@...ux-foundation.org>

This causes an implicit declaration which broke ppc32 builds for me..
(my builds use -Werror-implicit to catch this flaw early)

init/main.c: In function 'do_basic_setup':
init/main.c:744: error: implicit declaration of function 'init_irq_proc'

		Dave

-- 
http://www.codemonkey.org.uk
-
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