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-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 1abda393 0: update: linux-fd1594eb706427cc0d88fdfc2c1dbecd5abe7a83: boot
new 1e5b1f6b 0: update: llvm-0e2b74a2b0b875a601851f389bf4bd2fa7b33735: 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 (1abda393)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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 | 61 +-
02-build_llvm/console.log | 11874 +++++++++++++++++----------------
03-build_linux/console.log | 1644 ++---
04-boot_linux/console.log | 464 +-
06-update_baseline/console.log | 25 +
console.log | 14068 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
7 files changed, 14070 insertions(+), 14074 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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 70092474 0: update: llvm-linux: all
new 9bb5656c 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 (70092474)
\
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 | 70 +-
02-build_llvm/console.log | 11548 +++++++++++++++++------------------
03-build_linux/console.log | 683 ++-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 25 +
console.log | 12309 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 12337 insertions(+), 12314 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 916f562fb28a Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/ [...]
new 4b2dbd566c7b vfio-mdev/samples: make some symbols static
new e66e02c4d96d vfio: vfio_pci_nvlink2: use a vma helper function
new b46c820f8f5a sample/mdev/mbochs: remove set but not used variable 'mdev_state'
new 1e4d09d2212d mdev: Send uevents around parent device registration
new 37d4607ebbbf Merge tag 'vfio-v5.3-rc1' of git://github.com/awilliam/linux-vfio
new 1ab5d1385af4 vhost: generalize adding used elem
new 7b5d753ebc22 vhost: fine grain userspace memory accessors
new 9b5e830b7120 vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()
new 4942e8254d93 vhost: introduce helpers to get the size of metadata area
new feebcaeac79a vhost: factor out setting vring addr and num
new 7f466032dc9e vhost: access vq metadata through kernel virtual address
new 0b4a7092ffe5 vhost: fix clang build warning
new 8447d84e35f2 dt-bindings: virtio-mmio: Add IOMMU description
new 6c9e92ef8bdd dt-bindings: virtio: Add virtio-pci-iommu node
new fb709b5e1cca of: Allow the iommu-map property to omit untranslated devices
new 59b099a6c75e PCI: OF: Initialize dev->fwnode appropriately
new edcd69ab9a32 iommu: Add virtio-iommu driver
new 2a5a31487445 iommu/virtio: Add probe request
new 169a126c6e88 iommu/virtio: Add event queue
new 211f70ff1daa scsi: virtio_scsi: Use struct_size() helper
new 5e663f0410fa virtio-mmio: add error check for platform_get_irq
new 3a1d5384b7de Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
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:
Documentation/devicetree/bindings/virtio/iommu.txt | 66 ++
Documentation/devicetree/bindings/virtio/mmio.txt | 30 +
MAINTAINERS | 7 +
drivers/iommu/Kconfig | 11 +
drivers/iommu/Makefile | 1 +
drivers/iommu/virtio-iommu.c | 1158 ++++++++++++++++++++
drivers/of/base.c | 10 +-
drivers/pci/of.c | 8 +
drivers/scsi/virtio_scsi.c | 2 +-
drivers/vfio/mdev/mdev_core.c | 9 +
drivers/vfio/pci/vfio_pci_nvlink2.c | 3 +-
drivers/vhost/net.c | 4 +-
drivers/vhost/vhost.c | 850 +++++++++++---
drivers/vhost/vhost.h | 43 +-
drivers/virtio/virtio_mmio.c | 7 +-
include/uapi/linux/virtio_ids.h | 1 +
include/uapi/linux/virtio_iommu.h | 161 +++
samples/vfio-mdev/mbochs.c | 3 -
samples/vfio-mdev/mtty.c | 47 +-
19 files changed, 2262 insertions(+), 159 deletions(-)
create mode 100644 Documentation/devicetree/bindings/virtio/iommu.txt
create mode 100644 drivers/iommu/virtio-iommu.c
create mode 100644 include/uapi/linux/virtio_iommu.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_kernel/llvm-master-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 05c60ec4 0: update: llvm-linux: all
new 478184f4 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 (05c60ec4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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 | 184 +-
02-build_llvm/console.log | 12057 ++++++++++++++++++-----------------
03-build_linux/console.log | 716 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 25 -
console.log | 12990 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 12966 insertions(+), 13022 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 18dba965a97 * alias.c (record_component_aliases): Do not simplify poin [...]
new 04c97420957 PR c++/90455 * g++.dg/cpp0x/nsdmi-list6.C: New test.
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/nsdmi-list6.C | 28 ++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-list6.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-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 1b04ac52 0: update: llvm-linux: boot
new 1abda393 0: update: linux-fd1594eb706427cc0d88fdfc2c1dbecd5abe7a83: 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 (1b04ac52)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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 | 184 +-
02-build_llvm/console.log | 11871 ++++++++++++++++---------------
03-build_linux/console.log | 1758 ++---
04-boot_linux/console.log | 464 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 25 -
console.log | 14308 +++++++++++++++++++-------------------
jenkins/manifest.sh | 7 +-
8 files changed, 14121 insertions(+), 14502 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 clang.
from bf866b72fd Revert [AArch64] Add support for Transactional Memory Extens [...]
new 2688e5894f [OPENMP]Fix PR42632: crash on the analysis of the OpenMP con [...]
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:
lib/AST/ParentMap.cpp | 12 ++++++++++++
test/Analysis/openmp-unsupported.c | 4 ++++
2 files changed, 16 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.