This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allnoconfig
in repository toolchain/ci/gcc.
from 92e43afb5f2 Daily bump.
adds c653c45fe91 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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_kernel/gnu-release-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 12de48cf 0: update: binutils-gcc-linux: boot
new 38aebabd 0: update: binutils-gcc-linux: 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 (12de48cf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 166 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11135 ++++++++-------
04-build_abe-stage1/console.log | 14144 ++++++++++---------
05-build_linux/console.log | 774 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 26692 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
10 files changed, 26691 insertions(+), 26676 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_kernel/llvm-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/linux.
from 510c9788991c Merge tag 'Wimplicit-fallthrough-5.5-rc2' of git://git.ker [...]
adds 5e787dbf659f devtmpfs: use do_mount() instead of ksys_mount()
adds d4440aac83d1 initrd: use do_mount() instead of ksys_mount()
adds cccaa5e33525 init: use do_mount() instead of ksys_mount()
adds b49a733d684e init: unify opening /dev/console as stdin/stdout/stderr
adds 8243186f0cc7 fs: remove ksys_dup()
adds 2e6d304515ba Merge branch 'remove-ksys-mount-dup' of git://git.kernel.o [...]
adds fa2ac657f978 xen-blkback: prevent premature module unload
adds c673ec61ade8 xen/balloon: fix ballooned page accounting without hotplug [...]
adds b01d7cb41ff5 Merge tag 'for-linus-5.5b-rc2-tag' of git://git.kernel.org [...]
adds 0e72a2f9c1a3 riscv: Fix build dependency for loader
adds bc3e8f5d42d5 riscv: only select serial sifive if TTY is enabled
adds 1522d9da40bd Merge tag 'riscv/for-v5.5-rc2' of git://git.kernel.org/pub [...]
adds 44a7b6759000 RDMA/cma: add missed unregister_pernet_subsys in init failure
adds 71bbac6e2f23 Update mailmap info for Steve Wise
adds 2030abddec68 rxe: correctly calculate iCRC for unaligned payloads
adds 33df2f1929df RDMA/counter: Prevent auto-binding a QP which are not trac [...]
adds 89f988d93c62 IB/mlx4: Follow mirror sequence of device add during devic [...]
adds ed9085fed9d9 IB/mlx5: Fix steering rule of drop and count
adds 7a763d18ff2a IB/core: Introduce rdma_user_mmap_entry_insert_range() API
adds dc2316eba73f IB/mlx5: Fix device memory flows
adds 9603e2210443 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
adds d1eef1c61974 Linux 5.5-rc2
new 7de7de7ca0ae Fix root mounting with no mount options
new 4c80ba392bf6 iommu: fix KASAN use-after-free in iommu_insert_resv_region
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:
.mailmap | 2 +
Makefile | 2 +-
arch/riscv/Kconfig.socs | 4 +-
arch/riscv/boot/Makefile | 2 +-
drivers/base/devtmpfs.c | 6 +-
drivers/block/xen-blkback/xenbus.c | 10 +++
drivers/infiniband/core/cma.c | 1 +
drivers/infiniband/core/counters.c | 3 +
drivers/infiniband/core/ib_core_uverbs.c | 48 ++++++++---
drivers/infiniband/hw/mlx4/main.c | 9 ++-
drivers/infiniband/hw/mlx5/cmd.c | 16 ++--
drivers/infiniband/hw/mlx5/cmd.h | 2 +-
drivers/infiniband/hw/mlx5/main.c | 133 ++++++++++++++++++++-----------
drivers/infiniband/hw/mlx5/mlx5_ib.h | 19 ++++-
drivers/infiniband/sw/rxe/rxe_recv.c | 2 +-
drivers/infiniband/sw/rxe/rxe_req.c | 6 ++
drivers/infiniband/sw/rxe/rxe_resp.c | 7 ++
drivers/iommu/iommu.c | 4 +-
drivers/xen/balloon.c | 3 +-
fs/file.c | 7 +-
fs/namespace.c | 10 +--
include/linux/device.h | 4 +-
include/linux/initrd.h | 2 +
include/linux/syscalls.h | 3 -
include/rdma/ib_verbs.h | 5 ++
init/do_mounts.c | 33 ++++++--
init/do_mounts_initrd.c | 11 +--
init/main.c | 31 +++++--
28 files changed, 264 insertions(+), 121 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_kernel/llvm-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 0baacb2e 0: update: llvm-linux: boot
new d16155ea 0: update: llvm-linux: 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 (0baacb2e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 220 +-
02-build_llvm/console.log | 11968 +++++++++++++++++------------------
03-build_linux/console.log | 676 +-
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 10 +-
console.log | 12884 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 12889 insertions(+), 12889 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_kernel/llvm-release-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 9eb01da7 0: update: llvm-linux: all
new 49a35165 0: update: llvm-linux: all
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 (9eb01da7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-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 | 166 +-
02-build_llvm/console.log | 12054 +++++++++++++++++------------------
03-build_linux/console.log | 804 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 13030 +++++++++++++++++++-------------------
jenkins/manifest.sh | 6 +-
8 files changed, 13033 insertions(+), 13033 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_kernel/gnu-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards c69adb6f 0: update: binutils-gcc-linux: all
new 98a55522 0: update: binutils-gcc-linux: all
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 (c69adb6f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 166 +-
02-prepare_abe/console.log | 250 +-
03-build_abe-binutils/console.log | 11682 ++++++------
04-build_abe-stage1/console.log | 16034 ++++++++--------
05-build_linux/console.log | 7730 ++++----
06-boot_linux/console.log | 6 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 35880 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
10 files changed, 35897 insertions(+), 35869 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 gcc.
from a6d78b52f7a rs6000: Use symbolic names for the CR fields in more cases
new 1d858c08136 Add pp_write_text_as_html_like_dot_to_stream
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/ChangeLog | 6 ++++++
gcc/pretty-print.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/pretty-print.h | 3 +++
3 files changed, 57 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.