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

2020-06-03 Thread Stephen Rothwell
Hi Steven, On Wed, 3 Jun 2020 11:30:58 -0400 Steven Rostedt wrote: > > On Wed, 03 Jun 2020 10:24:36 -0500 > Tom Zanussi wrote: > > > > It appears to be the ascii art that is causing the issue. I have no > > > idea > > > how to fix it. If someone has a patch they would like to submit, I > > > wi

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

2020-06-03 Thread Steven Rostedt
On Wed, 03 Jun 2020 10:24:36 -0500 Tom Zanussi wrote: > > It appears to be the ascii art that is causing the issue. I have no > > idea > > how to fix it. If someone has a patch they would like to submit, I > > will > > take it before I push it off to Linus. > > > > -- Steve > > I just sent yo

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

2020-06-03 Thread Tom Zanussi
Hi Steve, On Wed, 2020-06-03 at 11:22 -0400, Steven Rostedt wrote: > On Wed, 3 Jun 2020 17:42:53 +1000 > Stephen Rothwell wrote: > > > Hi all, > > > > After merging the ftrace tree, today's linux-next build (htmldocs) > > failed like this: > > > > > > Sphinx parallel build error: > > docutils

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

2020-06-03 Thread Steven Rostedt
On Wed, 3 Jun 2020 17:42:53 +1000 Stephen Rothwell wrote: > Hi all, > > After merging the ftrace tree, today's linux-next build (htmldocs) > failed like this: > > > Sphinx parallel build error: > docutils.utils.SystemMessage: > /home/sfr/next/next/Documentation/trace/histogram-design.rst:219:

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

2020-06-03 Thread Tom Zanussi
Hi, On Wed, 2020-06-03 at 17:42 +1000, Stephen Rothwell wrote: > Hi all, > > After merging the ftrace tree, today's linux-next build (htmldocs) > failed like this: > > > Sphinx parallel build error: > docutils.utils.SystemMessage: > /home/sfr/next/next/Documentation/trace/histogram-design.rst:2

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

2020-06-03 Thread Stephen Rothwell
Hi all, After merging the ftrace tree, today's linux-next build (htmldocs) failed like this: Sphinx parallel build error: docutils.utils.SystemMessage: /home/sfr/next/next/Documentation/trace/histogram-design.rst:219: (SEVERE/4) Unexpected section title. . . Caused by commit 16b585fe7192

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

2014-11-21 Thread Steven Rostedt
On Fri, 21 Nov 2014 09:20:36 -0500 Steven Rostedt wrote: > > diff --git a/include/linux/percpu.h b/include/linux/percpu.h > > index a3aa63e..c94c766 100644 > > --- a/include/linux/percpu.h > > +++ b/include/linux/percpu.h > > @@ -7,6 +7,7 @@ > > #include > > #include > > #include > > +#inc

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

2014-11-21 Thread Jiri Kosina
On Fri, 21 Nov 2014, Steven Rostedt wrote: > > From: Jiri Kosina > > Subject: [PATCH] printk: make sure printk_func_t is known in percpu.h > > > > Commit afdc34a3d3b8 ("printk: Add per_cpu printk func to allow printk to > > be diverted") caused percpu variable printk_func to be declared in > >

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

2014-11-21 Thread Steven Rostedt
> > From: Jiri Kosina > Subject: [PATCH] printk: make sure printk_func_t is known in percpu.h > > Commit afdc34a3d3b8 ("printk: Add per_cpu printk func to allow printk to > be diverted") caused percpu variable printk_func to be declared in > percpu.h. Make sure that the corresponding type is

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

2014-11-21 Thread Steven Rostedt
On Fri, 21 Nov 2014 18:32:15 +1100 Stephen Rothwell wrote: > Hi Steven, > > After merging the ftrace tree, today's linux-next build (powerpc > allnoconfig) failed like this: > > In file included from include/asm-generic/percpu.h:6:0, > from arch/powerpc/include/asm/percpu.h:19,

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

