Distributed Replicated Block Device (DRBD) development
 help / color / mirror / Atom feed
* [Drbd-dev] linux-next: block tree build failure
@ 2009-09-23  4:51 Stephen Rothwell
  2009-09-23  7:11 ` Lars Ellenberg
  0 siblings, 1 reply; 7+ messages in thread
From: Stephen Rothwell @ 2009-09-23  4:51 UTC (permalink / raw)
  To: Jens Axboe
  Cc: linux-kernel, Philipp Reisner, linux-next, Lars Ellenberg,
	Christoph Hellwig, drbd-dev

[-- Attachment #1: Type: text/plain, Size: 710 bytes --]

Hi Jens,

Today's linux-next build (x86_64 allmodconfig) failed like this:

drivers/block/drbd/drbd_tracing.c:29:26: error: linux/marker.h: No such file or directory

Caused by commit 95eaef1cbc63f73df4ff8559dd66b1d29b462535 ("Replaced our
own tracing stuff with Linux's tracepoints") from the block/drbd trees
interacting with commit fc5377668c3d808e1d53c4aee152c836f55c3490
("tracing: Remove markers") from Linus' tree.

I have no idea what the correct thing to do is here, so I have reverted
the merge of the drbd tree into the block tree and will have to drop the
drbd tree for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Drbd-dev] linux-next: block tree build failure
  2009-09-23  4:51 Stephen Rothwell
@ 2009-09-23  7:11 ` Lars Ellenberg
  2009-09-23  7:32   ` Stephen Rothwell
  2009-09-23 11:12   ` Lars Ellenberg
  0 siblings, 2 replies; 7+ messages in thread
From: Lars Ellenberg @ 2009-09-23  7:11 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: linux-kernel, Philipp Reisner, linux-next, Jens Axboe,
	Christoph Hellwig, drbd-dev

On Wed, Sep 23, 2009 at 02:51:00PM +1000, Stephen Rothwell wrote:
> Hi Jens,
> 
> Today's linux-next build (x86_64 allmodconfig) failed like this:
> 
> drivers/block/drbd/drbd_tracing.c:29:26: error: linux/marker.h: No such file or directory
> 
> Caused by commit 95eaef1cbc63f73df4ff8559dd66b1d29b462535 ("Replaced our
> own tracing stuff with Linux's tracepoints") from the block/drbd trees
> interacting with commit fc5377668c3d808e1d53c4aee152c836f55c3490
> ("tracing: Remove markers") from Linus' tree.
> 
> I have no idea what the correct thing to do is here, so I have reverted
> the merge of the drbd tree into the block tree and will have to drop the
> drbd tree for today.

We'll have a look.
A quick fix should be to just disable CONFIG_DRBD_TRACE.

-- 
: Lars Ellenberg
: LINBIT | Your Way to High Availability
: DRBD/HA support and consulting http://www.linbit.com

DRBD® and LINBIT® are registered trademarks of LINBIT, Austria.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Drbd-dev] linux-next: block tree build failure
  2009-09-23  7:11 ` Lars Ellenberg
@ 2009-09-23  7:32   ` Stephen Rothwell
  2009-09-23 11:12   ` Lars Ellenberg
  1 sibling, 0 replies; 7+ messages in thread
From: Stephen Rothwell @ 2009-09-23  7:32 UTC (permalink / raw)
  To: Lars Ellenberg
  Cc: linux-kernel, Philipp Reisner, linux-next, Jens Axboe,
	Christoph Hellwig, drbd-dev

[-- Attachment #1: Type: text/plain, Size: 243 bytes --]

Hi Lars,

On Wed, 23 Sep 2009 09:11:52 +0200 Lars Ellenberg <lars.ellenberg@linbit.com> wrote:
>
> We'll have a look.

Thanks.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Drbd-dev] linux-next: block tree build failure
  2009-09-23  7:11 ` Lars Ellenberg
  2009-09-23  7:32   ` Stephen Rothwell
@ 2009-09-23 11:12   ` Lars Ellenberg
  2009-09-23 11:56     ` Stephen Rothwell
  1 sibling, 1 reply; 7+ messages in thread
From: Lars Ellenberg @ 2009-09-23 11:12 UTC (permalink / raw)
  To: Stephen Rothwell, Jens Axboe, linux-next, linux-kernel,
	Philipp Reisner, drbd-dev, Christoph Hellwig

On Wed, Sep 23, 2009 at 09:11:52AM +0200, Lars Ellenberg wrote:
> On Wed, Sep 23, 2009 at 02:51:00PM +1000, Stephen Rothwell wrote:
> > Hi Jens,
> > 
> > Today's linux-next build (x86_64 allmodconfig) failed like this:
> > 
> > drivers/block/drbd/drbd_tracing.c:29:26: error: linux/marker.h: No such file or directory
> > 
> > Caused by commit 95eaef1cbc63f73df4ff8559dd66b1d29b462535 ("Replaced our
> > own tracing stuff with Linux's tracepoints") from the block/drbd trees
> > interacting with commit fc5377668c3d808e1d53c4aee152c836f55c3490
> > ("tracing: Remove markers") from Linus' tree.
> > 
> > I have no idea what the correct thing to do is here, so I have reverted
> > the merge of the drbd tree into the block tree and will have to drop the
> > drbd tree for today.
> 
> We'll have a look.

Sorry that it took me so long to have that look.
We can simply drop that include, we don't even use it.

diff --git a/drivers/block/drbd/drbd_tracing.c
b/drivers/block/drbd/drbd_tracing.c
index aefe986..d18d4f7 100644
--- a/drivers/block/drbd/drbd_tracing.c
+++ b/drivers/block/drbd/drbd_tracing.c
@@ -26,7 +26,6 @@
 #include <linux/module.h>
 #include <linux/drbd.h>
 #include <linux/ctype.h>
-#include <linux/marker.h>
 #include "drbd_int.h"
 #include "drbd_tracing.h"
 #include <linux/drbd_tag_magic.h>


Will be visible in our tree shortly.
Thanks,

	Lars

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [Drbd-dev] linux-next: block tree build failure
  2009-09-23 11:12   ` Lars Ellenberg
