[oe-commits] [openembedded-core] branch morty-next updated (6845b32 -> 78bbf74)

git at git.openembedded.org git at git.openembedded.org
Thu Mar 8 02:02:43 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch morty-next
in repository openembedded-core.

 discard 6845b32  buildstats.bbclass: Avoid index exception in /proc/PID/io parsing
 discard c4ad799  gnutls_3.5.3.bb: Fix native build on distro with kernel < 3.4.17
 discard a926f39  gcc6: Upgrade to 6.4.0 (latest stable series release)
     new ce18ec3  gnutls_3.5.3.bb: Fix native build on distro with kernel < 3.4.17
     new 31a0980  buildstats.bbclass: Avoid index exception in /proc/PID/io parsing
     new 78bbf74  gcc6: Upgrade to 6.4.0 (latest stable series release)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6845b32)
            \
             N -- N -- N   refs/heads/morty-next (78bbf74)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/recipes-devtools/gcc/gcc-6.4.inc              |   7 +
 ...et-71056-Don-t-use-vectorized-builtins-wh.patch |  92 -------
 .../gcc-6.4/0048-sync-gcc-stddef.h-with-musl.patch |  91 +++++++
 .../gcc/gcc-6.4/0054_all_nopie-all-flags.patch     |  22 ++
 .../gcc/gcc-6.4/0055-unwind_h-glibc26.patch        | 139 ++++++++++
 ...-relax-the-restriction-on-subreg-reload-f.patch |  51 ++++
 ...5-suppress-32-bit-aligned-ldrd-strd-peeph.patch | 194 ++++++++++++++
 .../gcc/gcc-6.4/CVE-2016-4490.patch                | 290 ---------------------
 ...001-enable-FL_LPAE-flag-for-armv7ve-cores.patch |  67 +++++
 ...ove-struct-ix86_frame-to-machine_function.patch |   3 +
 ...ference-of-struct-ix86_frame-to-avoid-cop.patch |   3 +
 ...nst-reference-of-struct-ix86_frame-to-avo.patch |   3 +
 .../0004-x86-Add-mindirect-branch.patch            |   3 +
 .../0005-x86-Add-mfunction-return.patch            |   3 +
 .../0006-x86-Add-mindirect-branch-register.patch   |   3 +
 .../0007-x86-Add-V-register-operand-modifier.patch |   3 +
 ...w-mindirect-branch-mfunction-return-with-.patch |   3 +
 ...VALID_REGNUM-in-indirect-thunk-processing.patch |   3 +
 ...INVALID_REGNUM-as-invalid-register-number.patch |   3 +
 ...date-mfunction-return-for-return-with-pop.patch |   3 +
 ...-i386-Add-TARGET_INDIRECT_BRANCH_REGISTER.patch |   3 +
 ...5-suppress-32-bit-aligned-ldrd-strd-peeph.patch | 194 ++++++++++++++
 .../gcc/gcc-6.4/backport/CVE-2016-6131.patch       | 223 ++++++++++++++++
 23 files changed, 1024 insertions(+), 382 deletions(-)
 delete mode 100644 meta/recipes-devtools/gcc/gcc-6.4/0048-ARM-PR-target-71056-Don-t-use-vectorized-builtins-wh.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-6.4/0048-sync-gcc-stddef.h-with-musl.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-6.4/0054_all_nopie-all-flags.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-6.4/0055-unwind_h-glibc26.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-6.4/0056-LRA-PR70904-relax-the-restriction-on-subreg-reload-f.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-6.4/0057-ARM-PR-82445-suppress-32-bit-aligned-ldrd-strd-peeph.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-6.4/CVE-2016-4490.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-6.4/backport/0001-enable-FL_LPAE-flag-for-armv7ve-cores.patch
 rename meta/recipes-devtools/gcc/gcc-6.4/{ => backport}/0001-i386-Move-struct-ix86_frame-to-machine_function.patch (99%)
 rename meta/recipes-devtools/gcc/gcc-6.4/{ => backport}/0002-i386-Use-reference-of-struct-ix86_frame-to-avoid-cop.patch (97%)
 rename meta/recipes-devtools/gcc/gcc-6.4/{ => backport}/0003-i386-Use-const-reference-of-struct-ix86_frame-to-avo.patch (98%)
 rename meta/recipes-devtools/gcc/gcc-6.4/{ => backport}/0004-x86-Add-mindirect-branch.patch (99%)
 rename meta/recipes-devtools/gcc/gcc-6.4/{ => backport}/0005-x86-Add-mfunction-return.patch (99%)
 rename meta/recipes-devtools/gcc/gcc-6.4/{ => backport}/0006-x86-Add-mindirect-branch-register.patch (99%)
 rename meta/recipes-devtools/gcc/gcc-6.4/{ => backport}/0007-x86-Add-V-register-operand-modifier.patch (98%)
 rename meta/recipes-devtools/gcc/gcc-6.4/{ => backport}/0008-x86-Disallow-mindirect-branch-mfunction-return-with-.patch (99%)
 rename meta/recipes-devtools/gcc/gcc-6.4/{ => backport}/0009-Use-INVALID_REGNUM-in-indirect-thunk-processing.patch (98%)
 rename meta/recipes-devtools/gcc/gcc-6.4/{ => backport}/0010-i386-Pass-INVALID_REGNUM-as-invalid-register-number.patch (95%)
 rename meta/recipes-devtools/gcc/gcc-6.4/{ => backport}/0011-i386-Update-mfunction-return-for-return-with-pop.patch (99%)
 rename meta/recipes-devtools/gcc/gcc-6.4/{ => backport}/0012-i386-Add-TARGET_INDIRECT_BRANCH_REGISTER.patch (99%)
 create mode 100644 meta/recipes-devtools/gcc/gcc-6.4/backport/0057-ARM-PR-82445-suppress-32-bit-aligned-ldrd-strd-peeph.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-6.4/backport/CVE-2016-6131.patch

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list