From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [2.6.19 PATCH 4/7] ehea: ethtool interface Date: Sat, 19 Aug 2006 10:40:41 -0400 Message-ID: <44E722E9.5090109@garzik.org> References: <200608181333.23031.ossthema@de.ibm.com> <20060818140506.GC5201@martell.zuzino.mipt.ru> <44E5DFA6.7040707@de.ibm.com> <1155968305.1388.4.camel@localhost.localdomain> <1155970112.7302.434.camel@tahini.andynet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: michael@ellerman.id.au, Thomas Klein , Alexey Dobriyan , Thomas Klein , Jan-Bernd Themann , netdev@vger.kernel.org, linux-kernel , Christoph Raisch , linux-ppc , Marcus Eder Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:21910 "EHLO mail.dvmed.net") by vger.kernel.org with ESMTP id S1751366AbWHSOk7 (ORCPT ); Sat, 19 Aug 2006 10:40:59 -0400 To: Andy Gay In-Reply-To: <1155970112.7302.434.camel@tahini.andynet.net> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Andy Gay wrote: > fs/bio.c:169: warning: 'idx' may be used uninitialized in this function > fs/eventpoll.c:500: warning: 'fd' may be used uninitialized in this function > fs/isofs/namei.c:162: warning: 'offset' may be used uninitialized in this function > fs/isofs/namei.c:162: warning: 'block' may be used uninitialized in this function > fs/nfsd/nfsctl.c:292: warning: 'maxsize' may be used uninitialized in this function > fs/udf/balloc.c:751: warning: 'goal_eloc.logicalBlockNum' may be used uninitialized in this function > fs/udf/super.c:1358: warning: 'ino.partitionReferenceNum' may be used uninitialized in this function > fs/xfs/xfs_alloc_btree.c:611: warning: 'nkey.ar_startblock' may be used uninitialized in this function > fs/xfs/xfs_alloc_btree.c:611: warning: 'nkey.ar_blockcount' may be used uninitialized in this function > fs/xfs/xfs_bmap.c:2498: warning: 'rtx' is used uninitialized in this function > fs/xfs/xfs_bmap_btree.c:753: warning: 'nkey.br_startoff' may be used uninitialized in this function > fs/xfs/xfs_da_btree.c:151: warning: 'action' may be used uninitialized in this function > fs/xfs/xfs_dir.c:363: warning: 'totallen' may be used uninitialized in this function > fs/xfs/xfs_dir.c:363: warning: 'count' may be used uninitialized in this function > fs/xfs/xfs_ialloc_btree.c:545: warning: 'nkey.ir_startino' may be used uninitialized in this function > fs/xfs/xfs_inode.c:1958: warning: 'last_dip' may be used uninitialized in this function > fs/xfs/xfs_inode.c:1960: warning: 'last_offset' may be used uninitialized in this function > fs/xfs/xfs_log.c:1749: warning: 'iclog' may be used uninitialized in this function > fs/xfs/xfs_log_recover.c:523: warning: 'first_blk' may be used uninitialized in this function > ipc/msg.c:338: warning: 'setbuf.qbytes' may be used uninitialized in this function > ipc/msg.c:338: warning: 'setbuf.uid' may be used uninitialized in this function > ipc/msg.c:338: warning: 'setbuf.gid' may be used uninitialized in this function > ipc/msg.c:338: warning: 'setbuf.mode' may be used uninitialized in this function > ipc/sem.c:810: warning: 'setbuf.uid' may be used uninitialized in this function > ipc/sem.c:810: warning: 'setbuf.gid' may be used uninitialized in this function > ipc/sem.c:810: warning: 'setbuf.mode' may be used uninitialized in this function > drivers/md/dm-table.c:431: warning: 'dev' may be used uninitialized in this function > drivers/md/dm-ioctl.c:1388: warning: 'param' may be used uninitialized in this function > net/sched/sch_cbq.c:409: warning: 'ret' may be used uninitialized in this function > lib/zlib_inflate/inftrees.c:121: warning: 'r.base' may be used uninitialized in this function These are gcc bugs. We don't patch the kernel for gcc bugs. Jeff