2014-11-21 Thread Jiri Kosina
On Fri, 21 Nov 2014, Stephen Rothwell wrote: > Hi Steven, > > After merging the ftrace tree, today's linux-next build (powerpc > allnoconfig) failed like this: > > In file included from include/asm-generic/percpu.h:6:0, > from arch/powerpc/include/asm/percpu.h:19, >

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

2014-11-20 Thread Stephen Rothwell
Hi Steven, After merging the ftrace tree, today's linux-next build (powerpc allnoconfig) failed like this: In file included from include/asm-generic/percpu.h:6:0, from arch/powerpc/include/asm/percpu.h:19, from include/linux/percpu.h:11, from inc

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

2013-03-01 Thread Stephen Rothwell
Hi Steve, On Fri, 01 Mar 2013 23:22:58 -0500 Steven Rostedt wrote: > > On Sat, 2013-03-02 at 15:17 +1100, Stephen Rothwell wrote: > > > > > I made some major changes and wanted testing on it as soon as possible. > > > I've done tons of testing on my own but I wanted a broader audience. Do > > >

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

2013-03-01 Thread Steven Rostedt
On Sat, 2013-03-02 at 15:17 +1100, Stephen Rothwell wrote: > > > I made some major changes and wanted testing on it as soon as possible. > > I've done tons of testing on my own but I wanted a broader audience. Do > > you want me to pull my tree and reset it to what is only for 3.9? > > Yes, plea

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

2013-03-01 Thread Stephen Rothwell
Hi Steve, On Fri, 01 Mar 2013 22:55:29 -0500 Steven Rostedt wrote: > > Oh crap, sorry. Quite the contrary. I should have waited for -rc1 as > this is intended for v3.10. > > I made some major changes and wanted testing on it as soon as possible. > I've done tons of testing on my own but I wanted

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

2013-03-01 Thread Steven Rostedt
On Sat, 2013-03-02 at 14:42 +1100, Stephen Rothwell wrote: > Hi Steve, > > On Fri, 01 Mar 2013 21:45:18 -0500 Steven Rostedt wrote: > > > > On Fri, 2013-03-01 at 13:47 +1100, Stephen Rothwell wrote: > > > > > > After merging the ftrace tree, today's linux-next build (x86_64 > > > allmodconfig) f

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

2013-03-01 Thread Stephen Rothwell
Hi Steve, On Fri, 01 Mar 2013 21:45:18 -0500 Steven Rostedt wrote: > > On Fri, 2013-03-01 at 13:47 +1100, Stephen Rothwell wrote: > > > > After merging the ftrace tree, today's linux-next build (x86_64 > > allmodconfig) failed like this: > > > > kernel/trace/trace_kdb.c: In function 'ftrace_dum

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

2013-03-01 Thread Steven Rostedt
On Fri, 2013-03-01 at 13:47 +1100, Stephen Rothwell wrote: > Hi Steven, > > After merging the ftrace tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > kernel/trace/trace_kdb.c: In function 'ftrace_dump_buf': > kernel/trace/trace_kdb.c:29:33: error: invalid type argument

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

2013-02-28 Thread Steven Rostedt
On Fri, 2013-03-01 at 13:47 +1100, Stephen Rothwell wrote: > Hi Steven, > > After merging the ftrace tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > kernel/trace/trace_kdb.c: In function 'ftrace_dump_buf': > kernel/trace/trace_kdb.c:29:33: error: invalid type argument

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

2013-02-28 Thread Stephen Rothwell
Hi Steven, After merging the ftrace tree, today's linux-next build (x86_64 allmodconfig) failed like this: kernel/trace/trace_kdb.c: In function 'ftrace_dump_buf': kernel/trace/trace_kdb.c:29:33: error: invalid type argument of '->' (have 'struct trace_array_cpu') kernel/trace/trace_kdb.c:86:33: