This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/linux.
from 47700948a4ab Merge tag 'drm-fixes-2022-06-17' of git://anongit.freedesk [...]
adds 908e698f2149 USB: serial: io_ti: add Agilent E5805A support
adds 158f7585bfce USB: serial: option: add support for Cinterion MV31 with n [...]
adds 1d9e615f1ab3 Merge tag 'usb-serial-5.19-rc2' of https://git.kernel.org/ [...]
adds 9c1e916960c1 usb: dwc3: gadget: Fix IN endpoint max packet size allocation
adds 7ddda2614d62 usb: dwc3: pci: Restore line lost in merge conflict resolution
adds 3755278f0784 usb: dwc2: Fix memory leak in dwc2_hcd_init
adds 4757c9ade341 usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probe
adds b337af3a4d61 usb: gadget: u_ether: fix regression in setting fixed MAC address
adds 5c7578c39c3f usb: cdnsp: Fixed setting last_trb incorrectly
adds 8bd6b8c4b100 USB: fixup for merge issue with "usb: dwc3: Don't switch O [...]
adds 802dcafc420a xhci: Fix null pointer dereference in resume if xhci has o [...]
adds fb1f16d74e26 usb: gadget: f_fs: change ep->status safe in ffs_epfile_io()
adds 0698f0209d80 usb: gadget: f_fs: change ep->ep safe in ffs_epfile_io()
new 9057a646446c Merge tag 'usb-5.19-rc3' of git://git.kernel.org/pub/scm/l [...]
adds e74024b2eccb tty: n_gsm: Debug output allocation must use GFP_ATOMIC
adds cfab87c2c271 serial: core: Introduce callback for start_rx and do stop_ [...]
adds 654a8d6c93e7 tty: serial: qcom-geni-serial: Implement start_rx callback
adds 499e13aac6c7 tty: goldfish: Fix free_irq() on remove
adds be03b0651ffd serial: 8250: Store to lsr_save_flags after lsr read
new 62dcd5e198af Merge tag 'tty-5.19-rc3' of git://git.kernel.org/pub/scm/l [...]
adds 5b7419ae1d20 staging: r8188eu: fix rtw_alloc_hwxmits error detection for now
adds 96f0a54e8e65 staging: r8188eu: Fix warning of array overflow in ioctl_linux.c
adds de0952f267ff staging: olpc_dcon: mark driver as broken
adds 67ea0a2adbf6 staging: rtl8723bs: Allocate full pwep structure
adds cd756dafd86e staging: Also remove the Unisys visorbus.h
new 9afc441c3c9c Merge tag 'staging-5.19-rc3' of git://git.kernel.org/pub/s [...]
adds 6497e7776441 char: lp: remove redundant initialization of err
adds 1c245358ce0b misc: atmel-ssc: Fix IRQ check in ssc_probe
adds 0a35780c755c eeprom: at25: Split reads into chunks and cap write size
new f0ec9c65a8d6 Merge tag 'char-misc-5.19-rc3' of git://git.kernel.org/pub [...]
The 4 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/char/lp.c | 2 +-
drivers/misc/atmel-ssc.c | 4 +-
drivers/misc/eeprom/at25.c | 93 ++++---
drivers/staging/olpc_dcon/Kconfig | 2 +-
drivers/staging/r8188eu/core/rtw_xmit.c | 20 +-
drivers/staging/r8188eu/os_dep/ioctl_linux.c | 2 +-
drivers/staging/rtl8723bs/os_dep/ioctl_linux.c | 6 +-
drivers/tty/goldfish.c | 2 +-
drivers/tty/n_gsm.c | 2 +-
drivers/tty/serial/8250/8250_port.c | 2 +
drivers/tty/serial/qcom_geni_serial.c | 1 +
drivers/tty/serial/serial_core.c | 9 +-
drivers/usb/cdns3/cdnsp-ring.c | 19 +-
drivers/usb/dwc2/hcd.c | 2 +-
drivers/usb/dwc3/core.c | 9 +-
drivers/usb/dwc3/dwc3-pci.c | 1 +
drivers/usb/dwc3/gadget.c | 26 +-
drivers/usb/gadget/function/f_fs.c | 40 +--
drivers/usb/gadget/function/u_ether.c | 12 +-
drivers/usb/gadget/udc/lpc32xx_udc.c | 1 +
drivers/usb/host/xhci.c | 15 +-
drivers/usb/serial/io_ti.c | 2 +
drivers/usb/serial/io_usbvend.h | 1 +
drivers/usb/serial/option.c | 6 +
include/linux/serial_core.h | 1 +
include/linux/visorbus.h | 344 -------------------------
26 files changed, 159 insertions(+), 465 deletions(-)
delete mode 100644 include/linux/visorbus.h
--
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_cross_check_gcc/master-aarch64
in repository toolchain/ci/gcc.
from bc7e9f76756 Daily bump.
adds 94018fd2675 arm: mve: Don't force trivial vector literals to the pool
adds c524d860a78 docs: add missing table header
adds 0f96ac43fa0 libstdc++: Add missing #include <string> to new test
adds 040f8224617 arm: fix checking ICE in arm_print_operand [PR106004]
adds d6b423882a0 RISC-V: Supress warning for comparison of integer expressio [...]
adds 06a1b0418fb rs6000: Fix some error messages for invalid conversions
adds 1d6044c250e i386: Fix VPMOV splitter [PR105993]
No new revisions were added by this update.
Summary of changes:
gcc/config/arm/arm.cc | 3 +-
gcc/config/arm/mve.md | 99 ++--
gcc/config/i386/sse.md | 30 +-
gcc/config/riscv/bitmanip.md | 2 +-
gcc/config/rs6000/rs6000.cc | 8 +-
.../gcc.target/arm/acle/cde-mve-full-assembly.c | 549 ++++++++++-----------
gcc/testsuite/gcc.target/i386/pr105993.c | 18 +
libgomp/libgomp.texi | 1 +
.../21_strings/basic_string/cons/char/105995.cc | 2 +
9 files changed, 355 insertions(+), 357 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr105993.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_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 25691222b 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 46a443fc9 0: update: binutils-gcc-linux-glibc-gdb-qemu: 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 (25691222b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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.xz | Bin 1564 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30472 -> 30500 bytes
04-build_abe-stage1/console.log.xz | Bin 72168 -> 72392 bytes
05-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
06-build_abe-linux/console.log.xz | Bin 9228 -> 9000 bytes
07-build_abe-glibc/console.log.xz | Bin 238868 -> 238872 bytes
08-build_abe-stage2/console.log.xz | Bin 202264 -> 203432 bytes
09-build_abe-gdb/console.log.xz | Bin 37672 -> 37916 bytes
10-build_abe-qemu/console.log.xz | Bin 32736 -> 32648 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3928 -> 3876 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2476 -> 2772 bytes
13-check_regression/console.log.xz | Bin 6412 -> 6128 bytes
13-check_regression/extra-bisect-params | 1 -
13-check_regression/fails.sum | 67 -
13-check_regression/results.compare | 37 +-
13-check_regression/results.compare2 | 378 +-
13-check_regression/results.regressions | 87 -
14-update_baseline/console.log | 1666 +++++----
14-update_baseline/extra-bisect-params | 1 -
14-update_baseline/fails.sum | 67 -
14-update_baseline/results.compare | 37 +-
14-update_baseline/results.compare2 | 378 +-
14-update_baseline/results.regressions | 87 -
jenkins/manifest.sh | 22 +-
sumfiles/g++.log.xz | Bin 3383808 -> 3376664 bytes
sumfiles/g++.sum | 168 +-
sumfiles/gcc.log.xz | Bin 2976592 -> 2975592 bytes
sumfiles/gcc.sum | 5787 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1026320 -> 1022100 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2288 -> 2292 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 199192 -> 199136 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2660 -> 2656 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 420608 -> 413644 bytes
sumfiles/libstdc++.sum | 18 +-
39 files changed, 4327 insertions(+), 4542 deletions(-)
delete mode 100644 13-check_regression/extra-bisect-params
delete mode 100644 13-check_regression/fails.sum
delete mode 100644 13-check_regression/results.regressions
delete mode 100644 14-update_baseline/extra-bisect-params
delete mode 100644 14-update_baseline/fails.sum
delete mode 100644 14-update_baseline/results.regressions
--
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_gcc_bootstrap/master-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 74c63df44 0: update: binutils-gcc: 2
new 022463c6e 0: update: binutils-gcc: 2
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 (74c63df44)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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.xz | Bin 1540 -> 1512 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2716 bytes
04-build_abe-binutils/console.log.xz | Bin 51248 -> 51156 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 527448 -> 532424 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 40 ++++++++++++++--------------
jenkins/manifest.sh | 12 ++++-----
7 files changed, 26 insertions(+), 26 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_native_check_gcc/release-aarch64
in repository toolchain/ci/gdb.
from 03b9347271 Automatic date update in version.in
adds 6edaa538a3 Automatic date update in version.in
adds f7aaf3c25f Automatic date update in version.in
adds e692cf2dc4 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.