Re: [PATCH 0/2] [GIT PULL] localmodconfig: Fix missing depends of config files included in if statements

2013-04-30 Thread Linus Torvalds
On Mon, Apr 29, 2013 at 5:17 PM, Steven Rostedt wrote: > > BTW, what's the preferred method for this. I already posted a lot of > work to linux-next when I found bugs that required going into your tree. > I backported the fixes knowing that it will cause conflicts when you > merge. > > IIRC, you s

Re: [PATCH 0/2] [GIT PULL] localmodconfig: Fix missing depends of config files included in if statements

2013-04-29 Thread Steven Rostedt
On Mon, 2013-04-29 at 20:08 -0400, Steven Rostedt wrote: > I'll also run my full ftrace test suite on your latest kernel, and see > if it finds anything else. > With the fix I sent, everything passed. Thanks, -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [PATCH 0/2] [GIT PULL] localmodconfig: Fix missing depends of config files included in if statements

2013-04-29 Thread Steven Rostedt
On Mon, 2013-04-29 at 20:08 -0400, Steven Rostedt wrote: > On Mon, 2013-04-29 at 14:42 -0700, Linus Torvalds wrote: > > On Mon, Apr 29, 2013 at 2:01 PM, Linus Torvalds > > wrote: > > > > > > There's just too much confusion here for me to touch anything at all, > > > so please fix things up. > > >

Re: [PATCH 0/2] [GIT PULL] localmodconfig: Fix missing depends of config files included in if statements

2013-04-29 Thread Steven Rostedt
On Mon, 2013-04-29 at 14:42 -0700, Linus Torvalds wrote: > On Mon, Apr 29, 2013 at 2:01 PM, Linus Torvalds > wrote: > > > > There's just too much confusion here for me to touch anything at all, > > so please fix things up. > > Oh, and you might as well check that I resolved the conflicts in the >

Re: [PATCH 0/2] [GIT PULL] localmodconfig: Fix missing depends of config files included in if statements

2013-04-29 Thread Steven Rostedt
On Mon, 2013-04-29 at 14:01 -0700, Linus Torvalds wrote: > On Mon, Apr 29, 2013 at 12:51 PM, Steven Rostedt wrote: > > > > > > Please pull the latest ktest-v3.10 tree, which can be found at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest.git > > ktest-v3.10 > > Hmm. T

Re: [PATCH 0/2] [GIT PULL] localmodconfig: Fix missing depends of config files included in if statements

2013-04-29 Thread Linus Torvalds
On Mon, Apr 29, 2013 at 2:01 PM, Linus Torvalds wrote: > > There's just too much confusion here for me to touch anything at all, > so please fix things up. Oh, and you might as well check that I resolved the conflicts in the trace pull correctly while you're at it. They looked pretty obvious, and

Re: [PATCH 0/2] [GIT PULL] localmodconfig: Fix missing depends of config files included in if statements

2013-04-29 Thread Linus Torvalds
On Mon, Apr 29, 2013 at 12:51 PM, Steven Rostedt wrote: > > > Please pull the latest ktest-v3.10 tree, which can be found at: > > git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest.git > ktest-v3.10 Hmm. This is your ktest tree (which I already pulled the ktest changes from), not

[PATCH 0/2] [GIT PULL] localmodconfig: Fix missing depends of config files included in if statements

2013-04-29 Thread Steven Rostedt
Linus, A bug was recently found (today) in the make localmodconfig where it would miss dependencies of config files that are included in other config files inside an if statement. Also added a debug print that helped in solving this bug. Please pull the latest ktest-v3.10 tree, which can be fou