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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards b51c7719 10: update: llvm-linux: 17560
new 49cc6dbb 10: update: llvm-linux: 17560
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 (b51c7719)
\
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 | 182 +-
02-build_llvm/console.log | 12530 ++++++++++++------------
03-build_linux/console.log | 6928 +++++++-------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 6 +-
console.log | 19648 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 19663 insertions(+), 19643 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 annotated tag v5.5-rc2
in repository linux.
at ff88a16e78d4 (tag)
tagging d1eef1c619749b2a57e514a3fa67d9a516ffa919 (commit)
replaces v5.5-rc1
tagged by Linus Torvalds
on Sun Dec 15 15:16:15 2019 -0800
- Log -----------------------------------------------------------------
Linux 5.5-rc2
-----BEGIN PGP SIGNATURE-----
iQFSBAABCAA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAl32vr8eHHRvcnZhbGRz
QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiG7osIAIWygNH6YAaKYzUY
aFeAT/z5KjQjLXUVDsI2Zhk4cxp2anchCdkNaU37HG5BFey7huRHG5lBDytzTZae
9f8othqjAn2yQTdOx8U8T8Mes0Zki9ZQDEK3JZydgJom4sjLWB5ue6hoZC0jps7H
ar5cX2KHI8NwJKtfSGdQGrhu6jjBPKF3Rj61XhCRlggfG2rZHiVnWV1i66dQPBLE
oUxeZStIiov0DeeFpKNlRgbd5uOqTqUqdh6ybpicfBW/QWk1s+4YJBDQnzeKNzDL
UfeMlXNSr/DPccPkP8Yzf80NasmCYj8X/5OhrrOxs8qGZ4HxvQnmM61xVlT4eGEW
ZbBwQDI=
=9fts
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 44a7b6759000 RDMA/cma: add missed unregister_pernet_subsys in init failure
new 71bbac6e2f23 Update mailmap info for Steve Wise
new 2030abddec68 rxe: correctly calculate iCRC for unaligned payloads
new 33df2f1929df RDMA/counter: Prevent auto-binding a QP which are not trac [...]
new 89f988d93c62 IB/mlx4: Follow mirror sequence of device add during devic [...]
new ed9085fed9d9 IB/mlx5: Fix steering rule of drop and count
new 7a763d18ff2a IB/core: Introduce rdma_user_mmap_entry_insert_range() API
new dc2316eba73f IB/mlx5: Fix device memory flows
new 9603e2210443 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
new d1eef1c61974 Linux 5.5-rc2
The 10 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.
--
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 1522d9da40bd Merge tag 'riscv/for-v5.5-rc2' of git://git.kernel.org/pub [...]
new 44a7b6759000 RDMA/cma: add missed unregister_pernet_subsys in init failure
new 71bbac6e2f23 Update mailmap info for Steve Wise
new 2030abddec68 rxe: correctly calculate iCRC for unaligned payloads
new 33df2f1929df RDMA/counter: Prevent auto-binding a QP which are not trac [...]
new 89f988d93c62 IB/mlx4: Follow mirror sequence of device add during devic [...]
new ed9085fed9d9 IB/mlx5: Fix steering rule of drop and count
new 7a763d18ff2a IB/core: Introduce rdma_user_mmap_entry_insert_range() API
new dc2316eba73f IB/mlx5: Fix device memory flows
new 9603e2210443 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
new d1eef1c61974 Linux 5.5-rc2
The 10 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 +-
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 ++
include/rdma/ib_verbs.h | 5 ++
14 files changed, 181 insertions(+), 74 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-arm-lts-defconfig
in repository toolchain/ci/gcc.
from c102f45460a gcc/ChangeLog:
adds f1aae332683 PR preprocessor/92919 * charset.c (wide_str_to_charconst) [...]
adds a0e55bdac3d Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
libcpp/ChangeLog | 6 ++++++
libcpp/charset.c | 11 +++++++++++
3 files changed, 18 insertions(+), 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-master-arm-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from fb46334198 Add unlink support to moxie simulator
adds db178f47dd gdb/doc: Remove duplicate description of lookup_global_symbol
adds 37e61c4631 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/doc/ChangeLog | 5 +++++
gdb/doc/python.texi | 14 --------------
3 files changed, 6 insertions(+), 15 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-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 4539c7c3 0: update: binutils-gcc-linux: boot
new fb2bc075 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 (4539c7c3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 229 +-
02-prepare_abe/console.log | 444 +-
03-build_abe-binutils/console.log | 11382 ++++++------
04-build_abe-stage1/console.log | 20362 ++++++++++----------
05-build_linux/console.log | 3254 ++--
06-boot_linux/console.log | 470 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 36180 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
10 files changed, 36169 insertions(+), 36186 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-lts-defconfig
in repository toolchain/ci/llvm-project.
from 061a94e4e28 Revert "AArch64: Fix frame record chain"
adds 357e64e9526 [cxx_status] Fix paper number for "Concept auto" paper.
adds 95ce8f94986 [LegalizeTypes] In PromoteFloatOp_SETCC, don't both queryin [...]
adds 1dc0c8af5e7 [LegalizeTypes] Teach BitcastToInt_ATOMIC_SWAP to only crea [...]
adds 0133dc3983c [IR] Include more target specific intrinsic headers
adds 273e6742524 [analyzer] Add support for namespaces to GenericTaintChecker
adds 2afe8641184 [DAG] Add SimplifyDemandedBits support for BSWAP
adds 6080387f136 [InstSimplify] fold splat of inserted constant to vector constant
adds bbc9f6c2ef0 [clang-tidy] Add cert-oop58-cpp check The check warns when [...]
adds fd7dca98373 gn build: Merge bbc9f6c2ef0
adds aa4558497ff [clang] Improve LLVM-style RTTI support in ExternalASTSourc [...]
adds 29e78ec6798 [AST] Use a reference in a range-based for
new 8280896bd1b [lldb] Remove RTTI in ClangExternalASTSourceCommon based on [...]
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:
.../clang-tidy/cert/CERTTidyModule.cpp | 3 +
clang-tools-extra/clang-tidy/cert/CMakeLists.txt | 1 +
.../clang-tidy/cert/MutatingCopyCheck.cpp | 83 ++++++++++
.../clang-tidy/cert/MutatingCopyCheck.h | 35 ++++
clang-tools-extra/docs/ReleaseNotes.rst | 6 +
.../docs/clang-tidy/checks/cert-oop58-cpp.rst | 11 ++
clang-tools-extra/docs/clang-tidy/checks/list.rst | 1 +
.../test/clang-tidy/checkers/cert-oop58-cpp.cpp | 149 +++++++++++++++++
clang/include/clang/AST/ExternalASTSource.h | 11 +-
clang/include/clang/Sema/ExternalSemaSource.h | 16 +-
.../clang/Sema/MultiplexExternalSemaSource.h | 12 +-
clang/lib/AST/ASTContext.cpp | 4 +-
clang/lib/AST/ExternalASTSource.cpp | 2 +
clang/lib/Sema/MultiplexExternalSemaSource.cpp | 2 +
clang/lib/Sema/Sema.cpp | 1 +
.../Checkers/GenericTaintChecker.cpp | 181 ++++++++++++++-------
.../test/Analysis/Inputs/taint-generic-config.yaml | 41 +++++
clang/test/Analysis/taint-generic.cpp | 126 ++++++++++++++
clang/www/cxx_status.html | 2 +-
.../lldb/Symbol/ClangExternalASTSourceCommon.h | 14 +-
lldb/source/Symbol/ClangASTContext.cpp | 34 ++--
.../source/Symbol/ClangExternalASTSourceCommon.cpp | 38 +----
llvm/lib/Analysis/InstructionSimplify.cpp | 24 +++
.../CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 16 +-
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 10 ++
llvm/test/CodeGen/AArch64/arm64-rev.ll | 15 +-
llvm/test/CodeGen/AMDGPU/bswap.ll | 1 -
llvm/test/CodeGen/X86/atomic32.ll | 175 ++++++++++++++++++++
llvm/test/CodeGen/X86/combine-bswap.ll | 4 +-
.../InstCombine/insert-extract-shuffle.ll | 3 +-
llvm/test/Transforms/InstSimplify/shufflevector.ll | 12 +-
.../clang-tools-extra/clang-tidy/cert/BUILD.gn | 1 +
polly/lib/CodeGen/PPCGCodeGeneration.cpp | 1 +
33 files changed, 874 insertions(+), 161 deletions(-)
create mode 100644 clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.cpp
create mode 100644 clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.h
create mode 100644 clang-tools-extra/docs/clang-tidy/checks/cert-oop58-cpp.rst
create mode 100644 clang-tools-extra/test/clang-tidy/checkers/cert-oop58-cpp.cpp
create mode 100644 clang/test/Analysis/taint-generic.cpp
--
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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 1febef0d 0: update: llvm-linux: boot
new ce46b0a7 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 (1febef0d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 175 +-
02-build_llvm/console.log | 12502 +++++++++++++++----------------
03-build_linux/console.log | 1864 ++---
04-boot_linux/console.log | 466 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 29 -
console.log | 15038 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 15023 insertions(+), 15063 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/gnu-master-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards adffbb06 0: update: gcc-fdd85d8dd91ca37c4a36c6f30ec57a52f647d6e9: 1
new 8ae14db9 0: update: gcc-a0e55bdac3d857f3e7beb2e5bc50f65b04f836f8: 1
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 (adffbb06)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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 | 137 +-
02-prepare_abe/console.log | 428 +-
03-build_abe-bootstrap_O3/console.log | 91577 +++++++++++++++----------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 6 +-
console.log | 92182 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 93037 insertions(+), 91307 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.