Re: [OE-core] [rocko][PATCH 0/8] Backports for rocko

2018-03-12 Thread Cal Sullivan

Hi Juro, Khem,

A rocko-next build including this patchset had a couple gcc-sanitizers 
do_compile failures:

https://autobuilder.yocto.io/builders/nightly-x86-64-lsb/builds/865/steps/BuildImages/logs/stdio
https://autobuilder.yocto.io/builders/nightly-no-x11/builds/853/steps/BuildImages/logs/stdio

At the time the only changes in rocko-next were this patchset and a 
patch to default gcc 6.x for testing.


If you could take a look it would be much appreciated.

Thanks,
Cal

On 03/10/2018 04:43 PM, Martin Jansa wrote:

The following changes since commit cb7cf1d12377d3b9a1cc159b68fc1d841004e6dd:

   glibc: Update to tip of 2.26 (2018-02-27 14:46:17 +)

are available in the Git repository at:

   git://git.openembedded.org/openembedded-core-contrib jansa/rocko-backports
   
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=jansa/rocko-backports

Andre McCurdy (1):
   gcc6: enable FL_LPAE flag for armv7ve cores

Juro Bystricky (1):
   gcc6: Backport few more patches

Khem Raj (5):
   gcc-runtime: Disable libitm on riscv
   gcc: Link libssp_nonshared.a only on musl targets
   gcc: Fix libssh_nonshared linker specs for ppc/musl
   gcc6: Upgrade to 6.4
   gcc7/gcc6: Fix unaligned STRD issue on ARM

Martin Jansa (1):
   Revert "waf.bbclass: explicitly pass bindir and libdir if supported"

  meta/classes/waf.bbclass   |   17 +-
  .../gcc/gcc-6.3/0041-ssp_nonshared.patch   |   28 -
  .../gcc/gcc-6.3/ubsan-fix-check-empty-string.patch |   28 -
  .../gcc/{gcc-6.3.inc => gcc-6.4.inc}   |   30 +-
  .../0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch |0
  .../0008-missing-execinfo_h.patch  |0
  .../{gcc-6.3 => gcc-6.4}/0009-c99-snprintf.patch   |0
  .../0010-gcc-poison-system-directories.patch   |0
  .../0011-gcc-poison-dir-extend.patch   |0
  .../0012-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch |0
  .../0013-64-bit-multilib-hack.patch|0
  .../0014-optional-libstdc.patch|0
  ...0015-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch |0
  .../0016-COLLECT_GCC_OPTIONS.patch |0
  ...efaults.h-in-B-instead-of-S-and-t-oe-in-B.patch |0
  .../0018-fortran-cross-compile-hack.patch  |0
  .../0019-cpp-honor-sysroot.patch   |0
  .../0020-MIPS64-Default-to-N64-ABI.patch   |0
  ...C_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch |0
  ...0022-gcc-Fix-argument-list-too-long-error.patch |0
  .../{gcc-6.3 => gcc-6.4}/0023-Disable-sdt.patch|0
  .../gcc/{gcc-6.3 => gcc-6.4}/0024-libtool.patch|0
  ...4-pass-fix-v4bx-to-linker-to-support-EABI.patch |0
  ...tilib-config-files-from-B-instead-of-usin.patch |0
  ...-libdir-from-.la-which-usually-points-to-.patch |0
  .../gcc/{gcc-6.3 => gcc-6.4}/0028-export-CPP.patch |0
  ...AltiVec-generation-on-powepc-linux-target.patch |0
  ...-MULTILIB_OSDIRNAMES-and-other-multilib-o.patch |0
  ...Ensure-target-gcc-headers-can-be-included.patch |0
  ...-t-build-with-disable-dependency-tracking.patch |0
  ...h-host-directory-during-relink-if-inst_pr.patch |0
  ...IBS_DIR-replacement-instead-of-hardcoding.patch |0
  .../0035-aarch64-Add-support-for-musl-ldso.patch   |0
  ...ibcc1-fix-libcc1-s-install-path-and-rpath.patch |0
  ...-handle-sysroot-support-for-nativesdk-gcc.patch |0
  ...et-sysroot-gcc-version-specific-dirs-with.patch |0
  ...-various-_FOR_BUILD-and-related-variables.patch |0
  .../0040-nios2-Define-MUSL_DYNAMIC_LINKER.patch|0
  ...shared-to-link-commandline-for-musl-targe.patch |   87 +
  ...c-libcpp-support-ffile-prefix-map-old-new.patch |0
  ...ug-prefix-map-to-replace-ffile-prefix-map.patch |0
  ...-fdebug-prefix-map-support-to-remap-sourc.patch |0
  ...45-libgcc-Add-knob-to-use-ldbl-128-on-ppc.patch |0
  ...bgcc-using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch |0
  ...e-alias-for-__cpu_indicator_init-instead-.patch |0
  .../0048-sync-gcc-stddef.h-with-musl.patch |0
  .../0054_all_nopie-all-flags.patch |0
  .../0055-unwind_h-glibc26.patch|0
  ...-relax-the-restriction-on-subreg-reload-f.patch |0
  ...5-suppress-32-bit-aligned-ldrd-strd-peeph.patch |  194 ++
  ...001-enable-FL_LPAE-flag-for-armv7ve-cores.patch |   67 +
  ...ove-struct-ix86_frame-to-machine_function.patch |  247 +++
  ...ference-of-struct-ix86_frame-to-avoid-cop.patch |   74 +
  ...nst-reference-of-struct-ix86_frame-to-avo.patch |  131 ++
  .../backport/0004-x86-Add-mindirect-branch.patch   | 2154 
  .../backport/0005-x86-Add-mfunction-return.patch   | 1570 ++
  .../0006-x86-Add-mindirect-branch-register.patch   |  946 +
  .../0007-x86-Add-V-register-operand-modifier.patch |  139 ++
  ...w-mindirect-branch-mfunction-return-with-.patch |  304 +++
  ...VALID_REGNUM-in-indirect-thunk-processing.patch |  126 

