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:	Tue, 06 Nov 2007 14:51:34 +0100
From:	Gabriel C <nix.or.die@...glemail.com>
To:	akpm@...ux-foundation.org
CC:	mm-commits@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: mm snapshot broken-out-2007-11-06-02-32.tar.gz uploaded

akpm@...ux-foundation.org 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@...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