On Tue, 2014-04-01 at 09:57 +0200, Geert Uytterhoeven wrote: > + /scratch/kisskb/src/drivers/block/nvme-core.c: warning: 'bvprv.bv_len' > may be used uninitialized in this function [-Wuninitialized]: => 514:18 > + /scratch/kisskb/src/drivers/block/nvme-core.c: warning: 'bvprv.bv_offset' > may be used uninitialized in this function [-Wuninitialized]: => 514:18 > + /scratch/kisskb/src/drivers/block/nvme-core.c: warning: 'bvprv.bv_page' > may be used uninitialized in this function [-Wuninitialized]: => 511:17
See, for the (unsophisticated) solution currently being discussed, https://lkml.org/lkml/2014/3/4/124 . > + /scratch/kisskb/src/drivers/target/target_core_alua.c: warning: > 'alua_ascq' may be used uninitialized in this function [-Wuninitialized]: => > 773:18 Fix should be included in target-pending/for-next, see https://lkml.org/lkml/2014/2/20/476 . > + /scratch/kisskb/src/net/sunrpc/xprtrdma/verbs.c: warning: the frame size > of 1044 bytes is larger than 1024 bytes [-Wframe-larger-than=]: => 1774:1 This one could already be seen in v3.8. Anyhow, it's being tracked at https://bugzilla.kernel.org/show_bug.cgi?id=68661 . Paul Bolle -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

