All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai] Which kernel versions?
@ 2012-10-13 15:35 Grant
  2012-10-13 15:42 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 18+ messages in thread
From: Grant @ 2012-10-13 15:35 UTC (permalink / raw)
  To: xenomai

Does xenomai.org indicate which versions of the vanilla kernel can be
patched with the latest xenomai release?

- Grant


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

* Re: [Xenomai] Which kernel versions?
  2012-10-13 15:35 [Xenomai] Which kernel versions? Grant
@ 2012-10-13 15:42 ` Gilles Chanteperdrix
  2012-10-13 15:58   ` Gilles Chanteperdrix
  0 siblings, 1 reply; 18+ messages in thread
From: Gilles Chanteperdrix @ 2012-10-13 15:42 UTC (permalink / raw)
  To: Grant; +Cc: xenomai

On 10/13/2012 05:35 PM, Grant wrote:

> Does xenomai.org indicate which versions of the vanilla kernel can be
> patched with the latest xenomai release?



Basically, any linux version older than the version for which the
patches are provided in xenomai sources, for which an Adeos patch exists in

http://download.gna.org/adeos/patches/

is supposed to work. Except blatant bugs like the one fixed by the
following patch:
http://git.xenomai.org/?p=xenomai-2.6.git;a=commitdiff;h=28984e66e9e17701354f8883b025fcf83f8b0b68;hp=8417949f5e7d1b4483eb3b6344ec5f3124ecf740

Which prevents anything older from 3.2 to run with xenomai 2.6.1 on x86.

-- 
                                                                Gilles.


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

* Re: [Xenomai] Which kernel versions?
  2012-10-13 15:42 ` Gilles Chanteperdrix
@ 2012-10-13 15:58   ` Gilles Chanteperdrix
  2012-10-19 15:12     ` Grant
  0 siblings, 1 reply; 18+ messages in thread
From: Gilles Chanteperdrix @ 2012-10-13 15:58 UTC (permalink / raw)
  To: Grant; +Cc: xenomai

On 10/13/2012 05:42 PM, Gilles Chanteperdrix wrote:

> On 10/13/2012 05:35 PM, Grant wrote:
> 
>> Does xenomai.org indicate which versions of the vanilla kernel can be
>> patched with the latest xenomai release?
> 
> 
> 
> Basically, any linux version older than the version for which the
> patches are provided in xenomai sources, for which an Adeos patch exists in
> 
> http://download.gna.org/adeos/patches/
> 
> is supposed to work. Except blatant bugs like the one fixed by the
> following patch:
> http://git.xenomai.org/?p=xenomai-2.6.git;a=commitdiff;h=28984e66e9e17701354f8883b025fcf83f8b0b68;hp=8417949f5e7d1b4483eb3b6344ec5f3124ecf740
> 
> Which prevents anything older from 3.2 to run with xenomai 2.6.1 on x86.
> 


Which prevents anything older than 3.2 from running with xenomai 2.6.1
on x86.

-- 
                                                                Gilles.


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

* Re: [Xenomai] Which kernel versions?
  2012-10-13 15:58   ` Gilles Chanteperdrix
@ 2012-10-19 15:12     ` Grant
  2012-10-19 15:28       ` Gilles Chanteperdrix
  0 siblings, 1 reply; 18+ messages in thread
From: Grant @ 2012-10-19 15:12 UTC (permalink / raw)
  To: xenomai

>>> Does xenomai.org indicate which versions of the vanilla kernel can be
>>> patched with the latest xenomai release?
>>
>>
>>
>> Basically, any linux version older than the version for which the
>> patches are provided in xenomai sources, for which an Adeos patch exists in
>>
>> http://download.gna.org/adeos/patches/

How can I tell for which kernel version the patches are provided?  I
believe the latest patches are contained here?

http://download.gna.org/xenomai/testing/

- Grant


