From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: linux-next: Tree for Sep 12 (block/skd_main.c) Date: Thu, 12 Sep 2013 11:13:57 -0700 Message-ID: <52320465.9000201@infradead.org> References: <20130912143402.73f77e0cef1e19576b77a6b5@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130912143402.73f77e0cef1e19576b77a6b5@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Gordoni Waidhofer , Thomas Swann , Ramprasad Chinthekindi , Akhil Bhansali List-Id: linux-next.vger.kernel.org On 09/11/13 21:34, Stephen Rothwell wrote: > Hi all, > > Please do not add any code for v3.13 to your linux-next included branches > until after v3.12-rc1 is released. > > Changes since 20130911: > on i386 (32-bit): drivers/block/skd_main.c: In function 'skd_reg_write64': drivers/block/skd_main.c:439:3: error: implicit declaration of function 'writeq' [-Werror=implicit-function-declaration] drivers/block/skd_main.c:441:3: error: implicit declaration of function 'readq' [-Werror=implicit-function-declaration] drivers/block/skd_main.c: In function 'skd_preop_sg_list_blk': drivers/block/skd_main.c:1104:3: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat] drivers/block/skd_main.c: In function 'skd_end_request_bio': drivers/block/skd_main.c:1155:7: warning: unused variable 'cpu' [-Wunused-variable] drivers/block/skd_main.c: In function 'skd_preop_sg_list_bio': drivers/block/skd_main.c:1240:3: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat] drivers/block/skd_main.c: In function 'skd_skreq_prep_buffering': drivers/block/skd_main.c:1920:3: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 7 has type 'dma_addr_t' [-Wformat] drivers/block/skd_main.c: In function 'skd_send_fitmsg': drivers/block/skd_main.c:2470:2: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'dma_addr_t' [-Wformat] drivers/block/skd_main.c: In function 'skd_send_special_fitmsg': drivers/block/skd_main.c:2532:3: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 8 has type 'dma_addr_t' [-Wformat] drivers/block/skd_main.c: In function 'skd_cons_skmsg': drivers/block/skd_main.c:4565:2: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat] drivers/block/skd_main.c:4595:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] drivers/block/skd_main.c:4598:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] drivers/block/skd_main.c:4598:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] drivers/block/skd_main.c: In function 'skd_cons_skreq': drivers/block/skd_main.c:4620:2: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat] drivers/block/skd_main.c:4620:2: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'unsigned int' [-Wformat] drivers/block/skd_main.c:4632:2: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'unsigned int' [-Wformat] drivers/block/skd_main.c:4632:2: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'unsigned int' [-Wformat] drivers/block/skd_main.c: In function 'skd_cons_skspcl': drivers/block/skd_main.c:4677:2: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat] drivers/block/skd_main.c:4677:2: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'unsigned int' [-Wformat] -- ~Randy