From: Doug Goldstein <cardoe@cardoe.com>
To: Andy Lutomirski <luto@amacapital.net>,
Fengguang Wu <fengguang.wu@intel.com>
Cc: Ian Campbell <ian.campbell@citrix.com>,
"linux-kbuild@vger.kernel.org" <linux-kbuild@vger.kernel.org>,
Ian Jackson <Ian.Jackson@eu.citrix.com>,
"Hu, Robert" <robert.hu@intel.com>,
"xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>,
LKP <lkp@01.org>
Subject: Re: [Xen-devel] Adding Xen to the kbuild bot?
Date: Mon, 8 Feb 2016 09:24:55 -0600 [thread overview]
Message-ID: <56B8B347.40800@cardoe.com> (raw)
In-Reply-To: <CALCETrVssJ2oCqT9eKzoXQ0VWz1O1XB=Gt97djrgPYTfZYt_ug@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1783 bytes --]
On 2/5/16 2:10 PM, Andy Lutomirski wrote:
> On Feb 4, 2016 7:11 PM, "Fengguang Wu" <fengguang.wu@intel.com> wrote:
>>
>> Hi Andy,
>>
>> CC more people on Xen testing -- in case OSStest already (or plans to)
>> cover such test case.
>>
>> On Tue, Feb 02, 2016 at 07:31:30PM -0800, Andy Lutomirski wrote:
>>> Hi all-
>>>
>>> Would it make sense to add some basic Xen PV testing to the kbuild bot?
>>
>> Do you mean to run basic Xen testing on the various kernel trees that
>> 0day robot covers? That is, to catch kernel regressions when running
>> under Xen.
>>
>
> Yes, exactly. I've personally broken Linux as a Xen guest at least twice.
>
>> If the intention is to catch Xen regressions, the OSStest
>> infrastructure may be a better option:
>>
>> git://xenbits.xen.org/osstest.git
>
> No, I think that 0day should pick one Xen version and stick with it
> for a while rather than trying to track the latest version.
>
>>
>>> qemu can boot Xen like this:
>>>
>>> qemu-system-x86_64 -kernel path/to/xen-4.5.2 -initrd 'path/to/bzImage
>>> kernelarg otherkernelarg=value" -append 'xenarg other_xen_arg'
>>>
>>> This should work with any kernel image for x86 or x86_64 with CONFIG_XEN=y.
>>
>> Got it. If you have simple working test scripts to illustrate test
>> details, it'd be a great help for integrating into OSStest or 0day.
>
> I have a script that will boot to a command prompt, but I don't know
> if that's the right way to do it. I'm not really sure how 0day works
> under the hood, but treating Xen as a different configuration or arch
> instead of treating it as a different test case might make more sense.
>
> --Andy
>
Andy,
I'd be curious to see the script you use.
Thanks.
--
Doug Goldstein
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 959 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Doug Goldstein <cardoe@cardoe.com>
To: Andy Lutomirski <luto@amacapital.net>,
Fengguang Wu <fengguang.wu@intel.com>
Cc: Ian Campbell <ian.campbell@citrix.com>,
"linux-kbuild@vger.kernel.org" <linux-kbuild@vger.kernel.org>,
Ian Jackson <Ian.Jackson@eu.citrix.com>,
"xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>,
"Hu, Robert" <robert.hu@intel.com>, LKP <lkp@01.org>
Subject: Re: Adding Xen to the kbuild bot?
Date: Mon, 8 Feb 2016 09:24:55 -0600 [thread overview]
Message-ID: <56B8B347.40800@cardoe.com> (raw)
In-Reply-To: <CALCETrVssJ2oCqT9eKzoXQ0VWz1O1XB=Gt97djrgPYTfZYt_ug@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 1783 bytes --]
On 2/5/16 2:10 PM, Andy Lutomirski wrote:
> On Feb 4, 2016 7:11 PM, "Fengguang Wu" <fengguang.wu@intel.com> wrote:
>>
>> Hi Andy,
>>
>> CC more people on Xen testing -- in case OSStest already (or plans to)
>> cover such test case.
>>
>> On Tue, Feb 02, 2016 at 07:31:30PM -0800, Andy Lutomirski wrote:
>>> Hi all-
>>>
>>> Would it make sense to add some basic Xen PV testing to the kbuild bot?
>>
>> Do you mean to run basic Xen testing on the various kernel trees that
>> 0day robot covers? That is, to catch kernel regressions when running
>> under Xen.
>>
>
> Yes, exactly. I've personally broken Linux as a Xen guest at least twice.
>
>> If the intention is to catch Xen regressions, the OSStest
>> infrastructure may be a better option:
>>
>> git://xenbits.xen.org/osstest.git
>
> No, I think that 0day should pick one Xen version and stick with it
> for a while rather than trying to track the latest version.
>
>>
>>> qemu can boot Xen like this:
>>>
>>> qemu-system-x86_64 -kernel path/to/xen-4.5.2 -initrd 'path/to/bzImage
>>> kernelarg otherkernelarg=value" -append 'xenarg other_xen_arg'
>>>
>>> This should work with any kernel image for x86 or x86_64 with CONFIG_XEN=y.
>>
>> Got it. If you have simple working test scripts to illustrate test
>> details, it'd be a great help for integrating into OSStest or 0day.
>
> I have a script that will boot to a command prompt, but I don't know
> if that's the right way to do it. I'm not really sure how 0day works
> under the hood, but treating Xen as a different configuration or arch
> instead of treating it as a different test case might make more sense.
>
> --Andy
>
Andy,
I'd be curious to see the script you use.
Thanks.
--
Doug Goldstein
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 959 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2016-02-08 15:32 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-03 3:31 Adding Xen to the kbuild bot? Andy Lutomirski
2016-02-03 3:31 ` Andy Lutomirski
2016-02-05 3:11 ` Fengguang Wu
2016-02-05 3:11 ` Fengguang Wu
2016-02-05 3:11 ` Fengguang Wu
2016-02-05 20:10 ` Andy Lutomirski
2016-02-05 20:10 ` Andy Lutomirski
2016-02-06 1:17 ` Fengguang Wu
2016-02-06 1:17 ` Fengguang Wu
2016-02-06 1:17 ` Fengguang Wu
2016-02-17 20:46 ` Andy Lutomirski
2016-02-17 20:46 ` Andy Lutomirski
2016-02-17 20:46 ` Andy Lutomirski
2016-04-05 3:53 ` Andy Lutomirski
2016-04-05 3:53 ` Andy Lutomirski
2016-04-05 3:53 ` Andy Lutomirski
2016-02-08 15:24 ` Doug Goldstein [this message]
2016-02-08 15:24 ` Doug Goldstein
2016-02-08 22:25 ` Andy Lutomirski
2016-02-08 22:25 ` [Xen-devel] " Andy Lutomirski
2016-02-08 22:25 ` Andy Lutomirski
2016-02-19 17:06 ` Ian Jackson
2016-02-19 17:06 ` Ian Jackson
2016-02-05 20:10 ` Andy Lutomirski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56B8B347.40800@cardoe.com \
--to=cardoe@cardoe.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=fengguang.wu@intel.com \
--cc=ian.campbell@citrix.com \
--cc=linux-kbuild@vger.kernel.org \
--cc=lkp@01.org \
--cc=luto@amacapital.net \
--cc=robert.hu@intel.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.