>> is supposed to work. Except blatant bugs like the one fixed by the
>> following patch:
>> http://git.xenomai.org/?p=xenomai-2.6.git;a=commitdiff;h=28984e66e9e17701354f8883b025fcf83f8b0b68;hp=8417949f5e7d1b4483eb3b6344ec5f3124ecf740
>>
>> Which prevents anything older from 3.2 to run with xenomai 2.6.1 on x86.
>>
>
>
> Which prevents anything older than 3.2 from running with xenomai 2.6.1
> on x86.


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

* Re: [Xenomai] Which kernel versions?
  2012-10-19 15:12     ` Grant
@ 2012-10-19 15:28       ` Gilles Chanteperdrix
  2012-10-19 16:17         ` Grant
  0 siblings, 1 reply; 18+ messages in thread
From: Gilles Chanteperdrix @ 2012-10-19 15:28 UTC (permalink / raw)
  To: Grant; +Cc: xenomai

On 10/19/2012 05:12 PM, Grant wrote:
>>>> Does xenomai.org indicate which versions of the vanilla kernel can be
>>>> patched with the latest xenomai release?
>>>
>>>
>>>
>>> Basically, any linux version older than the version for which the
>>> patches are provided in xenomai sources, for which an Adeos patch exists in
>>>
>>> http://download.gna.org/adeos/patches/
> 
> How can I tell for which kernel version the patches are provided?  I
> believe the latest patches are contained here?
> 
> http://download.gna.org/xenomai/testing/

The patches are contained in the ksrc/arch/YOURARCH/patches directory of
xenomai sources.

Where YOURARCH is one of arm, blackfin, nios2, powerpc, sh, x86, etc...

-- 
					    Gilles.


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

* Re: [Xenomai] Which kernel versions?
  2012-10-19 15:28       ` Gilles Chanteperdrix
@ 2012-10-19 16:17         ` Grant
  2012-10-19 17:01           ` Gilles Chanteperdrix
  0 siblings, 1 reply; 18+ messages in thread
From: Grant @ 2012-10-19 16:17 UTC (permalink / raw)
  To: xenomai

>>>>> Does xenomai.org indicate which versions of the vanilla kernel can be
>>>>> patched with the latest xenomai release?
>>>>
>>>>
>>>>
>>>> Basically, any linux version older than the version for which the
>>>> patches are provided in xenomai sources, for which an Adeos patch exists in
>>>>
>>>> http://download.gna.org/adeos/patches/
>>
>> How can I tell for which kernel version the patches are provided?  I
>> believe the latest patches are contained here?
>>
>> http://download.gna.org/xenomai/testing/
>
> The patches are contained in the ksrc/arch/YOURARCH/patches directory of
> xenomai sources.
>
> Where YOURARCH is one of arm, blackfin, nios2, powerpc, sh, x86, etc...

Got it, but I'm still confused by the following definition:

"any linux version older than the version for which the patches are
provided in xenomai sources, for which an Adeos patch exists in:
http://download.gna.org/adeos/patches/"

The patches in 2.6.0-rc5 xenomai sources seem to be for these kernel versions:

2.6.35.9
2.6.37.6
2.6.38.8

And the Adeos patches are for these:

3.0.13
3.0.36
3.2.21

So the above definition doesn't match any versions?

- Grant


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

