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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 10 Aug 2011 15:09:29 -0400
From:	Paul Gortmaker <paul.gortmaker@...driver.com>
To:	Mike Frysinger <vapier.adi@...il.com>
CC:	Linus Torvalds <torvalds@...ux-foundation.org>, <mingo@...e.hu>,
	<linux-kernel@...r.kernel.org>, <akpm@...ux-foundation.org>,
	<linux-arch@...r.kernel.org>, <sfr@...b.auug.org.au>
Subject: Re: [RFC/PULL 00/11] introduce export.h; reduce module.h usage

On 11-08-07 10:42 PM, Mike Frysinger wrote:

[...]

> 
> Blackfin is broken because of this.  a simple grep of the tree

I've run all the in-tree blackfin configs, so it is all good.

Have you thought about getting at least one blackfin defconfig in
the linux-next build coverage?  Gives you a better chance of
having people see when they've broken it.

Thanks,
Paul.

> probably could pick this up.  maybe something like:
> grep EXPORT_SYMBOL * -rIl | xargs grep -L linux/export.h
> 
> from my logs, i see at least:
> arch/blackfin/kernel/dma-mapping.c:103: warning: type defaults to
> 'int' in declaration of 'EXPORT_SYMBOL'
> arch/blackfin/kernel/dma-mapping.c:111: warning: type defaults to
> 'int' in declaration of 'EXPORT_SYMBOL'
> arch/blackfin/kernel/dma-mapping.c:121: warning: type defaults to
> 'int' in declaration of 'EXPORT_SYMBOL'
> arch/blackfin/kernel/dma-mapping.c:136: warning: type defaults to
> 'int' in declaration of 'EXPORT_SYMBOL'
> arch/blackfin/kernel/dma-mapping.c:148: warning: type defaults to
> 'int' in declaration of 'EXPORT_SYMBOL'
> arch/blackfin/kernel/sys_bfin.c:50: warning: type defaults to 'int' in
> declaration of 'EXPORT_SYMBOL'
> arch/blackfin/mach-bf518/boards/ezbrd.c:825: warning: type defaults to
> 'int' in declaration of 'EXPORT_SYMBOL'
> arch/blackfin/mach-bf527/boards/ad7160eval.c:852: warning: type
> defaults to 'int' in declaration of 'EXPORT_SYMBOL'
> arch/blackfin/mach-bf527/boards/ezbrd.c:876: warning: type defaults to
> 'int' in declaration of 'EXPORT_SYMBOL'
> arch/blackfin/mach-bf527/boards/ezkit.c:1317: warning: type defaults
> to 'int' in declaration of 'EXPORT_SYMBOL'
> arch/blackfin/mach-bf527/boards/tll6527m.c:938: warning: type defaults
> to 'int' in declaration of 'EXPORT_SYMBOL'
> arch/blackfin/mach-bf537/boards/dnp5370.c:396: warning: type defaults
> to 'int' in declaration of 'EXPORT_SYMBOL'
> arch/blackfin/mm/init.c:22: warning: type defaults to 'int' in
> declaration of 'EXPORT_SYMBOL'
> arch/blackfin/mm/init.c:32: warning: type defaults to 'int' in
> declaration of 'EXPORT_SYMBOL'
> sound/soc/blackfin/bf5xx-sport.c:1002: warning: type defaults to 'int'
> in declaration of 'EXPORT_SYMBOL'
> sound/soc/blackfin/bf5xx-sport.c:107: warning: type defaults to 'int'
> in declaration of 'EXPORT_SYMBOL'
> sound/soc/blackfin/bf5xx-sport.c:1089: warning: type defaults to 'int'
> in declaration of 'EXPORT_SYMBOL'
> sound/soc/blackfin/bf5xx-sport.c:124: warning: type defaults to 'int'
> in declaration of 'EXPORT_SYMBOL'
> sound/soc/blackfin/bf5xx-sport.c:271: warning: type defaults to 'int'
> in declaration of 'EXPORT_SYMBOL'
> sound/soc/blackfin/bf5xx-sport.c:293: warning: type defaults to 'int'
> in declaration of 'EXPORT_SYMBOL'
> sound/soc/blackfin/bf5xx-sport.c:353: warning: type defaults to 'int'
> in declaration of 'EXPORT_SYMBOL'
> sound/soc/blackfin/bf5xx-sport.c:373: warning: type defaults to 'int'
> in declaration of 'EXPORT_SYMBOL'
> sound/soc/blackfin/bf5xx-sport.c:451: warning: type defaults to 'int'
> in declaration of 'EXPORT_SYMBOL'
> sound/soc/blackfin/bf5xx-sport.c:515: warning: type defaults to 'int'
> in declaration of 'EXPORT_SYMBOL'
> sound/soc/blackfin/bf5xx-sport.c:591: warning: type defaults to 'int'
> in declaration of 'EXPORT_SYMBOL'
> sound/soc/blackfin/bf5xx-sport.c:599: warning: type defaults to 'int'
> in declaration of 'EXPORT_SYMBOL'
> sound/soc/blackfin/bf5xx-sport.c:610: warning: type defaults to 'int'
> in declaration of 'EXPORT_SYMBOL'
> sound/soc/blackfin/bf5xx-sport.c:621: warning: type defaults to 'int'
> in declaration of 'EXPORT_SYMBOL'
> sound/soc/blackfin/bf5xx-sport.c:775: warning: type defaults to 'int'
> in declaration of 'EXPORT_SYMBOL'
> sound/soc/blackfin/bf5xx-sport.c:786: warning: type defaults to 'int'
> in declaration of 'EXPORT_SYMBOL'
> sound/soc/blackfin/bf5xx-sport.c:797: warning: type defaults to 'int'
> in declaration of 'EXPORT_SYMBOL'
> sound/soc/blackfin/bf5xx-sport.c:90: warning: type defaults to 'int'
> in declaration of 'EXPORT_SYMBOL'
> sound/soc/blackfin/bf5xx-sport.c:968: warning: type defaults to 'int'
> in declaration of 'EXPORT_SYMBOL'
> -mike
--
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