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 68e8f248 0: update: llvm-linux: 16
new d9b25617 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 (68e8f248)
\
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 | 162 +-
02-build_llvm/console.log | 12662 +++++++++++++++++------------------
03-build_linux/console.log | 846 +--
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 32 -
console.log | 13704 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13676 insertions(+), 13740 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 e89100ef2ef libstdc++: make polymorphic_allocator throw consistent type [...]
new fd136f018e6 Fix a typo in comment.
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 | 5 +++++
gcc/collect2.c | 2 +-
2 files changed, 6 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/llvm-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/linux.
from b1da3acc781c Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org [...]
adds 6551d5c56eb0 pipe: make sure to wake up everybody when the last reader/ [...]
adds faaca0a0d48e tpm: Revert tpm_tis_spi_mod.ko to tpm_tis_spi.ko.
adds dc10e4181c05 tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LAST
adds 2b72104b8c12 Merge tag 'tpmdd-next-20200217' of git://git.infradead.org [...]
adds 8c8c5a4994a3 dma-contiguous: CMA: give precedence to cmdline
adds 91ef26f91417 dma-direct: relax addressability checks in dma_direct_supported
adds 4a47cbae0484 dma-direct: improve swiotlb error reporting
adds 75467ee48a5e dma-direct: improve DMA mask overflow reporting
adds 0a44cac81050 Merge tag 'dma-mapping-5.6' of git://git.infradead.org/use [...]
No new revisions were added by this update.
Summary of changes:
drivers/char/tpm/Makefile | 8 +--
drivers/char/tpm/tpm2-cmd.c | 2 +
.../char/tpm/{tpm_tis_spi.c => tpm_tis_spi_main.c} | 0
fs/pipe.c | 18 ++++---
include/linux/swiotlb.h | 11 ++--
kernel/dma/contiguous.c | 9 +++-
kernel/dma/direct.c | 61 +++++++++-------------
kernel/dma/swiotlb.c | 42 ++++++++-------
8 files changed, 76 insertions(+), 75 deletions(-)
rename drivers/char/tpm/{tpm_tis_spi.c => tpm_tis_spi_main.c} (100%)
--
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/llvm-project.
from f636e9feb9f [FPEnv][ARM] Don't call mutateStrictFPToFP when lowering
adds 8dbe13ff509 [libcxx] Support Python 3.8 in the test suite
adds cd5006d09d0 PR44890: Inherit explicitly-specified template arguments in [...]
adds 3dee8be1c3f llvm: Use quotes around MSVC_DIA_SDK_DIR CMake variable
adds 8de07c31c1a Fix a -Wbitwise-conditional-parentheses warning in _LIBUNWI [...]
adds 2db1f7f59a2 Restore functionality of --sysroot on FreeBSD after b18cb9c47
adds be45a5a4092 [CodeGen][Tests] Fix b3cf70427eb1e97d9b89ba6e9298c280c8a32c74
adds a0fe9e05176 [SLPVectorizer] Do not assume extracelement idx is a ConstantInt.
adds 222de784df4 [X86CmovConversion] Make heuristic for optimized cmov depth [...]
adds d5f8656a68c [clangd] Make output order of allTargetDecls deterministic
adds 7751f0c1915 Add testing for DW_OP_piece and fix a bug with small Scalar [...]
adds cab81521b5a Fix a buffer-size bug when the first DW_OP_piece is undefined
adds 5f76fcc9796 Fix unused function warning (PR44808)
No new revisions were added by this update.
Summary of changes:
clang-tools-extra/clangd/FindTarget.cpp | 81 ++++++-----
clang/include/clang/Sema/TemplateDeduction.h | 7 +
clang/lib/Driver/ToolChains/FreeBSD.cpp | 9 +-
clang/lib/Driver/ToolChains/FreeBSD.h | 12 +-
clang/lib/Sema/SemaTemplateDeduction.cpp | 2 +-
clang/test/SemaTemplate/deduction.cpp | 17 +++
libcxx/utils/libcxx/test/target_info.py | 14 +-
libunwind/src/UnwindCursor.hpp | 5 +-
lldb/source/Expression/DWARFExpression.cpp | 22 ++-
lldb/unittests/Expression/DWARFExpressionTest.cpp | 28 +++-
llvm/cmake/config-ix.cmake | 2 +-
llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp | 12 +-
llvm/lib/Target/X86/X86CmovConversion.cpp | 13 +-
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 11 +-
.../CodeGenPrepare}/PowerPC/lit.local.cfg | 0
.../test/Transforms/SLPVectorizer/X86/lookahead.ll | 150 +++++++++++++++++++++
16 files changed, 318 insertions(+), 67 deletions(-)
copy llvm/test/{Analysis/CostModel => Transforms/CodeGenPrepare}/PowerPC/lit.local [...]
--
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 074930bc 0: update: llvm-linux: boot
new b0890789 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 (074930bc)
\
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 | 166 +-
02-build_llvm/console.log | 12688 +++++++++++++++++------------------
03-build_linux/console.log | 742 +--
05-check_regression/console.log | 40 +-
06-update_baseline/console.log | 2 +-
console.log | 13638 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 13644 insertions(+), 13644 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/llvm-project.
from f636e9feb9f [FPEnv][ARM] Don't call mutateStrictFPToFP when lowering
adds 8dbe13ff509 [libcxx] Support Python 3.8 in the test suite
adds cd5006d09d0 PR44890: Inherit explicitly-specified template arguments in [...]
adds 3dee8be1c3f llvm: Use quotes around MSVC_DIA_SDK_DIR CMake variable
adds 8de07c31c1a Fix a -Wbitwise-conditional-parentheses warning in _LIBUNWI [...]
adds 2db1f7f59a2 Restore functionality of --sysroot on FreeBSD after b18cb9c47
adds be45a5a4092 [CodeGen][Tests] Fix b3cf70427eb1e97d9b89ba6e9298c280c8a32c74
adds a0fe9e05176 [SLPVectorizer] Do not assume extracelement idx is a ConstantInt.
adds 222de784df4 [X86CmovConversion] Make heuristic for optimized cmov depth [...]
adds d5f8656a68c [clangd] Make output order of allTargetDecls deterministic
adds 7751f0c1915 Add testing for DW_OP_piece and fix a bug with small Scalar [...]
adds cab81521b5a Fix a buffer-size bug when the first DW_OP_piece is undefined
adds 5f76fcc9796 Fix unused function warning (PR44808)
No new revisions were added by this update.
Summary of changes:
clang-tools-extra/clangd/FindTarget.cpp | 81 ++++++-----
clang/include/clang/Sema/TemplateDeduction.h | 7 +
clang/lib/Driver/ToolChains/FreeBSD.cpp | 9 +-
clang/lib/Driver/ToolChains/FreeBSD.h | 12 +-
clang/lib/Sema/SemaTemplateDeduction.cpp | 2 +-
clang/test/SemaTemplate/deduction.cpp | 17 +++
libcxx/utils/libcxx/test/target_info.py | 14 +-
libunwind/src/UnwindCursor.hpp | 5 +-
lldb/source/Expression/DWARFExpression.cpp | 22 ++-
lldb/unittests/Expression/DWARFExpressionTest.cpp | 28 +++-
llvm/cmake/config-ix.cmake | 2 +-
llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp | 12 +-
llvm/lib/Target/X86/X86CmovConversion.cpp | 13 +-
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 11 +-
.../CodeGenPrepare}/PowerPC/lit.local.cfg | 0
.../test/Transforms/SLPVectorizer/X86/lookahead.ll | 150 +++++++++++++++++++++
16 files changed, 318 insertions(+), 67 deletions(-)
copy llvm/test/{Analysis/CostModel => Transforms/CodeGenPrepare}/PowerPC/lit.local [...]
--
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 7857fad5 0: update: llvm-linux: all
new 39466d69 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 (7857fad5)
\
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 | 12664 +++++++++++++++++------------------
03-build_linux/console.log | 798 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 29 +
console.log | 13723 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13756 insertions(+), 13698 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 0a44cac81050 Merge tag 'dma-mapping-5.6' of git://git.infradead.org/use [...]
new bb51e669fa49 ALSA: seq: Avoid concurrent access to queue flags
new dc7497795e01 ALSA: seq: Fix concurrent access to queue current tick/time
new dfa9a5efe8b9 ALSA: rawmidi: Avoid bit fields for state flags
new a655e2b107d4 ALSA: hda/realtek - Apply quirk for MSI GP63, too
new cc5049ae4d45 ALSA: hda/realtek - Apply quirk for yet another MSI laptop
new 44eeb081b863 ALSA: hda: Use scnprintf() for printing texts for sysfs/procfs
new d1520889782d ASoC: fsl_sai: Fix exiting path on probing failure
new 9437bfda00f3 ASoC: atmel: fix atmel_ssc_set_audio link failure
new 43bcb1c05078 ALSA: hda: do not override bus codec_mask in link_get()
new 816938b272b0 ASoC: SOF: Intel: hda: fix ordering bug in resume flow
new af7aae1b1f63 ASoC: SOF: Intel: hda: move i915 init earlier
new 1880b1f1d686 ASoC: amd: Buffer Size instead of MAX Buffer
new b6570fdb96ed ASoC: codec2codec: avoid invalid/double-free of pcm runtime
new 4b8a1ca46283 ASoC: max98090: revert invalid fix for handling SHDN
new 8f486296459c ASoC: dapm: remove snd_soc_dapm_put_enum_double_locked
new 4aadf4b49ec7 ASoC: hdmi-codec: set plugged_cb to NULL when component removing
new 3bc7b6c15fff ASoC: amd: ACP needs to be powered off in BIOS.
new 96781fd941b3 ASoC: sun8i-codec: Fix setting DAI data format
new 385536090b18 Merge tag 'asoc-fix-v5.6-rc2' of https://git.kernel.org/pu [...]
new fa079ba8a98d Merge tag 'sound-5.6-rc3' of git://git.kernel.org/pub/scm/ [...]
new e7598fac323a iommu/vt-d: Fix compile warning from intel-svm.h
new 1d4615978f52 iommu/vt-d: Add attach_deferred() helper
new 034d98cc0cdc iommu/vt-d: Move deferred device attachment into helper function
new a11bfde9c77d iommu/vt-d: Do deferred attachment in iommu_need_mapping()
new 96d170f3b1a6 iommu/vt-d: Remove deferred_attach_domain()
new 1ddb32da4a62 iommu/vt-d: Simplify check in identity_mapping()
new 3dfee47b215e iommu/amd: Disable IOMMU on Stoney Ridge systems
new faf305c51aea iommu/qcom: Fix bogus detach logic
new ab362fffa0fe iommu/arm-smmu: Restore naming of driver parameter prefix
new 4b205766d8fc Merge tag 'iommu-fixes-v5.6-rc2' of git://git.kernel.org/p [...]
The 30 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:
drivers/iommu/Makefile | 4 +-
drivers/iommu/amd_iommu_init.c | 13 +-
drivers/iommu/intel-iommu.c | 41 ++--
drivers/iommu/qcom_iommu.c | 28 +--
include/linux/intel-svm.h | 2 +-
include/sound/rawmidi.h | 6 +-
include/sound/soc-dapm.h | 2 -
sound/core/seq/seq_clientmgr.c | 4 +-
sound/core/seq/seq_queue.c | 29 ++-
sound/core/seq/seq_timer.c | 13 +-
sound/core/seq/seq_timer.h | 3 +-
sound/hda/ext/hdac_ext_controller.c | 9 +-
sound/hda/hdmi_chmap.c | 2 +-
sound/pci/hda/hda_codec.c | 2 +-
sound/pci/hda/hda_eld.c | 2 +-
sound/pci/hda/hda_sysfs.c | 4 +-
sound/pci/hda/patch_realtek.c | 2 +
sound/soc/amd/raven/acp3x-i2s.c | 8 +
sound/soc/amd/raven/acp3x-pcm-dma.c | 7 +-
sound/soc/amd/raven/pci-acp3x.c | 23 --
sound/soc/atmel/Kconfig | 4 +-
sound/soc/atmel/Makefile | 10 +-
sound/soc/codecs/hdmi-codec.c | 10 +
sound/soc/codecs/max98090.c | 434 ++++++++++--------------------------
sound/soc/codecs/max98090.h | 3 +-
sound/soc/fsl/fsl_sai.c | 22 +-
sound/soc/soc-dapm.c | 57 ++---
sound/soc/sof/intel/hda-codec.c | 12 +-
sound/soc/sof/intel/hda-dsp.c | 11 +
sound/soc/sof/intel/hda.c | 19 +-
sound/soc/sunxi/sun8i-codec.c | 3 +-
31 files changed, 316 insertions(+), 473 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-release-aarch64-stable-allnoconfig
in repository toolchain/ci/gcc.
from 2408b93a10c Check for bitwise identity when encoding VECTOR_CSTs [PR92768]
adds 9f2bbf581e7 Daily bump.
adds fa463e6f423 Add -mavx512vbmi2 to i386-2.C and i386-3.C
adds 44ea6508f10 [Fortran] ICE assign character pointer to non target PR93714
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 10 ++++++++++
gcc/fortran/expr.c | 14 +++++++-------
gcc/testsuite/ChangeLog | 16 ++++++++++++++++
gcc/testsuite/g++.dg/other/i386-2.C | 2 +-
gcc/testsuite/g++.dg/other/i386-3.C | 2 +-
gcc/testsuite/gfortran.dg/char_pointer_assign_6.f90 | 4 ++--
gcc/testsuite/gfortran.dg/pr93714_1.f90 | 11 +++++++++++
gcc/testsuite/gfortran.dg/pr93714_2.f90 | 11 +++++++++++
9 files changed, 60 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr93714_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr93714_2.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.