* Re: [Xenomai] Which kernel versions?
  2012-10-19 16:17         ` Grant
@ 2012-10-19 17:01           ` Gilles Chanteperdrix
  2012-10-19 21:22             ` Grant
  0 siblings, 1 reply; 18+ messages in thread
From: Gilles Chanteperdrix @ 2012-10-19 17:01 UTC (permalink / raw)
  To: Grant; +Cc: xenomai

On 10/19/2012 06:17 PM, Grant wrote:
>>>>>> Does xenomai.org indicate which versions of the vanilla kernel can be
>>>>>> patched with the latest xenomai release?
>>>>>
>>>>>
>>>>>
>>>>> Basically, any linux version older than the version for which the
>>>>> patches are provided in xenomai sources, for which an Adeos patch exists in
>>>>>
>>>>> http://download.gna.org/adeos/patches/
>>>
>>> How can I tell for which kernel version the patches are provided?  I
>>> believe the latest patches are contained here?
>>>
>>> http://download.gna.org/xenomai/testing/
>>
>> The patches are contained in the ksrc/arch/YOURARCH/patches directory of
>> xenomai sources.
>>
>> Where YOURARCH is one of arm, blackfin, nios2, powerpc, sh, x86, etc...
> 
> Got it, but I'm still confused by the following definition:
> 
> "any linux version older than the version for which the patches are
> provided in xenomai sources, for which an Adeos patch exists in:
> http://download.gna.org/adeos/patches/"
> 
> The patches in 2.6.0-rc5 xenomai sources seem to be for these kernel versions:

2.6.0-rc5 is not the latest version, 2.6.1 is. For the x86 architecture
for instance, it contains the following patches:

adeos-ipipe-2.6.37.6-x86-2.9-02.patch
adeos-ipipe-2.6.38.8-x86-2.11-01.patch
ipipe-core-3.2.21-x86-1.patch

So, any version earlier than 3.2.21 for which an Adeos patch exists in
http://download.gna.org/adeos/patches/v2.6/x86
http://download.gna.org/adeos/patches/v3.x/x86

Is supported.

That is:
2.6.24
2.6.25
2.6.26
2.6.26.7
2.6.26.8
2.6.27
2.6.27.13
2.6.27.19
2.6.28.2
2.6.28.7
2.6.28.9
2.6.29.1
2.6.29.4
2.6.29.5
2.6.30
2.6.30.5
2.6.30.8
2.6.31
2.6.31.1
2.6.31.8
2.6.32.11
2.6.32.13
2.6.32.15
2.6.32.2
2.6.32.20
2.6.32.7
2.6.34
2.6.34.5
2.6.35.7
2.6.35.9
2.6.37
2.6.37.6
2.6.38.8
3.2.21

-- 
					    Gilles.


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

* Re: [Xenomai] Which kernel versions?
  2012-10-19 17:01           ` Gilles Chanteperdrix
@ 2012-10-19 21:22             ` Grant
  2012-10-20 10:22               ` Gilles Chanteperdrix
  0 siblings, 1 reply; 18+ messages in thread
From: Grant @ 2012-10-19 21:22 UTC (permalink / raw)
  To: xenomai

>> Got it, but I'm still confused by the following definition:
>>
>> "any linux version older than the version for which the patches are
>> provided in xenomai sources, for which an Adeos patch exists in:
>> http://download.gna.org/adeos/patches/"
>>
>> The patches in 2.6.0-rc5 xenomai sources seem to be for these kernel versions:
>
> 2.6.0-rc5 is not the latest version, 2.6.1 is. For the x86 architecture
> for instance, it contains the following patches:
>
> adeos-ipipe-2.6.37.6-x86-2.9-02.patch
> adeos-ipipe-2.6.38.8-x86-2.11-01.patch
> ipipe-core-3.2.21-x86-1.patch
>
> So, any version earlier than 3.2.21 for which an Adeos patch exists in
> http://download.gna.org/adeos/patches/v2.6/x86
> http://download.gna.org/adeos/patches/v3.x/x86
>
> Is supported.
>
> That is:
> 2.6.24
> 2.6.25
> 2.6.26
> 2.6.26.7
> 2.6.26.8
> 2.6.27
> 2.6.27.13
> 2.6.27.19
> 2.6.28.2
> 2.6.28.7
> 2.6.28.9
> 2.6.29.1
> 2.6.29.4
> 2.6.29.5
> 2.6.30
> 2.6.30.5
> 2.6.30.8
> 2.6.31
> 2.6.31.1
> 2.6.31.8
> 2.6.32.11
> 2.6.32.13
> 2.6.32.15
> 2.6.32.2
> 2.6.32.20
> 2.6.32.7
> 2.6.34
> 2.6.34.5
> 2.6.35.7
> 2.6.35.9
> 2.6.37
> 2.6.37.6
> 2.6.38.8
> 3.2.21

