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-defconfig
in repository toolchain/ci/base-artifacts.
discards 856e301d 0: update: binutils-gcc-linux: boot
new 5316631c 0: update: binutils-gcc-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 (856e301d)
\
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 | 169 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11068 +++++++------
04-build_abe-stage1/console.log | 18562 +++++++++++----------
05-build_linux/console.log | 788 +-
06-boot_linux/console.log | 472 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 31528 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
10 files changed, 31460 insertions(+), 31579 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 2187f215ebaa Merge tag 'for-5.5-rc2-tag' of git://git.kernel.org/pub/sc [...]
new add9d56d7b37 ALSA: pcm: Avoid possible info leaks from PCM stream buffers
new 377bc0cfabce ALSA: hda/ca0132 - Keep power on during processing DSP response
new cb04fc3b6b07 ALSA: hda/ca0132 - Avoid endless loop
new 42fb6b1d41eb ALSA: hda/ca0132 - Fix work handling in delayed HP detection
new 6fd739c04ffd ALSA: hda: Fix regression by strip mask fix
new 475feec0c41a ALSA: hda - Downgrade error message for single-cmd fallback
new bc094709de01 ASoC: rt5682: fix i2c arbitration lost issue
new 756ae8f237e1 ASoC: AMD: Enable clk in startup intead of hw_params
new b81eb73be03a ASoC: SOF: Intel: BYT: fix a copy/paste mistake in byt_dump()
new 469b3ad672e2 ASoC: SOF: topology: Fix unload for SAI/ESAI
new fb3194413d1e ASoC: rt5677: Fix build error without CONFIG_SPI
new 2a0bda276c64 ASoC: wm8904: fix automatic sysclk configuration
new acb874a7c049 ASoC: max98090: remove msleep in PLL unlocked workaround
new 6f49919d1169 ASoC: max98090: exit workaround earlier if PLL is locked
new 45dfbf569759 ASoC: max98090: fix possible race conditions
new d5ee9108adac ASoC: Intel: sst: Add missing include <linux/io.h>
new 4bf2e385aa59 ASoC: core: Init pcm runtime work early to avoid warnings
new 7eccc05c7101 ASoC: Intel: bytcr_rt5640: Update quirk for Teclast X89
new 9c9b65203492 ASoC: core: only flush inited work during free
new 76d270364932 ASoC: topology: Check return value for snd_soc_add_dai_link()
new a3039aef52d9 ASoC: topology: Check return value for soc_tplg_pcm_create()
new 5525cf07d15f ASoC: simple-card: Don't create separate link when platfor [...]
new 8edc95667646 ASoC: SOF: loader: snd_sof_fw_parse_ext_data log warning o [...]
new 6bb03c21e4bf ASoC: SOF: loader: fix snd_sof_fw_parse_ext_data
new f84337c3fb8f ASoC: SOF: Intel: split cht and byt debug window sizes
new 4e64ba3fd181 ASoC: Intel: common: work-around incorrect ACPI HID for CM [...]
new 556672d75ff4 ASoC: wm8962: fix lambda value
new 7c497d799267 Merge tag 'asoc-fix-v5.5-rc2' of https://git.kernel.org/pu [...]
new 80a0c2e511a9 Merge tag 'sound-5.5-rc3' of git://git.kernel.org/pub/scm/ [...]
The 29 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/sound/soc.h | 1 +
sound/core/pcm_native.c | 4 ++
sound/hda/hdac_stream.c | 4 +-
sound/pci/hda/hda_controller.c | 2 +-
sound/pci/hda/patch_ca0132.c | 23 ++++++++++--
sound/pci/hda/patch_hdmi.c | 2 +
sound/soc/amd/acp-da7219-max98357a.c | 46 +++++++----------------
sound/soc/codecs/max98090.c | 30 ++++++++++-----
sound/soc/codecs/max98090.h | 1 -
sound/soc/codecs/rt5677-spi.h | 16 ++++++++
sound/soc/codecs/rt5682.c | 2 +
sound/soc/codecs/wm8904.c | 6 +++
sound/soc/codecs/wm8962.c | 4 +-
sound/soc/generic/simple-card.c | 6 +++
sound/soc/intel/atom/sst/sst.c | 1 +
sound/soc/intel/boards/bytcr_rt5640.c | 8 +++-
sound/soc/intel/common/soc-acpi-intel-cml-match.c | 41 +++++++++++---------
sound/soc/soc-compress.c | 6 +--
sound/soc/soc-core.c | 13 ++++++-
sound/soc/soc-pcm.c | 11 ++----
sound/soc/soc-topology.c | 27 +++++++++----
sound/soc/sof/intel/byt.c | 25 ++++++------
sound/soc/sof/loader.c | 7 +++-
sound/soc/sof/topology.c | 4 +-
24 files changed, 185 insertions(+), 105 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-allmodconfig
in repository toolchain/ci/gcc.
from da0f2f6cd9b Fix PR92950: Wrong code emitted for movv1qi
adds 7d359cb4045 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.
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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 28c9e567 0: update: binutils-gcc-linux: all
new 30563517 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 (28c9e567)
\
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 | 166 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 10950 +++++++------
04-build_abe-stage1/console.log | 18597 +++++++++++----------
05-build_linux/console.log | 804 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 31087 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
results | 2 +-
11 files changed, 30999 insertions(+), 31061 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/gnu-master-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 49fb6bc9 0: update: gcc-84d7f8c57b193485bb4a3ceb929320b1a1016809: 1
new a4cd4fdc 0: update: gcc-5de3f0a1c7019f57b1972c112e0fb876f4df7ec8: 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 (49fb6bc9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 48 +-
03-build_abe-bootstrap_ubsan/console.log | 74444 ++++++++++++++--------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 74624 ++++++++++++++---------------
jenkins/manifest.sh | 10 +-
7 files changed, 74589 insertions(+), 74669 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.