Re: linux-next: build failure after merge of the block tree

2021-02-22 Thread Jens Axboe
On 2/22/21 6:42 PM, Stephen Rothwell wrote: > Hi all, > > After merging the block tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > fs/io_uring.c: In function 'io_sq_thread': > fs/io_uring.c:6787:3: error: implicit declaration of function > 'io_ctx_disable_sqo_subm

linux-next: build failure after merge of the block tree

2021-02-22 Thread Stephen Rothwell
Hi all, After merging the block tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: fs/io_uring.c: In function 'io_sq_thread': fs/io_uring.c:6787:3: error: implicit declaration of function 'io_ctx_disable_sqo_submit' [-Werror=implicit-function-declaration] 6787 | io_ctx

Re: linux-next: build failure after merge of the block tree

2021-02-14 Thread Stephen Rothwell
Hi all, On Tue, 2 Feb 2021 14:16:18 +1100 Stephen Rothwell wrote: > > On Tue, 2 Feb 2021 13:57:14 +1100 Stephen Rothwell > wrote: > > > > After merging the block tree, today's linux-next build (powerpc > > ppc64_defconfig) failed like this: > > > > block/bio.c: In function 'bio_add_zone_appen

Re: linux-next: build failure after merge of the block tree

2021-02-01 Thread Christoph Hellwig
Both fixups look good to me, thanks.

Re: linux-next: build failure after merge of the block tree

2021-02-01 Thread Stephen Rothwell
Hi all, On Tue, 2 Feb 2021 13:57:14 +1100 Stephen Rothwell wrote: > > After merging the block tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > block/bio.c: In function 'bio_add_zone_append_page': > block/bio.c:860:31: error: 'struct bio' has no member named 'bi_d

linux-next: build failure after merge of the block tree

2021-02-01 Thread Stephen Rothwell
Hi all, After merging the block tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: block/bio.c: In function 'bio_add_zone_append_page': block/bio.c:860:31: error: 'struct bio' has no member named 'bi_disk' 860 | struct request_queue *q = bio->bi_disk->queue; |

Re: linux-next: build failure after merge of the block tree

2020-12-14 Thread Stephen Rothwell
Hi David, On Mon, 14 Dec 2020 22:54:46 +0100 David Sterba wrote: > > On Tue, Dec 15, 2020 at 08:43:00AM +1100, Stephen Rothwell wrote: > > > > On Mon, 14 Dec 2020 22:36:12 +0100 David Sterba wrote: > > > > > > On Mon, Dec 14, 2020 at 01:12:46PM -0700, Jens Axboe wrote: > > > > On 12/14/20 1

Re: linux-next: build failure after merge of the block tree

2020-12-14 Thread David Sterba
On Tue, Dec 15, 2020 at 08:43:00AM +1100, Stephen Rothwell wrote: > Hi David, > > On Mon, 14 Dec 2020 22:36:12 +0100 David Sterba wrote: > > > > On Mon, Dec 14, 2020 at 01:12:46PM -0700, Jens Axboe wrote: > > > On 12/14/20 1:09 PM, Stephen Rothwell wrote: > > > > Just a reminder that I am still

Re: linux-next: build failure after merge of the block tree

2020-12-14 Thread Stephen Rothwell
Hi David, On Mon, 14 Dec 2020 22:36:12 +0100 David Sterba wrote: > > On Mon, Dec 14, 2020 at 01:12:46PM -0700, Jens Axboe wrote: > > On 12/14/20 1:09 PM, Stephen Rothwell wrote: > > > Just a reminder that I am still applying the above merge fix. > > > > I sent in my core changes, but they ha

Re: linux-next: build failure after merge of the block tree

2020-12-14 Thread David Sterba
On Mon, Dec 14, 2020 at 01:12:46PM -0700, Jens Axboe wrote: > On 12/14/20 1:09 PM, Stephen Rothwell wrote: > > Just a reminder that I am still applying the above merge fix. > > I sent in my core changes, but they haven't been pulled yet. So I guess > we're dealing with a timing situation... David,

Re: linux-next: build failure after merge of the block tree

2020-12-14 Thread Stephen Rothwell
Hi all, On Mon, 7 Dec 2020 14:09:51 +1100 Stephen Rothwell wrote: > > After merging the block tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > fs/io_uring.c: In function 'io_shutdown': > fs/io_uring.c:3782:9: error: too many arguments to function 'sock_from_file'

Re: linux-next: build failure after merge of the block tree

2020-12-14 Thread Stephen Rothwell
Hi all, On Wed, 2 Dec 2020 15:01:49 +1100 Stephen Rothwell wrote: > > Hi all, > > After merging the block tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > fs/btrfs/zoned.c: In function 'btrfs_get_dev_zone_info': > fs/btrfs/zoned.c:168:21: error: 'struct block_device

Re: linux-next: build failure after merge of the block tree

2020-12-14 Thread Jens Axboe
On 12/14/20 1:09 PM, Stephen Rothwell wrote: > Hi all, > > On Wed, 2 Dec 2020 15:01:49 +1100 Stephen Rothwell > wrote: >> >> Hi all, >> >> After merging the block tree, today's linux-next build (x86_64 >> allmodconfig) failed like this: >> >> fs/btrfs/zoned.c: In function 'btrfs_get_dev_zone_inf