Got it, thank you very much for clearing that up.

- Grant


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

* Re: [Xenomai] Which kernel versions?
  2012-10-19 21:22             ` Grant
@ 2012-10-20 10:22               ` Gilles Chanteperdrix
  2012-10-20 12:43                 ` Philippe Gerum
  0 siblings, 1 reply; 18+ messages in thread
From: Gilles Chanteperdrix @ 2012-10-20 10:22 UTC (permalink / raw)
  To: Grant; +Cc: xenomai

On 10/19/2012 11:22 PM, Grant wrote:

>>> Got it, but I'm still confused by the following definition:
>>>
>>> "any linux version older than the version for which the patches are
>>> provided in xenomai sources, for which an Adeos patch exists in:
>>> http://download.gna.org/adeos/patches/"
>>>
>>> The patches in 2.6.0-rc5 xenomai sources seem to be for these kernel versions:
>>
>> 2.6.0-rc5 is not the latest version, 2.6.1 is. For the x86 architecture
>> for instance, it contains the following patches:
>>
>> adeos-ipipe-2.6.37.6-x86-2.9-02.patch
>> adeos-ipipe-2.6.38.8-x86-2.11-01.patch
>> ipipe-core-3.2.21-x86-1.patch
>>
>> So, any version earlier than 3.2.21 for which an Adeos patch exists in
>> http://download.gna.org/adeos/patches/v2.6/x86
>> http://download.gna.org/adeos/patches/v3.x/x86
>>
>> Is supported.
>>
>> That is:
>> 2.6.24
>> 2.6.25
>> 2.6.26
>> 2.6.26.7
>> 2.6.26.8
>> 2.6.27
>> 2.6.27.13
>> 2.6.27.19
>> 2.6.28.2
>> 2.6.28.7
>> 2.6.28.9
>> 2.6.29.1
>> 2.6.29.4
>> 2.6.29.5
>> 2.6.30
>> 2.6.30.5
>> 2.6.30.8
>> 2.6.31
>> 2.6.31.1
>> 2.6.31.8
>> 2.6.32.11
>> 2.6.32.13
>> 2.6.32.15
>> 2.6.32.2
>> 2.6.32.20
>> 2.6.32.7
>> 2.6.34
>> 2.6.34.5
>> 2.6.35.7
>> 2.6.35.9
>> 2.6.37
>> 2.6.37.6
>> 2.6.38.8
>> 3.2.21
> 
> Got it, thank you very much for clearing that up.


Note that the list is not exhaustive, because it does not includes
patches that were published before the i386/x86_64 merge, if you take
that into account, you can even run Xenomai 2.6.1 with 2.4 kernels.

-- 
                                                                Gilles.


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

* Re: [Xenomai] Which kernel versions?
  2012-10-20 10:22               ` Gilles Chanteperdrix
@ 2012-10-20 12:43                 ` Philippe Gerum
  2012-10-20 12:48                   ` Gilles Chanteperdrix
  0 siblings, 1 reply; 18+ messages in thread
From: Philippe Gerum @ 2012-10-20 12:43 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai

On 10/20/2012 12:22 PM, Gilles Chanteperdrix wrote:

> Note that the list is not exhaustive, because it does not includes
> patches that were published before the i386/x86_64 merge, if you take
> that into account, you can even run Xenomai 2.6.1 with 2.4 kernels.
> 

2.4.25/ppc only though. We stopped maintaining 2.4/x86 setups many moons
ago, so I doubt this would even build.

-- 
Philippe.


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

