From: Randy Dunlap <rdunlap@infradead.org>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org,
Gordoni Waidhofer <gwaidhofer@stec-inc.com>,
Thomas Swann <tswann@stec-inc.com>,
Ramprasad Chinthekindi <rchinthekindi@stec-inc.com>,
Akhil Bhansali <abhansali@stec-inc.com>
Subject: Re: linux-next: Tree for Sep 12 (block/skd_main.c)
Date: Thu, 12 Sep 2013 11:13:57 -0700 [thread overview]
Message-ID: <52320465.9000201@infradead.org> (raw)
In-Reply-To: <20130912143402.73f77e0cef1e19576b77a6b5@canb.auug.org.au>
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
prev parent reply other threads:[~2013-09-12 18:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-12 4:34 linux-next: Tree for Sep 12 Stephen Rothwell
2013-09-12 4:34 ` Stephen Rothwell
2013-09-12 17:42 ` [PATCH -next] staging/media: fix msi3101 build errors Randy Dunlap
2013-09-12 18:01 ` Antti Palosaari
2013-09-12 18:24 ` Mauro Carvalho Chehab
2013-09-12 17:59 ` linux-next: Tree for Sep 12 (sound/soc/) Randy Dunlap
2013-09-12 17:59 ` Randy Dunlap
2013-09-12 18:13 ` Randy Dunlap [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52320465.9000201@infradead.org \
--to=rdunlap@infradead.org \
--cc=abhansali@stec-inc.com \
--cc=gwaidhofer@stec-inc.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=rchinthekindi@stec-inc.com \
--cc=sfr@canb.auug.org.au \
--cc=tswann@stec-inc.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.