This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 94da93f0c 0: update: binutils-gcc-linux: all
new 866b95fc7 0: update: binutils-gcc-linux: all
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 (94da93f0c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log | 128 +-
02-prepare_abe/console.log | 276 +-
03-build_abe-binutils/console.log | 11549 +++++++------
04-build_abe-stage1/console.log | 13946 ++++++++--------
05-build_linux/console.log | 692 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 26193 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
12 files changed, 26427 insertions(+), 26381 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 1c912705af0 Fix PR gas/26001 (pdp11-*-*)
new 72a3b182e13 Linker: Remove support for -Map= with an empty argument.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ld/ChangeLog | 10 ++++++++++
ld/NEWS | 5 ++---
ld/ld.texi | 10 ++++------
ld/lexsup.c | 22 +++++++++++++---------
4 files changed, 29 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from f901178749 hurd: Fix pselect atomicity
new a9175662f8 Hurd: Use __sigmask in favor of deprecated sigmask
new 6321f9e5e8 Hurd: Move <hurd/sigpreempt.h> internals into wrapper header
new fff30716a7 i386: Remove NO_TLS_DIRECT_SEG_REFS handling
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
hurd/catch-signal.c | 10 +++++-----
hurd/hurd/sigpreempt.h | 10 ----------
hurd/hurdfault.h | 2 +-
hurd/hurdsig.c | 4 ++--
sysdeps/generic/sigset-cvt-mask.h | 4 ++--
.../hurd/include/hurd/sigpreempt.h | 23 ++++++++++++++--------
sysdeps/i386/Makefile | 4 ----
sysdeps/i386/i686/multiarch/strcmp-sse4.S | 20 -------------------
sysdeps/i386/i686/multiarch/strcmp-ssse3.S | 20 -------------------
9 files changed, 25 insertions(+), 72 deletions(-)
copy argp/argp-ba.c => sysdeps/hurd/include/hurd/sigpreempt.h (61%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from dd019ef0735 arm: Fix unwanted fall-throughs in arm.c
new 09df85393ce tree-optimization/95273 - more vectorizable_shift massaging
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/testsuite/{gcc.dg/vshift-5.c => gcc.target/i386/pr95356.c} | 4 ++--
gcc/tree-vect-stmts.c | 6 +++++-
2 files changed, 7 insertions(+), 3 deletions(-)
copy gcc/testsuite/{gcc.dg/vshift-5.c => gcc.target/i386/pr95356.c} (97%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allnoconfig
in repository toolchain/ci/gcc.
from c99418920ca Daily bump.
adds 2fbc989aee0 Add new git-backport.py script.
adds b3b9ee70f3e Fixes a hang on an invalid ID in a WAIT statement.
adds 6f64bc18a66 PR fortran/95104 - Segfault on a legal WAIT statement
adds bb42c9f5271 Daily bump.
new c575cd2e008 Fortran : ICE in gfc_trans_label_assign PR50392
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
contrib/ChangeLog | 4 ++
contrib/git-backport.py | 60 ++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 6 +++
gcc/fortran/libgfortran.h | 1 +
gcc/fortran/trans-decl.c | 11 +++--
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/gfortran.dg/pr50392.f | 12 +++++
gcc/testsuite/gfortran.dg/pr95104.f90 | 8 ++++
libgfortran/ChangeLog | 13 +++++
libgfortran/io/async.c | 7 +++
libgfortran/io/transfer.c | 2 +-
libgfortran/runtime/error.c | 4 ++
libgomp/ChangeLog | 5 ++
libgomp/testsuite/libgomp.fortran/async_io_9.f90 | 20 ++++++++
15 files changed, 156 insertions(+), 5 deletions(-)
create mode 100755 contrib/git-backport.py
create mode 100644 gcc/testsuite/gfortran.dg/pr50392.f
create mode 100644 gcc/testsuite/gfortran.dg/pr95104.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/async_io_9.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards bffa9353b 0: update: binutils-gcc-linux: boot
new e07e59944 0: update: binutils-gcc-linux: boot
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 (bffa9353b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log | 216 +-
02-prepare_abe/console.log | 446 +-
03-build_abe-binutils/console.log | 11680 ++++++-------
04-build_abe-stage1/console.log | 13945 ++++++++--------
05-build_linux/console.log | 566 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 18 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 16 +-
08-update_baseline/results.regressions | 2 +-
console.log | 26799 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
12 files changed, 26865 insertions(+), 26839 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8
in repository gcc.
from 77690650edd Daily bump.
new 83b84b6ef84 Fortran : ICE in gfc_trans_label_assign PR50392
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/fortran/trans-decl.c | 11 ++++++++---
gcc/testsuite/gfortran.dg/pr50392.f | 12 ++++++++++++
2 files changed, 20 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr50392.f
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a634157de1e gcc-changelog: enhance handling of renamings
new dd019ef0735 arm: Fix unwanted fall-throughs in arm.c
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/arm/arm.c | 6 ++++++
1 file changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/linux.
from 444fc5cde643 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
adds a4ae32c71fe9 exec: Always set cap_ambient in cap_bprm_set_creds
adds 006f38a1c3dc Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/ [...]
adds d8ef4b38cb69 Revert "cgroup: Add memory barriers to plug cgroup_rstat_u [...]
adds 772b31406692 xattr: fix uninitialized out-param
adds eec8fd0277e3 device_cgroup: Cleanup cgroup eBPF device filter code
adds 3301f6ae2d4c Merge branch 'for-5.7-fixes' of git://git.kernel.org/pub/s [...]
adds f17936993af0 fanotify: turn off support for FAN_DIR_MODIFY
adds b0c3ba31be3e Merge tag 'fsnotify_for_v5.7-rc8' of git://git.kernel.org/ [...]
No new revisions were added by this update.
Summary of changes:
drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 2 +-
fs/notify/fanotify/fanotify.c | 2 +-
fs/xattr.c | 6 +++---
include/linux/device_cgroup.h | 14 +++++---------
include/linux/fanotify.h | 3 +--
kernel/cgroup/rstat.c | 16 +++-------------
security/Makefile | 2 +-
security/commoncap.c | 1 +
security/device_cgroup.c | 19 ++++++++++++++++---
9 files changed, 32 insertions(+), 33 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.