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-arm-mainline-defconfig
in repository toolchain/linux-next.
from 52f842ccd615 Merge branch 'i2c/for-current-fixed' of git://git.kernel.o [...]
adds ba7aeae5539c block, bfq: fix decrement of num_active_groups
adds c616cbee97ae blk-mq: punt failed direct issue to dispatch list
adds 86880d646122 nvme: validate controller state before rescheduling keep alive
adds d7dcdf9d4e15 nvmet-rdma: fix response use after free
adds 8b878ee247ef Merge branch 'nvme-4.20' of git://git.infradead.org/nvme i [...]
adds 0b43a299794e Merge tag 'for-linus-20181207' of git://git.kernel.dk/linux-block
adds b07b864ee423 Revert "PCI/ASPM: Do not initialize link state when aspm_d [...]
adds 7b24f6c082b3 Merge tag 'pci-v4.20-fixes-3' of git://git.kernel.org/pub/ [...]
adds e5bde04ccce6 crypto: do not free algorithm before using
adds e61efff4ae94 crypto: user - Disable statistics interface
adds 52ab2ec00518 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...]
adds e9c7d656610e stackleak: Mark stackleak_track_stack() as notrace
adds 8fb2dfb228df stackleak: Register the 'stackleak_cleanup' pass before th [...]
adds 1cdc3624a1df Merge tag 'gcc-plugins-v4.20-rc6' of git://git.kernel.org/ [...]
adds b4aecf78083d arm64: hibernate: Avoid sending cross-calling with interru [...]
adds b8bf4692c980 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
adds c38f57da428b vhost/vsock: fix reset orphans race with close timeout
adds 2448a299ec41 virtio/s390: avoid race on vcdev->config
adds 78b1a52e05c9 virtio/s390: fix race in ccw_io_helper()
adds 834e772c8db0 vhost/vsock: fix use-after-free in network stack callers
adds 5f179793f0a7 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
No new revisions were added by this update.
Summary of changes:
arch/arm64/kernel/hibernate.c | 2 +-
block/bfq-iosched.c | 76 ++++++++++++++++++++++----------
block/bfq-iosched.h | 51 +++++++++++++++++++++-
block/bfq-wf2q.c | 5 ++-
block/blk-mq.c | 33 +++-----------
crypto/Kconfig | 2 +-
crypto/cbc.c | 6 ++-
crypto/cfb.c | 6 ++-
crypto/pcbc.c | 6 ++-
drivers/nvme/host/core.c | 10 ++++-
drivers/nvme/target/rdma.c | 3 +-
drivers/pci/pcie/aspm.c | 2 +-
drivers/s390/virtio/virtio_ccw.c | 17 ++++++--
drivers/vhost/vsock.c | 79 +++++++++++++++++++++-------------
kernel/stackleak.c | 2 +-
scripts/gcc-plugins/stackleak_plugin.c | 8 ++--
16 files changed, 206 insertions(+), 102 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-next-defconfig
in repository toolchain/binutils-gdb.
from 384d2d7eee Automatic date update in version.in
adds c205da22ad Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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-release-aarch64-lts-allyesconfig
in repository toolchain/binutils-gdb.
from 384d2d7eee Automatic date update in version.in
adds c205da22ad Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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.
unknown user pushed a change to branch master
in repository llvm.
from 5d35502198f [DAGCombiner] re-enable truncation of binops
new 0f6ce82bae2 [COFF] Map truncated .eh_frame section name
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:
include/llvm/Object/COFF.h | 2 +
lib/Object/COFFObjectFile.cpp | 6 ++
test/tools/llvm-objdump/Inputs/eh_frame-coff.yaml | 104 ++++++++++++++++++++++
test/tools/llvm-objdump/eh_frame-coff.test | 28 ++++++
4 files changed, 140 insertions(+)
create mode 100644 test/tools/llvm-objdump/Inputs/eh_frame-coff.yaml
create mode 100644 test/tools/llvm-objdump/eh_frame-coff.test
--
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 83209b18555 PR fortran/88304 * tree-nested.c (convert_local_reference [...]
new da83b1cb98f 2018-12-08 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 8 ++++++++
gcc/fortran/class.c | 10 +++++++---
gcc/fortran/parse.c | 2 +-
gcc/fortran/resolve.c | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr88357_1.f90 | 9 +++++++++
gcc/testsuite/gfortran.dg/pr88357_2.f90 | 8 ++++++++
7 files changed, 40 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr88357_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr88357_2.f90
--
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-arm-mainline-allmodconfig
in repository toolchain/binutils-gdb.
from 384d2d7eee Automatic date update in version.in
adds c205da22ad Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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-release-aarch64-lts-allmodconfig
in repository toolchain/gcc.
from c073a8bd16b Daily bump.
adds 79f604a5383 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.