Re: Git puzzle

2013-12-29 Thread Gene Heskett
On Sunday 29 December 2013, Jason Cooper wrote: >On Sun, Dec 29, 2013 at 01:27:05AM -0500, Gene Heskett wrote: >> On Sunday 29 December 2013, Jason Cooper wrote: >... > >> >You may want to try the opposite approach. x86_64_defconfig, then add >> >just what is necessary to boot and reproduce the bu

Re: Git puzzle

2013-12-29 Thread Geert Uytterhoeven
Hi Gene, On Sun, Dec 29, 2013 at 6:11 AM, Gene Heskett wrote: > Yes, I think I can nail it now. One final clarification, do I use a > .config geared more to my machine, or am I supposed to do a "make > allmodconfig?" > > I haven't done this in a while and I'm still going thru the xconfig, > stri

Re: Git puzzle

2013-12-28 Thread Jason Cooper
On Sun, Dec 29, 2013 at 01:27:05AM -0500, Gene Heskett wrote: > On Sunday 29 December 2013, Jason Cooper wrote: ... > >You may want to try the opposite approach. x86_64_defconfig, then add > >just what is necessary to boot and reproduce the bug. > > Did that, then added some stuff for my hdwe, ma

Re: Git puzzle

2013-12-28 Thread Gene Heskett
On Sunday 29 December 2013, Jason Cooper wrote: >Gene, > >On Sun, Dec 29, 2013 at 12:11:26AM -0500, Gene Heskett wrote: >> On Saturday 28 December 2013, Jason Cooper wrote: >> >On Sat, Dec 28, 2013 at 09:41:40PM -0500, Gene Heskett wrote: >... > >> >> working toward 3.8.3 which doesn't, and I have

Re: Git puzzle

2013-12-28 Thread Jason Cooper
On Sun, Dec 29, 2013 at 12:42:00AM -0500, Gene Heskett wrote: > On Sunday 29 December 2013, Jason Cooper wrote: ... > >You may want to try the opposite approach. x86_64_defconfig, then add > >just what is necessary to boot and reproduce the bug. > > Oh-oh, and where in this new tree do I find tha

Re: Git puzzle

2013-12-28 Thread Gene Heskett
On Sunday 29 December 2013, Jason Cooper wrote: >Gene, > >On Sun, Dec 29, 2013 at 12:11:26AM -0500, Gene Heskett wrote: >> On Saturday 28 December 2013, Jason Cooper wrote: >> >On Sat, Dec 28, 2013 at 09:41:40PM -0500, Gene Heskett wrote: >... > >> >> working toward 3.8.3 which doesn't, and I have

Re: Git puzzle

2013-12-28 Thread Jason Cooper
Gene, On Sun, Dec 29, 2013 at 12:11:26AM -0500, Gene Heskett wrote: > On Saturday 28 December 2013, Jason Cooper wrote: > >On Sat, Dec 28, 2013 at 09:41:40PM -0500, Gene Heskett wrote: ... > >> working toward 3.8.3 which doesn't, and I have the disk space chowned > >> to me, what is the exact synt

Re: Git puzzle

2013-12-28 Thread Gene Heskett
On Saturday 28 December 2013, Jason Cooper wrote: >Hey Gene, > >On Sat, Dec 28, 2013 at 09:41:40PM -0500, Gene Heskett wrote: >> Hey guys, I need to setup a bisect using git but the man pages aren't >> giving me what I need to know. Mainly I have no clue what the URL for >> the git repos looks lik

Re: Git puzzle

2013-12-28 Thread Jason Cooper
Gene, On Sat, Dec 28, 2013 at 11:35:47PM -0500, Jason Cooper wrote: > On Sat, Dec 28, 2013 at 09:41:40PM -0500, Gene Heskett wrote: ... > > working toward 3.8.3 which doesn't, and I have the disk space chowned > > to me, what is the exact syntax to pull a clone of 3.8.2, and then do > > a bisect t

Re: Git puzzle

2013-12-28 Thread Jason Cooper
Hey Gene, On Sat, Dec 28, 2013 at 09:41:40PM -0500, Gene Heskett wrote: > Hey guys, I need to setup a bisect using git but the man pages aren't > giving me what I need to know. Mainly I have no clue what the URL for the > git repos looks like, I've been downloading and building the tarballs fro

Git puzzle

2013-12-28 Thread Gene Heskett
Hey guys, I need to setup a bisect using git but the man pages aren't giving me what I need to know. Mainly I have no clue what the URL for the git repos looks like, I've been downloading and building the tarballs from kernel.org all this time. Assuming I start with fresh git pull of 3.8.2 whi