Hi Stephane,

Thanks for all the info.  I did manage to merge my local perfmon2 tree 
with the
latest torvalds tree (by branching, adding a remote branch of torvalds' 
tree,
and then a merge) and after a config change, it got me a working kernel.
However, once I turned on the perfmon code, it no longer boots.  I'm sure 
it
isn't perfmon this time, though, because I've seen the same thing happen 
before
with a bare torvalds tree.  Something screwy is going on with the 
filesystem or SCSI.
It sort of comes and goes with different config builds with no rhyme or 
reason,
but once it shows up, that image flat out will never boot.  So I'll be 
spending
more time tomorrow trying to track that down.  I really hope that soon I 
will
be able to actually do some real perfmon2 testing instead of struggling 
with
these other unrelated issues.

Regards,

- Corey


Regards,
"stephane eranian" <[EMAIL PROTECTED]> wrote on 07/10/2008 01:11:40 
AM:

> Corey,
> 
> Ok, so nothing serious.
> 
> As for GIT, the way I do it now is to have 2 trees: official (Linus)
> and perfmon2.
> 
> From time to time, I pull from Linus's tree to update my official tree. 
I use
> git pull (and git pull -t to get the tags).
> 
> To update the perfmon2 tree from official, I don't just pull from my
> official tree.
> That would be messy because it would be without a clearly 
identifiedreference
> point. So instead, I pull from a specific point in the official tree 
using:
>           git pull ~/perfmon/official/linux-2.6 tag v2.6.26-rc9
> 
> This way, I know the reference point and it is easier to share it with
> everybody.
> 
> But I learned a new git command, thanks to Tony, to get the commit
> from a specific
> tag, use git-rev-parse!
> 
> 
> On Thu, Jul 10, 2008 at 12:28 AM, Corey J Ashford <[EMAIL PROTECTED]> 
wrote:
> > I see where I missed the ehea commit  - more commits were behind a
> > "..." hyperlink that I had not seen.  I need new glasses or larger
> > fonts :-)
> >
> > I'm going to try applying that patch to Stephane's kernel and see if
> > it gets me a working network.
> >
> > Thanks again for your help.
> >
> > - Corey
> >
> > Corey Ashford
> > Software Engineer
> > IBM Linux Technology Center, Linux Toolchain
> > Beaverton, OR
> > 503-578-3507
> > [EMAIL PROTECTED]
> >
> >
> > Corey J Ashford/Beaverton/[EMAIL PROTECTED] wrote:
> >> Thank you, Tony.  I'm starting to understand this now.  I think I've
> >> found the difference between the perfmon2 rc9
> >> version and the working Linus tree - there's a change to the EHEA
> >> driver that the perfmon2 tree is missing.  But it doesn't
> >> appear to be in any of the commits since rc9, so I'm still confused,
> >> but this is getting me closer.
> >>
> >> Regards,
> >>
> >> - Corey
> >>
> >> "Luck, Tony" <[EMAIL PROTECTED]> wrote on 07/09/2008 02:58:47 PM:
> >>
> >> > "Luck, Tony" <[EMAIL PROTECTED]>
> >> > 07/09/2008 02:58 PM
> >> >
> >> > To
> >> >
> >> > Corey J Ashford/Beaverton/[EMAIL PROTECTED], "[EMAIL PROTECTED]"
> >> > <[EMAIL PROTECTED]>
> >> >
> >> > cc
> >> >
> >> > "[email protected]" <perfmon2-
> >> [EMAIL PROTECTED]>
> >> >
> >> > Subject
> >> >
> >> > RE: [perfmon2] Woes getting latest perfmon2 kernel running on 
POWER6
> >> >
> >> > >  On that page is a commit number:
> >> > >
> >> > > commit f57e91682d141ea50d8c6d42cdc251b6256a3755
> >> >
> >> > That is a commit in linus tree .... but it isn't the -rc9 one.
> >> >
> >> > $ git-rev-parse --verify v2.6.26-rc9^0
> >> > b7279469d66b55119784b8b9529c99c1955fe747
> >> >
> >> >
> >> > But you may not need to leap through these hoops.  If you have
> >> > been "git fetch"ing your tree from Linus's tree, then you may
> >> > have the tags in place ... so you can use "v2.6.26-rc9" directly
> >> > as a command line argument to "git diff".
> >> >
> >> > -Tony
> >> 
-------------------------------------------------------------------------
> >> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> >> Studies have shown that voting for your favorite open source project,
> >> along with a healthy diet, reduces your potential for chronic 
lameness
> >> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> >> _______________________________________________
> >> perfmon2-devel mailing list
> >> [email protected]
> >> https://lists.sourceforge.net/lists/listinfo/perfmon2-devel
> >
> > 
-------------------------------------------------------------------------
> > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> > Studies have shown that voting for your favorite open source project,
> > along with a healthy diet, reduces your potential for chronic lameness
> > and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> > _______________________________________________
> > perfmon2-devel mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/perfmon2-devel
> >
> >


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
perfmon2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/perfmon2-devel

Reply via email to