Re: mm snapshot broken-out-2007-11-06-02-32.tar.gz uploaded

From: Gabriel C
Date: Tue Nov 06 2007 - 08:51:49 EST


akpm@xxxxxxxxxxxxxxxxxxxx wrote:
> The mm snapshot broken-out-2007-11-06-02-32.tar.gz has been uploaded to
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-11-06-02-32.tar.gz
>

Some warnings ( still building :) )

..

arch/x86/Kconfig.i386:178:warning: 'select' used by config symbol 'X86_RDC321X' refers to undefined symbol 'GENERIC_GPIO'

...

...

fs/buffer.c: In function '__getblk_slow':
fs/buffer.c:1126: warning: integer constant is too large for 'unsigned long' type

that is :

#if (BITS_PER_LONG == 32) && defined(CONFIG_LBD)
if ((block >> (PAGE_CACHE_SHIFT - bdev->bd_inode->i_blkbits)) &
0xffffffff00000000UL) { <-- ULL ?

...

...

fs/reiser4/tree.c: In function 'check_tree_pointer':
fs/reiser4/tree.c:807: warning: passing argument 1 of 'coord_clear_iplug' discards qualifiers from pointer target type
fs/reiser4/export_ops.c:25: warning: 'object_on_wire_done' defined but not used
fs/reiser4/export_ops.c:36: warning: 'decode_inode' defined but not used
fs/reiser4/export_ops.c:69: warning: 'reiser4_decode_fh' defined but not used
fs/reiser4/export_ops.c:261: warning: 'reiser4_get_dentry' defined but not used
fs/reiser4/plugin/file/cryptcompress.c: In function 'align_or_cut_overhead':
fs/reiser4/plugin/file/cryptcompress.c:847: warning: 'oh' may be used uninitialized in this function
fs/reiser4/plugin/item/item.c: In function 'obtain_item_plugin':
fs/reiser4/plugin/item/item.c:70: warning: passing argument 1 of 'coord_set_iplug' discards qualifiers from pointer target type

...


Some more but the rest exist in Linus git so I assume these are known.


Regards,

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