linux-next: build failure after merge of the block tree

2020-12-13 Thread Stephen Rothwell
Hi all, After merging the block tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/md/raid0.c: In function 'raid0_handle_discard': drivers/md/raid0.c:511:26: error: passing argument 1 of 'trace_block_bio_remap' from incompatible pointer type [-Werror=incompatible-

Re: linux-next: build failure after merge of the block tree

2020-12-07 Thread Florent Revest
On Mon, 2020-12-07 at 14:09 +1100, Stephen Rothwell wrote: > Hi all, > > After merging the block tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > fs/io_uring.c: In function 'io_shutdown': > fs/io_uring.c:3782:9: error: too many arguments to function > 'sock_from_fi

linux-next: build failure after merge of the block tree

2020-12-06 Thread Stephen Rothwell
Hi all, After merging the block tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: fs/io_uring.c: In function 'io_shutdown': fs/io_uring.c:3782:9: error: too many arguments to function 'sock_from_file' 3782 | sock = sock_from_file(req->file, &ret); | ^~

Re: linux-next: build failure after merge of the block tree

2020-12-01 Thread Christoph Hellwig
On Wed, Dec 02, 2020 at 03:01:49PM +1100, Stephen Rothwell wrote: > I applied the following merge fix patch (which may, or may not, be > correct but fixes the build). The fixes are exactly what I would have done. Thanks!

linux-next: build failure after merge of the block tree

2020-12-01 Thread Stephen Rothwell
Hi all, After merging the block tree, today's linux-next build (x86_64 allmodconfig) failed like this: fs/btrfs/zoned.c: In function 'btrfs_get_dev_zone_info': fs/btrfs/zoned.c:168:21: error: 'struct block_device' has no member named 'bd_part'; did you mean 'bd_partno'? 168 | nr_sectors = bde

linux-next: build failure after merge of the block tree

2020-09-22 Thread Stephen Rothwell
Hi all, After merging the block tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: fs/io_uring.c: In function 'io_resubmit_prep': fs/io_uring.c:2357:10: error: 'struct io_kiocb' has no member named 'io' 2357 | if (!req->io) { | ^~ Caused by commit 8f3d

Re: linux-next: build failure after merge of the block tree

2020-07-15 Thread Jens Axboe
On 7/15/20 9:22 AM, Geert Uytterhoeven wrote: > Hi Jens, > >> On Wed, Jul 15, 2020 at 5:08 PM Jens Axboe wrote: >>> On 7/15/20 3:24 AM, Geert Uytterhoeven wrote: On Wed, Jul 15, 2020 at 4:26 AM Stephen Rothwell wrote: > After merging the block tree, today's linux-next build (arm >

Re: linux-next: build failure after merge of the block tree

2020-07-15 Thread Geert Uytterhoeven
Hi Jens, > On Wed, Jul 15, 2020 at 5:08 PM Jens Axboe wrote: > > On 7/15/20 3:24 AM, Geert Uytterhoeven wrote: > > > On Wed, Jul 15, 2020 at 4:26 AM Stephen Rothwell > > > wrote: > > >> After merging the block tree, today's linux-next build (arm > > >> multi_v7_defconfig) failed like this: > >

Re: linux-next: build failure after merge of the block tree

2020-07-15 Thread Geert Uytterhoeven
Hi Jens, On Wed, Jul 15, 2020 at 5:08 PM Jens Axboe wrote: > On 7/15/20 3:24 AM, Geert Uytterhoeven wrote: > > On Wed, Jul 15, 2020 at 4:26 AM Stephen Rothwell > > wrote: > >> After merging the block tree, today's linux-next build (arm > >> multi_v7_defconfig) failed like this: > >> > >> block

Re: linux-next: build failure after merge of the block tree

2020-07-15 Thread Jens Axboe
On 7/15/20 3:24 AM, Geert Uytterhoeven wrote: > On Wed, Jul 15, 2020 at 4:26 AM Stephen Rothwell > wrote: >> After merging the block tree, today's linux-next build (arm >> multi_v7_defconfig) failed like this: >> >> block/blk-timeout.c: In function 'blk_round_jiffies': >> block/blk-timeout.c:96:1

Re: linux-next: build failure after merge of the block tree

2020-07-15 Thread Jens Axboe
On 7/14/20 8:14 PM, Stephen Rothwell wrote: > Hi all, > > After merging the block tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > block/blk-timeout.c: In function 'blk_round_jiffies': > block/blk-timeout.c:96:14: error: 'CONFIG_HZ_ROUGH_MASK' undeclared (first > u

Re: linux-next: build failure after merge of the block tree

2020-07-15 Thread Geert Uytterhoeven
On Wed, Jul 15, 2020 at 4:26 AM Stephen Rothwell wrote: > After merging the block tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > block/blk-timeout.c: In function 'blk_round_jiffies': > block/blk-timeout.c:96:14: error: 'CONFIG_HZ_ROUGH_MASK' undeclared (first > us

linux-next: build failure after merge of the block tree

2020-07-14 Thread Stephen Rothwell
Hi all, After merging the block tree, today's linux-next build (arm multi_v7_defconfig) failed like this: block/blk-timeout.c: In function 'blk_round_jiffies': block/blk-timeout.c:96:14: error: 'CONFIG_HZ_ROUGH_MASK' undeclared (first use in this function) 96 | return (j + CONFIG_HZ_ROUGH_MA

linux-next: build failure after merge of the block tree

2020-06-01 Thread Stephen Rothwell
Hi all, After merging the block tree, today's linux-next build (x86_64 allmodconfig) failed like this: In file included from include/linux/device.h:15, from include/rdma/ib_verbs.h:43, from include/rdma/mr_pool.h:8, from drivers/nvme/host/rdma.c:

Re: linux-next: build failure after merge of the block tree

2020-05-26 Thread Jens Axboe
On 5/25/20 10:36 PM, Stephen Rothwell wrote: > Hi all, > > On Mon, 25 May 2020 13:03:44 -0600 Jens Axboe wrote: >> >> On 5/24/20 11:08 PM, Stephen Rothwell wrote: >>> >>> After merging the block tree, today's linux-next build (arm >>> multi_v7_defconfig) failed like this: >>> >>> mm/filemap.c: In

Re: linux-next: build failure after merge of the block tree

2020-05-25 Thread Stephen Rothwell
Hi all, On Mon, 25 May 2020 13:03:44 -0600 Jens Axboe wrote: > > On 5/24/20 11:08 PM, Stephen Rothwell wrote: > > > > After merging the block tree, today's linux-next build (arm > > multi_v7_defconfig) failed like this: > > > > mm/filemap.c: In function 'generic_file_buffered_read': > > mm/file

Re: linux-next: build failure after merge of the block tree

2020-05-25 Thread Jens Axboe
On 5/24/20 11:08 PM, Stephen Rothwell wrote: > Hi all, > > After merging the block tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > mm/filemap.c: In function 'generic_file_buffered_read': > mm/filemap.c:2075:9: error: 'written' undeclared (first use in this > funct

linux-next: build failure after merge of the block tree

2020-05-24 Thread Stephen Rothwell
Hi all, After merging the block tree, today's linux-next build (arm multi_v7_defconfig) failed like this: mm/filemap.c: In function 'generic_file_buffered_read': mm/filemap.c:2075:9: error: 'written' undeclared (first use in this function); did you mean 'writeb'? 2075 | if (written) {

Re: linux-next: build failure after merge of the block tree

2020-05-22 Thread Jens Axboe
On 5/22/20 5:32 AM, Stephen Rothwell wrote: > Hi all, > > After merging the block tree, today's linux-next build (x86_64 > allnoconfig) failed like this: > > fs/libfs.c: In function 'generic_file_fsync': > fs/libfs.c:1116:9: error: too few arguments to function 'blkdev_issue_flush' > 1116 | ret

linux-next: build failure after merge of the block tree

2020-05-22 Thread Stephen Rothwell
Hi all, After merging the block tree, today's linux-next build (x86_64 allnoconfig) failed like this: fs/libfs.c: In function 'generic_file_fsync': fs/libfs.c:1116:9: error: too few arguments to function 'blkdev_issue_flush' 1116 | return blkdev_issue_flush(inode->i_sb->s_bdev, GFP_KERNEL);

Re: linux-next: build failure after merge of the block tree

2020-05-14 Thread Jens Axboe
On 5/14/20 2:57 AM, Stephen Rothwell wrote: > Hi all, > > After merging the block tree, today's linux-next build (x86_64 > allnoconfig) failed like this: > > In file included from include/linux/blk-cgroup.h:23, > from include/linux/writeback.h:14, > from include/

linux-next: build failure after merge of the block tree

2020-05-14 Thread Stephen Rothwell
Hi all, After merging the block tree, today's linux-next build (x86_64 allnoconfig) failed like this: In file included from include/linux/blk-cgroup.h:23, from include/linux/writeback.h:14, from include/linux/memcontrol.h:22, from include/linux/s

Re: linux-next: build failure after merge of the block tree

2020-05-11 Thread Jens Axboe
On 5/11/20 9:17 AM, Christoph Hellwig wrote: > On Mon, May 11, 2020 at 09:06:41AM -0600, Jens Axboe wrote: >> On 5/10/20 10:27 PM, Stephen Rothwell wrote: >>> Hi all, >>> >>> After merging the block tree, today's linux-next build (x86_64 >>> allmodconfig) failed like this: >>> >>> drivers/block/aoe

Re: linux-next: build failure after merge of the block tree

2020-05-11 Thread Christoph Hellwig
On Mon, May 11, 2020 at 09:06:41AM -0600, Jens Axboe wrote: > On 5/10/20 10:27 PM, Stephen Rothwell wrote: > > Hi all, > > > > After merging the block tree, today's linux-next build (x86_64 > > allmodconfig) failed like this: > > > > drivers/block/aoe/aoeblk.c: In function 'aoeblk_gdalloc': > > d

Re: linux-next: build failure after merge of the block tree

2020-05-11 Thread Jens Axboe
On 5/10/20 10:27 PM, Stephen Rothwell wrote: > Hi all, > > After merging the block tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/block/aoe/aoeblk.c: In function 'aoeblk_gdalloc': > drivers/block/aoe/aoeblk.c:410:21: error: 'struct backing_dev_info' has no >

linux-next: build failure after merge of the block tree

2020-05-10 Thread Stephen Rothwell
Hi all, After merging the block tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/block/aoe/aoeblk.c: In function 'aoeblk_gdalloc': drivers/block/aoe/aoeblk.c:410:21: error: 'struct backing_dev_info' has no member named 'name' 410 | q->backing_dev_info->name = "ao

Re: linux-next: build failure after merge of the block tree

2020-05-08 Thread Jens Axboe
On 5/7/20 11:28 PM, Stephen Rothwell wrote: > Hi all, > > After merging the block tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > In file included from include/linux/kernel.h:15, > from include/linux/list.h:9, > from include/linux/mod

linux-next: build failure after merge of the block tree

2020-05-07 Thread Stephen Rothwell
Hi all, After merging the block tree, today's linux-next build (x86_64 allmodconfig) failed like this: In file included from include/linux/kernel.h:15, from include/linux/list.h:9, from include/linux/module.h:12, from block/bfq-iosched.c:116: blo

Re: linux-next: build failure after merge of the block tree

2019-07-11 Thread Jens Axboe
On 7/11/19 2:17 PM, Tejun Heo wrote: > Hello, > > Yeah, my patche series raced with 8648de2c581e ("f2fs: add bio cache > for IPU"). Jens, can you please apply this one too? I can't really, as that commit isn't in Linus's tree yet. I'll keep an eye out for what hits mainline, I'll probably ship w

Re: linux-next: build failure after merge of the block tree

2019-07-11 Thread Tejun Heo
Hello, Yeah, my patche series raced with 8648de2c581e ("f2fs: add bio cache for IPU"). Jens, can you please apply this one too? On Thu, Jul 11, 2019 at 03:15:07PM +1000, Stephen Rothwell wrote: > From: Stephen Rothwell > Date: Thu, 11 Jul 2019 15:13:21 +1000 > Subject: [PATCH] f2fs: fix for wbc

linux-next: build failure after merge of the block tree

2019-07-10 Thread Stephen Rothwell
Hi all, After merging the block tree, today's linux-next build (x86_64 allmodconfig) failed like this: fs/f2fs/data.c: In function 'f2fs_merge_page_bio': fs/f2fs/data.c:516:3: error: implicit declaration of function 'wbc_account_io'; did you mean 'blk_account_rq'? [-Werror=implicit-function-decl

linux-next: build failure after merge of the block tree

2019-07-10 Thread Stephen Rothwell
Hi all, After merging the block tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: fs/xfs/xfs_aops.c: In function 'xfs_add_to_ioend': fs/xfs/xfs_aops.c:799:2: error: implicit declaration of function 'wbc_account_io'; did you mean 'blk_account_rq'? [-Werror=implicit-funct

Re: linux-next: build failure after merge of the block tree

2019-06-21 Thread Stephen Rothwell
Hi Christoph, On Fri, 21 Jun 2019 10:18:36 +0200 Christoph Hellwig wrote: > > On Fri, Jun 21, 2019 at 01:56:16PM +1000, Stephen Rothwell wrote: > > Hi Jens, > > > > After merging the block tree, today's linux-next build (x86_64 > > allmodconfig) failed like this: > > > > ERROR: "css_next_descen

Re: linux-next: build failure after merge of the block tree

2019-06-21 Thread Christoph Hellwig
On Fri, Jun 21, 2019 at 01:56:16PM +1000, Stephen Rothwell wrote: > Hi Jens, > > After merging the block tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > ERROR: "css_next_descendant_pre" [block/bfq.ko] undefined! I think the culprit is "bfq-iosched: move bfq_stat_recu

linux-next: build failure after merge of the block tree

2019-06-20 Thread Stephen Rothwell
Hi Jens, After merging the block tree, today's linux-next build (x86_64 allmodconfig) failed like this: ERROR: "css_next_descendant_pre" [block/bfq.ko] undefined! Probably caused by commit 8060c47ba853 ("block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUG") I have used the bloc

linux-next: build failure after merge of the block tree

2019-05-05 Thread Stephen Rothwell
Hi Jens, After merging the block tree, today's linux-next build (x86_64 allmodconfig) failed like this: fs/gfs2/lops.c: In function 'gfs2_end_log_read': fs/gfs2/lops.c:394:49: error: macro "bio_for_each_segment_all" passed 4 arguments, but takes just 3 bio_for_each_segment_all(bvec, bio, i, it

linux-next: build failure after merge of the block tree

2019-01-15 Thread Stephen Rothwell
Hi all, After merging the block tree, today's linux-next build (x86_64 allmodconfig) failed like this: fs/verity/verify.c: In function 'fsverity_verify_bio': fs/verity/verify.c:272:38: error: macro "bio_for_each_segment_all" requires 4 arguments, but only 3 given bio_for_each_segment_all(bv,

Re: linux-next: build failure after merge of the block tree

2019-01-15 Thread Ming Lei
On Wed, Jan 16, 2019 at 01:48:24PM +1100, Stephen Rothwell wrote: > Hi all, > > After merging the block tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > fs/gfs2/lops.c: In function 'gfs2_end_log_read': > fs/gfs2/lops.c:394:39: error: macro "bio_for_each_segment_all" re

linux-next: build failure after merge of the block tree

2019-01-15 Thread Stephen Rothwell
Hi all, After merging the block tree, today's linux-next build (x86_64 allmodconfig) failed like this: fs/gfs2/lops.c: In function 'gfs2_end_log_read': fs/gfs2/lops.c:394:39: error: macro "bio_for_each_segment_all" requires 4 arguments, but only 3 given bio_for_each_segment_all(bvec, bio, i) {

Re: linux-next: build failure after merge of the block tree

2019-01-15 Thread Ming Lei
On Wed, Jan 16, 2019 at 01:35:52PM +1100, Stephen Rothwell wrote: > Hi all, > > After merging the block tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > net/sunrpc/xprtsock.c: In function 'xs_flush_bvec': > net/sunrpc/xprtsock.c:390:2: error: implicit declaration of

linux-next: build failure after merge of the block tree

2019-01-15 Thread Stephen Rothwell
Hi all, After merging the block tree, today's linux-next build (arm multi_v7_defconfig) failed like this: net/sunrpc/xprtsock.c: In function 'xs_flush_bvec': net/sunrpc/xprtsock.c:390:2: error: implicit declaration of function 'for_each_bvec'; did you mean 'for_each_net'? [-Werror=implicit-func

Re: linux-next: build failure after merge of the block tree

2018-08-14 Thread Stephen Rothwell
Hi all, On Thu, 26 Jul 2018 14:56:24 +1000 Stephen Rothwell wrote: > > After merging the block tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/nvme/target/rdma.c: In function 'nvmet_rdma_find_get_device': > drivers/nvme/target/rdma.c:894:26: error: 'struct i

Re: linux-next: build failure after merge of the block tree

2018-07-31 Thread Jens Axboe
On 7/30/18 9:07 PM, Stephen Rothwell wrote: > Hi Jens, > > After merging the block tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > drivers/scsi/sd.o: In function `sd_done': > sd.c:(.text+0x1050): undefined reference to `t10_pi_complete' > > Presuably caused by com

linux-next: build failure after merge of the block tree

2018-07-30 Thread Stephen Rothwell
Hi Jens, After merging the block tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/scsi/sd.o: In function `sd_done': sd.c:(.text+0x1050): undefined reference to `t10_pi_complete' Presuably caused by commit 10c41ddd6132 ("block: move dif_prepare/dif_complete fun

Re: linux-next: build failure after merge of the block tree

2018-07-26 Thread Stephen Rothwell
Hi Steve, On Thu, 26 Jul 2018 07:32:16 -0500 "Steve Wise" wrote: > > > diff --git a/drivers/nvme/target/rdma.c b/drivers/nvme/target/rdma.c > > index 86121a7a19b2..8c30ac7d8078 100644 > > --- a/drivers/nvme/target/rdma.c > > +++ b/drivers/nvme/target/rdma.c > > @@ -891,7 +891,7 @@ nvmet_rdma_fin

Re: linux-next: build failure after merge of the block tree

2018-07-26 Thread Jens Axboe
On 7/26/18 1:54 PM, Bart Van Assche wrote: > On 07/26/18 10:48, Jens Axboe wrote: >> On 7/26/18 1:48 AM, Christoph Hellwig wrote: >>> On Thu, Jul 26, 2018 at 02:56:24PM +1000, Stephen Rothwell wrote: diff --git a/drivers/nvme/target/rdma.c b/drivers/nvme/target/rdma.c index 86121a7a19b2..

Re: linux-next: build failure after merge of the block tree

2018-07-26 Thread Bart Van Assche
On 07/26/18 10:48, Jens Axboe wrote: On 7/26/18 1:48 AM, Christoph Hellwig wrote: On Thu, Jul 26, 2018 at 02:56:24PM +1000, Stephen Rothwell wrote: diff --git a/drivers/nvme/target/rdma.c b/drivers/nvme/target/rdma.c index 86121a7a19b2..8c30ac7d8078 100644 --- a/drivers/nvme/target/rdma.c +++ b

RE: linux-next: build failure after merge of the block tree

2018-07-26 Thread Steve Wise
ker...@vger.kernel.org>; Steve Wise > Subject: Re: linux-next: build failure after merge of the block tree > > On Thu, Jul 26, 2018 at 10:48:21AM -0700, Jens Axboe wrote: > > >> inline_page_count = num_pages(port->inline_data_size); > > >>

Re: linux-next: build failure after merge of the block tree

2018-07-26 Thread Christoph Hellwig
On Thu, Jul 26, 2018 at 10:48:21AM -0700, Jens Axboe wrote: > >>inline_page_count = num_pages(port->inline_data_size); > >>inline_sge_count = max(cm_id->device->attrs.max_sge_rd, > >> - cm_id->device->attrs.max_sge) - 1; > >> + cm_id->device

Re: linux-next: build failure after merge of the block tree

2018-07-26 Thread Jens Axboe
On 7/26/18 1:48 AM, Christoph Hellwig wrote: > On Thu, Jul 26, 2018 at 02:56:24PM +1000, Stephen Rothwell wrote: >> diff --git a/drivers/nvme/target/rdma.c b/drivers/nvme/target/rdma.c >> index 86121a7a19b2..8c30ac7d8078 100644 >> --- a/drivers/nvme/target/rdma.c >> +++ b/drivers/nvme/target/rdma.c

RE: linux-next: build failure after merge of the block tree

2018-07-26 Thread Steve Wise
Hey Stephen: > I have applied the following merge fix patch for today: > > From: Stephen Rothwell > Date: Thu, 26 Jul 2018 14:32:15 +1000 > Subject: [PATCH] nvme-dma: merge fix up for replacement of max_sge > > Signed-off-by: Stephen Rothwell > --- > drivers/nvme/host/rdma.c | 2 +- > drive

Re: linux-next: build failure after merge of the block tree

2018-07-26 Thread Stephen Rothwell
Hi Christoph, On Thu, 26 Jul 2018 10:48:33 +0200 Christoph Hellwig wrote: > > On Thu, Jul 26, 2018 at 02:56:24PM +1000, Stephen Rothwell wrote: > > diff --git a/drivers/nvme/target/rdma.c b/drivers/nvme/target/rdma.c > > index 86121a7a19b2..8c30ac7d8078 100644 > > --- a/drivers/nvme/target/rdma.c

Re: linux-next: build failure after merge of the block tree

2018-07-26 Thread Christoph Hellwig
On Thu, Jul 26, 2018 at 02:56:24PM +1000, Stephen Rothwell wrote: > diff --git a/drivers/nvme/target/rdma.c b/drivers/nvme/target/rdma.c > index 86121a7a19b2..8c30ac7d8078 100644 > --- a/drivers/nvme/target/rdma.c > +++ b/drivers/nvme/target/rdma.c > @@ -891,7 +891,7 @@ nvmet_rdma_find_get_device(s

linux-next: build failure after merge of the block tree

2018-07-25 Thread Stephen Rothwell
Hi all, After merging the block tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/nvme/target/rdma.c: In function 'nvmet_rdma_find_get_device': drivers/nvme/target/rdma.c:894:26: error: 'struct ib_device_attr' has no member named 'max_sge'; did you mean 'max_cqe'?

Re: linux-next: build failure after merge of the block tree

2017-08-24 Thread Stephen Rothwell
Hi Christoph, On Thu, 24 Aug 2017 10:44:10 +0200 Christoph Hellwig wrote: > > Keith already sent a patch for this, it was a rebase failure :( Ah, OK, thanks. > The documentation one is intentional - the document is completely > out of data, so doctoring around a bit won't help. I'll try to fin

Re: linux-next: build failure after merge of the block tree

2017-08-24 Thread Christoph Hellwig
Hi Stephen, Keith already sent a patch for this, it was a rebase failure :( The documentation one is intentional - the document is completely out of data, so doctoring around a bit won't help. I'll try to find some time to replace it with a sane new doc that use the ReST stuff to not duplicate t

Re: linux-next: build failure after merge of the block tree

2017-08-23 Thread Stephen Rothwell
Hi all, On Thu, 24 Aug 2017 13:32:03 +1000 Stephen Rothwell wrote: > > After merging the block tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > block/bio-integrity.c: In function '__bio_integrity_endio': > block/bio-integrity.c:388:51: error: 'struct bio' has no memb

linux-next: build failure after merge of the block tree

2017-08-23 Thread Stephen Rothwell
Hi Jens, After merging the block tree, today's linux-next build (x86_64 allmodconfig) failed like this: block/bio-integrity.c: In function '__bio_integrity_endio': block/bio-integrity.c:388:51: error: 'struct bio' has no member named 'bi_bdev' struct blk_integrity *bi = bdev_get_integrity(bio->

Re: linux-next: build failure after merge of the block tree

2017-07-04 Thread Stephen Rothwell
Hi Guenter, On Tue, 4 Jul 2017 08:15:57 -0700 Guenter Roeck wrote: > > On Tue, Jun 13, 2017 at 08:54:09PM +1000, Stephen Rothwell wrote: > > > > After merging the block tree, today's linux-next build (s390x > > s390-defconfig) failed like this: > > > > drivers/s390/block/scm_blk.c:293:10: error

Re: linux-next: build failure after merge of the block tree

2017-07-04 Thread Guenter Roeck
On Tue, Jun 13, 2017 at 08:54:09PM +1000, Stephen Rothwell wrote: > Hi Jall, > > After merging the block tree, today's linux-next build (s390x > s390-defconfig) failed like this: > > drivers/s390/block/scm_blk.c:293:10: error: 'BLK_MQ_RQ_QUEUE_BUSY' undeclared > (first use in this function) > dr

Re: linux-next: build failure after merge of the block tree

2017-06-28 Thread Stephen Rothwell
Hi Jens, On Wed, 28 Jun 2017 09:11:32 -0600 Jens Axboe wrote: > > On 06/28/2017 08:01 AM, Jens Axboe wrote: > > But put_user() is fine? Just checking here, since the change adds > > both a u64 put and get user. Yes, put_user is fine (it does 2 4 byte moves. The asm is there to do the 8 byte g

Re: linux-next: build failure after merge of the block tree

2017-06-28 Thread Jens Axboe
On 06/28/2017 08:01 AM, Jens Axboe wrote: > On 06/28/2017 06:43 AM, Jens Axboe wrote: >> On 06/28/2017 02:04 AM, Stephen Rothwell wrote: >>> Hi Jens, >>> >>> After merging the block tree, today's linux-next build (powerpc >>> allnoconfig) failed like this: >>> >>> fs/fcntl.o: In function `do_fcntl'

Re: linux-next: build failure after merge of the block tree

2017-06-28 Thread Jens Axboe
On 06/28/2017 06:43 AM, Jens Axboe wrote: > On 06/28/2017 02:04 AM, Stephen Rothwell wrote: >> Hi Jens, >> >> After merging the block tree, today's linux-next build (powerpc >> allnoconfig) failed like this: >> >> fs/fcntl.o: In function `do_fcntl': >> fcntl.c:(.text+0x6d4): undefined reference to

Re: linux-next: build failure after merge of the block tree

2017-06-28 Thread Jens Axboe
On 06/28/2017 02:04 AM, Stephen Rothwell wrote: > Hi Jens, > > After merging the block tree, today's linux-next build (powerpc > allnoconfig) failed like this: > > fs/fcntl.o: In function `do_fcntl': > fcntl.c:(.text+0x6d4): undefined reference to `__get_user_bad' > fcntl.c:(.text+0x730): undefi

linux-next: build failure after merge of the block tree

2017-06-28 Thread Stephen Rothwell
Hi Jens, After merging the block tree, today's linux-next build (powerpc allnoconfig) failed like this: fs/fcntl.o: In function `do_fcntl': fcntl.c:(.text+0x6d4): undefined reference to `__get_user_bad' fcntl.c:(.text+0x730): undefined reference to `__get_user_bad' Probably caused by commit

Re: linux-next: build failure after merge of the block tree

2017-06-19 Thread Stephen Rothwell
Hi Sebastian, On Mon, 19 Jun 2017 11:00:23 +0200 (CEST) Sebastian Ott wrote: > > Ok, we should also adjust the return code to fix this: > > drivers/s390/block/scm_blk.c:426:2: warning: initialization from incompatible > pointer type [enabled by default] > .queue_rq = scm_blk_request, > ^ >

Re: linux-next: build failure after merge of the block tree

2017-06-19 Thread Sebastian Ott
On Thu, 15 Jun 2017, Sebastian Ott wrote: > On Tue, 13 Jun 2017, Stephen Rothwell wrote: > > After merging the block tree, today's linux-next build (s390x > > s390-defconfig) failed like this: > > > > drivers/s390/block/scm_blk.c:293:10: error: 'BLK_MQ_RQ_QUEUE_BUSY' > > undeclared (first use in

Re: linux-next: build failure after merge of the block tree

2017-06-15 Thread Sebastian Ott
On Tue, 13 Jun 2017, Stephen Rothwell wrote: > After merging the block tree, today's linux-next build (s390x > s390-defconfig) failed like this: > > drivers/s390/block/scm_blk.c:293:10: error: 'BLK_MQ_RQ_QUEUE_BUSY' undeclared > (first use in this function) > drivers/s390/block/scm_blk.c:327:9: e

linux-next: build failure after merge of the block tree

2017-06-13 Thread Stephen Rothwell
Hi Jall, After merging the block tree, today's linux-next build (s390x s390-defconfig) failed like this: drivers/s390/block/scm_blk.c:293:10: error: 'BLK_MQ_RQ_QUEUE_BUSY' undeclared (first use in this function) drivers/s390/block/scm_blk.c:327:9: error: 'BLK_MQ_RQ_QUEUE_OK' undeclared (first u

linux-next: build failure after merge of the block tree

2017-06-12 Thread Stephen Rothwell
Hi Jens, After merging the block tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: fs/btrfs/inode.c: In function 'btrfs_endio_direct_read': fs/btrfs/inode.c:8278:7: error: 'struct bio' has no member named 'bi_error' bio->bi_error = 0; ^ Caused by commit 4e4

Re: linux-next: build failure after merge of the block tree

2017-05-01 Thread Jens Axboe
On May 1, 2017, at 7:37 PM, Stephen Rothwell wrote: > > Hi Jens, > >> On Mon, 1 May 2017 19:09:34 -0600 Jens Axboe wrote: >> >> Indeed, I have warned Linus about it. Thanks Stephen. > > Thanks. > > BTW, (unusually) I did not see your pull request(s) ... I CC'ed linux-block, so they showed

Re: linux-next: build failure after merge of the block tree

2017-05-01 Thread Stephen Rothwell
Hi Jens, On Mon, 1 May 2017 19:09:34 -0600 Jens Axboe wrote: > > Indeed, I have warned Linus about it. Thanks Stephen. Thanks. BTW, (unusually) I did not see your pull request(s) ... -- Cheers, Stephen Rothwell

Re: linux-next: build failure after merge of the block tree

2017-05-01 Thread Jens Axboe
> On May 1, 2017, at 7:07 PM, Stephen Rothwell wrote: > > Hi all, > >> On Tue, 18 Apr 2017 13:02:29 +1000 Stephen Rothwell >> wrote: >> >> After merging the block tree, today's linux-next build (powerpc >> ppc64_defconfig) failed like this: >> >> drivers/block/nbd.c: In function 'nbd_genl_c

Re: linux-next: build failure after merge of the block tree

2017-05-01 Thread Stephen Rothwell
Hi all, On Tue, 18 Apr 2017 13:02:29 +1000 Stephen Rothwell wrote: > > After merging the block tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > drivers/block/nbd.c: In function 'nbd_genl_connect': > drivers/block/nbd.c:1662:10: error: too few arguments to functio

linux-next: build failure after merge of the block tree

2017-04-17 Thread Stephen Rothwell
Hi all, After merging the block tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/block/nbd.c: In function 'nbd_genl_connect': drivers/block/nbd.c:1662:10: error: too few arguments to function 'nla_parse_nested' ret = nla_parse_nested(socks, NBD_SOCK_MAX, att

Re: linux-next: build failure after merge of the block tree

2017-01-29 Thread Christoph Hellwig
On Sun, Jan 29, 2017 at 06:53:42PM -0700, Jens Axboe wrote: > Huh, I wonder how that snuck past my allmodconfig builds, that looks > like a clear failure. I also did tons of test builds and never saw it, not sure why the NVMe-SCSI code still someone how an implicit include of scsi_cmnd.h. But in

Re: linux-next: build failure after merge of the block tree

2017-01-29 Thread Jens Axboe
On 01/29/2017 06:53 PM, Jens Axboe wrote: > On 01/29/2017 06:43 PM, Stephen Rothwell wrote: >> Hi Jens, >> >> After merging the block tree, today's linux-next build (x86_64 >> allmodconfig) failed like this: >> >> drivers/nvme/host/scsi.c: In function 'nvme_scsi_translate': >> drivers/nvme/host/scs

Re: linux-next: build failure after merge of the block tree

2017-01-29 Thread Jens Axboe
On 01/29/2017 06:43 PM, Stephen Rothwell wrote: > Hi Jens, > > After merging the block tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/nvme/host/scsi.c: In function 'nvme_scsi_translate': > drivers/nvme/host/scsi.c:2350:9: error: 'BLK_MAX_CDB' undeclared (firs

linux-next: build failure after merge of the block tree

2017-01-29 Thread Stephen Rothwell
Hi Jens, After merging the block tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/nvme/host/scsi.c: In function 'nvme_scsi_translate': drivers/nvme/host/scsi.c:2350:9: error: 'BLK_MAX_CDB' undeclared (first use in this function) u8 cmd[BLK_MAX_CDB]; ^ dri

Re: linux-next: build failure after merge of the block tree

2016-11-30 Thread Jens Axboe
On 11/30/2016 08:02 PM, Stephen Rothwell wrote: > Hi Jens, > > On Wed, 30 Nov 2016 20:00:36 -0700 Jens Axboe wrote: >> >> On 11/30/2016 07:55 PM, Stephen Rothwell wrote: >>> >>> I love APIs changing :-( >> >> It's a necessary evil... > > Yeah > >> This could have been avoided with the XFS tre

Re: linux-next: build failure after merge of the block tree

2016-11-30 Thread Stephen Rothwell
Hi Jens, On Wed, 30 Nov 2016 20:00:36 -0700 Jens Axboe wrote: > > On 11/30/2016 07:55 PM, Stephen Rothwell wrote: > > > > I love APIs changing :-( > > It's a necessary evil... Yeah > This could have been avoided with the XFS tree pulling in the block > changes, but that obviously has other

Re: linux-next: build failure after merge of the block tree

2016-11-30 Thread Jens Axboe
On 11/30/2016 07:55 PM, Stephen Rothwell wrote: > Hi Jens, > > After merging the block tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > fs/iomap.c: In function 'iomap_dio_zero': > fs/iomap.c:725:38: error: 'WRITE_ODIRECT' undeclared (first use in this > function)

linux-next: build failure after merge of the block tree

2016-11-30 Thread Stephen Rothwell
Hi Jens, After merging the block tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: fs/iomap.c: In function 'iomap_dio_zero': fs/iomap.c:725:38: error: 'WRITE_ODIRECT' undeclared (first use in this function) bio_set_op_attrs(bio, REQ_OP_WRITE, WRITE_ODIRECT);

Re: linux-next: build failure after merge of the block tree

2016-11-07 Thread Jens Axboe
On 11/07/2016 08:21 PM, Stephen Rothwell wrote: Hi Jens, After merging the block tree, today's linux-next build (arm multi_v7_defconfig) failed like this: block/blk-flush.c: In function 'flush_data_end_io': block/blk-flush.c:369:20: error: 'REQ_STARTED' undeclared (first use in this function)

linux-next: build failure after merge of the block tree

2016-11-07 Thread Stephen Rothwell
Hi Jens, After merging the block tree, today's linux-next build (arm multi_v7_defconfig) failed like this: block/blk-flush.c: In function 'flush_data_end_io': block/blk-flush.c:369:20: error: 'REQ_STARTED' undeclared (first use in this function) rq->cmd_flags &= ~REQ_STARTED;

Re: linux-next: build failure after merge of the block tree

2016-09-19 Thread Jens Axboe
On 09/19/2016 12:18 AM, Stephen Rothwell wrote: Hi Jens, After merging the block tree, today's linux-next build (powerpc allnoconfig) failed like this: In file included from block/blk-mq-pci.c:13:0: include/linux/blk-mq.h:57:18: error: field 'kobj' has incomplete type struct kobject kobj;

Re: linux-next: build failure after merge of the block tree

2016-09-19 Thread Christoph Hellwig
Thanks Stephen, the fix looks good to me: Reviewed-by: Christoph Hellwig I had actually seen the error earlier, but for the setups I got builbot results moving the code to this new pci-dependent file fixed it. I guess that didn't went far enough.

  1   2   >