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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards cc66bc20 0: update: binutils-gcc-linux: all
new 6aa1bbd1 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 (cc66bc20)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 166 +-
02-prepare_abe/console.log | 296 +-
03-build_abe-binutils/console.log | 11358 +++++------
04-build_abe-stage1/console.log | 17825 ++++++++---------
05-build_linux/console.log | 992 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30663 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 30686 insertions(+), 30656 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-lts-allyesconfig
in repository toolchain/ci/gcc.
from 2e432a97839 Daily bump.
adds 95c969e58f7 backport PR94125: Update post order number for merged SCC.
adds 8fa2081ca62 AArch64: Break apart paradoxical subregs for VSTRUCT writes [...]
adds 366f69fdf42 Define __BIG_ENDIAN__
adds 76f7f2f9651 Daily bump.
adds 768779dd116 [testsuite] Fix PR93935 to guard case under vect_hw_misalign
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 21 +++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64-simd.md | 20 +++
gcc/config/pa/pa.h | 1 +
gcc/testsuite/ChangeLog | 22 +++
gcc/testsuite/g++.target/aarch64/pr94052.C | 174 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr94125.c | 41 ++++++
gcc/testsuite/gcc.dg/vect/bb-slp-over-widen-2.c | 2 +-
gcc/tree-loop-distribution.c | 13 +-
9 files changed, 286 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/pr94052.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr94125.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-release-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 5736f489 0: update: binutils-gcc-linux: all
new f2770faa 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 (5736f489)
\
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 | 128 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11055 ++++++-------
04-build_abe-stage1/console.log | 12731 +++++++--------
05-build_linux/console.log | 760 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 25150 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 25157 insertions(+), 25125 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 gcc.
from 5f18995e23e varasm: Fix output_constructor where a RANGE_EXPR index nee [...]
new c38daa79768 fortran: ICE using undeclared symbol in array constructor PR93484
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 | 6 ++++++
gcc/fortran/match.c | 4 ++--
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/pr93484_1.f90 | 8 ++++++++
gcc/testsuite/gfortran.dg/pr93484_2.f90 | 8 ++++++++
5 files changed, 30 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr93484_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr93484_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.
unknown user pushed a change to branch master
in repository gcc.
from 158cccea0d0 middle-end: Avoid using DECL_UID in ASM_FORMAT_PRIVATE_NAME [...]
new 5f18995e23e varasm: Fix output_constructor where a RANGE_EXPR index nee [...]
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 | 6 ++++++
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/torture/pr94303.C | 17 +++++++++++++++++
gcc/varasm.c | 20 ++++++++++++++++++++
4 files changed, 46 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/torture/pr94303.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/llvm-release-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 1579890f 0: update: llvm-linux: boot
new d5b63a7c 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 (1579890f)
\
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 | 68 +-
02-build_llvm/console.log | 12428 +++++++++++++++++-----------------
03-build_linux/console.log | 836 +--
04-boot_linux/console.log | 480 +-
05-check_regression/console.log | 14 +-
06-update_baseline/console.log | 18 +-
console.log | 13844 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13848 insertions(+), 13848 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-lts-allnoconfig
in repository toolchain/ci/linux.
from 14cfdbd39e31 Linux 4.19.112
new 21c6189d50ec drm/mediatek: Find the cursor plane instead of hard coding it
new b84530ba478f spi: qup: call spi_qup_pm_resume_runtime before suspending
new 9a1d6966c74d powerpc: Include .BTF section
new 8cdbdc24c55d ARM: dts: dra7: Add "dma-ranges" property to PCIe RC DT nodes
new 2ace14074b21 spi: pxa2xx: Add CS control clock quirk
new 8be070448601 spi/zynqmp: remove entry that causes a cs glitch
new df263df8d3ad drm/exynos: dsi: propagate error value and silence meaning [...]
new a832f5e0e8b3 drm/exynos: dsi: fix workaround for the legacy clock name
new b3e9f82b2a51 drivers/perf: arm_pmu_acpi: Fix incorrect checking of gicc [...]
new 9cffdf960b0f altera-stapl: altera_get_note: prevent write beyond end of 'key'
new da23154ff03b dm bio record: save/restore bi_end_io and bi_integrity
new 1ea3bdf9e9bf dm integrity: use dm_bio_record and dm_bio_restore
new f70da80a8609 riscv: avoid the PIC offset of static percpu data in modul [...]
new f258014432a7 drm/amd/display: Clear link settings on MST disable connector
new 345acf45a0ce drm/amd/display: fix dcc swath size calculations on dcn1
new d0f7d0913862 xenbus: req->body should be updated before req->state
new c4e8290c6fdf xenbus: req->err should be updated before req->state
new 3cbfc33d43d5 block, bfq: fix overwrite of bfq_group pointer in bfq_find [...]
new 4da2ef058867 parse-maintainers: Mark as executable
new eae6b4a4d7f8 USB: Disable LPM on WD19's Realtek Hub
new 7a02f05c2878 usb: quirks: add NO_LPM quirk for RTL8153 based ethernet adapters
new de6856e4c015 USB: serial: option: add ME910G1 ECM composition 0x110b
new 9ce255e1d010 usb: host: xhci-plat: add a shutdown
new 82fd24f23b17 USB: serial: pl2303: add device-id for HP LD381
new 906b5420ddeb usb: xhci: apply XHCI_SUSPEND_DELAY to AMD XHCI controller [...]
new bf670f94a3dc ALSA: line6: Fix endless MIDI read loop
new 0f5ebb2a9a19 ALSA: seq: virmidi: Fix running status after receiving sysex
new 4f1b2edc4882 ALSA: seq: oss: Fix running status after receiving sysex
new 8c5bd5520334 ALSA: pcm: oss: Avoid plugin buffer overflow
new f057d18c1692 ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checks
new 222499ed874f iio: st_sensors: remap SMO8840 to LIS2DH12
new 2d6b649cfd66 iio: trigger: stm32-timer: disable master mode when stopping
new 91e0e0800557 iio: magnetometer: ak8974: Fix negative raw values in sysfs
new 78863b863aed iio: adc: at91-sama5d2_adc: fix differential channels in t [...]
new 23929cbc88c5 mmc: rtsx_pci: Fix support for speed-modes that relies on tuning
new 0cdbb2f09909 mmc: sdhci-of-at91: fix cd-gpios for SAMA5D2
new b0dff34d8005 staging: rtl8188eu: Add device id for MERCUSYS MW150US v2
new d72ee3fe182f staging: greybus: loopback_test: fix poll-mask build breakage
new 270ee2e10c5d staging/speakup: fix get_word non-space look-ahead
new 107845eae850 intel_th: Fix user-visible error codes
new 22bed6a05d06 intel_th: pci: Add Elkhart Lake CPU support
new 90db72acb35f rtc: max8907: add missing select REGMAP_IRQ
new a54810b64b72 xhci: Do not open code __print_symbolic() in xhci trace events
new 221ab6a9e6a1 btrfs: fix log context list corruption after rename whiteo [...]
new 053a9862f020 drm/amd/amdgpu: Fix GPR read from debugfs (v2)
new 7693c8fedb00 drm/lease: fix WARNING in idr_destroy
new e48392bc0fdb memcg: fix NULL pointer dereference in __mem_cgroup_usage_ [...]
new 451d4a2390ed mm: slub: be more careful about the double cmpxchg of freelist
new 3e79ba634108 mm, slub: prevent kmalloc_node crashes and memory leaks
new 51a4b00e7b32 page-flags: fix a crash at SetPageError(THP_SWAP)
new 6c1051ffc77f x86/mm: split vmalloc_sync_all()
new c62612429679 USB: cdc-acm: fix close_delay and closing_wait units in TI [...]
new 72d3dd250a0b USB: cdc-acm: fix rounding error in TIOCSSERIAL
new 3b2c4f112296 iio: light: vcnl4000: update sampling periods for vcnl4200
new af6bdc2a85a9 kbuild: Disable -Wpointer-to-enum-cast
new e6d506cd2243 futex: Fix inode life-time issue
new 17a8ca79a576 futex: Unbreak futex hashing
new ae2f7c84371a Revert "vrf: mark skb for multicast or link-local as ensla [...]
new a22d7fc61f93 Revert "ipv6: Fix handling of LLA with VRF and sockets bou [...]
new 89fba2b72143 ALSA: hda/realtek: Fix pop noise on ALC225
new 1dd632975d11 arm64: smp: fix smp_send_stop() behaviour
new d59848cab47f arm64: smp: fix crash_smp_send_stop() behaviour
new 21213fb67401 drm/bridge: dw-hdmi: fix AVI frame colorimetry
new 3d96de25fdb5 staging: greybus: loopback_test: fix potential path truncation
new d4462fb6c247 staging: greybus: loopback_test: fix potential path truncations
new 54b4fa6d3955 Linux 4.19.113
The 66 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:
Makefile | 2 +-
arch/arm/boot/dts/dra7.dtsi | 2 +
arch/arm64/kernel/smp.c | 25 ++++--
arch/powerpc/kernel/vmlinux.lds.S | 6 ++
arch/riscv/kernel/module.c | 16 ++++
arch/x86/mm/fault.c | 26 +++++-
block/bfq-cgroup.c | 9 ++-
drivers/acpi/apei/ghes.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 6 +-
.../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 1 +
.../gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.c | 4 +-
drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 46 ++++++-----
drivers/gpu/drm/drm_lease.c | 3 +-
drivers/gpu/drm/exynos/exynos_drm_dsi.c | 12 +--
drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 18 +++--
drivers/hwtracing/intel_th/msu.c | 6 +-
drivers/hwtracing/intel_th/pci.c | 5 ++
drivers/iio/accel/st_accel_i2c.c | 2 +-
drivers/iio/adc/at91-sama5d2_adc.c | 15 ++++
drivers/iio/light/vcnl4000.c | 7 +-
drivers/iio/magnetometer/ak8974.c | 2 +-
drivers/iio/trigger/stm32-timer-trigger.c | 11 ++-
drivers/md/dm-bio-record.h | 15 ++++
drivers/md/dm-integrity.c | 32 +++-----
drivers/misc/altera-stapl/altera.c | 12 +--
drivers/misc/cardreader/rts5227.c | 2 +-
drivers/misc/cardreader/rts5249.c | 2 +
drivers/misc/cardreader/rts5260.c | 2 +-
drivers/mmc/host/rtsx_pci_sdmmc.c | 13 +--
drivers/mmc/host/sdhci-of-at91.c | 8 +-
drivers/net/vrf.c | 19 ++---
drivers/perf/arm_pmu_acpi.c | 7 +-
drivers/rtc/Kconfig | 1 +
drivers/spi/spi-pxa2xx.c | 23 ++++++
drivers/spi/spi-qup.c | 11 ++-
drivers/spi/spi-zynqmp-gqspi.c | 3 -
drivers/staging/greybus/tools/loopback_test.c | 21 ++---
drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 +
drivers/staging/speakup/main.c | 2 +-
drivers/usb/class/cdc-acm.c | 34 +++++---
drivers/usb/core/quirks.c | 6 ++
drivers/usb/host/xhci-pci.c | 3 +-
drivers/usb/host/xhci-plat.c | 1 +
drivers/usb/host/xhci-trace.h | 23 ++----
drivers/usb/serial/option.c | 2 +
drivers/usb/serial/pl2303.c | 1 +
drivers/usb/serial/pl2303.h | 1 +
drivers/xen/xenbus/xenbus_comms.c | 4 +
drivers/xen/xenbus/xenbus_xs.c | 9 ++-
fs/btrfs/inode.c | 4 +
fs/inode.c | 1 +
include/linux/fs.h | 1 +
include/linux/futex.h | 17 ++--
include/linux/page-flags.h | 2 +-
include/linux/vmalloc.h | 5 +-
kernel/futex.c | 93 +++++++++++++---------
kernel/notifier.c | 2 +-
mm/memcontrol.c | 10 ++-
mm/nommu.c | 10 ++-
mm/slub.c | 32 +++++---
mm/vmalloc.c | 11 ++-
net/ipv6/tcp_ipv6.c | 3 +-
scripts/Makefile.extrawarn | 1 +
scripts/parse-maintainers.pl | 0
sound/core/oss/pcm_plugin.c | 12 ++-
sound/core/seq/oss/seq_oss_midi.c | 1 +
sound/core/seq/seq_virmidi.c | 1 +
sound/pci/hda/patch_realtek.c | 2 +
sound/usb/line6/driver.c | 2 +-
sound/usb/line6/midibuf.c | 2 +-
70 files changed, 457 insertions(+), 239 deletions(-)
mode change 100644 => 100755 scripts/parse-maintainers.pl
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.