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-master-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 3c2967495 0: update: binutils-llvm-linux-qemu: boot
new 8abaf750c 0: update: binutils-llvm-linux-qemu: 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 (3c2967495)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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.xz | Bin 1568 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 43988 -> 43096 bytes
04-build_llvm/console.log.xz | Bin 59992 -> 58524 bytes
05-build_abe-qemu/console.log.xz | Bin 30932 -> 30376 bytes
06-build_linux/console.log.xz | Bin 3484 -> 3472 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 524 -> 412 bytes
08-check_regression/results.regressions | 2 --
09-update_baseline/console.log | 13 ++++---------
09-update_baseline/results.regressions | 2 --
jenkins/manifest.sh | 18 +++++++++---------
12 files changed, 13 insertions(+), 22 deletions(-)
delete mode 100644 08-check_regression/results.regressions
delete mode 100644 09-update_baseline/results.regressions
--
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/linux.
from a3b397b4fffb Merge branch 'akpm' (patches from Andrew)
adds 0ddc5e55e6f1 Documentation: Fix irq-domain.rst build warning
adds 2a7313dc81e8 irqchip/armada-370-xp: Fix ack/eoi breakage
adds 20c36ce2164f irqdomain: Change the type of 'size' in __irq_domain_add() [...]
adds b99948836162 irqchip/mbigen: Repair non-kernel-doc notation
adds 969ac78db78c irqchip/goldfish-pic: Select GENERIC_IRQ_CHIP to fix build
adds 280bef512933 irqchip/gic-v3-its: Fix potential VPE leak on error
adds 3ce8c70ecedb irqchip/renesas-rza1: Use semicolons instead of commas
adds b78f26926b17 irqchip/gic: Work around broken Renesas integration
adds f9bfed3ad5b1 Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/p [...]
adds dc0f97c2613d Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/ [...]
adds 8cd9da85d2bd posix-cpu-timers: Prevent spuriously armed 0-value itimer
adds 3a398acc56dd Merge tag 'timers-urgent-2021-09-26' of git://git.kernel.o [...]
adds d4ffd5df9d18 x86/fault: Fix wrong signal when vsyscall fails with pkey
adds 8aa83e6395ce x86/setup: Call early_reserve_memory() earlier
adds d81ff5fe14a9 x86/asm: Fix SETZ size enqcmds() build failure
adds 5ba1071f7554 x86/insn, tools/x86: Fix undefined behavior due to potenti [...]
adds 5bb7b2107f8c Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/ [...]
new 8b4bd2566747 thermal/drivers/int340x: Do not set a wrong tcc offset on resume
new 1bb30b20b497 thermal/core: Potential buffer overflow in thermal_build_l [...]
new cf96921876dc thermal/drivers/tsens: Fix wrong check for tzd in irq handlers
new 299d6e47e8f8 Merge tag 'thermal-v5.15-rc3' of git://git.kernel.org/pub/ [...]
adds 5297cfa6bdf9 EDAC/synopsys: Fix wrong value type assignment for edac_mode
adds 54607282fae6 EDAC/dmc520: Assign the proper type to dimm->edac_mode
new 996148ee05d0 Merge tag 'edac_urgent_for_v5.15_rc3' of git://git.kernel. [...]
The 5 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/core-api/irq/irq-domain.rst | 5 ++-
arch/x86/include/asm/pkeys.h | 2 -
arch/x86/include/asm/special_insns.h | 2 +-
arch/x86/kernel/setup.c | 26 ++++++-----
arch/x86/lib/insn.c | 4 +-
arch/x86/mm/fault.c | 26 +++++++----
drivers/edac/dmc520_edac.c | 2 +-
drivers/edac/synopsys_edac.c | 2 +-
drivers/irqchip/Kconfig | 1 +
drivers/irqchip/irq-armada-370-xp.c | 4 +-
drivers/irqchip/irq-gic-v3-its.c | 2 +-
drivers/irqchip/irq-gic.c | 52 +++++++++++++++++++++-
drivers/irqchip/irq-mbigen.c | 6 +--
drivers/irqchip/irq-renesas-rza1.c | 12 ++---
.../int340x_thermal/processor_thermal_device.c | 5 ++-
drivers/thermal/qcom/tsens.c | 4 +-
drivers/thermal/thermal_core.c | 7 ++-
include/linux/irqdomain.h | 2 +-
include/linux/pkeys.h | 2 +
kernel/irq/irqdomain.c | 2 +-
kernel/time/posix-cpu-timers.c | 3 +-
tools/arch/x86/lib/insn.c | 4 +-
22 files changed, 120 insertions(+), 55 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/gcc.
from e98e12c40bf Remove storage only description for _Float16 w/o avx512fp16.
adds fe2771b291c Fortran: Fix associated intrinsic with assumed rank [PR101334]
No new revisions were added by this update.
Summary of changes:
gcc/fortran/trans-intrinsic.c | 30 +++--
.../gfortran.dg/associated_assumed_rank.f90 | 126 +++++++++++++++++++++
libgfortran/intrinsics/associated.c | 3 +-
3 files changed, 149 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/associated_assumed_rank.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_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards c4af33d17 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 362c717c3 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 (c4af33d17)
\
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 1564 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2788 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 43208 -> 42388 bytes
05-build_abe-stage1/console.log.xz | Bin 91444 -> 90272 bytes
06-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
07-build_abe-linux/console.log.xz | Bin 9572 -> 8700 bytes
08-build_abe-glibc/console.log.xz | Bin 231212 -> 227924 bytes
09-build_abe-stage2/console.log.xz | Bin 221044 -> 216968 bytes
10-build_abe-gdb/console.log.xz | Bin 43408 -> 42208 bytes
11-build_abe-qemu/console.log.xz | Bin 30968 -> 30340 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 22 +++++++++++-----------
jenkins/manifest.sh | 14 +++++++-------
13 files changed, 18 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32
in repository toolchain/ci/interesting-commits.
from afd4823 Add last-good 6060c2f3373e18f76fa9e3e4d7cf2f3d5983da03 from h [...]
new aace9c2 Add regression 27439f0edab99c6870cf7fe042074e47632f3fbd from [...]
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:
binutils | 1 +
1 file changed, 1 insertion(+)
--
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
in repository toolchain/ci/interesting-commits.
from 6a7e16b Add regression b1dc26d3543d79805751c26ba5b142eeeb1f55b8 from [...]
new afd4823 Add last-good 6060c2f3373e18f76fa9e3e4d7cf2f3d5983da03 from h [...]
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:
binutils | 1 +
1 file changed, 1 insertion(+)
create mode 100644 binutils
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.