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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 2d5846f2 0: update: binutils-gcc-linux: all
new 746f6395 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 (2d5846f2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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-prepare_abe/console.log | 366 +-
03-build_abe-binutils/console.log | 11046 +++++++--------
04-build_abe-stage1/console.log | 14157 ++++++++++---------
05-build_linux/console.log | 656 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 26480 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 26462 insertions(+), 26493 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 f877bee5ea0b Merge tag 's390-5.4-5' of git://git.kernel.org/pub/scm/lin [...]
new bc808bced39f io_uring: revert "io_uring: optimize submit_and_wait API"
new ef03681ae8df io_uring : correct timeout req sequence when waiting timeout
new a1f58ba46f79 io_uring: correct timeout req sequence when inserting a new entry
new 84d55dc5b9e5 io_uring: Fix corrupted user_data
new fb5ccc98782f io_uring: Fix broken links with offloading
new 935d1e45908a io_uring: Fix race for sqes with userspace
new 498ccd9eda49 io_uring: used cached copies of sq->dropped and cq->overflow
new 2b2ed9750fc9 io_uring: fix bad inflight accounting for SETUP_IOPOLL|SET [...]
new de6346ecbc8f nbd: protect cmd->status with cmd->lock
new 7ce23e8e0a9c nbd: handle racing with error'ed out commands
new 962399bb7fbf ata: libahci_platform: Fix regulator_get_optional() misuse
new cf1b2326b734 nbd: verify socket is supported during setup
new acf913b7fb89 Merge tag 'for-linus-2019-10-26' of git://git.kernel.dk/li [...]
new 1f0d9cbeec9b i2c: aspeed: fix master pending state handling
new 62931ac2f901 i2c: mt65xx: fix NULL ptr dereference
new 02e64276c6db i2c: stm32f7: fix first byte to send in slave mode
new 6d6b0d0d5afc i2c: stm32f7: fix a race in slave mode with arbitration loss irq
new 348e46fbb4cd i2c: stm32f7: remove warning when compiling with W=1
new 992cb107e1ac Merge branch 'i2c/for-current-fixed' of git://git.kernel.o [...]
new b14a39048c11 USB: ldusb: fix memleak on disconnect
new b6c03e5f7b46 USB: legousbtower: fix memleak on disconnect
new fd47a417e75e USB: legousbtower: fix a signedness bug in tower_probe()
new f616c3bda47e usb: cdns3: Fix dequeue implementation.
new b987b66ac3a2 usb: udc: lpc32xx: fix bad bit shift operation
new 7a7591979748 USB: usblp: fix use-after-free on disconnect
new 6f1d1dc8d540 USB: serial: ti_usb_3410_5052: fix port-close races
new bc25770f00d3 USB: serial: ti_usb_3410_5052: clean up serial data access
new ec83e4c9affb Merge tag 'usb-serial-5.4-rc4' of https://git.kernel.org/p [...]
new 7a6f22d7479b USB: ldusb: fix read info leaks
new 9794476942d8 usb: cdns3: Error out if USB_DR_MODE_UNKNOWN in cdns3_core [...]
new 0ecdd78c75b7 Merge tag 'usb-5.4-rc5' of git://git.kernel.org/pub/scm/li [...]
new 45d02f79b539 binder: Don't modify VMA bounds in ->mmap handler
new a03885d596a6 Merge tag 'char-misc-5.4-rc5' of git://git.kernel.org/pub/ [...]
new 82af5b660967 sysfs: Fixes __BIN_ATTR_WO() macro
new 13fa692e3f86 Merge tag 'driver-core-5.4-rc5' of git://git.kernel.org/pu [...]
new 153c5d8191c2 staging: wlan-ng: fix exit return when sme->key_idx >= NUM [...]
new 228bd6243447 Merge tag 'staging-5.4-rc5' of git://git.kernel.org/pub/sc [...]
new f50b6805dbb9 8250-men-mcb: fix error checking when get_num_ports return [...]
new 297689545916 Merge tag 'tty-5.4-rc5' of git://git.kernel.org/pub/scm/li [...]
The 39 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/android/binder.c | 7 --
drivers/android/binder_alloc.c | 6 +-
drivers/ata/libahci_platform.c | 38 +++---
drivers/block/nbd.c | 41 +++++--
drivers/i2c/busses/i2c-aspeed.c | 54 +++++----
drivers/i2c/busses/i2c-mt65xx.c | 2 +-
drivers/i2c/busses/i2c-stm32f7.c | 21 ++--
drivers/staging/wlan-ng/cfg80211.c | 6 +-
drivers/tty/serial/8250/8250_men_mcb.c | 8 +-
drivers/usb/cdns3/core.c | 4 +-
drivers/usb/cdns3/gadget.c | 35 +++---
drivers/usb/class/usblp.c | 4 +-
drivers/usb/gadget/udc/lpc32xx_udc.c | 6 +-
drivers/usb/misc/ldusb.c | 23 ++--
drivers/usb/misc/legousbtower.c | 7 +-
drivers/usb/serial/ti_usb_3410_5052.c | 12 +-
fs/io_uring.c | 207 ++++++++++++++++++---------------
include/linux/sysfs.h | 4 +-
18 files changed, 268 insertions(+), 217 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-mainline-allnoconfig
in repository toolchain/ci/gcc.
from 991edac437a PR c++/91581 - ICE in exception-specification of defaulted ctor.
adds 71046993786 Daily bump.
adds 9da6344fa93 Fix false dependence of scalar operation vrcp/vsqrt/vrsqrt/ [...]
adds 541ec0fe275 Adjust predicates and constraints of scalar insns.
adds d5a74b09ac7 rs6000: Fix allocate_stack in a corner case (PR91289)
new 79796211807 * config/abi/post/hppa-linux-gnu/baseline_symbols.txt: Update.
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 | 71 ++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/i386.md | 67 ++--
gcc/config/i386/sse.md | 205 +++++++---
gcc/config/i386/subst.md | 4 +-
gcc/config/rs6000/rs6000-logue.c | 12 +-
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.target/i386/pr87007-4.c | 18 +
gcc/testsuite/gcc.target/i386/pr87007-5.c | 18 +
libstdc++-v3/ChangeLog | 4 +
.../abi/post/hppa-linux-gnu/baseline_symbols.txt | 446 +++++++++++++++++++++
11 files changed, 760 insertions(+), 93 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr87007-4.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr87007-5.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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 75619a9d 0: update: binutils-gcc-linux: all
new a2af415e 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 (75619a9d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 76 +-
02-prepare_abe/console.log | 188 +-
03-build_abe-binutils/console.log | 11353 +++++++-------
04-build_abe-stage1/console.log | 18149 +++++++++++----------
05-build_linux/console.log | 586 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 30360 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
10 files changed, 30375 insertions(+), 30371 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-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 7dffc070 0: update: binutils-gcc-linux: all
new f27c33a5 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 (7dffc070)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 216 +-
02-prepare_abe/console.log | 312 +-
03-build_abe-binutils/console.log | 10431 ++++++-------
04-build_abe-stage1/console.log | 18571 +++++++++++-----------
05-build_linux/console.log | 754 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 30321 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 30305 insertions(+), 30326 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.