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-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
from 5ddeb91064 84: onsuccess: #503: 2: Success after binutils/gcc: 35 commits
new 381391e598 85: onsuccess: #504: 2: Success after binutils/gcc: 34 commits
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 1684 -> 1672 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 51496 -> 50636 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 468092 -> 467236 bytes
06-check_regression/console.log.xz | Bin 3160 -> 3236 bytes
07-update_baseline/console.log | 9 +++++++++
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 18 +++++++++---------
13 files changed, 24 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 98555239e4c3 Merge tag 'arc-6.1-fixes' of git://git.kernel.org/pub/scm/ [...]
new 8777dd9dff40 spi: tegra210-quad: Fix combined sequence
new 033d2d13a251 spi: spi-gxp: fix typo in SPDX identifier line
new b994d8f0773c spi: spi-mem: Fix typo (of -> or)
new b25fe93ff705 spi: mpc52xx: Replace NO_IRQ by 0
new 5302e1ff315b spi: aspeed: Fix typo in mode_bits field for AST2600 platform
new 6a43cd02ddbc spi: intel: Fix the offset to get the 64K erase opcode
new b40af6183b68 spi: qup: support using GPIO as chip select line
new f8aa6c895d48 spi: aspeed: Fix window offset of CE1
new a2718383ef9d Merge tag 'spi-fix-v6.1-rc2' of git://git.kernel.org/pub/s [...]
new 88864611940a tools headers UAPI: Sync powerpc syscall tables with the k [...]
new 231e61bc2e87 perf docs: Fix man page build wrt perf-arm-coresight.txt
new b92dd11725a7 perf vendor events power10: Fix hv-24x7 metric events
new 409fb6bdd6ea perf bpf: Fix build with libbpf 0.7.0 by adding prototype [...]
new f1bdebbb67bd perf bpf: Fix build with libbpf 0.7.0 by checking if bpf_p [...]
new 304f0a2f6a6d perf record: Fix event fd races
new 5a6c184a72a3 perf list: Fix PMU name pai_crypto in perf list on s390
new 246122a856fa perf test: Do not fail Intel-PT misc test w/o libpython
new ffc1df3dc97e tools headers arm64: Sync arm64's cputype.h with the kerne [...]
new 4402e360d0f8 tools headers: Update the copy of x86's memcpy_64.S used i [...]
new 036b8f5b8970 tools headers uapi: Update linux/in.h copy
new 82c50d8937f3 tools include UAPI: Sync sound/asound.h copy with the kern [...]
new 49c75d30b007 tools headers uapi: Sync linux/stat.h with the kernel sources
new 74455fd7e459 tools headers cpufeatures: Sync with the kernel sources
new 831c05a7621b tools headers UAPI: Sync linux/perf_event.h with the kerne [...]
new cba04f3136b6 perf auxtrace: Fix address filter symbol name match for modules
new e9229d5b6254 perf vendor events arm64: Fix incorrect Hisi hip08 L3 metrics
new b229b6ca5abb Merge tag 'perf-tools-fixes-for-v6.1-2022-10-26' of git:// [...]
The 27 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:
drivers/spi/spi-aspeed-smc.c | 6 +-
drivers/spi/spi-gxp.c | 2 +-
drivers/spi/spi-intel.c | 2 +-
drivers/spi/spi-mpc52xx.c | 2 +-
drivers/spi/spi-qup.c | 2 +
drivers/spi/spi-tegra210-quad.c | 5 ++
include/linux/spi/spi-mem.h | 2 +-
tools/arch/arm64/include/asm/cputype.h | 4 ++
tools/arch/x86/include/asm/cpufeatures.h | 2 +-
tools/arch/x86/lib/memcpy_64.S | 2 +-
tools/build/Makefile.feature | 1 +
tools/build/feature/Makefile | 4 ++
...gram.c => test-libbpf-bpf_program__set_insns.c} | 2 +-
tools/include/uapi/linux/in.h | 22 +++----
tools/include/uapi/linux/perf_event.h | 27 +++++---
tools/include/uapi/linux/stat.h | 4 +-
tools/include/uapi/sound/asound.h | 16 -----
.../{perf-arm-coresight.txt => arm-coresight.txt} | 0
tools/perf/Makefile.config | 5 ++
tools/perf/arch/powerpc/entry/syscalls/syscall.tbl | 16 +++--
tools/perf/builtin-record.c | 41 +++++++-----
tools/perf/check-headers.sh | 2 +-
.../arch/arm64/hisilicon/hip08/metrics.json | 6 +-
.../arch/powerpc/power10/nest_metrics.json | 72 +++++++++++-----------
.../arch/s390/cf_z16/{pai.json => pai_crypto.json} | 0
tools/perf/tests/shell/test_intel_pt.sh | 6 ++
tools/perf/trace/beauty/statx.c | 1 +
tools/perf/util/auxtrace.c | 10 ++-
tools/perf/util/bpf-event.c | 5 ++
tools/perf/util/bpf-loader.c | 18 ++++++
tools/perf/util/include/linux/linkage.h | 13 ++++
31 files changed, 188 insertions(+), 112 deletions(-)
copy tools/build/feature/{test-libbpf-bpf_object__next_program.c => test-libbpf-bp [...]
rename tools/perf/Documentation/{perf-arm-coresight.txt => arm-coresight.txt} (100%)
rename tools/perf/pmu-events/arch/s390/cf_z16/{pai.json => pai_crypto.json} (100%)
--
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-arm-norov-allmodconfig
in repository toolchain/ci/base-artifacts.
from b0fd7cd4db 21: onsuccess: #66: 23157: Success after binutils/qemu: 29 commits
new b620d04cc3 22: onsuccess: #67: 23157: Success after binutils/llvm/qemu: [...]
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 1700 -> 1696 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 29872 -> 29856 bytes
04-build_kernel_llvm/console.log.xz | Bin 64588 -> 64336 bytes
05-build_abe-qemu/console.log.xz | Bin 31540 -> 32028 bytes
06-build_linux/console.log.xz | Bin 5228 -> 5212 bytes
08-check_regression/console.log.xz | Bin 3432 -> 3928 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 28 ++++++++++++++--------------
15 files changed, 21 insertions(+), 21 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-12
in repository gcc.
from 3668a59ae22 aarch64: update Ampere-1 core definition
new e089e35af1e Daily bump.
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/ChangeLog | 15 +++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
3 files changed, 24 insertions(+), 1 deletion(-)
--
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-10
in repository gcc.
from 5f3fd19c5ef Daily bump.
new df6696f369f Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-11
in repository gcc.
from f6daf95983d aarch64: update Ampere-1 core definition
new a49ad13d569 Daily bump.
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/ChangeLog | 15 +++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
3 files changed, 24 insertions(+), 1 deletion(-)
--
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 57bbf3a403b analyzer: fixes to file-descriptor handling
new 486a50374e7 Daily bump.
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/ChangeLog | 146 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 11 ++++
gcc/c-family/ChangeLog | 5 ++
gcc/cp/ChangeLog | 13 +++++
gcc/fortran/ChangeLog | 6 ++
gcc/testsuite/ChangeLog | 74 ++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 6 ++
8 files changed, 262 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.