This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_O3
in repository toolchain/ci/binutils-gdb.
from ac03c8d8fd Fix bug in C++ overload resolution
adds 7190ae0d39 Automatic date update in version.in
adds 1165955276 gdb/linux-tdep: make read_mapping return a structure
adds 0b313e95a7 gdb/linux-tdep: move "Perms" column right
adds 7ff917016a gdb/darwin: skip over WIFSTOPPED wait4 status
adds dd1ae8eaa3 gdb: use a range based for loop when iterating over an array
adds 7124770976 Revert "do_target_wait_1: Clear TARGET_WNOHANG if the target [...]
new 4c937052c1 Fix crash in Fortran code
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:
bfd/version.h | 2 +-
gdb/darwin-nat.c | 31 +++-
gdb/f-valprint.c | 4 +-
gdb/infrun.c | 2 +-
gdb/linux-tdep.c | 127 ++++++++-------
gdb/python/py-type.c | 8 +-
.../{calling-convention.c => fortran-var-string.c} | 18 +--
gdb/testsuite/gdb.dwarf2/fortran-var-string.exp | 175 +++++++++++++++++++++
8 files changed, 280 insertions(+), 87 deletions(-)
copy gdb/testsuite/gdb.dwarf2/{calling-convention.c => fortran-var-string.c} (74%)
create mode 100644 gdb/testsuite/gdb.dwarf2/fortran-var-string.exp
--
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_gcc_bootstrap/master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 6fd322dd 0: update: binutils-gcc: 2
new be82003a 0: update: binutils-gcc: 2
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 (6fd322dd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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.xz | Bin 1576 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 37624 -> 37644 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 264272 -> 262840 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 15 insertions(+), 15 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 d8152cfe2f21 Merge tag 'pci-v5.17-fixes-5' of git://git.kernel.org/pub/ [...]
new 127770ac0d04 KVM: x86: Add KVM_CAP_ENABLE_CAP to x86
new 4cb9a998b1ce KVM: Fix lockdep false negative during host resume
new 3a55f729240a kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always [...]
new ad856280ddea x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0
new 988896bb6182 x86/kvm/fpu: Remove kvm_vcpu_arch.guest_supported_xcr0
new ba1f77c54696 x86/kvm: Fix compilation warning in non-x86_64 builds
new ec756e40e271 x86/kvm: Don't use pv tlb/ipi/sched_yield if on 1 vCPU
new 93b71801a827 KVM: PPC: reserve capability 210 for KVM_CAP_PPC_AIL_MODE_3
new 1e2277ed7095 Merge branch 'kvm-ppc-cap-210' into kvm-master
new 6f3c1fc53d86 KVM: x86/mmu: make apf token non-zero to fix bug
new e910a53fb4f2 KVM: x86: nSVM: disallow userspace setting of MSR_AMD64_TS [...]
new 1f840c0ef44b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
new f268088f65af perf test: Skip failing sigtrap test for arm+aarch64
new 8a3d2ee0de38 perf evlist: Fix failed to use cpu list for uncore events
new 69560e366fc4 perf data: Fix double free in perf_session__delete()
new 5b061a322b05 tools arch x86: Sync the msr-index.h copy with the kernel sources
new 13e741b83453 perf script: Fix error when printing 'weight' field
new 7ee022567bf9 Merge tag 'perf-tools-fixes-for-v5.17-2022-02-24' of git:/ [...]
The 18 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:
Documentation/virt/kvm/api.rst | 16 +++++++++++++++-
arch/x86/include/asm/kvm_host.h | 1 -
arch/x86/kernel/fpu/xstate.c | 5 ++++-
arch/x86/kernel/kvm.c | 9 ++++++---
arch/x86/kvm/cpuid.c | 5 ++++-
arch/x86/kvm/mmu/mmu.c | 13 ++++++++++++-
arch/x86/kvm/svm/svm.c | 19 +++++++++++++++++--
arch/x86/kvm/x86.c | 30 +++++++++++++++++++++++++-----
include/uapi/linux/kvm.h | 1 +
tools/arch/x86/include/asm/msr-index.h | 1 +
tools/include/uapi/linux/kvm.h | 1 +
tools/perf/builtin-script.c | 2 +-
tools/perf/tests/sigtrap.c | 15 +--------------
tools/perf/util/data.c | 7 +++----
tools/perf/util/evlist-hybrid.c | 4 ++--
virt/kvm/kvm_main.c | 4 +---
16 files changed, 94 insertions(+), 39 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_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-Os
in repository toolchain/ci/base-artifacts.
discards 6cef1457 0: update: binutils-5f62caec8175cf80a29f2bcab2c5077cbfae8c89: 1
new fe8d14f2 0: update: binutils-gcc-newlib: 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 (6cef1457)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_e [...]
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.xz | Bin 1704 -> 1604 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 41308 -> 29668 bytes
04-build_abe-stage1/console.log.xz | Bin 86100 -> 82740 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-newlib/console.log.xz | Bin 17132 -> 18188 bytes
07-build_abe-stage2/console.log.xz | Bin 159896 -> 157972 bytes
08-benchmark/benchmark-build.log | 48 ++++++++++----------
08-benchmark/benchmark.log | 46 +++++++++----------
08-benchmark/console.log.xz | Bin 2996 -> 3020 bytes
09-check_regression/console.log.xz | Bin 1628 -> 1644 bytes
09-check_regression/results-0.csv | 4 +-
09-check_regression/results-1.csv | 4 +-
09-check_regression/results-brief.csv | 4 +-
09-check_regression/results-full.csv | 4 +-
09-check_regression/results-perf-0.csv | 2 +-
09-check_regression/results-perf-1.csv | 4 +-
09-check_regression/results.csv | 4 +-
09-check_regression/results.log | 36 +++++++--------
10-update_baseline/console.log | 80 ++++++++++++++++-----------------
10-update_baseline/results-0.csv | 4 +-
10-update_baseline/results-1.csv | 4 +-
10-update_baseline/results-brief.csv | 4 +-
10-update_baseline/results-full.csv | 4 +-
10-update_baseline/results-perf-0.csv | 2 +-
10-update_baseline/results-perf-1.csv | 4 +-
10-update_baseline/results.csv | 4 +-
10-update_baseline/results.log | 36 +++++++--------
jenkins/manifest.sh | 20 +++++----
results | 2 +-
results_id | 2 +-
31 files changed, 162 insertions(+), 160 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_gcc_bootstrap/release-aarch64-bootstrap_profiled_lto_lean
in repository toolchain/ci/binutils-gdb.
from 481876f834 Automatic date update in version.in
adds 8afae2da1f Automatic date update in version.in
adds 6c15b0fd4a Automatic date update in version.in
adds 98cf8b20f2 Automatic date update in version.in
adds e4f3d6d4fd Automatic date update in version.in
adds 5837d37302 Automatic date update in version.in
adds ed9b2e40eb binutils 2.38 vs. ppc32 linux kernel
adds c4aae3f68a Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/config/tc-ppc.c | 25 ++++++++++++++++++++++++-
2 files changed, 25 insertions(+), 2 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_gcc_bootstrap/release-aarch64-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards 2bacf416 0: update: binutils-gcc: 2
new 53701c3e 0: update: binutils-gcc: 2
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 (2bacf416)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-aa [...]
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.xz | Bin 1552 -> 1668 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 37500 -> 37224 bytes
.../console.log.xz | Bin 477456 -> 477580 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 15 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.