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:	Sun, 17 Aug 2008 19:32:20 +0200
From:	"Rafael J. Wysocki" <rjw@...k.pl>
To:	Ingo Molnar <mingo@...e.hu>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: 2.6.27-rc3-git4: Multiple implicit declarations in log2.h

Hi,

I see this compiling the current mainline on x86-64:

  AS      arch/x86/boot/compressed/head_64.o
In file included from /home/rafael/src/linux-2.6/include/linux/kernel.h:16,
                 from /home/rafael/src/linux-2.6/arch/x86/boot/memory.c:16:
/home/rafael/src/linux-2.6/include/linux/log2.h: In function ‘__ilog2_u32’:
/home/rafael/src/linux-2.6/include/linux/log2.h:34: warning: implicit declaration of function ‘fls’
/home/rafael/src/linux-2.6/include/linux/log2.h: In function ‘__ilog2_u64’:
/home/rafael/src/linux-2.6/include/linux/log2.h:42: warning: implicit declaration of function ‘fls64’
/home/rafael/src/linux-2.6/include/linux/log2.h: In function ‘__roundup_pow_of_two’:
/home/rafael/src/linux-2.6/include/linux/log2.h:63: warning: implicit declaration of function ‘fls_long’
  CC      arch/x86/boot/compressed/misc.o

I guess there's a missing #include or something?

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