Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1349806 > unrolled thread

linux-next: build failure after merge of the device-mapper tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2016-03-04 04:00 +0100
Last post2016-03-04 04:20 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  linux-next: build failure after merge of the device-mapper tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-03-04 04:00 +0100
    Re: linux-next: build failure after merge of the device-mapper tree Mike Snitzer <snitzer@redhat.com> - 2016-03-04 04:20 +0100

#1349806 — linux-next: build failure after merge of the device-mapper tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2016-03-04 04:00 +0100
Subjectlinux-next: build failure after merge of the device-mapper tree
Message-ID<r8O8a-8qC-13@gated-at.bofh.it>
Hi all,

After merging the device-mapper tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:

drivers/md/dm.c: In function '__split_and_process_non_flush':
drivers/md/dm.c:1761:6: error: 'ret' undeclared (first use in this function)
  if (ret < 0)
      ^

Caused by commit

  f838997d1784 ("dm: return error if bio_integrity_clone() fails in clone_bio()")

That one is a bit annoying ... clearly not build tested :-(

I have used the device-mapper tree from next-20160303 for today.

-- 
Cheers,
Stephen Rothwell

[toc] | [next] | [standalone]


#1349808

FromMike Snitzer <snitzer@redhat.com>
Date2016-03-04 04:20 +0100
Message-ID<r8Orv-sZ-1@gated-at.bofh.it>
In reply to#1349806
On Thu, Mar 03 2016 at  9:59pm -0500,
Stephen Rothwell <sfr@canb.auug.org.au> wrote:

> Hi all,
> 
> After merging the device-mapper tree, today's linux-next build (powerpc
> ppc64_defconfig) failed like this:
> 
> drivers/md/dm.c: In function '__split_and_process_non_flush':
> drivers/md/dm.c:1761:6: error: 'ret' undeclared (first use in this function)
>   if (ret < 0)
>       ^
> 
> Caused by commit
> 
>   f838997d1784 ("dm: return error if bio_integrity_clone() fails in clone_bio()")
> 
> That one is a bit annoying ... clearly not build tested :-(

Yeap, I'll just let that go.

> I have used the device-mapper tree from next-20160303 for today.

Not sure what happened.  I've fixed it.  next-20160303 is fine though
since the bad commit was pushed today.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web