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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 57a1e75ce 0: update: binutils-llvm-linux-qemu: boot
new daa263fc6 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 (57a1e75ce)
\
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 1688 -> 1768 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 30488 -> 30568 bytes
04-build_llvm/console.log.xz | Bin 60412 -> 60700 bytes
05-build_abe-qemu/console.log.xz | Bin 31800 -> 30484 bytes
06-build_linux/console.log.xz | Bin 3856 -> 3372 bytes
07-boot_linux/console.log.xz | Bin 508 -> 504 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 20 ++++++++++----------
results | 2 +-
11 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_gnu_native_build/master-arm
in repository toolchain/ci/glibc.
from e5fa62b8db AArch64: Check for SVE in ifuncs [BZ #28744]
adds d5b0046e3d ttydefaults.h: Fix CSTATUS to control-t
adds acbaad31e8 elf: Fix fences in _dl_find_object_update (bug 28745)
adds 6b0978c14a Restore ENTRY_POINT definition on hppa, ia64 (bug 28749)
No new revisions were added by this update.
Summary of changes:
elf/dl-find_object.c | 162 ++++++++++++++++++++++----------------
elf/dl-find_object.h | 44 ++++++++---
elf/tst-dl_find_object-threads.c | 4 +-
sysdeps/generic/sys/ttydefaults.h | 6 +-
sysdeps/hppa/entry.h | 8 ++
sysdeps/ia64/entry.h | 8 ++
6 files changed, 150 insertions(+), 82 deletions(-)
create mode 100644 sysdeps/hppa/entry.h
create mode 100644 sysdeps/ia64/entry.h
--
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_native_build/master-arm
in repository toolchain/ci/linux.
from 75acfdb6fd92 Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm [...]
adds 0daf5cb217a9 ftrace/samples: Add missing prototypes direct functions
adds 823e670f7ed6 tracing: Fix check for trace_percpu_buffer validity in get [...]
adds f28439db470c tracing: Tag trace_percpu_buffer as a percpu pointer
adds b2b436ec0205 Merge tag 'trace-v5.16-rc8' of git://git.kernel.org/pub/sc [...]
adds 8ff5f5d9d8cf RDMA/rxe: Prevent double freeing rxe_map_set()
adds 4163cb3d1980 Revert "RDMA/mlx5: Fix releasing unallocated memory in der [...]
adds 7694a7de22c5 RDMA/uverbs: Check for null return of kmalloc_array
adds b35a0f4dd544 RDMA/core: Don't infoleak GRH fields
adds ddec8ed2d490 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
adds eaa090538e8d drm/amd/pm: keep the BACO feature enabled for suspend
adds 9a45ac2320d0 fbdev: fbmem: add a helper to determine if an aperture is [...]
adds b95dc06af3e6 drm/amdgpu: disable runpm if we are the primary adapter
adds 936a93775b7c Merge tag 'amd-drm-fixes-5.16-2021-12-31' of ssh://gitlab. [...]
adds 7a6043cc2e86 Merge tag 'drm-fixes-2022-01-07' of git://anongit.freedesk [...]
adds 597cb7968cb6 KVM: SEV: Mark nested locking of kvm->lock
adds fffb53237807 KVM: x86: Check for rmaps allocation
adds 24556728c305 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
No new revisions were added by this update.
Summary of changes:
arch/x86/kvm/debugfs.c | 3 ++
arch/x86/kvm/svm/sev.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 28 +++++++++++++++++
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 6 ++++
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 8 ++++-
drivers/infiniband/core/uverbs_marshall.c | 2 +-
drivers/infiniband/core/uverbs_uapi.c | 3 ++
drivers/infiniband/hw/mlx5/mlx5_ib.h | 6 ++--
drivers/infiniband/hw/mlx5/mr.c | 26 ++++++++--------
drivers/infiniband/sw/rxe/rxe_mr.c | 16 +++++-----
drivers/video/fbdev/core/fbmem.c | 47 +++++++++++++++++++++++++++++
include/linux/fb.h | 1 +
kernel/trace/trace.c | 6 ++--
samples/ftrace/ftrace-direct-modify.c | 3 ++
samples/ftrace/ftrace-direct-multi-modify.c | 3 ++
samples/ftrace/ftrace-direct-too.c | 3 ++
samples/ftrace/ftrace-direct.c | 2 ++
18 files changed, 136 insertions(+), 30 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_native_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 4e017ce29 0: update: binutils-gcc-linux-glibc-gdb: 6
new b78a454fc 0: update: binutils-gcc-linux-glibc-gdb: 6
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 (4e017ce29)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
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 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 52508 -> 52724 bytes
05-build_abe-gcc/console.log.xz | Bin 226732 -> 226940 bytes
06-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
07-build_abe-linux/console.log.xz | Bin 9804 -> 8836 bytes
08-build_abe-glibc/console.log.xz | Bin 230440 -> 231188 bytes
09-build_abe-gdb/console.log.xz | Bin 48336 -> 48168 bytes
10-check_regression/console.log.xz | Bin 420 -> 420 bytes
11-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 24 ++++++++++++------------
11 files changed, 20 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.