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 1e78030e5e5b Merge tag 'mmc-v5.3-rc1' of git://git.kernel.org/pub/scm/l [...]
adds c6622a425acd dma-contiguous: do not overwrite align in dma_alloc_contiguous()
adds f46cc0152501 dma-contiguous: page-align the size in dma_free_contiguous()
new 35fca9f8a999 Merge tag 'dma-mapping-5.3-3' of git://git.infradead.org/u [...]
adds 66d7780f18ea dma-mapping: check pfn validity in dma_common_{mmap,get_sgtable}
adds ad3c7b18c5b3 arm: use swiotlb for bounce buffering on LPAE configs
new 234172f6bbf8 Merge tag 'arm-swiotlb-5.3' of git://git.infradead.org/use [...]
adds 1573eebeaa80 clk: at91: generated: Truncate divisor to GENERATED_MAX_DIV + 1
adds 6ee82ef04e38 clk: Add missing documentation of devm_clk_bulk_get_option [...]
adds c93d059a8045 clk: mediatek: mt8183: Register 13MHz clock earlier for cl [...]
adds c9a67cbb5189 clk: sprd: Select REGMAP_MMIO to avoid compile errors
adds e1f1ae8002e4 clk: renesas: cpg-mssr: Fix reset control race condition
new 42d21900b39c Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...]
adds d65848657c3d drm/amdkfd: Fix byte align on VegaM
adds 2c0f07fe3ca5 drm/amd/powerplay: add callback function of get_thermal_te [...]
adds 45a660143bf9 drm/amd/powerplay: fix temperature granularity error in smu11
adds 090efd946d00 drm/amdgpu/powerplay: use proper revision id for navi
adds 479156f2e554 drm/amd/powerplay: fix null pointer dereference around dpm [...]
adds f0bc1ee473fe drm/amd/powerplay: enable SW SMU reset functionality
adds 67d0859e2758 drm/amdgpu: fix error handling in amdgpu_cs_process_fence_dep
adds 929e571c04c2 drm/amdgpu: fix a potential information leaking bug
adds a02709818f39 drm/amd/powerplay: add new sensor type for VCN powergate status
adds 201cd702b701 drm/amd/powerplay: support VCN powergate status retrieval [...]
adds e21e3581e2a1 drm/amd/powerplay: support VCN powergate status retrieval [...]
adds a3ebbdb95f8c drm/amd/powerplay: correct Navi10 VCN powergate control (v2)
adds 6dee4829cfde drm/amd/powerplay: correct UVD/VCE/VCN power status retrieval
new 4b381ee25d9b Merge tag 'drm-fixes-5.3-2019-07-31' of git://people.freed [...]
new 412e85b60531 drm/nouveau: Only release VCPI slots on mode changes
new 3de433c5b38a drm/msm: Use the correct dma_sync calls in msm_gem
new 2bab52af6fe6 drm/msm: add support for per-CRTC max_vblank_count on mdp5
new c14b5dce5ece drm/msm: Annotate intentional switch statement fall throughs
new 9ca7ad6c7706 drm: msm: Fix add_gpu_components
new f8981e0309e9 Merge tag 'msm-fixes-2019_08_01' of https://gitlab.freedes [...]
new f26dbb2302e9 Merge tag 'drm-fixes-2019-08-02' of git://anongit.freedesk [...]
adds 74bf71ed792a ALSA: hda: Fix 1-minute detection delay when i915 module i [...]
adds 37151a41df80 ALSA: pcm: fix lost wakeup event scenarios in snd_pcm_drain
adds 5d78e1c2b7f4 ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_check
new 75cdf416b322 Merge tag 'sound-5.3-rc3' of git://git.kernel.org/pub/scm/ [...]
adds 42787ed79638 ACPI: PM: Fix regression in acpi_device_set_power()
new 755f1fed27f4 Merge tag 'pm-5.3-rc3' of git://git.kernel.org/pub/scm/lin [...]
adds 706cb5492c8c gfs2: Inode dirtying fix
new 97b00aff2c45 Merge tag 'gfs2-v5.3-rc2.fixes' of git://git.kernel.org/pu [...]
The 14 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:
arch/arm/include/asm/dma-mapping.h | 4 +-
arch/arm/mm/Kconfig | 5 ++
arch/arm/mm/dma-mapping.c | 61 +++++++++++++++++++
arch/arm/mm/init.c | 5 ++
drivers/acpi/device_pm.c | 4 +-
drivers/clk/at91/clk-generated.c | 2 +
drivers/clk/mediatek/clk-mt8183.c | 46 ++++++++++----
drivers/clk/renesas/renesas-cpg-mssr.c | 16 +----
drivers/clk/sprd/Kconfig | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 26 ++++----
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 74 +++++++++++++++--------
drivers/gpu/drm/amd/include/kgd_pp_interface.h | 1 +
drivers/gpu/drm/amd/powerplay/amdgpu_smu.c | 23 ++++---
drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c | 9 +++
drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h | 1 -
drivers/gpu/drm/amd/powerplay/navi10_ppt.c | 48 +++++++++------
drivers/gpu/drm/amd/powerplay/smu_v11_0.c | 36 ++++++-----
drivers/gpu/drm/amd/powerplay/vega20_ppt.c | 34 ++++-------
drivers/gpu/drm/msm/adreno/a5xx_gpu.c | 2 +
drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 1 +
drivers/gpu/drm/msm/adreno/adreno_gpu.c | 1 +
drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c | 16 ++++-
drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c | 2 +-
drivers/gpu/drm/msm/msm_drv.c | 3 +-
drivers/gpu/drm/msm/msm_gem.c | 47 ++++++++++++--
drivers/gpu/drm/nouveau/dispnv50/disp.c | 2 +-
fs/gfs2/bmap.c | 15 ++++-
include/linux/clk.h | 1 +
kernel/dma/contiguous.c | 8 ++-
kernel/dma/mapping.c | 13 +++-
sound/core/pcm_native.c | 3 +-
sound/hda/hdac_i915.c | 10 +--
sound/usb/helper.c | 2 +-
35 files changed, 369 insertions(+), 158 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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 65aa67c8 0: update: llvm-linux: boot
new 9b67db8f 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 (65aa67c8)
\
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 | 175 +-
02-build_llvm/console.log | 11528 ++++++++++++++++++------------------
03-build_linux/console.log | 672 +--
04-boot_linux/console.log | 4 +-
06-update_baseline/console.log | 25 +
console.log | 12404 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12442 insertions(+), 12374 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 b03f4561 0: update: llvm-linux: 17887
new 5162c6f0 0: update: llvm-d2df54e6a55af509b08afa109fe522cd88ad1c33: 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 (b03f4561)
\
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 | 130 +-
02-build_llvm/console.log | 12095 +++++++++++++++++-----------------
03-build_linux/console.log | 911 ++-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 45 -
console.log | 13187 +++++++++++++++++++-------------------
jenkins/manifest.sh | 11 +-
7 files changed, 13005 insertions(+), 13380 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 gcc-9-branch
in repository gcc.
from e5d86361865 Backport from mainline
new 7503b222735 Backport from mainline
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/c/ChangeLog | 9 +++++
gcc/c/c-typeck.c | 3 +-
gcc/cp/ChangeLog | 10 +++++
gcc/cp/typeck.c | 5 ++-
gcc/testsuite/ChangeLog | 9 +++++
gcc/testsuite/c-c++-common/Wreturn-local-addr.c | 47 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/warn/Wreturn-local-addr-6.C | 29 +++++++++++++++
7 files changed, 109 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wreturn-local-addr.c
create mode 100644 gcc/testsuite/g++.dg/warn/Wreturn-local-addr-6.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.
unknown user pushed a change to branch master
in repository gcc.
from 580c1cb4302 2019-08-02 Steve Ellcey <sellcey(a)marvell.com>
new 214ebe5fb61 2019-08-02 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
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 | 4 ++++
gcc/function.c | 2 --
2 files changed, 4 insertions(+), 2 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 94e08dd8fd2 [doc] Give a workaround for a FileCheck regex that ends in [...]
new d6ba8b59b02 gn build: Merge r367667.
new 59e60377ac3 Fix git-llvm to not delete non-empty directories.
The 2 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/git-svn/git-llvm | 57 ++++++++++++++++------
.../clang-tools-extra/clangd/unittests/BUILD.gn | 1 +
2 files changed, 43 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.
unknown user pushed a change to branch gcc-9-branch
in repository gcc.
from 5283bbbd178 darwin, backport driver fixes.
new e5d86361865 Backport from mainline
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 | 9 +++++++
gcc/testsuite/ChangeLog | 9 +++++++
gcc/testsuite/gcc.dg/strlenopt-26.c | 3 +--
gcc/testsuite/gcc.dg/strlenopt-67.c | 52 +++++++++++++++++++++++++++++++++++++
gcc/tree-ssa-strlen.c | 51 ++++++++++++++++++++----------------
5 files changed, 99 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-67.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.