From: Yuanhan Liu <yuanhan.liu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: [shaggy:loop_v3 16/22] drivers/block/loop.c:219:20: warning: cast to pointer from integer of dif
Date: Thu, 18 Oct 2012 02:18:59 +0000 [thread overview]
Message-ID: <20121018021859.GA22143@yliu-dev.sh.intel.com> (raw)
In-Reply-To: <20121017154411.GA21995@yliu-dev.sh.intel.com>
On Wed, Oct 17, 2012 at 11:29:35AM -0500, Dave Kleikamp wrote:
> On 10/17/2012 10:44 AM, Yuanhan Liu wrote:
> > Hi Zack,
> >
> > FYI, there are new compile warnings show up in
> >
> > tree: git://github.com/kleikamp/linux-shaggy loop_v3
> > head: b8ee8b4bb91520b2c4a1f567977a737e9e71c449
> > commit: 9a9b1c625a5b11d9b90c0ee664eacde0aea6afeb [16/22] loop: use aio to perform io on the underlying file
> > config: i386-randconfig-m011 (attached as .config)
>
> That was quick. I just pushed that out to github and hadn't announced it
> anywhere. I didn't realize that a new branch on my tree would be
> automatically tested, but I'm glad this got caught!
Yeah, that's what this Fengguang's 0-DAY system does! ;-)
Actually, I found there are few more, which has been found while I was
sleep. I will sent them out JFYI.
Thanks,
Yuanhan Liu
>
> It looks like I need to compile for a 32-bit platform before sending
> this out to a larger audience.
>
> Thanks!!
> Shaggy
>
> > All warnings:
> >
> > drivers/block/loop.c: In function 'lo_rw_aio_complete':
> > drivers/block/loop.c:219:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
> > drivers/block/loop.c: In function 'lo_rw_aio':
> > drivers/block/loop.c:252:53: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
> >
> > vim +219 drivers/block/loop.c
> >
> > ^1da177e Linus Torvalds 2005-04-16 203 }
> > ^1da177e Linus Torvalds 2005-04-16 204
> > ^1da177e Linus Torvalds 2005-04-16 205 static inline int
> > ^1da177e Linus Torvalds 2005-04-16 206 lo_do_transfer(struct loop_device *lo, int cmd,
> > ^1da177e Linus Torvalds 2005-04-16 207 struct page *rpage, unsigned roffs,
> > ^1da177e Linus Torvalds 2005-04-16 208 struct page *lpage, unsigned loffs,
> > ^1da177e Linus Torvalds 2005-04-16 209 int size, sector_t rblock)
> > ^1da177e Linus Torvalds 2005-04-16 210 {
> > ^1da177e Linus Torvalds 2005-04-16 211 if (unlikely(!lo->transfer))
> > ^1da177e Linus Torvalds 2005-04-16 212 return 0;
> > ^1da177e Linus Torvalds 2005-04-16 213
> > ^1da177e Linus Torvalds 2005-04-16 214 return lo->transfer(lo, cmd, rpage, roffs, lpage, loffs, size, rblock);
> > ^1da177e Linus Torvalds 2005-04-16 215 }
> > ^1da177e Linus Torvalds 2005-04-16 216
> > 9a9b1c62 From: Zach Brown 2012-10-15 217 void lo_rw_aio_complete(u64 data, long res)
> > 9a9b1c62 From: Zach Brown 2012-10-15 218 {
> > 9a9b1c62 From: Zach Brown 2012-10-15 @219 struct bio *bio = (struct bio *)data;
> > 9a9b1c62 From: Zach Brown 2012-10-15 220
> > 9a9b1c62 From: Zach Brown 2012-10-15 221 if (res > 0)
> > 9a9b1c62 From: Zach Brown 2012-10-15 222 res = 0;
> > 9a9b1c62 From: Zach Brown 2012-10-15 223 else if (res < 0)
> > 9a9b1c62 From: Zach Brown 2012-10-15 224 res = -EIO;
> > 9a9b1c62 From: Zach Brown 2012-10-15 225
> > 9a9b1c62 From: Zach Brown 2012-10-15 226 bio_endio(bio, res);
> > 9a9b1c62 From: Zach Brown 2012-10-15 227 }
> >
> > ---
> > 0-DAY kernel build testing backend Open Source Technology Center
> > Fengguang Wu, Yuanhan Liu Intel Corporation
> >
next prev parent reply other threads:[~2012-10-18 2:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-17 15:44 [shaggy:loop_v3 16/22] drivers/block/loop.c:219:20: warning: cast to pointer from integer of differe Yuanhan Liu
2012-10-17 16:29 ` [shaggy:loop_v3 16/22] drivers/block/loop.c:219:20: warning: cast to pointer from integer of dif Dave Kleikamp
2012-10-17 17:52 ` Zach Brown
2012-10-18 2:18 ` Yuanhan Liu [this message]
2012-10-18 2:40 ` Asias He
2012-10-18 2:52 ` Fengguang Wu
2012-10-18 2:59 ` Asias He
2012-10-18 3:10 ` [shaggy:loop_v3 16/22] drivers/block/loop.c:217:6: sparse: symbol 'lo_rw_aio_complete' was not decla Yuanhan Liu
2012-10-18 3:19 ` [shaggy:loop_v3 16/22] drivers/block/loop.c:239:2: error: implicit declaration of function 'aio_kern Yuanhan Liu
2012-10-18 19:32 ` [shaggy:loop_v3 16/22] drivers/block/loop.c:239:2: error: implicit declaration of function 'aio_ Dave Kleikamp
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=20121018021859.GA22143@yliu-dev.sh.intel.com \
--to=yuanhan.liu@intel.com \
--cc=kernel-janitors@vger.kernel.org \
/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.