@ 2009-09-23 11:56     ` Stephen Rothwell
  0 siblings, 0 replies; 7+ messages in thread
From: Stephen Rothwell @ 2009-09-23 11:56 UTC (permalink / raw)
  To: Lars Ellenberg
  Cc: linux-kernel, Philipp Reisner, linux-next, Jens Axboe,
	Christoph Hellwig, drbd-dev

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

Hi Lars,

On Wed, 23 Sep 2009 13:12:25 +0200 Lars Ellenberg <lars.ellenberg@linbit.com> wrote:
>
> Sorry that it took me so long to have that look.
> We can simply drop that include, we don't even use it.

OK, great.  I guess Jens needs to remerge your tree.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Drbd-dev] linux-next: block tree build failure
@ 2009-10-07  2:55 Stephen Rothwell
  2009-10-07  6:33 ` Jens Axboe
  0 siblings, 1 reply; 7+ messages in thread
From: Stephen Rothwell @ 2009-10-07  2:55 UTC (permalink / raw)
  To: Jens Axboe
  Cc: linux-next, drbd-dev, linux-kernel, Alasdair G Kergon,
	Philipp Reisner

[-- Attachment #1: Type: text/plain, Size: 665 bytes --]

Hi Jens,

Today's linux-next build (x86_64 allmodconfig) failed like this:

drivers/block/drbd/drbd_req.c: In function '_drbd_start_io_acct':
drivers/block/drbd/drbd_req.c:43: error: lvalue required as increment operand
drivers/block/drbd/drbd_req.c: In function '_drbd_end_io_acct':
drivers/block/drbd/drbd_req.c:56: error: lvalue required as decrement operand

This is back again :-(

I have used the block tree from next-20091006 for today.  I also had to
use the device-mapper tree from next-20091006 since that is based on the
block tree.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Drbd-dev] linux-next: block tree build failure
  2009-10-07  2:55 [Drbd-dev] linux-next: block tree build failure Stephen Rothwell
@ 2009-10-07  6:33 ` Jens Axboe
  0 siblings, 0 replies; 7+ messages in thread
From: Jens Axboe @ 2009-10-07  6:33 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: linux-next, drbd-dev, linux-kernel, Alasdair G Kergon,
	Philipp Reisner

On Wed, Oct 07 2009, Stephen Rothwell wrote:
> Hi Jens,
> 
> Today's linux-next build (x86_64 allmodconfig) failed like this:
> 
> drivers/block/drbd/drbd_req.c: In function '_drbd_start_io_acct':
> drivers/block/drbd/drbd_req.c:43: error: lvalue required as increment operand
> drivers/block/drbd/drbd_req.c: In function '_drbd_end_io_acct':
> drivers/block/drbd/drbd_req.c:56: error: lvalue required as decrement operand
> 
> This is back again :-(
> 
> I have used the block tree from next-20091006 for today.  I also had to
> use the device-mapper tree from next-20091006 since that is based on the
> block tree.

Irk darn, I fixed this up. Sorry about that, Stephen. It was due to the
in_flight counter being reverted for -rc3 and now back functional in my
upstream branch.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-10-07  6:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-07  2:55 [Drbd-dev] linux-next: block tree build failure Stephen Rothwell
2009-10-07  6:33 ` Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
2009-09-23  4:51 Stephen Rothwell
2009-09-23  7:11 ` Lars Ellenberg
2009-09-23  7:32   ` Stephen Rothwell
2009-09-23 11:12   ` Lars Ellenberg
2009-09-23 11:56     ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox