Re: [help] where is git tree of upstream source of the kernel ?

2018-07-23 Thread Laura Abbott

On 07/23/2018 11:15 AM, Josh Boyer wrote:

On Mon, Jul 23, 2018 at 12:06 PM Laura Abbott  wrote


On 07/22/2018 12:12 PM, stan wrote:

On Sun, 22 Jul 2018 18:49:36 +0100
Sérgio Basto  wrote:


Hello , I need bisect kernel between kernel 4.15-git1 and 4.15.0-git2

where I find a git tree with these commits (patch-4.14-git1.xz to
patch-4.14-git2.xz) ?

this request is related with my nvidia that starts to fail since
kernels 4.15.0 [1]

[1]
https://bugs.freedesktop.org/show_bug.cgi?id=105319#c21


I think this is the definitive git repository for the linux kernel.
Can't advise you on how to find what you are looking for, though.

https://github.com/torvalds/linux



That's going to be a mirror, the official official repository is
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/

To your actual question, if you look at the commits in
the fedora src git where those files were added, you'll see
a commit hash in the commit message, so in this case it's
1a5d24760948 ("Linux v4.14-104-g1e19bded7f5d") and
2ef4e8028f50 ("Linux v4.14-2229-g894025f24bd0") . The
part after the g is the hash in the kernel.org tree

$ git log --oneline 1e19bded7f5d..894025f24bd0 | wc -l
2125

It's kind of a pain to figure out. I'd welcome suggestions
about how to make this easier.


Could use the exploded tree and just do: git checkout kernel-, as
each build has a corresponding tag.

josh



That's a good suggestion (exploded tree is at
https://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/fedora.git/)
although that still leaves the question of figuring out the base
to pass to git bisect. Maybe git is smart enough to do the right
thing with the patches on top?
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org/message/5TNWXSI5Q2DRU7CSTCSPUX374ZVX2WMQ/


Re: [help] where is git tree of upstream source of the kernel ?

2018-07-23 Thread Laura Abbott

On 07/22/2018 12:12 PM, stan wrote:

On Sun, 22 Jul 2018 18:49:36 +0100
Sérgio Basto  wrote:


Hello , I need bisect kernel between kernel 4.15-git1 and 4.15.0-git2

where I find a git tree with these commits (patch-4.14-git1.xz to
patch-4.14-git2.xz) ?
 
this request is related with my nvidia that starts to fail since

kernels 4.15.0 [1]

[1]
https://bugs.freedesktop.org/show_bug.cgi?id=105319#c21


I think this is the definitive git repository for the linux kernel.
Can't advise you on how to find what you are looking for, though.

https://github.com/torvalds/linux



That's going to be a mirror, the official official repository is
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/

To your actual question, if you look at the commits in
the fedora src git where those files were added, you'll see
a commit hash in the commit message, so in this case it's
1a5d24760948 ("Linux v4.14-104-g1e19bded7f5d") and
2ef4e8028f50 ("Linux v4.14-2229-g894025f24bd0") . The
part after the g is the hash in the kernel.org tree

$ git log --oneline 1e19bded7f5d..894025f24bd0 | wc -l
2125

It's kind of a pain to figure out. I'd welcome suggestions
about how to make this easier.

Thanks,
Laura


___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org/message/6A35L4IHBLO6LK32P7UL4ZCB6XMGIY67/