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/llvm-project.
from 71c3f57326c [ELF] Allow SHF_LINK_ORDER and non-SHF_LINK_ORDER to be mixed
adds 5fbba36cbe9 [SimplifyCFG] Skip merging return blocks if it would break [...]
adds ef7dbe6de65 [X86][SSE] combineX86ShufflesConstants - early out for zero [...]
adds cc6e51a1414 add release notes for ffp-model and ffp-exception-behavior
adds 6196695ec58 [CodeView] Align type records on 4-bytes when emitting PDBs
adds 92d5c1be9ee [PowerPC] Update alignment for ReuseLoadInfo in LowerFP_TO_ [...]
No new revisions were added by this update.
Summary of changes:
clang/docs/ReleaseNotes.rst | 7 ++++
lld/test/COFF/pdb-tpi-aligned-records.test | 46 ++++++++++++++++++++++
.../DebugInfo/CodeView/GlobalTypeTableBuilder.h | 5 +++
.../DebugInfo/CodeView/MergingTypeTableBuilder.cpp | 4 +-
llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 24 +++++++++--
llvm/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp | 10 ++++-
llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 7 +++-
llvm/lib/Target/X86/X86ISelLowering.cpp | 8 +++-
llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp | 15 +++++++
llvm/test/CodeGen/PowerPC/kernel-fp-round.ll | 44 +++++++++++++++++++++
llvm/test/CodeGen/X86/pr45443.ll | 21 ++++++++++
.../Transforms/SimplifyCFG/callbr-destinations.ll | 28 +++++++++++++
12 files changed, 210 insertions(+), 9 deletions(-)
create mode 100644 lld/test/COFF/pdb-tpi-aligned-records.test
create mode 100644 llvm/test/CodeGen/PowerPC/kernel-fp-round.ll
create mode 100644 llvm/test/CodeGen/X86/pr45443.ll
create mode 100644 llvm/test/Transforms/SimplifyCFG/callbr-destinations.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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards cea5d849e 0: update: llvm-linux: boot
new 623979dc4 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 (cea5d849e)
\
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 | 68 +-
02-build_llvm/console.log | 12645 +++++++++++++++++-----------------
03-build_linux/console.log | 772 +--
04-boot_linux/console.log | 476 +-
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 12 +-
console.log | 13985 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
8 files changed, 13993 insertions(+), 13991 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-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 5d36f2ddf 0: update: gcc-49795733fdcc3a804dab59b63f86d5ebe4541374: 1
new 732a00ec9 0: update: gcc-875d6cb3b4919b58ae5e6313db715bc4dd3ddd6c: 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 (5d36f2ddf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 128 +-
02-prepare_abe/console.log | 194 +-
03-build_abe-bootstrap_O3/console.log | 54580 +++++++++++++++----------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 54894 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 54957 insertions(+), 54853 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-allyesconfig
in repository toolchain/ci/llvm-project.
from 71c3f57326c [ELF] Allow SHF_LINK_ORDER and non-SHF_LINK_ORDER to be mixed
adds 5fbba36cbe9 [SimplifyCFG] Skip merging return blocks if it would break [...]
adds ef7dbe6de65 [X86][SSE] combineX86ShufflesConstants - early out for zero [...]
adds cc6e51a1414 add release notes for ffp-model and ffp-exception-behavior
adds 6196695ec58 [CodeView] Align type records on 4-bytes when emitting PDBs
adds 92d5c1be9ee [PowerPC] Update alignment for ReuseLoadInfo in LowerFP_TO_ [...]
No new revisions were added by this update.
Summary of changes:
clang/docs/ReleaseNotes.rst | 7 ++++
lld/test/COFF/pdb-tpi-aligned-records.test | 46 ++++++++++++++++++++++
.../DebugInfo/CodeView/GlobalTypeTableBuilder.h | 5 +++
.../DebugInfo/CodeView/MergingTypeTableBuilder.cpp | 4 +-
llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 24 +++++++++--
llvm/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp | 10 ++++-
llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 7 +++-
llvm/lib/Target/X86/X86ISelLowering.cpp | 8 +++-
llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp | 15 +++++++
llvm/test/CodeGen/PowerPC/kernel-fp-round.ll | 44 +++++++++++++++++++++
llvm/test/CodeGen/X86/pr45443.ll | 21 ++++++++++
.../Transforms/SimplifyCFG/callbr-destinations.ll | 28 +++++++++++++
12 files changed, 210 insertions(+), 9 deletions(-)
create mode 100644 lld/test/COFF/pdb-tpi-aligned-records.test
create mode 100644 llvm/test/CodeGen/PowerPC/kernel-fp-round.ll
create mode 100644 llvm/test/CodeGen/X86/pr45443.ll
create mode 100644 llvm/test/Transforms/SimplifyCFG/callbr-destinations.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-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards f35566d4a 0: update: llvm-linux: 16
new bc3e27a5c 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 (f35566d4a)
\
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 | 182 +-
02-build_llvm/console.log | 12634 +++++++++++++--------------
03-build_linux/console.log | 822 +-
05-check_regression/console.log | 12 +-
05-check_regression/results.regressions | 20 +-
06-update_baseline/console.log | 40 -
06-update_baseline/results.regressions | 20 +-
console.log | 13650 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
9 files changed, 13679 insertions(+), 13715 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 7a56db0299f9 Merge tag 'nfs-for-5.7-3' of git://git.linux-nfs.org/proje [...]
new 4df933252827 ALSA: ctxfi: Remove unnecessary cast in kfree
new 4963d66b8a26 ALSA: hda/realtek - Enable the headset mic on Asus FX505DT
new 48cc42973509 ALSA: usb-audio: Filter error from connector kctl ops, too
new 3507245b82b4 ALSA: usb-audio: Don't override ignore_ctl_error value fro [...]
new 7dc3c5a0172e ALSA: usb-audio: Don't create jack controls for PCM terminals
new 934b96594ed6 ALSA: usb-audio: Check mapping at creating connector contr [...]
new 25faa4bd37c1 ALSA: hda: Don't release card at firmware loading error
new 10db5bccc390 ALSA: hda: Honor PM disablement in PM freeze and thaw_noirq ops
new 2393e7555b53 ALSA: hda: Release resources at error in delayed probe
new 9479e75fca37 ALSA: hda: Keep the controller initialization even if no c [...]
new c4c8dd6ef807 ALSA: hda: Skip controller resume if not needed
new 3ba21113bd33 ALSA: hda: Explicitly permit using autosuspend if runtime [...]
new f8e4ae10de43 ALSA: hda: Allow setting preallocation again for x86
new 9a6418487b56 ALSA: hda: call runtime_allow() for all hda controllers
new c8a6552ff115 Merge tag 'sound-5.7-rc2' of git://git.kernel.org/pub/scm/ [...]
new aca48b61f963 opp: Manage empty OPP tables with clk handle
new 2c127c46ec98 Merge branch 'opp/linux-next' of git://git.kernel.org/pub/ [...]
new 5a32fe48bcc7 Merge tag 'pm-5.7-rc2' of git://git.kernel.org/pub/scm/lin [...]
new aec7db3b13a0 btrfs: fix setting last_trans for reloc roots
new c5304dd59b0c Merge tag 'for-5.7-rc1-tag' of git://git.kernel.org/pub/sc [...]
new 1f2ef049cb11 ahci: Add Intel Comet Lake PCH-U PCI ID
new 2acbb9e67034 Merge tag 'libata-5.7-2020-04-17' of git://git.kernel.dk/l [...]
new 5fe56de799ad blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when n [...]
new 3dceecfad68c s390/dasd: remove IOSCHED_DEADLINE from DASD Kconfig
new 3a89c25d98da blk-wbt: Use tracepoint_string() for wbt_step tracepoint s [...]
new 3f22037d382b blk-wbt: Drop needless newlines from tracepoint format strings
new bf9196d51f7d Merge tag 'block-5.7-2020-04-17' of git://git.kernel.dk/li [...]
new dccc587f6c07 io_uring: remove obsolete @mm_fault
new bf9c2f1cdcc7 io_uring: track mm through current->mm
new 1d4240cc9e7b io_uring: early submission req fail code
new dea3b49c7fb0 io_uring: keep all sqe->flags in req->flags
new ef4ff581102a io_uring: move all request init code in one place
new b1f573bd15fd io_uring: restore req->work when canceling poll request
new 88357580854a io_uring: correct O_NONBLOCK check for splice punt
new 74ce6ce43d4f io_uring: check for need to re-wait in polled async handling
new 2bae047ec957 io_uring: io_async_task_func() should check and honor cancelation
new 8e2e1faf28b3 io_uring: only post events in io_poll_remove_all() if we c [...]
new 22cad1585c6b io_uring: fix cached_sq_head in io_timeout()
new b55ce7320049 io_uring: kill already cached timeout.seq_offset
new 31af27c7cc9f io_uring: don't count rqs failed after current one
new a2286a449baf Merge tag 'io_uring-5.7-2020-04-17' of git://git.kernel.dk [...]
new 6b51fd3f65a2 xen/xenbus: ensure xenbus_map_ring_valloc() returns proper [...]
new 74f4c438f22c arm/xen: make _xen_start_info static
new d0a4ebe7d1c5 Merge tag 'for-linus-5.7-rc2-tag' of git://git.kernel.org/ [...]
new 9cc3d0c6915a arm64: vdso: don't free unallocated pages
new c9a4ef664501 arm64: Delete the space separator in __emit_inst
new 95988fbc7c31 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
The 47 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/xen/enlighten.c | 2 +-
arch/arm64/include/asm/sysreg.h | 4 +-
arch/arm64/kernel/vdso.c | 13 +-
block/blk-mq.c | 4 +-
block/blk-wbt.c | 4 +-
drivers/ata/ahci.c | 1 +
drivers/opp/core.c | 14 ++
drivers/s390/block/Kconfig | 1 -
drivers/xen/xenbus/xenbus_client.c | 9 +-
fs/btrfs/relocation.c | 19 ++-
fs/io_uring.c | 301 ++++++++++++++++++++-----------------
include/sound/hda_codec.h | 5 +
include/trace/events/wbt.h | 8 +-
sound/hda/Kconfig | 7 +-
sound/pci/ctxfi/cthw20k1.c | 14 +-
sound/pci/hda/hda_codec.c | 2 +-
sound/pci/hda/hda_intel.c | 107 +++++++------
sound/pci/hda/hda_intel.h | 1 +
sound/pci/hda/patch_realtek.c | 1 +
sound/usb/mixer.c | 31 ++--
sound/usb/mixer_maps.c | 4 +-
21 files changed, 320 insertions(+), 232 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.