[OE-core] [rocko][PATCH 0/8] Backports for rocko

2018-03-10 Thread Martin Jansa
The following changes since commit cb7cf1d12377d3b9a1cc159b68fc1d841004e6dd:

  glibc: Update to tip of 2.26 (2018-02-27 14:46:17 +)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib jansa/rocko-backports
  
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=jansa/rocko-backports

Andre McCurdy (1):
  gcc6: enable FL_LPAE flag for armv7ve cores

Juro Bystricky (1):
  gcc6: Backport few more patches

Khem Raj (5):
  gcc-runtime: Disable libitm on riscv
  gcc: Link libssp_nonshared.a only on musl targets
  gcc: Fix libssh_nonshared linker specs for ppc/musl
  gcc6: Upgrade to 6.4
  gcc7/gcc6: Fix unaligned STRD issue on ARM

Martin Jansa (1):
  Revert "waf.bbclass: explicitly pass bindir and libdir if supported"

 meta/classes/waf.bbclass   |   17 +-
 .../gcc/gcc-6.3/0041-ssp_nonshared.patch   |   28 -
 .../gcc/gcc-6.3/ubsan-fix-check-empty-string.patch |   28 -
 .../gcc/{gcc-6.3.inc => gcc-6.4.inc}   |   30 +-
 .../0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch |0
 .../0008-missing-execinfo_h.patch  |0
 .../{gcc-6.3 => gcc-6.4}/0009-c99-snprintf.patch   |0
 .../0010-gcc-poison-system-directories.patch   |0
 .../0011-gcc-poison-dir-extend.patch   |0
 .../0012-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch |0
 .../0013-64-bit-multilib-hack.patch|0
 .../0014-optional-libstdc.patch|0
 ...0015-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch |0
 .../0016-COLLECT_GCC_OPTIONS.patch |0
 ...efaults.h-in-B-instead-of-S-and-t-oe-in-B.patch |0
 .../0018-fortran-cross-compile-hack.patch  |0
 .../0019-cpp-honor-sysroot.patch   |0
 .../0020-MIPS64-Default-to-N64-ABI.patch   |0
 ...C_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch |0
 ...0022-gcc-Fix-argument-list-too-long-error.patch |0
 .../{gcc-6.3 => gcc-6.4}/0023-Disable-sdt.patch|0
 .../gcc/{gcc-6.3 => gcc-6.4}/0024-libtool.patch|0
 ...4-pass-fix-v4bx-to-linker-to-support-EABI.patch |0
 ...tilib-config-files-from-B-instead-of-usin.patch |0
 ...-libdir-from-.la-which-usually-points-to-.patch |0
 .../gcc/{gcc-6.3 => gcc-6.4}/0028-export-CPP.patch |0
 ...AltiVec-generation-on-powepc-linux-target.patch |0
 ...-MULTILIB_OSDIRNAMES-and-other-multilib-o.patch |0
 ...Ensure-target-gcc-headers-can-be-included.patch |0
 ...-t-build-with-disable-dependency-tracking.patch |0
 ...h-host-directory-during-relink-if-inst_pr.patch |0
 ...IBS_DIR-replacement-instead-of-hardcoding.patch |0
 .../0035-aarch64-Add-support-for-musl-ldso.patch   |0
 ...ibcc1-fix-libcc1-s-install-path-and-rpath.patch |0
 ...-handle-sysroot-support-for-nativesdk-gcc.patch |0
 ...et-sysroot-gcc-version-specific-dirs-with.patch |0
 ...-various-_FOR_BUILD-and-related-variables.patch |0
 .../0040-nios2-Define-MUSL_DYNAMIC_LINKER.patch|0
 ...shared-to-link-commandline-for-musl-targe.patch |   87 +
 ...c-libcpp-support-ffile-prefix-map-old-new.patch |0
 ...ug-prefix-map-to-replace-ffile-prefix-map.patch |0
 ...-fdebug-prefix-map-support-to-remap-sourc.patch |0
 ...45-libgcc-Add-knob-to-use-ldbl-128-on-ppc.patch |0
 ...bgcc-using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch |0
 ...e-alias-for-__cpu_indicator_init-instead-.patch |0
 .../0048-sync-gcc-stddef.h-with-musl.patch |0
 .../0054_all_nopie-all-flags.patch |0
 .../0055-unwind_h-glibc26.patch|0
 ...-relax-the-restriction-on-subreg-reload-f.patch |0
 ...5-suppress-32-bit-aligned-ldrd-strd-peeph.patch |  194 ++
 ...001-enable-FL_LPAE-flag-for-armv7ve-cores.patch |   67 +
 ...ove-struct-ix86_frame-to-machine_function.patch |  247 +++
 ...ference-of-struct-ix86_frame-to-avoid-cop.patch |   74 +
 ...nst-reference-of-struct-ix86_frame-to-avo.patch |  131 ++
 .../backport/0004-x86-Add-mindirect-branch.patch   | 2154 
 .../backport/0005-x86-Add-mfunction-return.patch   | 1570 ++
 .../0006-x86-Add-mindirect-branch-register.patch   |  946 +
 .../0007-x86-Add-V-register-operand-modifier.patch |  139 ++
 ...w-mindirect-branch-mfunction-return-with-.patch |  304 +++
 ...VALID_REGNUM-in-indirect-thunk-processing.patch |  126 ++
 ...INVALID_REGNUM-as-invalid-register-number.patch |   46 +
 ...date-mfunction-return-for-return-with-pop.patch |  453 
 ...-i386-Add-TARGET_INDIRECT_BRANCH_REGISTER.patch | 1004 +
 .../backport}/CVE-2016-6131.patch  |   62 +-
 ...s-canadian_6.3.bb => gcc-cross-canadian_6.4.bb} |0
 ...oss-initial_6.3.bb => gcc-cross-initial_6.4.bb} |0
 .../gcc/{gcc-cross_6.3.bb => gcc-cross_6.4.bb} |0
 ...-initial_6.3.bb => gcc-crosssdk-initial_6.4.bb} |0
 .../{gcc-crosssdk_6.3.bb => gcc-crosssdk_6.4.bb}   |0
 meta/recipes-devtools/gcc/gcc-runtime.inc