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-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 9551f8ce 0: update: binutils-gcc-linux-qemu: all
new 282d3ea7 0: update: binutils-gcc-linux-qemu: 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 (9551f8ce)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 229 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 10111 +++----
04-build_abe-stage1/console.log | 19170 ++++++-------
05-build_linux/console.log | 9364 +++---
06-build_abe-qemu/console.log | 6560 ++---
07-boot_linux/console.log | 6 +-
08-check_regression/console.log | 44 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 12 +-
09-update_baseline/results.regressions | 2 +-
console.log | 45914 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
13 files changed, 45971 insertions(+), 45883 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 24f261f27f nptl: Remove __h_errno_location from libpthread
new ccabe7971f x86: Optimize strchr-avx2.S
new 7f3e7c262c x86: Optimize strchr-evex.S
The 2 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:
sysdeps/x86_64/multiarch/strchr-avx2.S | 286 ++++++++++++++----------
sysdeps/x86_64/multiarch/strchr-evex.S | 392 ++++++++++++++++++---------------
2 files changed, 387 insertions(+), 291 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 b22138f32f7 Add engv32.h to SIM_EXTRA_DEPS in sim/cris
new 18bbba46a97 gdb/typeprint.h: reorder struct declaration
new fbb46296d7e [PR gdb/22640] ptype: add option to use hexadecimal notation
The 2 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:
gdb/ChangeLog | 32 ++
gdb/NEWS | 12 +
gdb/c-typeprint.c | 8 +-
gdb/doc/ChangeLog | 7 +
gdb/doc/gdb.texinfo | 113 ++++---
gdb/rust-lang.c | 2 +-
gdb/testsuite/ChangeLog | 11 +
gdb/testsuite/gdb.base/ptype-offsets.exp | 562 +++++++++++++++++++------------
gdb/testsuite/gdb.rust/simple.exp | 10 +-
gdb/testsuite/gdb.rust/union.exp | 10 +-
gdb/typeprint.c | 83 ++++-
gdb/typeprint.h | 69 ++--
12 files changed, 594 insertions(+), 325 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 linux.
from 2a1d7946fa53 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
new 5849cdf8c120 x86/crash: Fix crash_setup_memmap_entries() out-of-bounds access
new 11fac7a00411 Merge tag 'x86_urgent_for_v5.12' of git://git.kernel.org/p [...]
new 0c89d87d1d43 preempt/dynamic: Fix typo in macro conditional statement
new 682b26bd80f9 Merge tag 'sched_urgent_for_v5.12' of git://git.kernel.org [...]
new 84a24bf8c52e locking/qrwlock: Fix ordering in queued_write_lock_slowpath()
new 0146da0d4cec Merge tag 'locking_urgent_for_v5.12' of git://git.kernel.o [...]
new 9d480158ee86 perf/x86/intel/uncore: Remove uncore extra PCI dev HSWEP_P [...]
new 4b2f1e59229b perf/x86/kvm: Fix Broadwell Xeon stepping in isolation_ucodes[]
new 24dfc390079c Merge tag 'perf_urgent_for_v5.12' of git://git.kernel.org/ [...]
new f2211881e737 perf data: Fix error return code in perf_data__create_dir()
new b14585d9f18d perf auxtrace: Fix potential NULL pointer dereference
new 671b60cb6a89 perf ftrace: Fix access to pid in array when setting a pid filter
new c6f87141254d perf map: Fix error return code in maps__clone()
new d2d09fbe33f8 Merge tag 'perf-tools-fixes-for-v5.12-2021-04-25' of git:/ [...]
The 14 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:
arch/x86/events/intel/core.c | 2 +-
arch/x86/events/intel/uncore_snbep.c | 61 +++++++++++++++---------------------
arch/x86/kernel/crash.c | 2 +-
kernel/entry/common.c | 2 +-
kernel/locking/qrwlock.c | 7 +++--
tools/perf/builtin-ftrace.c | 2 +-
tools/perf/util/auxtrace.c | 2 +-
tools/perf/util/data.c | 5 +--
tools/perf/util/map.c | 7 +++--
9 files changed, 43 insertions(+), 47 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-check_binutils
in repository toolchain/ci/binutils-gdb.
from acfd932381 Automatic date update in version.in
adds 602ed821f5 Fix type of .persistent.bss section
adds 839298c39b Automatic date update in version.in
adds 589787a791 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 4 ++++
bfd/elf.c | 1 +
bfd/version.h | 2 +-
gas/ChangeLog | 6 ++++++
gas/testsuite/gas/elf/section25.d | 4 +++-
gas/testsuite/gas/elf/section26.d | 6 +++++-
gas/testsuite/gas/elf/section26.s | 3 +++
7 files changed, 23 insertions(+), 3 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-check_binutils
in repository toolchain/ci/base-artifacts.
discards 988c2fb7 8: update: binutils-acfd932381830a64b8cb72a5578545fee4284b81: 1
new adfb8036 8: update: binutils-589787a79133f717f66ab79d8fdf6d94608dc8b3: 1
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 (988c2fb7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-chec [...]
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 | 14 +-
02-prepare_abe/console.log | 140 +-
03-build_abe-binutils/console.log | 18804 +++++++++++------------
04-build_abe-check_binutils/console.log | 4534 +++---
05-check_regression/console.log | 30 +-
05-check_regression/results.regressions | 21 +-
06-update_baseline/console.log | 235 +-
06-update_baseline/results.regressions | 19 +-
console.log | 23777 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
sumfiles/binutils.log.xz | Bin 39792 -> 39768 bytes
sumfiles/binutils.sum | 2 +-
sumfiles/gas.log.xz | Bin 95028 -> 95096 bytes
sumfiles/gas.sum | 12 +-
sumfiles/ld.log.xz | Bin 116804 -> 116832 bytes
sumfiles/ld.sum | 4 +-
sumfiles/libctf.log.xz | Bin 1520 -> 1516 bytes
sumfiles/libctf.sum | 2 +-
18 files changed, 23832 insertions(+), 23770 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-stable-defconfig
in repository toolchain/ci/llvm-project.
from fa0971b87fb2 GlobalISel: check type size before getZExtValue()ing it.
adds 757752f568db Bump version to 12.0.1
adds eae7f3e3d450 [lit] Pass the USERPROFILE variable through on Windows
adds 072c90a863aa [LLD] Fix probing a MSYS based 'tar' in a Windows Container
No new revisions were added by this update.
Summary of changes:
libcxx/CMakeLists.txt | 2 +-
libcxxabi/CMakeLists.txt | 2 +-
libunwind/CMakeLists.txt | 2 +-
lld/test/lit.cfg.py | 4 +++-
llvm/CMakeLists.txt | 2 +-
llvm/utils/gn/secondary/llvm/version.gni | 2 +-
llvm/utils/lit/lit/TestingConfig.py | 1 +
llvm/utils/lit/lit/__init__.py | 2 +-
llvm/utils/release/build_llvm_package.bat | 4 ++--
9 files changed, 12 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.