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-lts-allyesconfig
in repository toolchain/ci/llvm-project.
from 3a91c12e7aa [docs] Add some LLDB release notes
adds 7f447b44f4e [docs] Add -Wmisleading-indentation to clang's release notes.
No new revisions were added by this update.
Summary of changes:
clang/docs/ReleaseNotes.rst | 4 ++++
1 file changed, 4 insertions(+)
--
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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 4268b883 10: update: llvm-linux: 16048
new f618f641 10: update: llvm-linux: 16048
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 (4268b883)
\
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 | 160 +-
02-build_llvm/console.log | 12674 ++++++++++++------------
03-build_linux/console.log | 6764 ++++++-------
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 70 +-
console.log | 19678 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 19682 insertions(+), 19682 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-stable-allyesconfig
in repository toolchain/ci/gcc.
from 147add96091 Darwin: Fix wrong quoting on an error string (PR93860).
adds 47772af10c0 Do not propagate self-dependent value (PR ipa/93763)
adds 25f0909af87 Do not propagate self-dependent value (PR ipa/93763) (ChangeLog)
adds d11676de296 lra: Stop registers being incorrectly marked live v2 [PR92989]
adds 8d1780b56d0 i18n: Fix translation of --help [PR93759]
adds 01af7e0a0c2 Fix handling of floating-point homogeneous aggregates.
adds e99b18cf710 Daily bump.
adds d6f420d9812 Honor --disable-dependency-tracking in libatomic
new 6cd5024c864 c++: Use %qs in diagnostic message [PR93882]
new 128ff73d7c5 libatomic: Fix last change [PR55930]
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:
gcc/ChangeLog | 27 +++++++++
gcc/DATESTAMP | 2 +-
gcc/config/pa/pa.c | 2 +-
gcc/config/pa/som.h | 18 ++++--
gcc/cp/ChangeLog | 5 ++
gcc/cp/decl.c | 2 +-
gcc/ipa-cp.c | 10 ++--
gcc/lra-lives.c | 109 +++++++++++++++++++------------------
gcc/opts.c | 8 +--
gcc/po/ChangeLog | 7 +++
gcc/po/exgettext | 5 +-
gcc/testsuite/g++.dg/ipa/pr93763.C | 15 +++++
gcc/testsuite/gcc.dg/ipa/pr93763.c | 46 ++++++++++++++++
libatomic/ChangeLog | 13 +++++
libatomic/Makefile.am | 4 +-
libatomic/Makefile.in | 3 +-
16 files changed, 203 insertions(+), 73 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/pr93763.C
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr93763.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 755251522a [gdb/testsuite] Fix gdb.go/methods.exp
adds d4d947ae37 Update partial_symtab comment
adds 5522c15d39 Automatic date update in version.in
adds dda42c0b7b Add a mostlyclean target to gdbserver
adds 7b3c27152b PR25585, PHDR segment not covered by LOAD segment
new 3f0cbb04d0 Style field names in "print"
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:
bfd/ChangeLog | 6 ++++
bfd/elf.c | 6 +++-
bfd/version.h | 2 +-
gdb/ChangeLog | 25 ++++++++++++++++
gdb/ada-typeprint.c | 3 +-
gdb/ada-valprint.c | 9 ++++--
gdb/c-typeprint.c | 5 ++--
gdb/cp-valprint.c | 18 +++++++----
gdb/f-typeprint.c | 3 +-
gdb/f-valprint.c | 3 +-
gdb/m2-typeprint.c | 6 ++--
gdb/p-valprint.c | 14 ++++++---
gdb/psympriv.h | 3 +-
gdb/rust-lang.c | 19 ++++++++----
gdb/testsuite/ChangeLog | 9 ++++++
gdb/testsuite/gdb.base/style.c | 15 ++++++++++
gdb/testsuite/gdb.base/style.exp | 7 +++++
.../gdb.rust/{watch.exp => rust-style.exp} | 35 ++++++++++++++--------
gdb/testsuite/gdb.rust/{watch.rs => rust-style.rs} | 13 +++++---
gdb/valprint.c | 17 +++++++----
gdbserver/ChangeLog | 4 +++
gdbserver/Makefile.in | 2 +-
ld/ChangeLog | 6 ++++
ld/NEWS | 6 ++++
24 files changed, 182 insertions(+), 54 deletions(-)
copy gdb/testsuite/gdb.rust/{watch.exp => rust-style.exp} (53%)
copy gdb/testsuite/gdb.rust/{watch.rs => rust-style.rs} (77%)
--
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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 148a9fb3 0: update: binutils-gcc-linux: all
new bf0fec62 0: update: binutils-gcc-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 (148a9fb3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 114 +-
02-prepare_abe/console.log | 429 +-
03-build_abe-binutils/console.log | 10560 +++++-----
04-build_abe-stage1/console.log | 20251 ++++++++++---------
05-build_linux/console.log | 6234 +++---
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 37610 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 37546 insertions(+), 37686 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-next-defconfig
in repository toolchain/ci/llvm-project.
from 3a91c12e7aa [docs] Add some LLDB release notes
adds 7f447b44f4e [docs] Add -Wmisleading-indentation to clang's release notes.
No new revisions were added by this update.
Summary of changes:
clang/docs/ReleaseNotes.rst | 4 ++++
1 file changed, 4 insertions(+)
--
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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 98777d80 0: update: llvm-linux: boot
new a6765847 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 (98777d80)
\
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 | 12666 +++++++++++++++++-----------------
03-build_linux/console.log | 678 +-
04-boot_linux/console.log | 420 +-
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 29 +
console.log | 13956 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13987 insertions(+), 13962 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 54dedb5b571d Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/ [...]
new 8b101a5e14f2 s390/cio: cio_ignore_proc_seq_next should increase position index
new b16c3724dd71 s390/defconfig: enable CONFIG_PROTECTED_VIRTUALIZATION_GUEST
new 0d730b57b95f s390/cio: use kobj_to_dev() API
new 05ccaca003e4 s390/pkey/zcrypt: spelling s/crytp/crypt/
new 380324734956 s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero [...]
new 788d671517b5 s390/kaslr: Fix casts in get_random
new 94e90f727f74 s390: make 'install' not depend on vmlinux
new 140588bfed27 s390: remove obsolete ieee_emulation_warnings
new e9091ffd6a0a s390/qdio: fill SL with absolute addresses
new 2db01da8d25f s390/qdio: fill SBALEs with absolute addresses
new 591dd4c10146 Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/lin [...]
new 88d5271c1efb dt-bindings: mmc: omap-hsmmc: Fix SDIO interrupt
new 3044d9891bdb dt-bindings: memory-controller: Update example for Tegra124 EMC
new 867c1859590f dt-bindings: net: mdio: remove compatible string from example
new 303d37b4b052 dt-bindings: media: csi: Add interconnects properties
new 854bdbae9058 dt-bindings: media: csi: Fix clocks description
new fea630215a9e Merge tag 'devicetree-fixes-for-5.6-2' of git://git.kernel [...]
new 0a923a76d615 Documentation/hwmon: fix xdpe12284 Sphinx warnings
new badcd4546d52 hwmon: (acpi_power_meter) Fix lockdep splat
new e61d23922532 hwmon: (w83627ehf) Fix crash seen with W83627DHG-P
new 5b442b1a4e9a Merge tag 'hwmon-for-v5.6-rc3' of git://git.kernel.org/pub [...]
new c14335ebb92a scsi: Revert "target/core: Inline transport_lun_remove_cmd()"
new 0e99b2c625da scsi: megaraid_sas: silence a warning
new 76261ada16dc scsi: Revert "RDMA/isert: Fix a recently introduced regres [...]
new 807b9515b7d0 scsi: Revert "target: iscsi: Wait for all commands to fini [...]
new b98b809c0a13 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
new 1fae37accfc5 nvme/pci: Add sleep quirk for Samsung and Toshiba drives
new 98f7b86a0bec nvme-pci: Use single IRQ vector for old Apple models
new 15755854d53b nvme: Fix uninitialized-variable warning
new 3b7830904e17 nvme-multipath: Fix memory leak with ana_log_buf
new ae7bbc091351 Merge branch 'nvme-5.6-rc3' of git://git.infradead.org/nvm [...]
new f6c69b7f5145 Merge tag 'block-5.6-2020-02-22' of git://git.kernel.dk/li [...]
new 7fbeb95d0f68 io_uring: add missing io_req_cancelled()
new 297a31e3e831 io_uring: remove unnecessary NULL checks
new 929a3af90f0f io_uring: fix use-after-free by io_cleanup_req()
new 7143b5ac5750 io_uring: prevent sq_thread from spinning when it should stop
new c7849be9cc2d io_uring: fix __io_iopoll_check deadlock in io_sq_thread
new b88025ea47ec Merge tag 'io_uring-5.6-2020-02-22' of git://git.kernel.dk [...]
new 4c5fd3b791a0 zonefs: fix documentation typos etc.
new 0a115e5f23b9 Merge tag 'zonefs-5.6-rc3' of git://git.kernel.org/pub/scm [...]
The 40 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:
.../bindings/media/allwinner,sun4i-a10-csi.yaml | 40 +++++++++----
.../memory-controllers/nvidia,tegra124-emc.yaml | 20 ++++---
.../devicetree/bindings/mmc/ti-omap-hsmmc.txt | 2 +-
Documentation/devicetree/bindings/net/mdio.yaml | 1 -
Documentation/filesystems/zonefs.txt | 20 +++----
Documentation/hwmon/xdpe12284.rst | 1 +
arch/s390/Makefile | 2 +-
arch/s390/boot/Makefile | 2 +-
arch/s390/boot/kaslr.c | 2 +-
arch/s390/configs/debug_defconfig | 28 +++++-----
arch/s390/configs/defconfig | 11 ++--
arch/s390/include/asm/page.h | 2 +-
arch/s390/include/asm/processor.h | 1 -
arch/s390/include/asm/qdio.h | 6 +-
drivers/hwmon/acpi_power_meter.c | 16 +++---
drivers/hwmon/w83627ehf.c | 7 ++-
drivers/infiniband/ulp/isert/ib_isert.c | 12 ++++
drivers/nvme/host/core.c | 2 +-
drivers/nvme/host/multipath.c | 1 +
drivers/nvme/host/pci.c | 15 ++++-
drivers/s390/cio/blacklist.c | 5 +-
drivers/s390/cio/chp.c | 4 +-
drivers/s390/cio/qdio_setup.c | 3 +-
drivers/s390/crypto/zcrypt_ep11misc.c | 4 +-
drivers/s390/net/qeth_core_main.c | 46 +++++++--------
drivers/s390/scsi/zfcp_fsf.c | 2 +-
drivers/s390/scsi/zfcp_qdio.c | 6 +-
drivers/s390/scsi/zfcp_qdio.h | 6 +-
drivers/scsi/megaraid/megaraid_sas_fusion.c | 5 +-
drivers/target/iscsi/iscsi_target.c | 16 ++----
drivers/target/target_core_transport.c | 31 ++++++++++-
fs/io_uring.c | 65 ++++++++++------------
include/scsi/iscsi_proto.h | 1 -
kernel/sysctl.c | 9 ---
34 files changed, 224 insertions(+), 170 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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 484d7a6c 0: update: llvm-linux: all
new dfdb65c6 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 (484d7a6c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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 | 16 +-
02-build_llvm/console.log | 12765 ++++++++++++++++++-----------------
03-build_linux/console.log | 820 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 13607 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13608 insertions(+), 13614 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.