This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk-code_vect-cpu2017fast/llvm-aarch64-master-O3_VECT
in repository toolchain/ci/base-artifacts.
at cae632d117 0: init: #1: 1: [TCWG CI] No change after baseline build: no [...]
This branch includes the following new commits:
new cae632d117 0: init: #1: 1: [TCWG CI] No change after baseline build: no [...]
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.
--
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 ee3f96b16468 Merge tag 'nfsd-6.3-1' of git://git.kernel.org/pub/scm/lin [...]
new d0566564d483 regulator: max597x: Fix error return code in max597x_get_status
new 80d2c29e09e6 regulator: core: Use ktime_get_boottime() to determine how [...]
new fd7ee8de984e Merge tag 'regulator-fix-v6.3' of git://git.kernel.org/pub [...]
new 152ac60677aa spi: cadence-quadspi: Fix cancel the indirect read mask
new 078a5517d223 spi: spi-sn-f-ospi: fix duplicate flag while assigning to [...]
new f7482d8285b6 spi: tegra210-quad: set half duplex flag
new 047ee71ae4f4 spi: tegra210-quad: Fix validate combined sequence
new 2449d436681d spi: tegra210-quad: Fix iterator outside loop
new 093b2dc4024a Merge tag 'spi-fix-v6.3' of git://git.kernel.org/pub/scm/l [...]
new e8b812b3e515 driver core: bus: Handle early calls to bus_to_subsys()
new 6309872413f1 driver core: fw_devlink: Avoid spurious error message
new 0c058fb94ae0 driver core: fw_devlink: Print full path and name of fwnode
new 7c2bc4ed278e Merge tag 'driver-core-6.3-rc1_2' of git://git.kernel.org/ [...]
new ddf75a86aba2 auxdisplay: hd44780: Fix potential memory leak in hd44780_ [...]
new 6972633c58fd Merge tag 'auxdisplay-6.3' of https://github.com/ojeda/linux
new 3da73f102309 objtool: Fix memory leak in create_static_call_sections()
new 03d7a1053cf7 objtool: Check that module init/exit function is an indire [...]
new bdb8bf7d56af objtool: Install libsubcmd in build
new 8c4526ca6a45 objtool: Properly support make V=1
new cd955bdd6aa5 objtool: Fix HOSTCC flag usage
new d93ee0553cf2 objtool: Make struct entries[] static and const
new cfd66e81799f objtool: Make struct check_options static
new 8045b8f0b17e objtool: Allocate multiple structures with calloc()
new 21a899f9fc78 objtool: Optimize layout of struct symbol
new a20717aca33b objtool: Optimize layout of struct special_alt
new ffb1b4a41016 x86/unwind/orc: Add 'signal' field to ORC metadata
new 37064583f63e x86/entry: Fix unwinding from kprobe on PUSH/POP instruction
new 585a78c1f77b Merge branch 'linus' into objtool/core, to pick up Xen dep [...]
new 20a554638dd2 objtool: Change arch_decode_instruction() signature
new 3ee88df1b063 objtool: Make instruction::stack_ops a single-linked list
new d54066546121 objtool: Make instruction::alts a single-linked list
new 8b2de412158e objtool: Shrink instruction::{type,visited}
new 0932dbe1f568 objtool: Remove instruction::reloc
new c6f5dc28fb3d objtool: Union instruction::{call_dest,jump_table}
new a706bb08c81a objtool: Fix overlapping alternatives
new 6ea17e848a8b x86: Fix FILL_RETURN_BUFFER
new 1c34496e5856 objtool: Remove instruction::list
new 00c8f01c4e84 objtool: Fix ORC 'signal' propagation
new 857f1268a591 Merge tag 'objtool-core-2023-03-02' of git://git.kernel.or [...]
new dd8314739a1f MIPS: Remove DMA_PERDEV_COHERENT
new fea8826d5fdc MIPS: smp-cps: Don't rely on CP0_CMGCRBASE
new 5ae7e037de56 MIPS: cevt-r4k: Offset the value used to clear compare interrupt
new f2b95d7a9fa4 mips: remove SYS_HAS_CPU_MIPS32_R1 from RALINK
new 27fd82726995 mips: ralink: make SOC_MT7621 select PINCTRL
new 79f76e574c36 mips: dts: ralink: mt7621: rename watchdog node from 'wdt' [...]
new 70f864d10847 mips: dts: ralink: mt7621: add phandle to system controlle [...]
new 1a2c73f4834d MIPS: Workaround clang inline compat branch issue
new 04a357b1f6f0 Merge tag 'mips_6.3_1' of git://git.kernel.org/pub/scm/lin [...]
The 48 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/mips/Kconfig | 10 +-
arch/mips/boot/dts/ralink/mt7621.dtsi | 3 +-
arch/mips/include/asm/asm.h | 2 +-
arch/mips/include/asm/smp-cps.h | 4 +
arch/mips/kernel/cevt-r4k.c | 4 +-
arch/mips/kernel/cps-vec.S | 35 ++-
arch/mips/kernel/smp-cps.c | 2 +
arch/mips/ralink/Kconfig | 2 +-
arch/x86/entry/entry_64.S | 9 +-
arch/x86/include/asm/nospec-branch.h | 2 +-
arch/x86/include/asm/orc_types.h | 4 +-
arch/x86/include/asm/unwind_hints.h | 10 +-
arch/x86/kernel/unwind_orc.c | 5 +-
drivers/auxdisplay/hd44780.c | 2 +
drivers/base/bus.c | 2 +-
drivers/base/core.c | 12 +-
drivers/regulator/core.c | 6 +-
drivers/regulator/max597x-regulator.c | 2 +-
drivers/spi/spi-cadence-quadspi.c | 2 +-
drivers/spi/spi-sn-f-ospi.c | 2 +-
drivers/spi/spi-tegra210-quad.c | 15 +-
include/linux/objtool.h | 11 +-
tools/arch/x86/include/asm/orc_types.h | 4 +-
tools/include/linux/objtool.h | 11 +-
tools/objtool/.gitignore | 1 +
tools/objtool/Build | 2 -
tools/objtool/Documentation/objtool.txt | 8 +
tools/objtool/Makefile | 66 ++++--
tools/objtool/arch/powerpc/decode.c | 22 +-
tools/objtool/arch/x86/decode.c | 107 +++++----
tools/objtool/builtin-check.c | 2 +-
tools/objtool/check.c | 375 ++++++++++++++++++++------------
tools/objtool/elf.c | 42 ++--
tools/objtool/include/objtool/arch.h | 6 +-
tools/objtool/include/objtool/builtin.h | 2 -
tools/objtool/include/objtool/cfi.h | 1 +
tools/objtool/include/objtool/check.h | 61 +++---
tools/objtool/include/objtool/elf.h | 9 +-
tools/objtool/include/objtool/objtool.h | 1 -
tools/objtool/include/objtool/special.h | 2 +-
tools/objtool/objtool.c | 1 -
tools/objtool/orc_dump.c | 4 +-
tools/objtool/orc_gen.c | 1 +
tools/objtool/special.c | 6 +-
44 files changed, 511 insertions(+), 369 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-code_speed-cpu2017rate/llvm-arm-master-O2
in repository toolchain/ci/base-artifacts.
from 0285f44a80 0: init: #1: -10: Success after baseline build: no new commits
new 849b887233 1: onsuccess: #2: -10: Success after llvm: 468 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 2340 -> 1768 bytes
01-reset_artifacts/patch-env.sh | 2 --
02-build_bmk_llvm/console.log.xz | Bin 66028 -> 65832 bytes
04-check_regression/console.log.xz | Bin 1852 -> 2624 bytes
04-check_regression/mail-body.txt | 4 +++-
dashboard/dashboard-generate.sh | 2 +-
git/llvm_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 6 ++++--
mail/mail-subject.txt | 2 +-
manifest.sh | 20 ++++++++------------
11 files changed, 19 insertions(+), 21 deletions(-)
delete mode 100644 01-reset_artifacts/patch-env.sh
--
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 076d309e36c vect: Don't apply masks to operations on invariants [PR108979]
new 4d82022bfd1 c++, debug: Fix up locus of DW_TAG_imported_module [PR108716]
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/cp/cp-gimplify.cc | 2 ++
gcc/testsuite/g++.dg/debug/dwarf2/pr108716.C | 14 ++++++++++++++
2 files changed, 16 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/pr108716.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_kernel/llvm-master-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
from 08a53c2668 61: onsuccess: #1: 23519: Success after binutils/llvm/linux/ [...]
new e8bd16e84d 62: onsuccess: #2: 23519: 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 1784 -> 1780 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2788 bytes
03-build_abe-binutils/console.log.xz | Bin 31008 -> 31176 bytes
04-build_kernel_llvm/console.log.xz | Bin 65792 -> 67556 bytes
05-build_abe-qemu/console.log.xz | Bin 32164 -> 32544 bytes
06-build_linux/console.log.xz | Bin 3676 -> 3720 bytes
08-check_regression/console.log.xz | Bin 4376 -> 4072 bytes
09-update_baseline/console.log | 8 ++++----
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 ++++++++++++++--------------
16 files changed, 25 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.