* linux-next: ext4 tree build failure
@ 2009-04-28 1:27 Stephen Rothwell
2009-04-28 11:23 ` Theodore Tso
0 siblings, 1 reply; 11+ messages in thread
From: Stephen Rothwell @ 2009-04-28 1:27 UTC (permalink / raw)
To: Theodore Tso; +Cc: linux-next
[-- Attachment #1: Type: text/plain, Size: 776 bytes --]
Hi Ted,
Today's linux-next build (powerpc ppc64_defconfig) failed like this:
fs/ext4/super.c: In function 'ext4_put_super':
fs/ext4/super.c:590: error: implicit declaration of function 'vfree'
fs/ext4/super.c: In function 'ext4_fill_flex_info':
fs/ext4/super.c:1644: error: implicit declaration of function 'vmalloc'
fs/ext4/super.c:1644: warning: assignment makes pointer from integer without a cast
Probably caused by commit a4ded943dff5de6fee2b397de9bcb2ffd5556253
("ext4: Fallback to vmalloc if kmalloc can't allocate s_flex_groups
array"). Presumably a missing explicit include of linux/vmalloc.h.
I have used the ext4 tree from next-20090424.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: linux-next: ext4 tree build failure
2009-04-28 1:27 linux-next: ext4 tree build failure Stephen Rothwell
@ 2009-04-28 11:23 ` Theodore Tso
2009-04-28 11:44 ` Stephen Rothwell
0 siblings, 1 reply; 11+ messages in thread
From: Theodore Tso @ 2009-04-28 11:23 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next
On Tue, Apr 28, 2009 at 11:27:22AM +1000, Stephen Rothwell wrote:
> Hi Ted,
>
> Today's linux-next build (powerpc ppc64_defconfig) failed like this:
>
> fs/ext4/super.c: In function 'ext4_put_super':
> fs/ext4/super.c:590: error: implicit declaration of function 'vfree'
> fs/ext4/super.c: In function 'ext4_fill_flex_info':
> fs/ext4/super.c:1644: error: implicit declaration of function 'vmalloc'
> fs/ext4/super.c:1644: warning: assignment makes pointer from integer without a cast
>
> Probably caused by commit a4ded943dff5de6fee2b397de9bcb2ffd5556253
> ("ext4: Fallback to vmalloc if kmalloc can't allocate s_flex_groups
> array"). Presumably a missing explicit include of linux/vmalloc.h.
Whoops, thanks for pointing that out. I've fixed it in my tree.
- Ted
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: linux-next: ext4 tree build failure
2009-04-28 11:23 ` Theodore Tso
@ 2009-04-28 11:44 ` Stephen Rothwell
0 siblings, 0 replies; 11+ messages in thread
From: Stephen Rothwell @ 2009-04-28 11:44 UTC (permalink / raw)
To: Theodore Tso; +Cc: linux-next
[-- Attachment #1: Type: text/plain, Size: 281 bytes --]
Hi Ted,
On Tue, 28 Apr 2009 07:23:47 -0400 Theodore Tso <tytso@mit.edu> wrote:
>
> Whoops, thanks for pointing that out. I've fixed it in my tree.
Great, thanks.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* linux-next: ext4 tree build failure
@ 2009-06-16 4:44 Stephen Rothwell
2009-06-16 20:30 ` Theodore Tso
0 siblings, 1 reply; 11+ messages in thread
From: Stephen Rothwell @ 2009-06-16 4:44 UTC (permalink / raw)
To: Theodore Tso; +Cc: linux-next, linux-kernel, Pekka Enberg, Christoph Lameter
[-- Attachment #1: Type: text/plain, Size: 2222 bytes --]
Hi Ted,
Today's linux-next build (powerpc ppc64_defconfig) failed like this after
the slab tree was merged:
In file included from fs/jbd2/checkpoint.c:26:
include/trace/events/jbd2.h:11: error: expected ')' before '(' token
include/trace/events/jbd2.h:31: error: expected ')' before '(' token
include/trace/events/jbd2.h:54: error: expected ')' before '(' token
include/trace/events/jbd2.h:77: error: expected ')' before '(' token
include/trace/events/jbd2.h:100: error: expected ')' before '(' token
include/trace/events/jbd2.h:122: error: expected ')' before '(' token
include/trace/events/jbd2.h:146: error: expected ')' before '(' token
fs/jbd2/checkpoint.c: In function 'jbd2_log_do_checkpoint':
fs/jbd2/checkpoint.c:361: error: implicit declaration of function 'trace_jbd2_checkpoint'
It looks like TRACE_EVENT is not defined.
The config differences are:
CONFIG_SLUB_DEBUG and CONFIG_SLUB change from y to n
CONFIG_SLQB_ALLOCATOR, CONFIG_SLQB and CONFIG_SLQB_DEBUG become y
The .i files looks very different (the bad one has TRACE_EVENT explictly
in there, while the other has it expanded). It appears that some of the
tracing include files that should have been included explicitly were
being included implicitly by the slub include files.
So I have reverted commit 75ef2ffeb02c7e1fbe8114f2fddd2e8880397892
("jbd2: convert instrumentation from markers to tracepoints") for today.
This produced another error:
In file included from include/trace/ftrace.h:262,
from include/trace/define_trace.h:57,
from include/trace/events/ext4.h:720,
from fs/ext4/super.c:51:
include/trace/events/ext4.h: In function 'ftrace_raw_output_ext4_free_inode':
include/trace/events/ext4.h:12: error: implicit declaration of function 'jbd2_dev_to_name'
So I also reverted commit a6e130e94db16b324fbf2eeed2b310273625acf7 ("ext4: convert instrumentation from markers to tracepoints") after reverting the dependent commit 3f9c083c0ffd344da212c9813c3c5ddba1a65936 ("ext4: Fix 64-bit block type problem on 32-bit platforms") for today.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: linux-next: ext4 tree build failure
2009-06-16 4:44 Stephen Rothwell
@ 2009-06-16 20:30 ` Theodore Tso
2009-06-16 22:11 ` Theodore Tso
2009-06-17 4:16 ` Pekka Enberg
0 siblings, 2 replies; 11+ messages in thread
From: Theodore Tso @ 2009-06-16 20:30 UTC (permalink / raw)
To: Stephen Rothwell
Cc: linux-next, linux-kernel, Pekka Enberg, Christoph Lameter
On Tue, Jun 16, 2009 at 02:44:13PM +1000, Stephen Rothwell wrote:
> Hi Ted,
>
> Today's linux-next build (powerpc ppc64_defconfig) failed like this after
> the slab tree was merged:
>
> In file included from fs/jbd2/checkpoint.c:26:
> include/trace/events/jbd2.h:11: error: expected ')' before '(' token
> include/trace/events/jbd2.h:31: error: expected ')' before '(' token
Hmm... I wonder why the slab tree would be messing with tracing
include files.
Which slab tree is it? Is it Pekka's?
git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6.git
- Ted
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: linux-next: ext4 tree build failure
2009-06-16 20:30 ` Theodore Tso
@ 2009-06-16 22:11 ` Theodore Tso
2009-06-17 5:46 ` Stephen Rothwell
2009-06-17 4:16 ` Pekka Enberg
1 sibling, 1 reply; 11+ messages in thread
From: Theodore Tso @ 2009-06-16 22:11 UTC (permalink / raw)
To: Stephen Rothwell, linux-next, linux-kernel, Pekka Enberg,
Christoph Lameter
On Tue, Jun 16, 2009 at 04:30:34PM -0400, Theodore Tso wrote:
> On Tue, Jun 16, 2009 at 02:44:13PM +1000, Stephen Rothwell wrote:
> > Hi Ted,
> >
> > Today's linux-next build (powerpc ppc64_defconfig) failed like this after
> > the slab tree was merged:
> >
> > In file included from fs/jbd2/checkpoint.c:26:
> > include/trace/events/jbd2.h:11: error: expected ')' before '(' token
> > include/trace/events/jbd2.h:31: error: expected ')' before '(' token
>
> Hmm... I wonder why the slab tree would be messing with tracing
> include files.
>
> Which slab tree is it? Is it Pekka's?
>
> git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6.git
>
Never mind, I see the problem. Thanks for pointing it out!
- Ted
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: linux-next: ext4 tree build failure
2009-06-16 20:30 ` Theodore Tso
2009-06-16 22:11 ` Theodore Tso
@ 2009-06-17 4:16 ` Pekka Enberg
1 sibling, 0 replies; 11+ messages in thread
From: Pekka Enberg @ 2009-06-17 4:16 UTC (permalink / raw)
To: Theodore Tso, Stephen Rothwell, linux-next, linux-kernel,
Pekka Enberg, Christoph
Hi Ted,
Theodore Tso wrote:
> On Tue, Jun 16, 2009 at 02:44:13PM +1000, Stephen Rothwell wrote:
>> Hi Ted,
>>
>> Today's linux-next build (powerpc ppc64_defconfig) failed like this after
>> the slab tree was merged:
>>
>> In file included from fs/jbd2/checkpoint.c:26:
>> include/trace/events/jbd2.h:11: error: expected ')' before '(' token
>> include/trace/events/jbd2.h:31: error: expected ')' before '(' token
>
> Hmm... I wonder why the slab tree would be messing with tracing
> include files.
>
> Which slab tree is it? Is it Pekka's?
>
> git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6.git
Yup, that's it. I looked at this yesterday but didn't see anything
suspicious. I don't think I have any patches that mess with any tracing
include files. The only major change there should be the new default
SLQB allocator. Perhaps ext4 is simply missing some includes that are
pulled by SLUB but not SLQB?
Pekka
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: linux-next: ext4 tree build failure
2009-06-16 22:11 ` Theodore Tso
@ 2009-06-17 5:46 ` Stephen Rothwell
0 siblings, 0 replies; 11+ messages in thread
From: Stephen Rothwell @ 2009-06-17 5:46 UTC (permalink / raw)
To: Theodore Tso; +Cc: linux-next, linux-kernel, Pekka Enberg, Christoph Lameter
[-- Attachment #1: Type: text/plain, Size: 1141 bytes --]
Hi Ted,
On Tue, 16 Jun 2009 18:11:47 -0400 Theodore Tso <tytso@mit.edu> wrote:
>
> On Tue, Jun 16, 2009 at 04:30:34PM -0400, Theodore Tso wrote:
> > On Tue, Jun 16, 2009 at 02:44:13PM +1000, Stephen Rothwell wrote:
> > > Hi Ted,
> > >
> > > Today's linux-next build (powerpc ppc64_defconfig) failed like this after
> > > the slab tree was merged:
> > >
> > > In file included from fs/jbd2/checkpoint.c:26:
> > > include/trace/events/jbd2.h:11: error: expected ')' before '(' token
> > > include/trace/events/jbd2.h:31: error: expected ')' before '(' token
> >
> > Hmm... I wonder why the slab tree would be messing with tracing
> > include files.
> >
> > Which slab tree is it? Is it Pekka's?
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6.git
> >
>
> Never mind, I see the problem. Thanks for pointing it out!
Because of this, I will use the ext4 tree that was in next-20090615
(which is actually empty relative to Linus tree) until you can come up
with a fix.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* linux-next: ext4 tree build failure
@ 2009-12-10 0:38 Stephen Rothwell
2009-12-10 2:10 ` tytso
0 siblings, 1 reply; 11+ messages in thread
From: Stephen Rothwell @ 2009-12-10 0:38 UTC (permalink / raw)
To: Theodore Ts'o; +Cc: linux-next, linux-kernel, Jan Kara
[-- Attachment #1: Type: text/plain, Size: 396 bytes --]
Hi Ted,
Today's linux-next build (x86_64 allmodconfig) failed like this:
ERROR: "jbd2_log_start_commit" [fs/ext4/ext4.ko] undefined!
Caused by commit b436b9bef84de6893e86346d8fbf7104bc520645 ("ext4: Wait
for proper transaction commit on fsync") which I have reverted 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] 11+ messages in thread
* Re: linux-next: ext4 tree build failure
2009-12-10 0:38 Stephen Rothwell
@ 2009-12-10 2:10 ` tytso
2009-12-10 2:33 ` Stephen Rothwell
0 siblings, 1 reply; 11+ messages in thread
From: tytso @ 2009-12-10 2:10 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Jan Kara
On Thu, Dec 10, 2009 at 11:38:12AM +1100, Stephen Rothwell wrote:
> Hi Ted,
>
> Today's linux-next build (x86_64 allmodconfig) failed like this:
>
> ERROR: "jbd2_log_start_commit" [fs/ext4/ext4.ko] undefined!
>
> Caused by commit b436b9bef84de6893e86346d8fbf7104bc520645 ("ext4: Wait
> for proper transaction commit on fsync") which I have reverted for today.
Thanks for pointing this out. I've fixed this for tomorrow's build.
- Ted
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: linux-next: ext4 tree build failure
2009-12-10 2:10 ` tytso
@ 2009-12-10 2:33 ` Stephen Rothwell
0 siblings, 0 replies; 11+ messages in thread
From: Stephen Rothwell @ 2009-12-10 2:33 UTC (permalink / raw)
To: tytso; +Cc: linux-next, linux-kernel, Jan Kara
[-- Attachment #1: Type: text/plain, Size: 262 bytes --]
Hi Ted,
On Wed, 9 Dec 2009 21:10:40 -0500 tytso@mit.edu wrote:
>
> Thanks for pointing this out. I've fixed this for tomorrow's build.
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] 11+ messages in thread
end of thread, other threads:[~2009-12-10 2:33 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-28 1:27 linux-next: ext4 tree build failure Stephen Rothwell
2009-04-28 11:23 ` Theodore Tso
2009-04-28 11:44 ` Stephen Rothwell
-- strict thread matches above, loose matches on Subject: below --
2009-06-16 4:44 Stephen Rothwell
2009-06-16 20:30 ` Theodore Tso
2009-06-16 22:11 ` Theodore Tso
2009-06-17 5:46 ` Stephen Rothwell
2009-06-17 4:16 ` Pekka Enberg
2009-12-10 0:38 Stephen Rothwell
2009-12-10 2:10 ` tytso
2009-12-10 2:33 ` Stephen Rothwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).