* Re: [Xenomai] Which kernel versions?
  2012-10-20 12:43                 ` Philippe Gerum
@ 2012-10-20 12:48                   ` Gilles Chanteperdrix
  2012-10-20 12:50                     ` Philippe Gerum
  0 siblings, 1 reply; 18+ messages in thread
From: Gilles Chanteperdrix @ 2012-10-20 12:48 UTC (permalink / raw)
  To: Philippe Gerum; +Cc: xenomai

On 10/20/2012 02:43 PM, Philippe Gerum wrote:

> On 10/20/2012 12:22 PM, Gilles Chanteperdrix wrote:
> 
>> Note that the list is not exhaustive, because it does not includes
>> patches that were published before the i386/x86_64 merge, if you take
>> that into account, you can even run Xenomai 2.6.1 with 2.4 kernels.
>>
> 
> 2.4.25/ppc only though. We stopped maintaining 2.4/x86 setups many moons
> ago, so I doubt this would even build.


It is build-tested with every release.

-- 
                                                                Gilles.


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

* Re: [Xenomai] Which kernel versions?
  2012-10-20 12:48                   ` Gilles Chanteperdrix
@ 2012-10-20 12:50                     ` Philippe Gerum
  2012-10-20 12:53                       ` Gilles Chanteperdrix
  0 siblings, 1 reply; 18+ messages in thread
From: Philippe Gerum @ 2012-10-20 12:50 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai

On 10/20/2012 02:48 PM, Gilles Chanteperdrix wrote:
> On 10/20/2012 02:43 PM, Philippe Gerum wrote:
> 
>> On 10/20/2012 12:22 PM, Gilles Chanteperdrix wrote:
>>
>>> Note that the list is not exhaustive, because it does not includes
>>> patches that were published before the i386/x86_64 merge, if you take
>>> that into account, you can even run Xenomai 2.6.1 with 2.4 kernels.
>>>
>>
>> 2.4.25/ppc only though. We stopped maintaining 2.4/x86 setups many moons
>> ago, so I doubt this would even build.
> 
> 
> It is build-tested with every release.
> 

Build AND tested, or tested for build? I did not test such configuration
for ages, do you actually test this?

-- 
Philippe.


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

* Re: [Xenomai] Which kernel versions?
  2012-10-20 12:50                     ` Philippe Gerum
@ 2012-10-20 12:53                       ` Gilles Chanteperdrix
  2012-10-20 13:08                         ` Philippe Gerum
  0 siblings, 1 reply; 18+ messages in thread
From: Gilles Chanteperdrix @ 2012-10-20 12:53 UTC (permalink / raw)
  To: Philippe Gerum; +Cc: xenomai

On 10/20/2012 02:50 PM, Philippe Gerum wrote:

> On 10/20/2012 02:48 PM, Gilles Chanteperdrix wrote:
>> On 10/20/2012 02:43 PM, Philippe Gerum wrote:
>>
>>> On 10/20/2012 12:22 PM, Gilles Chanteperdrix wrote:
>>>
>>>> Note that the list is not exhaustive, because it does not includes
>>>> patches that were published before the i386/x86_64 merge, if you take
>>>> that into account, you can even run Xenomai 2.6.1 with 2.4 kernels.
>>>>
>>>
>>> 2.4.25/ppc only though. We stopped maintaining 2.4/x86 setups many moons
>>> ago, so I doubt this would even build.
>>
>>
>> It is build-tested with every release.
>>
> 
> Build AND tested, or tested for build? I did not test such configuration
> for ages, do you actually test this?
> 


tested for build only.

-- 
                                                                Gilles.


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

* Re: [Xenomai] Which kernel versions?
  2012-10-20 12:53                       ` Gilles Chanteperdrix
@ 2012-10-20 13:08                         ` Philippe Gerum
  2012-10-22 13:44                           ` Gilles Chanteperdrix
  0 siblings, 1 reply; 18+ messages in thread
