public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 0/2] prelink changes
@ 2016-08-20  1:44 Mark Hatle
  2016-08-20  1:44 ` [PATCH 1/2] glibc: Fix scope resolution in glibc to be breadth first Mark Hatle
  2016-08-20  1:44 ` [PATCH 2/2] Revert "local.conf.sample: Disable ARM and PPC due to prelink test case failures" Mark Hatle
  0 siblings, 2 replies; 4+ messages in thread
From: Mark Hatle @ 2016-08-20  1:44 UTC (permalink / raw)
  To: openembedded-core

Re-enable prelink on ARM and PPC.  The detected failures are not related to
anything inside of prelink, the binaries failed to execute before prelinking.

The other patch fixes the IFUNC resolution problem inside of glibc itself.
The scope was being resolved depth first, not breadth first as indicated in
the ELF specification.

The following changes since commit d3e5c1d17f80b3dd7a6d85e07b5c0c516f09ae93:

  local.conf.sample: Disable ARM and PPC due to prelink test case failures (2016-08-19 10:23:31 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib mhatle/prelink
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=mhatle/prelink

Mark Hatle (2):
  glibc: Fix scope resolution in glibc to be breadth first.
  Revert "local.conf.sample: Disable ARM and PPC due to prelink test
    case failures"

 meta/conf/local.conf.sample                        |  9 ----
 .../glibc/glibc/0026-build_local_scope.patch       | 56 ++++++++++++++++++++++
 meta/recipes-core/glibc/glibc_2.24.bb              |  1 +
 3 files changed, 57 insertions(+), 9 deletions(-)
 create mode 100644 meta/recipes-core/glibc/glibc/0026-build_local_scope.patch

-- 
2.5.5



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

end of thread, other threads:[~2016-08-20  2:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-20  1:44 [PATCH 0/2] prelink changes Mark Hatle
2016-08-20  1:44 ` [PATCH 1/2] glibc: Fix scope resolution in glibc to be breadth first Mark Hatle
2016-08-20  2:17   ` Mark Hatle
2016-08-20  1:44 ` [PATCH 2/2] Revert "local.conf.sample: Disable ARM and PPC due to prelink test case failures" Mark Hatle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox