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-mainline-allnoconfig
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
new 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 [...]
new 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
new 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
new 0572d7668a58 Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/s [...]
new 3884ae44f412 pidfd: remove obsolete comments from test
new 1caf7d50f46b pidfd: Add warning if exit_state is 0 during notification
new 30b692d3b390 exit: make setting exit_state consistent
new 629f8205a6cc Merge tag 'for-linus-20190730' of git://git.kernel.org/pub [...]
adds 61c30c98ef17 dax: Fix missed wakeup in put_unlocked_entry()
new 4010b622f1d2 Merge branch 'dax-fix-5.3-rc3' of git://git.kernel.org/pub [...]
The 9 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/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-master-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 38a9fa98 0: update: llvm-linux: all
new a6d95fa6 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 (38a9fa98)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
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 | 12085 +++++++++++++++++------------------
03-build_linux/console.log | 664 +-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 12933 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
8 files changed, 12943 insertions(+), 12937 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 7573005963d GlobalISel: Replace artifact combiner checks with assert
new 7ee7e52d23d [AMDGPU] Fix high occupancy calculation and print it
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/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 8 +
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 18 +-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 21 +-
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 3 +-
lib/Target/AMDGPU/SIProgramInfo.h | 3 +
.../AMDGPU/hsa-metadata-kernel-code-props-v3.ll | 5 +-
test/CodeGen/AMDGPU/nsa-reassign.ll | 4 +-
test/CodeGen/AMDGPU/occupancy-levels.ll | 288 +++++++++++++++++++++
test/CodeGen/AMDGPU/wave32.ll | 2 +-
9 files changed, 335 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/occupancy-levels.ll
--
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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 7fa1fac1 0: update: linux-fd1594eb706427cc0d88fdfc2c1dbecd5abe7a83: boot
new 57b86b85 0: update: llvm-19a71f6bdf2dddb10764939e7f0ec2b98dba76c9: 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 (7fa1fac1)
\
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 | 12 +-
02-build_llvm/console.log | 11567 +++++++++++++++++----------------
03-build_linux/console.log | 1578 ++---
04-boot_linux/console.log | 416 +-
06-update_baseline/console.log | 25 -
console.log | 13598 +++++++++++++++++++--------------------
jenkins/manifest.sh | 6 +-
7 files changed, 13539 insertions(+), 13663 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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards a957ee9e 0: update: llvm-linux: all
new 71426d7b 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 (a957ee9e)
\
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 | 24 +-
02-build_llvm/console.log | 11624 +++++++++++++++++------------------
03-build_linux/console.log | 1066 ++--
04-boot_linux/console.log | 6 +-
console.log | 12720 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
results | 2 +-
7 files changed, 12746 insertions(+), 12706 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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 8912af0f 0: update: llvm-linux: boot
new 7fa1fac1 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 (8912af0f)
\
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 | 219 +-
02-build_llvm/console.log | 11605 ++++++++++++++++---------------
03-build_linux/console.log | 1750 ++---
04-boot_linux/console.log | 416 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 14 +-
console.log | 14012 +++++++++++++++++++-------------------
jenkins/manifest.sh | 9 +-
8 files changed, 13850 insertions(+), 14183 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 compiler-rt.
from b4a7be0b1 Remove cmake checks for MSVC 1900 / VS 2013
new 08e2a5916 [asan_symbolize] Provide better error message when extracting [...]
new a8e9d8a5e [asan_symbolize] Add `--skip-uuid-validation` option to `Modu [...]
new 3d84eae21 [asan_symbolize] More debugging output
The 3 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/asan/scripts/asan_symbolize.py | 41 ++++++++++++++++++++++++++++----------
1 file changed, 30 insertions(+), 11 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 lldb.
from f9c6636aa [TableGen] Include vector
new cf73b4e2a [TableGen] Move helpers into LLDBTableGenUtils.
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:
utils/TableGen/CMakeLists.txt | 1 +
utils/TableGen/LLDBOptionDefEmitter.cpp | 12 ++---------
utils/TableGen/LLDBPropertyDefEmitter.cpp | 14 +++----------
utils/TableGen/LLDBTableGenBackends.h | 8 +-------
utils/TableGen/LLDBTableGenUtils.cpp | 21 +++++++++++++++++++
utils/TableGen/LLDBTableGenUtils.h | 34 +++++++++++++++++++++++++++++++
6 files changed, 62 insertions(+), 28 deletions(-)
create mode 100644 utils/TableGen/LLDBTableGenUtils.cpp
create mode 100644 utils/TableGen/LLDBTableGenUtils.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.