Hi all,
With the merge window opening, just a reminder that this merge fixup is
still required.
On Thu, 22 Jun 2017 11:44:56 +1000 Stephen Rothwell
wrote:
>
> After merging the md tree, today's linux-next build (powerpc
> ppc64_defconfig) failed like this:
>
> drivers/md/md.c: In function 'md_
Hi Shaohua,
After merging the md tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:
drivers/md/md.c: In function 'md_run':
drivers/md/md.c:5449:21: error: too few arguments to function 'bioset_create'
mddev->sync_set = bioset_create(BIO_POOL_SIZE, 0);
Hi Shaohua,
After merging the md tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:
drivers/md/raid1.c: In function 'raid1_write_request':
drivers/md/raid1.c:1359:7: error: 'struct bio' has no member named 'bi_error'
bio->bi_error = -ETIMEDOUT;
^
drivers/md/raid
Stephen Rothwell wrote:
> Hi Neil,
>
> On Mon, 2 Mar 2015 17:11:49 +1100 Stephen Rothwell
> wrote:
>
>> On Mon, 2 Mar 2015 17:03:45 +1100 NeilBrown wrote:
>>
>>> I think
>>> + bm_blocks = DIV_ROUND_UP(bm_blocks, 4096);
>>>
>>> needs DIV_ROUND_UP_SECTOR_T()
>>>
>> I t
Hi Neil,
On Wed, 4 Mar 2015 13:44:18 +1100 NeilBrown wrote:
>
> sector_div() leave the remainder in it's first argument, so this isn't quite
> correct - you need to store resync_max_sectors in a temp variable.
> So I made that change and applied you patch.
OK, good catch.
--
Cheers,
Stephen Ro
On Tue, 3 Mar 2015 13:35:31 +1100 Stephen Rothwell
wrote:
> Hi Neil,
>
> On Mon, 2 Mar 2015 17:11:49 +1100 Stephen Rothwell
> wrote:
> >
> > On Mon, 2 Mar 2015 17:03:45 +1100 NeilBrown wrote:
> > >
> > > I think
> > > + bm_blocks = DIV_ROUND_UP(bm_blocks, 4096);
> > >
> > > nee
Hi Neil,
On Mon, 2 Mar 2015 17:11:49 +1100 Stephen Rothwell
wrote:
>
> On Mon, 2 Mar 2015 17:03:45 +1100 NeilBrown wrote:
> >
> > I think
> > + bm_blocks = DIV_ROUND_UP(bm_blocks, 4096);
> >
> > needs DIV_ROUND_UP_SECTOR_T()
>
> I tried that and it was not sufficient.
>
> > The
Hi Neil,
On Mon, 2 Mar 2015 17:03:45 +1100 NeilBrown wrote:
>
> I think
> + bm_blocks = DIV_ROUND_UP(bm_blocks, 4096);
>
> needs DIV_ROUND_UP_SECTOR_T()
I tried that and it was not sufficient.
> The first patch you identified adds that line. The second relocates it.
The second
On Mon, 2 Mar 2015 16:50:57 +1100 Stephen Rothwell
wrote:
> Hi Neil,
>
> After merging the md tree, today's linux-next build (i386 defconfig)
> failed like this:
>
> drivers/built-in.o: In function `bitmap_read_sb':
> bitmap.c:(.text+0x29cd52): undefined reference to `__udivdi3'
>
> Probably c
Hi Neil,
After merging the md tree, today's linux-next build (i386 defconfig)
failed like this:
drivers/built-in.o: In function `bitmap_read_sb':
bitmap.c:(.text+0x29cd52): undefined reference to `__udivdi3'
Probably caused by commit b97e92574c0b ("Use separate bitmaps for each
nodes in the clus
Hi Neil,
On Tue, 25 Sep 2012 14:10:05 +1000 NeilBrown wrote:
>
> I requires the following which I have already sent to Jens Axboe.
> I might pull my patch until this fix-up is resolve.
Or just ask Jens if you can submit that patch through your tree (with his
Ack) since you are the one who needs
On Tue, 25 Sep 2012 13:31:46 +1000 Stephen Rothwell
wrote:
> Hi Neil,
>
> After merging the md tree, today's linux-next build (powerpc
> ppc64_defconfig) failed like this:
>
> ERROR: "__tracepoint_block_unplug" [drivers/md/raid456.ko] undefined!
>
> Presumably caused by commit 14817e9a6dab ("m
Hi Neil,
After merging the md tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:
ERROR: "__tracepoint_block_unplug" [drivers/md/raid456.ko] undefined!
Presumably caused by commit 14817e9a6dab ("md/raid5: add blktrace calls").
CONFIG_MD_RAID456=m
I have used the md tree
13 matches
Mail list logo