This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/linux.
from a111daf0c53a Linux 5.19-rc3
adds 05b252cccb2e udmabuf: add back sanity check
adds c4cf6785599b mm/slub: Move the stackdepot related allocation out of IRQ [...]
adds eeaa345e1285 mm/slub: add missing TID updates on slab deactivation
adds 59b785fe2abb Merge tag 'slab-for-5.19-fixup' of git://git.kernel.org/pu [...]
adds 1d98cdf7fa2b perf unwind: Fix uninitialized variable
adds ec906102e5b7 perf test: Fix "perf stat CSV output linter" test on s390
adds 94725994cfd7 libperf evsel: Open shouldn't leak fd on failure
adds cc2145526c98 perf test: Fix variable length array undefined behavior in [...]
adds 67e7d771580e perf beauty: Update copy of linux/socket.h with the kernel [...]
adds 72dcae8efd42 perf test: Record only user callchains on the "Check Arm64 [...]
adds b236371421df perf test topology: Use !strncmp(right platform) to fix gu [...]
adds e5287e6dd3b0 perf expr: Allow exponents on floating point values
adds 51ba539f5bdb perf arm-spe: Don't set data source if it's not a memory o [...]
adds 2e323f360a7b tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources
adds 37402d5d061b tools headers arm64: Sync arm64's cputype.h with the kerne [...]
adds c788ef61ef2a perf metrics: Ensure at least 1 id per metric
adds 140cd9ec8fdd tools headers UAPI: Sync linux/prctl.h with the kernel sources
adds c5b3a0946bbe Merge tag 'perf-tools-fixes-for-v5.19-2022-06-19' of git:/ [...]
adds 566d3c57eb52 scsi: scsi_debug: Fix zone transition to full condition
adds f6eed15f3ea7 scsi: iscsi: Exclude zero from the endpoint ID range
adds da8badd7d358 scsi: ufs: Simplify ufshcd_clear_cmd()
adds d1a7644648b7 scsi: ufs: Support clearing multiple commands at once
adds 2acd76e7b859 scsi: ufs: Fix a race between the interrupt handler and th [...]
adds 1d3e0980782f scsi: storvsc: Correct reporting of Hyper-V I/O size limits
adds 72ea7fe0db73 scsi: ibmvfc: Allocate/free queue resource only during pro [...]
adds aeaadcde1a60 scsi: ibmvfc: Store vhost pointer during subcrq allocation
adds 78ca55889a54 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
No new revisions were added by this update.
Summary of changes:
drivers/dma-buf/udmabuf.c | 5 +-
drivers/scsi/ibmvscsi/ibmvfc.c | 82 +++++++++++++++++-----
drivers/scsi/ibmvscsi/ibmvfc.h | 2 +-
drivers/scsi/scsi_debug.c | 22 +++++-
drivers/scsi/scsi_transport_iscsi.c | 7 +-
drivers/scsi/storvsc_drv.c | 27 +++++--
drivers/ufs/core/ufshcd.c | 76 ++++++++++++--------
mm/slub.c | 43 ++++++++++--
tools/arch/arm64/include/asm/cputype.h | 12 +++-
tools/arch/x86/include/uapi/asm/kvm.h | 11 +--
tools/include/uapi/linux/prctl.h | 9 +++
tools/lib/perf/evsel.c | 17 +++--
tools/perf/tests/bp_account.c | 16 ++++-
tools/perf/tests/expr.c | 2 +
tools/perf/tests/shell/lib/perf_csv_output_lint.py | 48 -------------
tools/perf/tests/shell/stat+csv_output.sh | 69 +++++++++++-------
tools/perf/tests/shell/test_arm_callgraph_fp.sh | 2 +-
tools/perf/tests/topology.c | 2 +-
tools/perf/trace/beauty/include/linux/socket.h | 7 +-
tools/perf/util/arm-spe.c | 22 +++---
tools/perf/util/expr.l | 2 +-
tools/perf/util/metricgroup.c | 9 +++
tools/perf/util/unwind-libunwind-local.c | 2 +-
23 files changed, 326 insertions(+), 168 deletions(-)
delete mode 100644 tools/perf/tests/shell/lib/perf_csv_output_lint.py
--
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_cross_build/master-arm
in repository toolchain/ci/gcc.
from 713f2fd9234 middle-end/106027 - fix types in needle folding
adds ab5d82c0292 testsuite: Require init_priority target support in a test.
adds a78e5d307c6 testsuite: Add a missing USER_LABEL_PREFIX to a regex.
adds 2eb3adb43ea arm: more testsutie fallout for mve move-immediate changes
adds 125bf21299e testsuite, Darwin: Allow for two CTOR bodies in array61 test.
adds 1b238124840 testsuite, Darwin: Skip an unsupported test.
adds fe9765c0b97 i386: Disallow sibcall for calling ifunc functions with PIC [...]
adds 607118dfa47 testsuite, asan: Avoid color in asan test output.
No new revisions were added by this update.
Summary of changes:
gcc/config/i386/i386.cc | 9 +++++++++
gcc/testsuite/c-c++-common/attr-cdtor-1.c | 2 +-
gcc/testsuite/g++.dg/init/array61.C | 3 ++-
gcc/testsuite/g++.dg/modules/init-2_b.C | 2 +-
gcc/testsuite/g++.dg/modules/pr105169_a.C | 2 +-
gcc/testsuite/g++.dg/modules/pr105169_b.C | 2 +-
gcc/testsuite/gcc.target/arm/simd/mve-vcmp-f32-2.c | 6 ++++--
gcc/testsuite/gcc.target/arm/simd/pr100757-2.c | 9 ++++++---
gcc/testsuite/gcc.target/arm/simd/pr100757-3.c | 9 ++++++---
gcc/testsuite/gcc.target/arm/simd/pr100757-4.c | 10 +++++++---
gcc/testsuite/gcc.target/arm/simd/pr100757.c | 9 ++++++---
gcc/testsuite/gcc.target/i386/pr105960.c | 19 +++++++++++++++++++
gcc/testsuite/lib/asan-dg.exp | 2 ++
13 files changed, 65 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr105960.c
--
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_cross_build/master-arm
in repository toolchain/ci/binutils-gdb.
from 0d02e70b19 PR29262, memory leak in pr_function_type
adds 5ffa6ca3e5 Move finish_print out of value_print_options
No new revisions were added by this update.
Summary of changes:
gdb/infcmd.c | 15 ++++++++++-----
gdb/valprint.c | 1 -
gdb/valprint.h | 3 ---
3 files changed, 10 insertions(+), 9 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_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 5bf5de2f 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new efde5846 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (5bf5de2f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1548 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 30124 -> 30172 bytes
05-build_abe-stage1/console.log.xz | Bin 90632 -> 90616 bytes
06-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
07-build_abe-linux/console.log.xz | Bin 8576 -> 8992 bytes
08-build_abe-glibc/console.log.xz | Bin 232256 -> 232440 bytes
09-build_abe-stage2/console.log.xz | Bin 223520 -> 222636 bytes
10-build_abe-gdb/console.log.xz | Bin 37412 -> 37484 bytes
11-build_abe-qemu/console.log.xz | Bin 32232 -> 32292 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 22 +++++++++++-----------
13 files changed, 19 insertions(+), 19 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/gnu-master-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards cd15a419 4: update: binutils-gcc-linux-qemu: 33
new 04d845dd 4: update: binutils-gcc-linux-qemu: 33
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 (cd15a419)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 1560 -> 1804 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2720 bytes
03-build_abe-binutils/console.log.xz | Bin 30292 -> 30296 bytes
04-build_abe-stage1/console.log.xz | Bin 89928 -> 90780 bytes
05-build_abe-qemu/console.log.xz | Bin 32784 -> 33068 bytes
06-build_linux/console.log.xz | Bin 4864 -> 5312 bytes
08-check_regression/console.log.xz | Bin 476 -> 476 bytes
09-update_baseline/console.log | 12 ++++++------
jenkins/manifest.sh | 20 ++++++++++----------
9 files changed, 16 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.