From: Philippe Gerum @ 2012-10-20 13:08 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai

On 10/20/2012 02:53 PM, Gilles Chanteperdrix wrote:
> On 10/20/2012 02:50 PM, Philippe Gerum wrote:
> 
>> On 10/20/2012 02:48 PM, Gilles Chanteperdrix wrote:
>>> On 10/20/2012 02:43 PM, Philippe Gerum wrote:
>>>
>>>> On 10/20/2012 12:22 PM, Gilles Chanteperdrix wrote:
>>>>
>>>>> Note that the list is not exhaustive, because it does not includes
>>>>> patches that were published before the i386/x86_64 merge, if you take
>>>>> that into account, you can even run Xenomai 2.6.1 with 2.4 kernels.
>>>>>
>>>>
>>>> 2.4.25/ppc only though. We stopped maintaining 2.4/x86 setups many moons
>>>> ago, so I doubt this would even build.
>>>
>>>
>>> It is build-tested with every release.
>>>
>>
>> Build AND tested, or tested for build? I did not test such configuration
>> for ages, do you actually test this?
>>
> 
> 
> tested for build only.
> 

We can pull the plug on this.

-- 
Philippe.


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

* Re: [Xenomai] Which kernel versions?
  2012-10-20 13:08                         ` Philippe Gerum
@ 2012-10-22 13:44                           ` Gilles Chanteperdrix
  2012-10-22 15:01                             ` Philippe Gerum
  0 siblings, 1 reply; 18+ messages in thread
From: Gilles Chanteperdrix @ 2012-10-22 13:44 UTC (permalink / raw)
  To: Philippe Gerum; +Cc: xenomai

On 10/20/2012 03:08 PM, Philippe Gerum wrote:

> On 10/20/2012 02:53 PM, Gilles Chanteperdrix wrote:
>> On 10/20/2012 02:50 PM, Philippe Gerum wrote:
>>
>>> On 10/20/2012 02:48 PM, Gilles Chanteperdrix wrote:
>>>> On 10/20/2012 02:43 PM, Philippe Gerum wrote:
>>>>
>>>>> On 10/20/2012 12:22 PM, Gilles Chanteperdrix wrote:
>>>>>
>>>>>> Note that the list is not exhaustive, because it does not includes
>>>>>> patches that were published before the i386/x86_64 merge, if you take
>>>>>> that into account, you can even run Xenomai 2.6.1 with 2.4 kernels.
>>>>>>
>>>>>
>>>>> 2.4.25/ppc only though. We stopped maintaining 2.4/x86 setups many moons
>>>>> ago, so I doubt this would even build.
>>>>
>>>>
>>>> It is build-tested with every release.
>>>>
>>>
>>> Build AND tested, or tested for build? I did not test such configuration
>>> for ages, do you actually test this?
>>>
>>
>>
>> tested for build only.
>>
> 
> We can pull the plug on this.
> 


On the other hand, it does not cost us much to maintain this.

-- 
                                                                Gilles.


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

* Re: [Xenomai] Which kernel versions?
  2012-10-22 13:44                           ` Gilles Chanteperdrix
@ 2012-10-22 15:01                             ` Philippe Gerum
  2012-10-22 15:02                               ` Gilles Chanteperdrix
  0 siblings, 1 reply; 18+ messages in thread
From: Philippe Gerum @ 2012-10-22 15:01 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai

