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_ubsan
in repository toolchain/ci/binutils-gdb.
from 16089f320a opcodes: don't assume ELF in riscv, csky, rl78, mep disassemblers
adds e9c5fe2f40 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 6a8486607 0: update: binutils-gcc: 2
new 29c27c1c1 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 (6a8486607)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1540 -> 1496 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 51500 -> 51772 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 528800 -> 529424 bytes
06-check_regression/console.log.xz | Bin 420 -> 416 bytes
07-update_baseline/console.log | 4 ++--
jenkins/manifest.sh | 12 ++++++------
7 files changed, 8 insertions(+), 8 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 57ae8a492116 Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/p [...]
new c7d2f89fea26 bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_fir [...]
new d4af0c17235f Merge tag 'irq_urgent_for_v5.18_rc5' of git://git.kernel.o [...]
new 02041b322566 x86/uaccess: Don't jump between functions
new 26ff604102c9 objtool: Don't set 'jump_dest' for sibling calls
new 34c861e80647 objtool: Fix sibling call detection in alternatives
new 08feafe8d195 objtool: Fix function fallthrough detection for vmlinux
new c087c6e7b551 objtool: Fix type of reloc::addend
new 4abff6d48dbc objtool: Fix code relocs vs weak symbols
new b70ed23c238a Merge tag 'objtool_urgent_for_v5.18_rc5' of git://git.kern [...]
new 3ccce9340326 x86/cpu: Add new Alderlake and Raptorlake CPU model numbers
new f9e14dbbd454 x86/cpu: Load microcode during restore_processor_state()
new 6c8ef58a50b5 x86/unwind/orc: Recheck address range after stack info was [...]
new 610abf3dea10 MAINTAINERS: Add x86 unwinding entry
new 226d44acf6df lib/strn*,objtool: Enforce user_access_begin() rules
new 2730d3c14a85 x86,xen,objtool: Add UNWIND hint
new d4e5268a08b2 x86,objtool: Mark cpu_startup_entry() __noreturn
new d66e9d50ea5c x86,objtool: Explicitly mark idtentry_body()s tail REACHABLE
new 4a5de9b76fcb objtool: Enable unreachable warnings for CLANG LTO
new 613871cd665a x86/static_call: Add ANNOTATE_NOENDBR to static call trampoline
new 1c0513dec41e x86/retpoline: Add ANNOTATE_NOENDBR for retpolines
new 7a00829f8ac3 x86/uaccess: Add ENDBR to __put_user_nocheck*()
new 1ab80a0da4c4 x86/xen: Add ANNOTATE_NOENDBR to startup_xen()
new 4baae989e638 objtool: Print data address for "!ENDBR" data warnings
new 1d08b92fa2c4 objtool: Use offstr() to print address of missing ENDBR
new 4cdfc11b2836 x86/Kconfig: fix the spelling of 'becoming' in X86_KERNEL_ [...]
new 1fa568e26f00 bug: Have __warn() prototype defined unconditionally
new 7e0815b3e099 x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guests
new b2da7df52e16 Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.o [...]
The 28 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:
MAINTAINERS | 9 ++
arch/x86/Kconfig | 2 +-
arch/x86/entry/entry_64.S | 3 +
arch/x86/include/asm/intel-family.h | 3 +
arch/x86/include/asm/microcode.h | 2 +
arch/x86/include/asm/static_call.h | 1 +
arch/x86/kernel/cpu/microcode/core.c | 6 +-
arch/x86/kernel/unwind_orc.c | 8 +-
arch/x86/lib/copy_user_64.S | 87 +++++++++------
arch/x86/lib/putuser.S | 4 +
arch/x86/lib/retpoline.S | 2 +-
arch/x86/pci/xen.c | 6 +-
arch/x86/platform/pvh/head.S | 1 +
arch/x86/power/cpu.c | 10 +-
arch/x86/xen/xen-head.S | 1 +
drivers/bus/fsl-mc/fsl-mc-msi.c | 6 +-
include/asm-generic/bug.h | 11 +-
include/linux/cpu.h | 2 +-
lib/strncpy_from_user.c | 2 +-
lib/strnlen_user.c | 2 +-
scripts/Makefile.build | 2 +-
scripts/link-vmlinux.sh | 2 +-
tools/objtool/check.c | 94 ++++++++--------
tools/objtool/elf.c | 189 ++++++++++++++++++++++++++++----
tools/objtool/include/objtool/elf.h | 4 +-
tools/objtool/include/objtool/objtool.h | 2 +-
tools/objtool/objtool.c | 1 -
27 files changed, 333 insertions(+), 129 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/master-aarch64-bootstrap_profiled
in repository toolchain/ci/gcc.
from 559bba46cdd gengtype: remove "tree_exp" special attribute
adds 95874f95095 Daily bump.
adds 75bbc3da3e5 Denormalize VR_VARYING to VR_RANGE before passing it to set [...]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 7 +++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 7 +++++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/tree-ssanames.cc | 11 ++++++++++-
5 files changed, 31 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/master-aarch64-bootstrap_profiled
in repository toolchain/ci/binutils-gdb.
from 16089f320a opcodes: don't assume ELF in riscv, csky, rl78, mep disassemblers
adds e9c5fe2f40 Automatic date update in version.in
adds 94afbc7b1b [gdb/testsuite] Fix gdb.multi/attach-no-multi-process.exp wi [...]
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/testsuite/gdb.multi/attach-no-multi-process.exp | 9 ++++++---
2 files changed, 7 insertions(+), 4 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/master-aarch64-bootstrap_profiled
in repository toolchain/ci/base-artifacts.
discards 0113dea2f 2: update: binutils-gcc: 0
new 45951aa61 2: update: binutils-gcc: 0
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 (0113dea2f)
\
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 1552 -> 1596 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 24712 -> 24672 bytes
06-check_regression/console.log.xz | Bin 412 -> 412 bytes
07-update_baseline/console.log | 46 +++++++++++++++++------------------
jenkins/manifest.sh | 10 ++++----
6 files changed, 28 insertions(+), 28 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_check_bootstrap/master-aarch64-check_bootstrap_lto
in repository toolchain/ci/gcc.
from 559bba46cdd gengtype: remove "tree_exp" special attribute
adds 95874f95095 Daily bump.
adds 75bbc3da3e5 Denormalize VR_VARYING to VR_RANGE before passing it to set [...]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 7 +++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 7 +++++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/tree-ssanames.cc | 11 ++++++++++-
5 files changed, 31 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_check_bootstrap/master-aarch64-check_bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards b0c3f6f28 0: update: gcc-559bba46cdd3141576614d9bb3928e26c299a0fe: 1
new 9a1e1a24a 0: update: gcc-75bbc3da3e5f75f683fa33e309045c582efd20eb: 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 (b0c3f6f28)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/mast [...]
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 1520 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2728 bytes
03-build_abe-binutils/console.log.xz | Bin 36892 -> 36572 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 268128 -> 267248 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3820 -> 3816 bytes
06-build_abe-check_bootstrap_lto/console.log.xz | Bin 3040 -> 2932 bytes
07-check_regression/console.log.xz | Bin 3936 -> 3232 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 13 +-
07-check_regression/results.compare | 41 +-
07-check_regression/results.compare2 | 248 +-
07-check_regression/results.regressions | 41 +-
08-update_baseline/console.log | 463 +--
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 13 +-
08-update_baseline/results.compare | 41 +-
08-update_baseline/results.compare2 | 248 +-
08-update_baseline/results.regressions | 41 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 3544028 -> 3562388 bytes
sumfiles/g++.sum | 118 +-
sumfiles/gcc.log.xz | Bin 3147812 -> 3156244 bytes
sumfiles/gcc.sum | 4472 +++++++++++------------
sumfiles/gfortran.log.xz | Bin 1071392 -> 1074292 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2356 -> 2352 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 208152 -> 207552 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2728 -> 2736 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 450604 -> 449996 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2627 insertions(+), 3204 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_llvm_tk1/llvm-master-arm-spec2k6-O2
in repository toolchain/ci/glibc.
from 118a2aee07 linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time [...]
adds 944afe6d95 benchtests: Add UNSUPPORTED benchmark status
adds 5b5b1012d5 benchtests: Better libmvec integration
adds e47de5cb2d Do not use --hash-style=both for building glibc shared objects
adds 93804a1ee0 manual: Document the dlinfo function
adds d056c21213 dlfcn: Implement the RTLD_DI_PHDR request type for dlinfo
No new revisions were added by this update.
Summary of changes:
Makeconfig | 9 --
Makerules | 7 --
benchtests/Makefile | 55 +++++++-----
config.make.in | 1 -
configure | 28 -------
configure.ac | 16 ----
dlfcn/Makefile | 4 +
dlfcn/dlfcn.h | 7 +-
dlfcn/dlinfo.c | 13 ++-
dlfcn/tst-dlinfo-phdr.c | 125 ++++++++++++++++++++++++++++
manual/dynlink.texi | 80 +++++++++++++++++-
sysdeps/x86_64/fpu/Makefile | 4 -
sysdeps/x86_64/fpu/bench-libmvec-skeleton.c | 12 +--
13 files changed, 267 insertions(+), 94 deletions(-)
create mode 100644 dlfcn/tst-dlinfo-phdr.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.