* selftests: question about git repos containing selftest.
@ 2014-12-09 19:22 Young, David
2014-12-09 19:46 ` Greg KH
0 siblings, 1 reply; 9+ messages in thread
From: Young, David @ 2014-12-09 19:22 UTC (permalink / raw)
To: linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Greetings,
I'm trying out the new kernel selftests and was looking for the "bleeding edge" repository to clone. According to the wiki https://kselftest.wiki.kernel.org/ this is the appropriate repo:
git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
However, I am finding newer and more frequent changes are in linux-next.
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
Which should I clone for the most fresh changes?
-David Young
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: selftests: question about git repos containing selftest.
2014-12-09 19:22 selftests: question about git repos containing selftest Young, David
@ 2014-12-09 19:46 ` Greg KH
2014-12-09 20:21 ` Shuah Khan
0 siblings, 1 reply; 9+ messages in thread
From: Greg KH @ 2014-12-09 19:46 UTC (permalink / raw)
To: Young, David
Cc: linux-api@vger.kernel.org, shuahkh@osg.samsung.com,
linux-kernel@vger.kernel.org
On Tue, Dec 09, 2014 at 02:22:42PM -0500, Young, David wrote:
> Greetings,
>
> I'm trying out the new kernel selftests and was looking for the "bleeding edge" repository to clone. According to the wiki https://kselftest.wiki.kernel.org/ this is the appropriate repo:
> git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
>
> However, I am finding newer and more frequent changes are in linux-next.
> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
>
> Which should I clone for the most fresh changes?
Are you sure you are looking at the correct branch for that git repo?
Which one were you using?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: selftests: question about git repos containing selftest.
2014-12-09 19:46 ` Greg KH
@ 2014-12-09 20:21 ` Shuah Khan
[not found] ` <CAKocOOMGoCtDjG24cJhkrJ=EyhbW-qy6=v5pJaRBeSPZuvZWfA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 9+ messages in thread
From: Shuah Khan @ 2014-12-09 20:21 UTC (permalink / raw)
To: Greg KH
Cc: Young, David, linux-api@vger.kernel.org, shuahkh@osg.samsung.com,
linux-kernel@vger.kernel.org
On Tue, Dec 9, 2014 at 12:46 PM, Greg KH <gregkh@linuxfoundation.org> wrote:
> On Tue, Dec 09, 2014 at 02:22:42PM -0500, Young, David wrote:
>> Greetings,
>>
>> I'm trying out the new kernel selftests and was looking for the "bleeding edge" repository to clone. According to the wiki https://kselftest.wiki.kernel.org/ this is the appropriate repo:
>> git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
>>
>> However, I am finding newer and more frequent changes are in linux-next.
>> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
>>
>> Which should I clone for the most fresh changes?
>
> Are you sure you are looking at the correct branch for that git repo?
> Which one were you using?
>
Please find the patches slated for 3.19--rc1 in fixes branch. These
are the ones that
get pulled into linux-next for integration testing.
-- Shuah
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: selftests: question about git repos containing selftest.
[not found] ` <CAKocOOMGoCtDjG24cJhkrJ=EyhbW-qy6=v5pJaRBeSPZuvZWfA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2014-12-09 20:25 ` Young, David
[not found] ` <7F8EB1E5A1A71643ACAD0928E03FFDE90E3D796C21-/aPJBeqlRkAyyULh10xnlCahX2Nl78RV0E9HWUfgJXw@public.gmane.org>
0 siblings, 1 reply; 9+ messages in thread
From: Young, David @ 2014-12-09 20:25 UTC (permalink / raw)
To: Shuah Khan, Greg KH
Cc: linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Thanks, I was definitely looking at the master branch of linux-kselftest.
There are still more changes in linux-next repo, should those be considered as "in progress"?
-dave
-----Original Message-----
From: Shuah Khan [mailto:shuahkhan@gmail.com]
Sent: Tuesday, December 09, 2014 3:21 PM
To: Greg KH
Cc: Young, David; linux-api@vger.kernel.org; shuahkh@osg.samsung.com; linux-kernel@vger.kernel.org
Subject: Re: selftests: question about git repos containing selftest.
On Tue, Dec 9, 2014 at 12:46 PM, Greg KH <gregkh@linuxfoundation.org> wrote:
> On Tue, Dec 09, 2014 at 02:22:42PM -0500, Young, David wrote:
>> Greetings,
>>
>> I'm trying out the new kernel selftests and was looking for the "bleeding edge" repository to clone. According to the wiki https://kselftest.wiki.kernel.org/ this is the appropriate repo:
>> git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.g
>> it
>>
>> However, I am finding newer and more frequent changes are in linux-next.
>> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
>>
>> Which should I clone for the most fresh changes?
>
> Are you sure you are looking at the correct branch for that git repo?
> Which one were you using?
>
Please find the patches slated for 3.19--rc1 in fixes branch. These are the ones that get pulled into linux-next for integration testing.
-- Shuah
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: selftests: question about git repos containing selftest.
[not found] ` <7F8EB1E5A1A71643ACAD0928E03FFDE90E3D796C21-/aPJBeqlRkAyyULh10xnlCahX2Nl78RV0E9HWUfgJXw@public.gmane.org>
@ 2014-12-09 20:34 ` Shuah Khan
2014-12-09 20:53 ` Davidlohr Bueso
2014-12-09 21:08 ` Young, David
0 siblings, 2 replies; 9+ messages in thread
From: Shuah Khan @ 2014-12-09 20:34 UTC (permalink / raw)
To: Young, David
Cc: Greg KH, linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
On Tue, Dec 9, 2014 at 1:25 PM, Young, David <dayoung-JqFfY2XvxFXQT0dZR+AlfA@public.gmane.org> wrote:
> Thanks, I was definitely looking at the master branch of linux-kselftest.
>
> There are still more changes in linux-next repo, should those be considered as "in progress"?
>
Patches in linux-kselftest fixes branch are the ones I included in my
pull request
I just sent out. linux-next might have some selftest patches that are part of a
series that depend on a sub-system API. Maybe that is what you are seeing
in linux-next.
For example there are ftrace selftest patches in linux-next that
depend on ftrace
sub-system, hence they funnel through ftrace. Same thing happens with mm
related things.
Do you have specific patches in linux-next that you have questions about?
-- Shuah
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: selftests: question about git repos containing selftest.
2014-12-09 20:34 ` Shuah Khan
@ 2014-12-09 20:53 ` Davidlohr Bueso
2014-12-09 21:08 ` Young, David
1 sibling, 0 replies; 9+ messages in thread
From: Davidlohr Bueso @ 2014-12-09 20:53 UTC (permalink / raw)
To: Shuah Khan
Cc: Young, David, Greg KH, linux-api@vger.kernel.org,
shuahkh@osg.samsung.com, linux-kernel@vger.kernel.org
On Tue, 2014-12-09 at 13:34 -0700, Shuah Khan wrote:
> On Tue, Dec 9, 2014 at 1:25 PM, Young, David <dayoung@akamai.com> wrote:
> > Thanks, I was definitely looking at the master branch of linux-kselftest.
> >
> > There are still more changes in linux-next repo, should those be considered as "in progress"?
> >
>
> Patches in linux-kselftest fixes branch are the ones I included in my
> pull request
> I just sent out. linux-next might have some selftest patches that are part of a
> series that depend on a sub-system API. Maybe that is what you are seeing
> in linux-next.
Is there any reason why Andrew isn't handling kselftests? Considering it
spans multiple subsystems, it seems far more appropriate that way.
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: selftests: question about git repos containing selftest.
2014-12-09 20:34 ` Shuah Khan
2014-12-09 20:53 ` Davidlohr Bueso
@ 2014-12-09 21:08 ` Young, David
2014-12-09 21:27 ` Shuah Khan
1 sibling, 1 reply; 9+ messages in thread
From: Young, David @ 2014-12-09 21:08 UTC (permalink / raw)
To: Shuah Khan
Cc: Greg KH, linux-api@vger.kernel.org, shuahkh@osg.samsung.com,
linux-kernel@vger.kernel.org
> Do you have specific patches in linux-next that you have questions about?
Mostly I am interested in executing kselftests via something like autotest or Hudson/jenkins as a quick smoketest. I understand it's still very much an in-progress feature, but would like the closest thing to a stable set of tests to regularly clone and use. I suppose I could just wait for whatever makes it into mainline, but I'm interested in seeing the planned test coverage and test output so that I can write appropriate "glue" for use with a continuous-integration test system.
-dave
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: selftests: question about git repos containing selftest.
2014-12-09 21:08 ` Young, David
@ 2014-12-09 21:27 ` Shuah Khan
[not found] ` <CAKocOOMNS3tZq3nFg7rTFnPRZwV0U-y4=34Yph+qTYN0kqTuQA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 9+ messages in thread
From: Shuah Khan @ 2014-12-09 21:27 UTC (permalink / raw)
To: Young, David
Cc: Greg KH, linux-api@vger.kernel.org, shuahkh@osg.samsung.com,
linux-kernel@vger.kernel.org
On Tue, Dec 9, 2014 at 2:08 PM, Young, David <dayoung@akamai.com> wrote:
>
>> Do you have specific patches in linux-next that you have questions about?
>
> Mostly I am interested in executing kselftests via something like autotest or Hudson/jenkins as a quick smoketest. I understand it's still very much an in-progress feature, but would like the closest thing to a stable set of tests to regularly clone and use. I suppose I could just wait for whatever makes it into mainline, but I'm interested in seeing the planned test coverage and test output so that I can write appropriate "glue" for use with a continuous-integration test system.
>
David,
Please follow fixes branch for patches that are going to be in the next mainline
release. I am planning to create devel or experimental branch to make my next
revision install target patches available for early testing for people
that want to
play with work in progress. Hope this is helpful.
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: selftests: question about git repos containing selftest.
[not found] ` <CAKocOOMNS3tZq3nFg7rTFnPRZwV0U-y4=34Yph+qTYN0kqTuQA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2014-12-09 21:29 ` Young, David
0 siblings, 0 replies; 9+ messages in thread
From: Young, David @ 2014-12-09 21:29 UTC (permalink / raw)
To: Shuah Khan
Cc: Greg KH, linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
shuahkh-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Thanks for clearing this up, very helpful!
-dave
-----Original Message-----
From: Shuah Khan [mailto:shuahkhan@gmail.com]
Sent: Tuesday, December 09, 2014 4:27 PM
To: Young, David
Cc: Greg KH; linux-api@vger.kernel.org; shuahkh@osg.samsung.com; linux-kernel@vger.kernel.org
Subject: Re: selftests: question about git repos containing selftest.
On Tue, Dec 9, 2014 at 2:08 PM, Young, David <dayoung@akamai.com> wrote:
>
>> Do you have specific patches in linux-next that you have questions about?
>
> Mostly I am interested in executing kselftests via something like autotest or Hudson/jenkins as a quick smoketest. I understand it's still very much an in-progress feature, but would like the closest thing to a stable set of tests to regularly clone and use. I suppose I could just wait for whatever makes it into mainline, but I'm interested in seeing the planned test coverage and test output so that I can write appropriate "glue" for use with a continuous-integration test system.
>
David,
Please follow fixes branch for patches that are going to be in the next mainline release. I am planning to create devel or experimental branch to make my next revision install target patches available for early testing for people that want to play with work in progress. Hope this is helpful.
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2014-12-09 21:29 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-09 19:22 selftests: question about git repos containing selftest Young, David
2014-12-09 19:46 ` Greg KH
2014-12-09 20:21 ` Shuah Khan
[not found] ` <CAKocOOMGoCtDjG24cJhkrJ=EyhbW-qy6=v5pJaRBeSPZuvZWfA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-12-09 20:25 ` Young, David
[not found] ` <7F8EB1E5A1A71643ACAD0928E03FFDE90E3D796C21-/aPJBeqlRkAyyULh10xnlCahX2Nl78RV0E9HWUfgJXw@public.gmane.org>
2014-12-09 20:34 ` Shuah Khan
2014-12-09 20:53 ` Davidlohr Bueso
2014-12-09 21:08 ` Young, David
2014-12-09 21:27 ` Shuah Khan
[not found] ` <CAKocOOMNS3tZq3nFg7rTFnPRZwV0U-y4=34Yph+qTYN0kqTuQA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-12-09 21:29 ` Young, David
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).