On 10/22/2012 03:44 PM, Gilles Chanteperdrix wrote:
> On 10/20/2012 03:08 PM, Philippe Gerum wrote:
> 
>> On 10/20/2012 02:53 PM, Gilles Chanteperdrix wrote:
>>> On 10/20/2012 02:50 PM, Philippe Gerum wrote:
>>>
>>>> On 10/20/2012 02:48 PM, Gilles Chanteperdrix wrote:
>>>>> On 10/20/2012 02:43 PM, Philippe Gerum wrote:
>>>>>
>>>>>> On 10/20/2012 12:22 PM, Gilles Chanteperdrix wrote:
>>>>>>
>>>>>>> Note that the list is not exhaustive, because it does not includes
>>>>>>> patches that were published before the i386/x86_64 merge, if you take
>>>>>>> that into account, you can even run Xenomai 2.6.1 with 2.4 kernels.
>>>>>>>
>>>>>>
>>>>>> 2.4.25/ppc only though. We stopped maintaining 2.4/x86 setups many moons
>>>>>> ago, so I doubt this would even build.
>>>>>
>>>>>
>>>>> It is build-tested with every release.
>>>>>
>>>>
>>>> Build AND tested, or tested for build? I did not test such configuration
>>>> for ages, do you actually test this?
>>>>
>>>
>>>
>>> tested for build only.
>>>
>>
>> We can pull the plug on this.
>>
> 
> 
> On the other hand, it does not cost us much to maintain this.
> 

We don't maintain this, I mean we don't test it at all anymore, and we
have no bandwidth to put it back in our manual test routines, and would
these fail, I don't think we should spend a minute fixing it. So we are
left with a decision to let it bit rot, or remove it. Bit rotting of
architecture ports is something we have been trying hard to avoid since
day #1, so removing such support would be consistent with that policy.

-- 
Philippe.


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

* Re: [Xenomai] Which kernel versions?
  2012-10-22 15:01                             ` Philippe Gerum
@ 2012-10-22 15:02                               ` Gilles Chanteperdrix
  2012-10-22 15:04                                 ` Philippe Gerum
  0 siblings, 1 reply; 18+ messages in thread
From: Gilles Chanteperdrix @ 2012-10-22 15:02 UTC (permalink / raw)
  To: Philippe Gerum; +Cc: xenomai

On 10/22/2012 05:01 PM, Philippe Gerum wrote:

> On 10/22/2012 03:44 PM, Gilles Chanteperdrix wrote:
>> On 10/20/2012 03:08 PM, Philippe Gerum wrote:
>>
>>> On 10/20/2012 02:53 PM, Gilles Chanteperdrix wrote:
>>>> On 10/20/2012 02:50 PM, Philippe Gerum wrote:
>>>>
>>>>> On 10/20/2012 02:48 PM, Gilles Chanteperdrix wrote:
>>>>>> On 10/20/2012 02:43 PM, Philippe Gerum wrote:
>>>>>>
>>>>>>> On 10/20/2012 12:22 PM, Gilles Chanteperdrix wrote:
>>>>>>>
>>>>>>>> Note that the list is not exhaustive, because it does not includes
>>>>>>>> patches that were published before the i386/x86_64 merge, if you take
>>>>>>>> that into account, you can even run Xenomai 2.6.1 with 2.4 kernels.
>>>>>>>>
>>>>>>>
>>>>>>> 2.4.25/ppc only though. We stopped maintaining 2.4/x86 setups many moons
>>>>>>> ago, so I doubt this would even build.
>>>>>>
>>>>>>
>>>>>> It is build-tested with every release.
>>>>>>
>>>>>
>>>>> Build AND tested, or tested for build? I did not test such configuration
>>>>> for ages, do you actually test this?
>>>>>
>>>>
>>>>
>>>> tested for build only.
>>>>
>>>
>>> We can pull the plug on this.
>>>
>>
>>
>> On the other hand, it does not cost us much to maintain this.
>>
> 
> We don't maintain this, I mean we don't test it at all anymore, and we
> have no bandwidth to put it back in our manual test routines, and would
> these fail, I don't think we should spend a minute fixing it. So we are
> left with a decision to let it bit rot, or remove it. Bit rotting of
> architecture ports is something we have been trying hard to avoid since
> day #1, so removing such support would be consistent with that policy.


Ok, if we remove the support in asm/wrappers.h


-- 
                                                                Gilles.


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

* Re: [Xenomai] Which kernel versions?
  2012-10-22 15:02                               ` Gilles Chanteperdrix
