All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] update OLDEST_KERNEL
@ 2011-07-07 13:11 Paul Eggleton
  2011-07-07 13:11 ` [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0 Paul Eggleton
  2011-07-07 13:11 ` [PATCH 2/2] eglibc: bump PR for OLDEST_KERNEL change Paul Eggleton
  0 siblings, 2 replies; 16+ messages in thread
From: Paul Eggleton @ 2011-07-07 13:11 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit f1fc6d084b079dea21ff1a30b815496452042490:

  pulseaudio: add 0.9.23 (2011-07-07 13:44:36 +0100)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib paule/oldest-kernel-26
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/oldest-kernel-26

Paul Eggleton (2):
  bitbake.conf: update OLDEST_KERNEL to 2.6.0
  eglibc: bump PR for OLDEST_KERNEL change

 meta/conf/bitbake.conf                  |    2 +-
 meta/recipes-core/eglibc/eglibc_2.12.bb |    2 +-
 meta/recipes-core/eglibc/eglibc_2.13.bb |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.7.4.1




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

* [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0
  2011-07-07 13:11 [PATCH 0/2] update OLDEST_KERNEL Paul Eggleton
@ 2011-07-07 13:11 ` Paul Eggleton
  2011-07-07 14:24   ` Koen Kooi
  2011-07-07 13:11 ` [PATCH 2/2] eglibc: bump PR for OLDEST_KERNEL change Paul Eggleton
  1 sibling, 1 reply; 16+ messages in thread
From: Paul Eggleton @ 2011-07-07 13:11 UTC (permalink / raw)
  To: openembedded-core

Since we no longer support 2.4, update this setting to 2.6.0. (This affects
eglibc's kernel support).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index bdaa35d..56a867b 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -349,7 +349,7 @@ SDKPATHNATIVE = "${SDKPATH}/sysroots/${SDK_SYS}"
 # Kernel info.
 ##################################################################
 
-OLDEST_KERNEL = "2.4.0"
+OLDEST_KERNEL = "2.6.0"
 STAGING_KERNEL_DIR = "${STAGING_DIR_HOST}/kernel"
 
 ##################################################################
-- 
1.7.4.1




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

* [PATCH 2/2] eglibc: bump PR for OLDEST_KERNEL change
  2011-07-07 13:11 [PATCH 0/2] update OLDEST_KERNEL Paul Eggleton
  2011-07-07 13:11 ` [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0 Paul Eggleton
@ 2011-07-07 13:11 ` Paul Eggleton
  1 sibling, 0 replies; 16+ messages in thread
From: Paul Eggleton @ 2011-07-07 13:11 UTC (permalink / raw)
  To: openembedded-core

Bump PR as eglibc should be rebuilt for the new OLDEST_KERNEL value.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-core/eglibc/eglibc_2.12.bb |    2 +-
 meta/recipes-core/eglibc/eglibc_2.13.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb
index 85d58fa..fd7b485 100644
--- a/meta/recipes-core/eglibc/eglibc_2.12.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.12.bb
@@ -1,7 +1,7 @@
 require eglibc.inc
 
 DEPENDS += "gperf-native"
-PR = "r18"
+PR = "r19"
 
 SRCREV = "14158"
 
diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb
index 7986131..be65787 100644
--- a/meta/recipes-core/eglibc/eglibc_2.13.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.13.bb
@@ -4,7 +4,7 @@ SRCREV = "14157"
 
 DEPENDS += "gperf-native"
 FILESPATHPKG =. "eglibc-svn:"
-PR = "r5"
+PR = "r6"
 PR_append = "+svnr${SRCPV}"
 
 EGLIBC_BRANCH="eglibc-2_13"
-- 
1.7.4.1




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

* Re: [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0
  2011-07-07 13:11 ` [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0 Paul Eggleton
@ 2011-07-07 14:24   ` Koen Kooi
  2011-07-07 14:34     ` Paul Eggleton
  0 siblings, 1 reply; 16+ messages in thread
From: Koen Kooi @ 2011-07-07 14:24 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: openembedded-core

angstrom has been setting it to 2.6.16 for some years now, I forget which bug that fixed over 2.6.0

Op 7 jul. 2011 om 14:11 heeft Paul Eggleton <paul.eggleton@linux.intel.com> het volgende geschreven:

> Since we no longer support 2.4, update this setting to 2.6.0. (This affects
> eglibc's kernel support).
> 
> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> ---
> meta/conf/bitbake.conf |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> index bdaa35d..56a867b 100644
> --- a/meta/conf/bitbake.conf
> +++ b/meta/conf/bitbake.conf
> @@ -349,7 +349,7 @@ SDKPATHNATIVE = "${SDKPATH}/sysroots/${SDK_SYS}"
> # Kernel info.
> ##################################################################
> 
> -OLDEST_KERNEL = "2.4.0"
> +OLDEST_KERNEL = "2.6.0"
> STAGING_KERNEL_DIR = "${STAGING_DIR_HOST}/kernel"
> 
> ##################################################################
> -- 
> 1.7.4.1
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



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

* Re: [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0
  2011-07-07 14:24   ` Koen Kooi
@ 2011-07-07 14:34     ` Paul Eggleton
  2011-07-07 23:15       ` Richard Purdie
  2011-07-08  5:21       ` Khem Raj
  0 siblings, 2 replies; 16+ messages in thread
From: Paul Eggleton @ 2011-07-07 14:34 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi

On Thursday 07 July 2011 15:24:46 Koen Kooi wrote:
> angstrom has been setting it to 2.6.16 for some years now, I forget which
> bug that fixed over 2.6.0

Personally I don't know enough about which crusty old 2.6 kernels people are 
still using out there, so I figured 2.6.0 was the safest bet.

A trawl of the OE history turns up these two:

-----------------------------------
commit 8b0202e6e3f90a772df301e8522f9deb03e50132
Author: Tom Rini <tom_rini@mentor.com>
Date:   Wed Mar 3 12:17:38 2010 -0700

    glibc*.inc: Bump OLDEST_KERNEL to 2.6.16
    
    Per glibc's ChangeLog, 2.6.16 is the minimum required by at least glibc
    2.9 
    Prior to this, it was a murky 2.6.14 + patches to 2.6.16 (when it was all
    upstream).
-----------------------------------
commit 794e8652f5c4fef71a8b9ab834b39f75b99f9420
Author: Koen Kooi <koen@openembedded.org>
Date:   Thu May 21 20:30:37 2009 +0200

    Angstrom 2009.X: set OLDEST_KERNEL to 2.6.16 to avoid problems with 
ppoll()
-----------------------------------

Any further comments/info? Should we be using 2.6.16 in oe-core as well?

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



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

* Re: [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0
  2011-07-07 14:34     ` Paul Eggleton
@ 2011-07-07 23:15       ` Richard Purdie
  2011-07-08  5:21       ` Khem Raj
  1 sibling, 0 replies; 16+ messages in thread
From: Richard Purdie @ 2011-07-07 23:15 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi

On Thu, 2011-07-07 at 15:34 +0100, Paul Eggleton wrote:
> On Thursday 07 July 2011 15:24:46 Koen Kooi wrote:
> > angstrom has been setting it to 2.6.16 for some years now, I forget which
> > bug that fixed over 2.6.0
> 
> Personally I don't know enough about which crusty old 2.6 kernels people are 
> still using out there, so I figured 2.6.0 was the safest bet.
> 
> A trawl of the OE history turns up these two:
> 
> -----------------------------------
> commit 8b0202e6e3f90a772df301e8522f9deb03e50132
> Author: Tom Rini <tom_rini@mentor.com>
> Date:   Wed Mar 3 12:17:38 2010 -0700
> 
>     glibc*.inc: Bump OLDEST_KERNEL to 2.6.16
>     
>     Per glibc's ChangeLog, 2.6.16 is the minimum required by at least glibc
>     2.9 
>     Prior to this, it was a murky 2.6.14 + patches to 2.6.16 (when it was all
>     upstream).
> -----------------------------------
> commit 794e8652f5c4fef71a8b9ab834b39f75b99f9420
> Author: Koen Kooi <koen@openembedded.org>
> Date:   Thu May 21 20:30:37 2009 +0200
> 
>     Angstrom 2009.X: set OLDEST_KERNEL to 2.6.16 to avoid problems with 
> ppoll()
> -----------------------------------
> 
> Any further comments/info? Should we be using 2.6.16 in oe-core as well?

I'd suggest yes...

Cheers,

Richard




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

* Re: [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0
  2011-07-07 14:34     ` Paul Eggleton
  2011-07-07 23:15       ` Richard Purdie
@ 2011-07-08  5:21       ` Khem Raj
  2011-07-08  8:38         ` Paul Eggleton
  1 sibling, 1 reply; 16+ messages in thread
From: Khem Raj @ 2011-07-08  5:21 UTC (permalink / raw)
  To: openembedded-core

On 07/07/2011 07:34 AM, Paul Eggleton wrote:
> On Thursday 07 July 2011 15:24:46 Koen Kooi wrote:
>> angstrom has been setting it to 2.6.16 for some years now, I forget which
>> bug that fixed over 2.6.0
>
> Personally I don't know enough about which crusty old 2.6 kernels people are
> still using out there, so I figured 2.6.0 was the safest bet.

If oe-core never supported older kernel than 2.6.37 then setting it to 
2.6.37 would be better IMO

>
> A trawl of the OE history turns up these two:
>
> -----------------------------------
> commit 8b0202e6e3f90a772df301e8522f9deb03e50132
> Author: Tom Rini<tom_rini@mentor.com>
> Date:   Wed Mar 3 12:17:38 2010 -0700
>
>      glibc*.inc: Bump OLDEST_KERNEL to 2.6.16
>
>      Per glibc's ChangeLog, 2.6.16 is the minimum required by at least glibc
>      2.9
>      Prior to this, it was a murky 2.6.14 + patches to 2.6.16 (when it was all
>      upstream).
> -----------------------------------
> commit 794e8652f5c4fef71a8b9ab834b39f75b99f9420
> Author: Koen Kooi<koen@openembedded.org>
> Date:   Thu May 21 20:30:37 2009 +0200
>
>      Angstrom 2009.X: set OLDEST_KERNEL to 2.6.16 to avoid problems with
> ppoll()
> -----------------------------------
>
> Any further comments/info? Should we be using 2.6.16 in oe-core as well?
>
> Cheers,
> Paul
>




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

* Re: [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0
  2011-07-08  5:21       ` Khem Raj
@ 2011-07-08  8:38         ` Paul Eggleton
  2011-07-08  8:46           ` Chris Elston
                             ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Paul Eggleton @ 2011-07-08  8:38 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Friday 08 July 2011 06:21:16 Khem Raj wrote:
> If oe-core never supported older kernel than 2.6.37 then setting it to
> 2.6.37 would be better IMO

It's not necessarily just about oe-core - it's about what layers get used on 
top, and some of those will be using kernels older than 2.6.37.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



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

* Re: [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0
  2011-07-08  8:38         ` Paul Eggleton
@ 2011-07-08  8:46           ` Chris Elston
  2011-07-08  9:49             ` Paul Eggleton
  2011-07-08  9:53           ` Phil Blundell
  2011-07-08 14:17           ` Khem Raj
  2 siblings, 1 reply; 16+ messages in thread
From: Chris Elston @ 2011-07-08  8:46 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, 2011-07-08 at 09:38 +0100, Paul Eggleton wrote:
> On Friday 08 July 2011 06:21:16 Khem Raj wrote:
> > If oe-core never supported older kernel than 2.6.37 then setting it to
> > 2.6.37 would be better IMO
> 
> It's not necessarily just about oe-core - it's about what layers get used on 
> top, and some of those will be using kernels older than 2.6.37.

It's very rare that we get a free hand in the choice of kernel version.
We get stuck with whichever version the silicon vendor chooses to
support, so it would be bad for us if we couldn't use an older kernel in
our layers.

Cheers,

Chris.




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

* Re: [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0
  2011-07-08  8:46           ` Chris Elston
@ 2011-07-08  9:49             ` Paul Eggleton
  0 siblings, 0 replies; 16+ messages in thread
From: Paul Eggleton @ 2011-07-08  9:49 UTC (permalink / raw)
  To: celston, Patches and discussions about the oe-core layer

On Friday 08 July 2011 09:46:34 Chris Elston wrote:
> It's very rare that we get a free hand in the choice of kernel version.
> We get stuck with whichever version the silicon vendor chooses to
> support, so it would be bad for us if we couldn't use an older kernel in
> our layers.

Just out of interest, what's the oldest kernel you have to deal with in your 
current/recent projects?

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



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

* Re: [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0
  2011-07-08  8:38         ` Paul Eggleton
  2011-07-08  8:46           ` Chris Elston
@ 2011-07-08  9:53           ` Phil Blundell
  2011-07-08 10:03             ` Paul Eggleton
  2011-07-08 14:17           ` Khem Raj
  2 siblings, 1 reply; 16+ messages in thread
From: Phil Blundell @ 2011-07-08  9:53 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, 2011-07-08 at 09:38 +0100, Paul Eggleton wrote:
> On Friday 08 July 2011 06:21:16 Khem Raj wrote:
> > If oe-core never supported older kernel than 2.6.37 then setting it to
> > 2.6.37 would be better IMO
> 
> It's not necessarily just about oe-core - it's about what layers get used on 
> top, and some of those will be using kernels older than 2.6.37.

They can always provide their own OLDEST_KERNEL setting, though.  To
some extent I think it's a bit academic what the default in oe-core is.

p.





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

* Re: [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0
  2011-07-08  9:53           ` Phil Blundell
@ 2011-07-08 10:03             ` Paul Eggleton
  2011-07-08 10:12               ` Phil Blundell
  0 siblings, 1 reply; 16+ messages in thread
From: Paul Eggleton @ 2011-07-08 10:03 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Friday 08 July 2011 10:53:49 Phil Blundell wrote:
> They can always provide their own OLDEST_KERNEL setting, though.  To
> some extent I think it's a bit academic what the default in oe-core is.

Yes, but let's have a sensible default value, in particular that will allow 
the majority not to experience subtle problems that they will have to spend 
time tracking down. Many people coming to OE fresh will not know this setting 
even exists - I only discovered it the other day by accident.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



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

* Re: [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0
  2011-07-08 10:03             ` Paul Eggleton
@ 2011-07-08 10:12               ` Phil Blundell
  2011-07-08 10:20                 ` Paul Eggleton
  0 siblings, 1 reply; 16+ messages in thread
From: Phil Blundell @ 2011-07-08 10:12 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: Patches and discussions about the oe-core layer

On Fri, 2011-07-08 at 11:03 +0100, Paul Eggleton wrote:
> On Friday 08 July 2011 10:53:49 Phil Blundell wrote:
> > They can always provide their own OLDEST_KERNEL setting, though.  To
> > some extent I think it's a bit academic what the default in oe-core is.
> 
> Yes, but let's have a sensible default value, in particular that will allow 
> the majority not to experience subtle problems that they will have to spend 
> time tracking down. Many people coming to OE fresh will not know this setting 
> even exists - I only discovered it the other day by accident.

If OLDEST_KERNEL is set to a value that's too new then the failure you
get is anything but subtle: glibc will just print "kernel too old" and
exit.  I guess we could enhance that message to refer directly to
OLDEST_KERNEL to make it a bit more obvious what you need to do.  Also,
we could teach kernel.bbclass to issue a diagnostic if you try to build
a kernel that's older than OLDEST_KERNEL.

p.





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

* Re: [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0
  2011-07-08 10:12               ` Phil Blundell
@ 2011-07-08 10:20                 ` Paul Eggleton
  0 siblings, 0 replies; 16+ messages in thread
From: Paul Eggleton @ 2011-07-08 10:20 UTC (permalink / raw)
  To: Phil Blundell; +Cc: Patches and discussions about the oe-core layer

On Friday 08 July 2011 11:12:12 Phil Blundell wrote:
> If OLDEST_KERNEL is set to a value that's too new then the failure you
> get is anything but subtle: glibc will just print "kernel too old" and
> exit.

OK, I had just assumed you would just get errors about missing syscalls, good 
to know that it would be more obvious than that.

> I guess we could enhance that message to refer directly to
> OLDEST_KERNEL to make it a bit more obvious what you need to do.
> Also, we could teach kernel.bbclass to issue a diagnostic if you try to
> build a kernel that's older than OLDEST_KERNEL.

These sound like good ideas. I'll add them to my todo list to have a look at 
if nobody else gets there first.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



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

* Re: [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0
  2011-07-08  8:38         ` Paul Eggleton
  2011-07-08  8:46           ` Chris Elston
  2011-07-08  9:53           ` Phil Blundell
@ 2011-07-08 14:17           ` Khem Raj
  2011-07-08 16:28             ` Richard Purdie
  2 siblings, 1 reply; 16+ messages in thread
From: Khem Raj @ 2011-07-08 14:17 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: Patches and discussions about the oe-core layer

On Fri, Jul 8, 2011 at 1:38 AM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> On Friday 08 July 2011 06:21:16 Khem Raj wrote:
>> If oe-core never supported older kernel than 2.6.37 then setting it to
>> 2.6.37 would be better IMO
>
> It's not necessarily just about oe-core - it's about what layers get used on
> top, and some of those will be using kernels older than 2.6.37.

Its similar to  a situation where some of the layers might be using
gcc older than 4.6.0 but we still chose 4.6.0
in default distro vars. There always is a possibility to override it
if user has to.

>
> Cheers,
> Paul
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre
>



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

* Re: [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0
  2011-07-08 14:17           ` Khem Raj
@ 2011-07-08 16:28             ` Richard Purdie
  0 siblings, 0 replies; 16+ messages in thread
From: Richard Purdie @ 2011-07-08 16:28 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Paul Eggleton

On Fri, 2011-07-08 at 07:17 -0700, Khem Raj wrote:
> On Fri, Jul 8, 2011 at 1:38 AM, Paul Eggleton
> <paul.eggleton@linux.intel.com> wrote:
> > On Friday 08 July 2011 06:21:16 Khem Raj wrote:
> >> If oe-core never supported older kernel than 2.6.37 then setting it to
> >> 2.6.37 would be better IMO
> >
> > It's not necessarily just about oe-core - it's about what layers get used on
> > top, and some of those will be using kernels older than 2.6.37.
> 
> Its similar to  a situation where some of the layers might be using
> gcc older than 4.6.0 but we still chose 4.6.0
> in default distro vars. There always is a possibility to override it
> if user has to.

For now, I've merged the 2.6.16 patch since there seem to be good
reasons for making things at least that recent. Its certainly better
than 2.4! :)

Cheers,

Richard





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

end of thread, other threads:[~2011-07-08 16:32 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-07 13:11 [PATCH 0/2] update OLDEST_KERNEL Paul Eggleton
2011-07-07 13:11 ` [PATCH 1/2] bitbake.conf: update OLDEST_KERNEL to 2.6.0 Paul Eggleton
2011-07-07 14:24   ` Koen Kooi
2011-07-07 14:34     ` Paul Eggleton
2011-07-07 23:15       ` Richard Purdie
2011-07-08  5:21       ` Khem Raj
2011-07-08  8:38         ` Paul Eggleton
2011-07-08  8:46           ` Chris Elston
2011-07-08  9:49             ` Paul Eggleton
2011-07-08  9:53           ` Phil Blundell
2011-07-08 10:03             ` Paul Eggleton
2011-07-08 10:12               ` Phil Blundell
2011-07-08 10:20                 ` Paul Eggleton
2011-07-08 14:17           ` Khem Raj
2011-07-08 16:28             ` Richard Purdie
2011-07-07 13:11 ` [PATCH 2/2] eglibc: bump PR for OLDEST_KERNEL change Paul Eggleton

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.