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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 88a70fd4 0: update: llvm-linux: 16
new 296bf2bf 0: update: llvm-linux: 16
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 (88a70fd4)
\
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 | 220 +-
02-build_llvm/console.log | 11694 +++++++++++++++++-----------------
03-build_linux/console.log | 812 +--
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 14 +-
console.log | 12762 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12775 insertions(+), 12743 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-mainline-allmodconfig
in repository toolchain/ci/linux.
from 2a11c76e5301 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
adds 2bcbeaefde2f mm/hmm: always return EBUSY for invalid ranges in hmm_rang [...]
adds 02712bc32508 mm/hmm: move hmm_vma_range_done and hmm_vma_fault to nouveau
adds 5fbcf5015db8 nouveau: remove the block parameter to nouveau_range_fault
adds de4ee728465f nouveau: unlock mmap_sem on all errors from nouveau_range_fault
adds 515f12b9eeed Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/ [...]
adds d5121ffebc38 RDMA/siw: Fix error return code in siw_init_module()
adds 60c3becfd1a1 RDMA/hns: Fix sg offset non-zero issue
adds cd48a8208723 IB/hfi1: Check for error on call to alloc_rsm_map_table
adds 2b74c878b0ea IB/hfi1: Unreserve a flushed OPFN request
adds dc25b239ebea IB/hfi1: Field not zero-ed when allocating TID flow memory
adds f4d46119f214 IB/hfi1: Drop all TID RDMA READ RESP packets after r_next_psn
adds c56b593d2af4 RDMA/bnxt_re: Honor vlan_id in GID entry comparison
adds b7f406bb883b IB/mlx5: Replace kfree with kvfree
adds af0653d56657 RDMA/siw: Remove set but not used variables 'rv'
adds 6a053953739d IB/mlx5: Fix unreg_umr to ignore the mkey state
adds afd1417404fb IB/mlx5: Use direct mkey destroy command upon UMR unreg failure
adds 9ec4483a3f0f IB/mlx5: Move MRs to a kernel PD when freeing them to the [...]
adds b9332dad9870 IB/mlx5: Fix clean_mr() to work in the expected order
adds 296e3a2aad09 IB/mlx5: Prevent concurrent MR updates during invalidation
adds a379d1ce32f1 IB/core: Fix querying total rdma stats
adds d191152f43a5 IB/counters: Always initialize the port counter object
adds b7165bd0d6cb IB/mlx5: Fix RSS Toeplitz setup to be aligned with the HW [...]
adds 32a024b9a9f3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
adds 36876b30d214 selftests: kmod: Fix typo in kmod.sh
adds 399ea57a4c8b selftests/x86: fix spelling mistake "FAILT" -> "FAIL"
adds 2e05ec4834f9 selftests: mlxsw: Fix typo in qos_mc_aware.sh
adds 527d37e9e575 selftests/livepatch: add test skip handling
adds 2f6f0a996218 Merge tag 'linux-kselftest-5.3-rc3' of git://git.kernel.or [...]
adds a1f32eeca60e f2fs: use generic checking and prep function for FS_IOC_SETFLAGS
adds 6fc93c4e0ad1 f2fs: use generic checking function for FS_IOC_FSSETXATTR
adds d5e5efa250cd f2fs: remove redundant check from f2fs_setflags_common()
adds 543b8c468f55 f2fs: fix to read source block before invalidating it
adds 38fb6d0ea342 f2fs: use EINVAL for superblock with invalid magic
adds 0572d7668a58 Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/s [...]
adds 3884ae44f412 pidfd: remove obsolete comments from test
adds 1caf7d50f46b pidfd: Add warning if exit_state is 0 during notification
adds 30b692d3b390 exit: make setting exit_state consistent
adds 629f8205a6cc Merge tag 'for-linus-20190730' of git://git.kernel.org/pub [...]
adds 61c30c98ef17 dax: Fix missed wakeup in put_unlocked_entry()
adds 4010b622f1d2 Merge branch 'dax-fix-5.3-rc3' of git://git.kernel.org/pub [...]
No new revisions were added by this update.
Summary of changes:
Documentation/vm/hmm.rst | 2 +-
drivers/gpu/drm/nouveau/nouveau_svm.c | 47 ++++++++++++++-
drivers/infiniband/core/counters.c | 11 ++--
drivers/infiniband/hw/bnxt_re/ib_verbs.c | 7 ++-
drivers/infiniband/hw/bnxt_re/qplib_res.c | 13 ++--
drivers/infiniband/hw/bnxt_re/qplib_res.h | 2 +-
drivers/infiniband/hw/bnxt_re/qplib_sp.c | 14 +++--
drivers/infiniband/hw/bnxt_re/qplib_sp.h | 7 ++-
drivers/infiniband/hw/hfi1/chip.c | 11 +++-
drivers/infiniband/hw/hfi1/rc.c | 2 -
drivers/infiniband/hw/hfi1/tid_rdma.c | 43 +------------
drivers/infiniband/hw/hns/hns_roce_db.c | 15 ++---
drivers/infiniband/hw/mlx5/mlx5_ib.h | 1 +
drivers/infiniband/hw/mlx5/mr.c | 23 ++++---
drivers/infiniband/hw/mlx5/odp.c | 7 ++-
drivers/infiniband/hw/mlx5/qp.c | 13 ++--
drivers/infiniband/sw/siw/siw_cm.c | 3 +-
drivers/infiniband/sw/siw/siw_main.c | 1 +
fs/dax.c | 2 +-
fs/f2fs/file.c | 63 +++++++------------
fs/f2fs/gc.c | 70 +++++++++++-----------
fs/f2fs/super.c | 48 +++++++--------
include/linux/hmm.h | 54 -----------------
include/rdma/rdmavt_qp.h | 9 ++-
kernel/exit.c | 5 +-
kernel/signal.c | 1 +
mm/hmm.c | 10 ++--
.../selftests/drivers/net/mlxsw/qos_mc_aware.sh | 4 +-
tools/testing/selftests/kmod/kmod.sh | 6 +-
tools/testing/selftests/livepatch/functions.sh | 20 +++++++
tools/testing/selftests/pidfd/pidfd_test.c | 6 +-
tools/testing/selftests/x86/test_vsyscall.c | 2 +-
32 files changed, 251 insertions(+), 271 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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards ae74a884 0: update: llvm-linux: 19642
new 5a33da6d 0: update: llvm-linux: 19642
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 (ae74a884)
\
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 | 72 +-
02-build_llvm/console.log | 11600 +++++++++++++++++-----------------
03-build_linux/console.log | 1274 ++--
05-check_regression/console.log | 8 +-
console.log | 12954 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
6 files changed, 12958 insertions(+), 12958 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-master-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 5a730db8 0: update: llvm-linux: 17887
new d98bd81d 0: update: llvm-fa42f428583096aa1613021b727807fd61b3025a: 17887
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 (5a730db8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 11998 +++++++++++++++++-----------------
03-build_linux/console.log | 789 +--
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 163 -
console.log | 13122 +++++++++++++++++++-------------------
jenkins/manifest.sh | 11 +-
7 files changed, 12829 insertions(+), 13426 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-defconfig
in repository toolchain/ci/linux.
from 2a11c76e5301 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
adds 2bcbeaefde2f mm/hmm: always return EBUSY for invalid ranges in hmm_rang [...]
adds 02712bc32508 mm/hmm: move hmm_vma_range_done and hmm_vma_fault to nouveau
adds 5fbcf5015db8 nouveau: remove the block parameter to nouveau_range_fault
adds de4ee728465f nouveau: unlock mmap_sem on all errors from nouveau_range_fault
adds 515f12b9eeed Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/ [...]
adds d5121ffebc38 RDMA/siw: Fix error return code in siw_init_module()
adds 60c3becfd1a1 RDMA/hns: Fix sg offset non-zero issue
adds cd48a8208723 IB/hfi1: Check for error on call to alloc_rsm_map_table
adds 2b74c878b0ea IB/hfi1: Unreserve a flushed OPFN request
adds dc25b239ebea IB/hfi1: Field not zero-ed when allocating TID flow memory
adds f4d46119f214 IB/hfi1: Drop all TID RDMA READ RESP packets after r_next_psn
adds c56b593d2af4 RDMA/bnxt_re: Honor vlan_id in GID entry comparison
adds b7f406bb883b IB/mlx5: Replace kfree with kvfree
adds af0653d56657 RDMA/siw: Remove set but not used variables 'rv'
adds 6a053953739d IB/mlx5: Fix unreg_umr to ignore the mkey state
adds afd1417404fb IB/mlx5: Use direct mkey destroy command upon UMR unreg failure
adds 9ec4483a3f0f IB/mlx5: Move MRs to a kernel PD when freeing them to the [...]
adds b9332dad9870 IB/mlx5: Fix clean_mr() to work in the expected order
adds 296e3a2aad09 IB/mlx5: Prevent concurrent MR updates during invalidation
adds a379d1ce32f1 IB/core: Fix querying total rdma stats
adds d191152f43a5 IB/counters: Always initialize the port counter object
adds b7165bd0d6cb IB/mlx5: Fix RSS Toeplitz setup to be aligned with the HW [...]
adds 32a024b9a9f3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
adds 36876b30d214 selftests: kmod: Fix typo in kmod.sh
adds 399ea57a4c8b selftests/x86: fix spelling mistake "FAILT" -> "FAIL"
adds 2e05ec4834f9 selftests: mlxsw: Fix typo in qos_mc_aware.sh
adds 527d37e9e575 selftests/livepatch: add test skip handling
adds 2f6f0a996218 Merge tag 'linux-kselftest-5.3-rc3' of git://git.kernel.or [...]
adds a1f32eeca60e f2fs: use generic checking and prep function for FS_IOC_SETFLAGS
adds 6fc93c4e0ad1 f2fs: use generic checking function for FS_IOC_FSSETXATTR
adds d5e5efa250cd f2fs: remove redundant check from f2fs_setflags_common()
adds 543b8c468f55 f2fs: fix to read source block before invalidating it
adds 38fb6d0ea342 f2fs: use EINVAL for superblock with invalid magic
adds 0572d7668a58 Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/s [...]
adds 3884ae44f412 pidfd: remove obsolete comments from test
adds 1caf7d50f46b pidfd: Add warning if exit_state is 0 during notification
adds 30b692d3b390 exit: make setting exit_state consistent
adds 629f8205a6cc Merge tag 'for-linus-20190730' of git://git.kernel.org/pub [...]
adds 61c30c98ef17 dax: Fix missed wakeup in put_unlocked_entry()
adds 4010b622f1d2 Merge branch 'dax-fix-5.3-rc3' of git://git.kernel.org/pub [...]
No new revisions were added by this update.
Summary of changes:
Documentation/vm/hmm.rst | 2 +-
drivers/gpu/drm/nouveau/nouveau_svm.c | 47 ++++++++++++++-
drivers/infiniband/core/counters.c | 11 ++--
drivers/infiniband/hw/bnxt_re/ib_verbs.c | 7 ++-
drivers/infiniband/hw/bnxt_re/qplib_res.c | 13 ++--
drivers/infiniband/hw/bnxt_re/qplib_res.h | 2 +-
drivers/infiniband/hw/bnxt_re/qplib_sp.c | 14 +++--
drivers/infiniband/hw/bnxt_re/qplib_sp.h | 7 ++-
drivers/infiniband/hw/hfi1/chip.c | 11 +++-
drivers/infiniband/hw/hfi1/rc.c | 2 -
drivers/infiniband/hw/hfi1/tid_rdma.c | 43 +------------
drivers/infiniband/hw/hns/hns_roce_db.c | 15 ++---
drivers/infiniband/hw/mlx5/mlx5_ib.h | 1 +
drivers/infiniband/hw/mlx5/mr.c | 23 ++++---
drivers/infiniband/hw/mlx5/odp.c | 7 ++-
drivers/infiniband/hw/mlx5/qp.c | 13 ++--
drivers/infiniband/sw/siw/siw_cm.c | 3 +-
drivers/infiniband/sw/siw/siw_main.c | 1 +
fs/dax.c | 2 +-
fs/f2fs/file.c | 63 +++++++------------
fs/f2fs/gc.c | 70 +++++++++++-----------
fs/f2fs/super.c | 48 +++++++--------
include/linux/hmm.h | 54 -----------------
include/rdma/rdmavt_qp.h | 9 ++-
kernel/exit.c | 5 +-
kernel/signal.c | 1 +
mm/hmm.c | 10 ++--
.../selftests/drivers/net/mlxsw/qos_mc_aware.sh | 4 +-
tools/testing/selftests/kmod/kmod.sh | 6 +-
tools/testing/selftests/livepatch/functions.sh | 20 +++++++
tools/testing/selftests/pidfd/pidfd_test.c | 6 +-
tools/testing/selftests/x86/test_vsyscall.c | 2 +-
32 files changed, 251 insertions(+), 271 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-defconfig
in repository toolchain/ci/base-artifacts.
discards ca2b8aeb 2: update: llvm-linux: 25
new 7e365167 2: update: llvm-linux: 25
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 (ca2b8aeb)
\
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 | 184 +-
02-build_llvm/console.log | 11704 +++++++++++++++++------------------
03-build_linux/console.log | 690 +--
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 49 +-
console.log | 12635 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12640 insertions(+), 12638 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 llvm.
from 5d2f373bc6d gn build: Add build files for compiler-rt/lib/profile
new d44a8316ba0 [MemorySSA] Add additional verification for phis.
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:
include/llvm/Analysis/MemorySSA.h | 1 +
lib/Analysis/MemorySSA.cpp | 42 ++++++++++++++++++++++++++++++++++
lib/Analysis/MemorySSAUpdater.cpp | 2 +-
test/Analysis/MemorySSA/unreachable.ll | 31 +++++++++++++++++++++++++
4 files changed, 75 insertions(+), 1 deletion(-)
create mode 100644 test/Analysis/MemorySSA/unreachable.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.