All of lore.kernel.org
 help / color / mirror / Atom feed
* Any volunteers for fixing all the kernel version checks?
@ 2011-05-30  6:52 Koen Kooi
  2011-05-30  7:19 ` Eric Bénard
  0 siblings, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2011-05-30  6:52 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Hi,

As some of you might have seen already: http://lwn.net/Articles/445223/ - linux 3.0 is going to happen.

This means all the crufty "is it 2.4 or 2.6" checks are going to need a rework :)


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

* Re: Any volunteers for fixing all the kernel version checks?
  2011-05-30  6:52 Any volunteers for fixing all the kernel version checks? Koen Kooi
@ 2011-05-30  7:19 ` Eric Bénard
  2011-05-30  7:33   ` Koen Kooi
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Bénard @ 2011-05-30  7:19 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Hi,

On 30/05/2011 08:52, Koen Kooi wrote:
> As some of you might have seen already: http://lwn.net/Articles/445223/ - linux 3.0 is going to happen.
>
> This means all the crufty "is it 2.4 or 2.6" checks are going to need a rework :)

Does supporting 2.4 kernels still makes sense in 2011 ?

Eric



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

* Re: Any volunteers for fixing all the kernel version checks?
  2011-05-30  7:19 ` Eric Bénard
@ 2011-05-30  7:33   ` Koen Kooi
  2011-05-30  7:47     ` Eric Bénard
  0 siblings, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2011-05-30  7:33 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


Op 30 mei 2011, om 09:19 heeft Eric Bénard het volgende geschreven:

> Hi,
> 
> On 30/05/2011 08:52, Koen Kooi wrote:
>> As some of you might have seen already: http://lwn.net/Articles/445223/ - linux 3.0 is going to happen.
>> 
>> This means all the crufty "is it 2.4 or 2.6" checks are going to need a rework :)
> 
> Does supporting 2.4 kernels still makes sense in 2011 ?

No, but I bet there are still checks present for that :) Or at least references like modprobe.26.


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

* Re: Any volunteers for fixing all the kernel version checks?
  2011-05-30  7:33   ` Koen Kooi
@ 2011-05-30  7:47     ` Eric Bénard
  2011-05-30 11:52       ` Koen Kooi
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Bénard @ 2011-05-30  7:47 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 30/05/2011 09:33, Koen Kooi wrote:
>
> Op 30 mei 2011, om 09:19 heeft Eric Bénard het volgende geschreven:
>
>> Hi,
>>
>> On 30/05/2011 08:52, Koen Kooi wrote:
>>> As some of you might have seen already: http://lwn.net/Articles/445223/ - linux 3.0 is going to happen.
>>>
>>> This means all the crufty "is it 2.4 or 2.6" checks are going to need a rework :)
>>
>> Does supporting 2.4 kernels still makes sense in 2011 ?
>
> No, but I bet there are still checks present for that :) Or at least references like modprobe.26.

so can the fix be : remove any reference to the check and assume we are using 
a 2.6/3.0 kernel ?

Eric



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

* Re: Any volunteers for fixing all the kernel version checks?
  2011-05-30  7:47     ` Eric Bénard
@ 2011-05-30 11:52       ` Koen Kooi
  2011-05-31 19:37         ` Anders Darander
  0 siblings, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2011-05-30 11:52 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


Op 30 mei 2011, om 09:47 heeft Eric Bénard het volgende geschreven:

> On 30/05/2011 09:33, Koen Kooi wrote:
>> 
>> Op 30 mei 2011, om 09:19 heeft Eric Bénard het volgende geschreven:
>> 
>>> Hi,
>>> 
>>> On 30/05/2011 08:52, Koen Kooi wrote:
>>>> As some of you might have seen already: http://lwn.net/Articles/445223/ - linux 3.0 is going to happen.
>>>> 
>>>> This means all the crufty "is it 2.4 or 2.6" checks are going to need a rework :)
>>> 
>>> Does supporting 2.4 kernels still makes sense in 2011 ?
>> 
>> No, but I bet there are still checks present for that :) Or at least references like modprobe.26.
> 
> so can the fix be : remove any reference to the check and assume we are using a 2.6/3.0 kernel ?

That would get my vote!

regards,

Koen


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

* Re: Any volunteers for fixing all the kernel version checks?
  2011-05-30 11:52       ` Koen Kooi
@ 2011-05-31 19:37         ` Anders Darander
  0 siblings, 0 replies; 6+ messages in thread
From: Anders Darander @ 2011-05-31 19:37 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On May 30, 2011 1:52 PM, "Koen Kooi" <koen@dominion.thruhere.net> wrote:
> Op 30 mei 2011, om 09:47 heeft Eric Bénard het volgende geschreven:
> > On 30/05/2011 09:33, Koen Kooi wrote:
> >> Op 30 mei 2011, om 09:19 heeft Eric Bénard het volgende geschreven:
> >>> On 30/05/2011 08:52, Koen Kooi wrote:
> >>>> As some of you might have seen already:
http://lwn.net/Articles/445223/ - linux 3.0 is going to happen.
> >>>>
> >>>> This means all the crufty "is it 2.4 or 2.6" checks are going to need
a rework :)
> >>>
> >>> Does supporting 2.4 kernels still makes sense in 2011 ?
> >>
> >> No, but I bet there are still checks present for that :) Or at least
references like modprobe.26.
> >
> > so can the fix be : remove any reference to the check and assume we are
using a 2.6/3.0 kernel ?
>
> That would get my vote!

My vote too.

I hope too be able too take a look at this, unless someone else has done it
by then. However, it'll be one or two weeks before I get the chance too look
into this. And then I won't be able to spend that much time on it, this out
might take a little while...

So it's quite likely that someone else will beat me to it.

Regards,
Anders


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

end of thread, other threads:[~2011-05-31 19:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-30  6:52 Any volunteers for fixing all the kernel version checks? Koen Kooi
2011-05-30  7:19 ` Eric Bénard
2011-05-30  7:33   ` Koen Kooi
2011-05-30  7:47     ` Eric Bénard
2011-05-30 11:52       ` Koen Kooi
2011-05-31 19:37         ` Anders Darander

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.