@ 2012-10-22 15:04                                 ` Philippe Gerum
  0 siblings, 0 replies; 18+ messages in thread
From: Philippe Gerum @ 2012-10-22 15:04 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai

On 10/22/2012 05:02 PM, Gilles Chanteperdrix wrote:
> On 10/22/2012 05:01 PM, Philippe Gerum wrote:
> 
>> On 10/22/2012 03:44 PM, Gilles Chanteperdrix wrote:
>>> On 10/20/2012 03:08 PM, Philippe Gerum wrote:
>>>
>>>> On 10/20/2012 02:53 PM, Gilles Chanteperdrix wrote:
>>>>> On 10/20/2012 02:50 PM, Philippe Gerum wrote:
>>>>>
>>>>>> On 10/20/2012 02:48 PM, Gilles Chanteperdrix wrote:
>>>>>>> On 10/20/2012 02:43 PM, Philippe Gerum wrote:
>>>>>>>
>>>>>>>> On 10/20/2012 12:22 PM, Gilles Chanteperdrix wrote:
>>>>>>>>
>>>>>>>>> Note that the list is not exhaustive, because it does not includes
>>>>>>>>> patches that were published before the i386/x86_64 merge, if you take
>>>>>>>>> that into account, you can even run Xenomai 2.6.1 with 2.4 kernels.
>>>>>>>>>
>>>>>>>>
>>>>>>>> 2.4.25/ppc only though. We stopped maintaining 2.4/x86 setups many moons
>>>>>>>> ago, so I doubt this would even build.
>>>>>>>
>>>>>>>
>>>>>>> It is build-tested with every release.
>>>>>>>
>>>>>>
>>>>>> Build AND tested, or tested for build? I did not test such configuration
>>>>>> for ages, do you actually test this?
>>>>>>
>>>>>
>>>>>
>>>>> tested for build only.
>>>>>
>>>>
>>>> We can pull the plug on this.
>>>>
>>>
>>>
>>> On the other hand, it does not cost us much to maintain this.
>>>
>>
>> We don't maintain this, I mean we don't test it at all anymore, and we
>> have no bandwidth to put it back in our manual test routines, and would
>> these fail, I don't think we should spend a minute fixing it. So we are
>> left with a decision to let it bit rot, or remove it. Bit rotting of
>> architecture ports is something we have been trying hard to avoid since
>> day #1, so removing such support would be consistent with that policy.
> 
> 
> Ok, if we remove the support in asm/wrappers.h
> 
> 

include/asm-x86/wrappers_32.h? yes. We just have to keep the generic
bits for supporting 2.4/ppc, since this one is still in use and maintained.

-- 
Philippe.


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

end of thread, other threads:[~2012-10-22 15:04 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-13 15:35 [Xenomai] Which kernel versions? Grant
2012-10-13 15:42 ` Gilles Chanteperdrix
2012-10-13 15:58   ` Gilles Chanteperdrix
2012-10-19 15:12     ` Grant
2012-10-19 15:28       ` Gilles Chanteperdrix
2012-10-19 16:17         ` Grant
2012-10-19 17:01           ` Gilles Chanteperdrix
2012-10-19 21:22             ` Grant
2012-10-20 10:22               ` Gilles Chanteperdrix
2012-10-20 12:43                 ` Philippe Gerum
2012-10-20 12:48                   ` Gilles Chanteperdrix
2012-10-20 12:50                     ` Philippe Gerum
2012-10-20 12:53                       ` Gilles Chanteperdrix
2012-10-20 13:08                         ` Philippe Gerum
2012-10-22 13:44                           ` Gilles Chanteperdrix
2012-10-22 15:01                             ` Philippe Gerum
2012-10-22 15:02                               ` Gilles Chanteperdrix
2012-10-22 15:04                                 ` Philippe Gerum

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.