xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Unmodified drivers and 2.6.27
@ 2013-06-06 23:35 AP
  2013-06-07  8:00 ` Jan Beulich
  0 siblings, 1 reply; 5+ messages in thread
From: AP @ 2013-06-06 23:35 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com


[-- Attachment #1.1: Type: text/plain, Size: 334 bytes --]

I am trying to compile the old unmodified_drivers against the 2.6.27
kernel.  I remember SUSE having patches that made this work but I am unable
to find them online. They are being referenced here (
http://wp.colliertech.org/cj/?p=653) but the link doesn't work anymore. Are
these patches still floating around somewhere?

Thanks,
AP

[-- Attachment #1.2: Type: text/html, Size: 460 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Unmodified drivers and 2.6.27
  2013-06-06 23:35 Unmodified drivers and 2.6.27 AP
@ 2013-06-07  8:00 ` Jan Beulich
  2013-06-07 19:14   ` AP
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Beulich @ 2013-06-07  8:00 UTC (permalink / raw)
  To: AP; +Cc: xen-devel

>>> On 07.06.13 at 01:35, AP <apxeng@gmail.com> wrote:
> I am trying to compile the old unmodified_drivers against the 2.6.27
> kernel.  I remember SUSE having patches that made this work but I am unable
> to find them online. They are being referenced here (
> http://wp.colliertech.org/cj/?p=653) but the link doesn't work anymore. Are
> these patches still floating around somewhere?

Give SLE11_BRANCH a try on http://kernel.opensuse.org/git.

If you don't get from there what you need, I'm afraid you're
on your own, as that code stream has been dead for quite
some time.

Jan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Unmodified drivers and 2.6.27
  2013-06-07  8:00 ` Jan Beulich
@ 2013-06-07 19:14   ` AP
  2013-06-10  7:56     ` Jan Beulich
  0 siblings, 1 reply; 5+ messages in thread
From: AP @ 2013-06-07 19:14 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel

On Fri, Jun 7, 2013 at 1:00 AM, Jan Beulich <JBeulich@suse.com> wrote:
>>>> On 07.06.13 at 01:35, AP <apxeng@gmail.com> wrote:
>> I am trying to compile the old unmodified_drivers against the 2.6.27
>> kernel.  I remember SUSE having patches that made this work but I am unable
>> to find them online. They are being referenced here (
>> http://wp.colliertech.org/cj/?p=653) but the link doesn't work anymore. Are
>> these patches still floating around somewhere?
>
> Give SLE11_BRANCH a try on http://kernel.opensuse.org/git.
>
> If you don't get from there what you need, I'm afraid you're
> on your own, as that code stream has been dead for quite
> some time.

Thanks for the pointer. The closest thing I can find to 2.6.27 is the
tag rpm-2.6.30-8. So I moved to it and started checking out the
patches.xen directory. Is there something that tells me the order in
which these patches should be applied?

AP

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Unmodified drivers and 2.6.27
  2013-06-07 19:14   ` AP
@ 2013-06-10  7:56     ` Jan Beulich
  2013-06-11 23:02       ` AP
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Beulich @ 2013-06-10  7:56 UTC (permalink / raw)
  To: AP; +Cc: xen-devel

>>> On 07.06.13 at 21:14, AP <apxeng@gmail.com> wrote:
> On Fri, Jun 7, 2013 at 1:00 AM, Jan Beulich <JBeulich@suse.com> wrote:
>>>>> On 07.06.13 at 01:35, AP <apxeng@gmail.com> wrote:
>>> I am trying to compile the old unmodified_drivers against the 2.6.27
>>> kernel.  I remember SUSE having patches that made this work but I am unable
>>> to find them online. They are being referenced here (
>>> http://wp.colliertech.org/cj/?p=653) but the link doesn't work anymore. Are
>>> these patches still floating around somewhere?
>>
>> Give SLE11_BRANCH a try on http://kernel.opensuse.org/git.
>>
>> If you don't get from there what you need, I'm afraid you're
>> on your own, as that code stream has been dead for quite
>> some time.
> 
> Thanks for the pointer. The closest thing I can find to 2.6.27 is the
> tag rpm-2.6.30-8. So I moved to it and started checking out the
> patches.xen directory.

There may not be any tags for this old branch, but I'm sure you'd
also find 2.6.27 bits there. In fact, using the tag is almost certain
getting you something in arbitrary state, not from any SLE branch...

> Is there something that tells me the order in
> which these patches should be applied?

There's a series.conf file at the root of the tree.

Jan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Unmodified drivers and 2.6.27
  2013-06-10  7:56     ` Jan Beulich
@ 2013-06-11 23:02       ` AP
  0 siblings, 0 replies; 5+ messages in thread
From: AP @ 2013-06-11 23:02 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel

On Mon, Jun 10, 2013 at 12:56 AM, Jan Beulich <JBeulich@suse.com> wrote:
>>>> On 07.06.13 at 21:14, AP <apxeng@gmail.com> wrote:
>> On Fri, Jun 7, 2013 at 1:00 AM, Jan Beulich <JBeulich@suse.com> wrote:
>>>>>> On 07.06.13 at 01:35, AP <apxeng@gmail.com> wrote:
>>>> I am trying to compile the old unmodified_drivers against the 2.6.27
>>>> kernel.  I remember SUSE having patches that made this work but I am unable
>>>> to find them online. They are being referenced here (
>>>> http://wp.colliertech.org/cj/?p=653) but the link doesn't work anymore. Are
>>>> these patches still floating around somewhere?
>>>
>>> Give SLE11_BRANCH a try on http://kernel.opensuse.org/git.
>>>
>>> If you don't get from there what you need, I'm afraid you're
>>> on your own, as that code stream has been dead for quite
>>> some time.
>>
>> Thanks for the pointer. The closest thing I can find to 2.6.27 is the
>> tag rpm-2.6.30-8. So I moved to it and started checking out the
>> patches.xen directory.
>
> There may not be any tags for this old branch, but I'm sure you'd
> also find 2.6.27 bits there. In fact, using the tag is almost certain
> getting you something in arbitrary state, not from any SLE branch...

OK, I switched to SLE11-SP2 branch.

>> Is there something that tells me the order in
>> which these patches should be applied?
>
> There's a series.conf file at the root of the tree.

Thank you. That was very helpful. Now on to patching hell...

AP

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-06-11 23:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-06 23:35 Unmodified drivers and 2.6.27 AP
2013-06-07  8:00 ` Jan Beulich
2013-06-07 19:14   ` AP
2013-06-10  7:56     ` Jan Beulich
2013-06-11 23:02       ` AP

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).