This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch arm/morello/main
in repository glibc.
from 78412dcc6a cheri: Update the static tls requirement of the libc
new 28f19db3b8 TODO: update cheri_perms.h
new dac0b184e7 TODO(uapi): mmap perm emulation
new 418ede06d7 aarch64: morello: define PROT_MAX
new 44283b4f2f cheri: malloc: Ensure the mappings have RW permission
new 40b60cc1db cheri: elf: Fix segment mapping permissions
new b2854b0bcc cheri: nptl: Fix thread stack capability permissions
new cef9089a68 cheri: Fix capability permissions of PROT_NONE map in locarchive
new df30ef1b0d cheri: Fix capability permissions of PROT_NONE maps in test code
new e8d0e61aa2 TODO(uapi): cheri: start: restrict auxv capability permissions
new 45b4ae2ffd TODO: more l_addr cleanup
new 057a635835 TODO: use empty wordcopy.c
new 0e893e3d68 TODO: use empty dl-symaddr.c
new a46c1b96f3 TODO: fix variadic syscalls
new bf969db943 aarch64: morello: add prctl with correct vararg handling
new 8593166279 Revert "TODO(l_addr): cheri: rtld: elfptr_t fix in rtld.c pr [...]
new 782fb76092 Revert "TODO(relro): cheri: make __attribute_relro a nop"
new 3295936b27 Revert "TODO(drop): aarch64: morello: CPU feature detection [...]
new c5872cb18b Revert "TODO(gprof): aarch64: morello: add gprof profiling s [...]
new a6e4d0bbd7 Revert "TODO(audit): aarch64: morello: add _dl_runtime_profi [...]
new 7a76b94bab TODO: fix _dl_runtime_profile entry after revert
new 8a4566d712 Revert "Fix elf/tst-tls20 stack OOB access"
new 829e179a52 Fix elf/tst-tls20 stack OOB access
The 22 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:
elf/dl-map-segments.h | 17 +-
elf/dl-reloc.c | 2 +-
elf/dl-support.c | 2 +
elf/rtld.c | 4 +-
elf/tst-tls20.c | 2 +-
include/libc-symbols.h | 6 +-
locale/programs/locarchive.c | 10 +-
malloc/malloc.c | 10 +-
nptl/allocatestack.c | 10 +-
support/blob_repeat.c | 2 +-
support/support_stack_alloc.c | 2 +-
support/xunistd.h | 8 +
sysdeps/aarch64/bits/link.h | 19 ---
sysdeps/aarch64/dl-symaddr.c | 17 --
sysdeps/aarch64/morello/cheri_perms.h | 24 ++-
sysdeps/aarch64/morello/dl-machine.h | 2 +
sysdeps/aarch64/morello/dl-trampoline.S | 179 +--------------------
sysdeps/aarch64/morello/start.c | 2 +
sysdeps/aarch64/multiarch/init-arch.h | 4 +-
sysdeps/aarch64/sysdep.h | 42 +----
sysdeps/aarch64/wordcopy.c | 17 --
sysdeps/unix/sysv/linux/aarch64/bits/mman.h | 3 +
sysdeps/unix/sysv/linux/aarch64/clone.S | 5 +
sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 3 -
sysdeps/unix/sysv/linux/aarch64/cpu-features.h | 6 -
.../linux/aarch64/{ioctl.S => morello/prctl.S} | 37 +++--
sysdeps/unix/sysv/linux/aarch64/syscall.S | 13 ++
sysdeps/unix/sysv/linux/mmap64.c | 17 ++
sysdeps/unix/sysv/linux/tst-pkey.c | 2 +-
29 files changed, 153 insertions(+), 314 deletions(-)
copy sysdeps/unix/sysv/linux/aarch64/{ioctl.S => morello/prctl.S} (63%)
--
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_lto_lean
in repository toolchain/ci/base-artifacts.
from dabd881354 71: onsuccess: #455: 2: Success after binutils/gcc: 43 commits
new d8e1fb7de6 72: onsuccess: #456: 2: Success after binutils/gcc: 35 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 1692 -> 1696 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 38492 -> 38240 bytes
.../console.log.xz | Bin 522088 -> 521252 bytes
06-check_regression/console.log.xz | Bin 3216 -> 3120 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, 15 insertions(+), 24 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 release/2.36/master
in repository glibc.
from 9273b2d0e9 Avoid undefined behaviour in ibm128 implementation of llroun [...]
new 7b7dfbb0cb linux: Fix generic struct_stat for 64 bit time (BZ# 29657)
new a1dc0be03c elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_x
The 2 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:
NEWS | 2 +
elf/dl-lookup.c | 17 +++
.../unix/sysv/linux/{ => arm}/bits/struct_stat.h | 2 +-
sysdeps/unix/sysv/linux/bits/struct_stat.h | 116 +++++++++------------
.../linux/{generic => csky}/bits/struct_stat.h | 28 +++--
.../unix/sysv/linux/{ => hppa}/bits/struct_stat.h | 2 +-
.../linux/{generic => nios2}/bits/struct_stat.h | 28 +++--
.../unix/sysv/linux/{ => sh}/bits/struct_stat.h | 2 +-
8 files changed, 110 insertions(+), 87 deletions(-)
copy sysdeps/unix/sysv/linux/{ => arm}/bits/struct_stat.h (99%)
copy sysdeps/unix/sysv/linux/{generic => csky}/bits/struct_stat.h (92%)
copy sysdeps/unix/sysv/linux/{ => hppa}/bits/struct_stat.h (99%)
rename sysdeps/unix/sysv/linux/{generic => nios2}/bits/struct_stat.h (92%)
copy sysdeps/unix/sysv/linux/{ => sh}/bits/struct_stat.h (99%)
--
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_fx/llvm-master-aarch64-cpu2017rate-O3
in repository toolchain/ci/base-artifacts.
from 85bdff2eec 3: force: #59: -6: Failure after gcc: 1462 commits
new c539f74a0c 4: force: #60: -6: Failure after basepoints/gcc-13-1095-g1b6 [...]
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 1680 -> 1632 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 31268 -> 31212 bytes
04-build_abe-stage1/console.log.xz | Bin 72824 -> 71904 bytes
06-build_abe-linux/console.log.xz | Bin 8684 -> 8716 bytes
07-build_abe-glibc/console.log.xz | Bin 241356 -> 241120 bytes
08-build_abe-stage2/console.log.xz | Bin 134528 -> 132972 bytes
11-check_regression/console.log.xz | Bin 3348 -> 3116 bytes
11-check_regression/mail-body.txt | 36 +++++++++-----------------
11-check_regression/results.regressions | 11 --------
dashboard/dashboard-generate.sh | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 44 ++++++++++----------------------
mail/mail-subject.txt | 2 +-
manifest.sh | 12 ++++-----
results | 11 --------
results_id.first | 1 +
18 files changed, 36 insertions(+), 87 deletions(-)
delete mode 100644 11-check_regression/results.regressions
create mode 100644 results_id.first
--
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 release/2.35/master
in repository glibc.
from 8d125a1f91 elf: Do not completely clear reused namespace in dlmopen (bu [...]
new 3362566e84 linux: Fix generic struct_stat for 64 bit time (BZ# 29657)
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:
NEWS | 2 +
.../unix/sysv/linux/{ => arm}/bits/struct_stat.h | 2 +-
sysdeps/unix/sysv/linux/bits/struct_stat.h | 116 +++++++++------------
.../linux/{generic => csky}/bits/struct_stat.h | 28 +++--
.../unix/sysv/linux/{ => hppa}/bits/struct_stat.h | 2 +-
.../linux/{generic => nios2}/bits/struct_stat.h | 28 +++--
.../unix/sysv/linux/{ => sh}/bits/struct_stat.h | 2 +-
7 files changed, 93 insertions(+), 87 deletions(-)
copy sysdeps/unix/sysv/linux/{ => arm}/bits/struct_stat.h (99%)
copy sysdeps/unix/sysv/linux/{generic => csky}/bits/struct_stat.h (92%)
copy sysdeps/unix/sysv/linux/{ => hppa}/bits/struct_stat.h (99%)
rename sysdeps/unix/sysv/linux/{generic => nios2}/bits/struct_stat.h (92%)
copy sysdeps/unix/sysv/linux/{ => sh}/bits/struct_stat.h (99%)
--
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 glibc.
from 891a7958a2 elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_x
new a8e72913fe aarch64: Cleanup memset ifunc
new e6f3fe362f aarch64: Use memcpy_simd as the default memcpy
The 2 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:
sysdeps/aarch64/memcpy.S | 192 +++++++++------------
sysdeps/aarch64/multiarch/Makefile | 1 -
sysdeps/aarch64/multiarch/ifunc-impl-list.c | 4 +-
sysdeps/aarch64/multiarch/memcpy.c | 4 -
sysdeps/aarch64/multiarch/memcpy_advsimd.S | 248 ----------------------------
sysdeps/aarch64/multiarch/memmove.c | 4 -
sysdeps/aarch64/multiarch/memset.c | 41 +++--
7 files changed, 107 insertions(+), 387 deletions(-)
delete mode 100644 sysdeps/aarch64/multiarch/memcpy_advsimd.S
--
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 d80b7744c6a i386: add reset_cpu_feature
new a87819b8f1b Check if varying may also be non-negative.
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/gimple-range-fold.cc | 8 ++++++++
1 file changed, 8 insertions(+)
--
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_ubsan
in repository toolchain/ci/base-artifacts.
from 0cf9be31e5 75: onsuccess: #504: 2: Success after binutils/gcc: 48 commits
new 09b1cd02d4 76: onsuccess: #505: 2: Success after binutils/gcc: 37 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 1680 -> 1696 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2780 bytes
04-build_abe-binutils/console.log.xz | Bin 38180 -> 39732 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 330824 -> 329524 bytes
06-check_regression/console.log.xz | Bin 3116 -> 3108 bytes
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 +++++++++---------
12 files changed, 15 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.