This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-check_cross
in repository toolchain/ci/qemu.
omits cfc1105649 Merge remote-tracking branch 'remotes/philmd-gitlab/tags/acc [...]
omits 725ca3313a Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/p [...]
omits 4a74626970 Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/t [...]
omits d55450df99 Merge remote-tracking branch 'remotes/dgilbert/tags/pull-mig [...]
omits 091e3e3dbc Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmap [...]
omits c93a656f7b tests/acceptance: Add virtiofs_submounts.py
omits 45ced7ca2f tests/acceptance/boot_linux: Accept SSH pubkey
omits 08dce386e7 virtiofsd: Announce sub-mount points
omits eba8b096c1 virtiofsd: Store every lo_inode's parent_dev
omits ede24b6be7 virtiofsd: Add fuse_reply_attr_with_flags()
omits e2577435d3 virtiofsd: Add attr_flags to fuse_entry_param
omits 2f10415abf virtiofsd: Announce FUSE_ATTR_FLAGS
omits 97d741cc96 linux/fuse.h: Pull in from Linux
omits 1d84a0213a tools/virtiofsd: xattr name mappings: Simple 'map'
omits 491bfaea3b tools/virtiofsd: xattr name mapping examples
omits 6409cf19ca tools/virtiofsd: xattr name mappings: Map server xattr names
omits 4f088dbf98 tools/virtiofsd: xattr name mappings: Map client xattr names
omits 6084633dff tools/virtiofsd: xattr name mappings: Add option
omits 06844584b6 virtiofsd: add container-friendly -o sandbox=chroot option
omits 800ad114f1 virtiofsd: passthrough_ll: set FUSE_LOG_INFO as default log_level
omits cece116c93 configure: add option for virtiofsd
omits 4c9ac67230 docs/devel/testing.rst: Update outdated Avocado URLs
omits 9eb716513d tests/acceptance: Allow running Orange Pi test using cached [...]
omits 9923375807 tests/acceptance: Add a 'virt_kvm' test using the GICv3
omits 7fb1f203d7 tests/boot_linux_console: Boot Trusted Firmware-A on the Ras [...]
omits 1dc887329a Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd- [...]
omits ee8041013a Add execute bit back to scripts/tracetool.py
omits 648b4823d9 trace/simple: Enable tracing on startup only if the user spe [...]
omits a47295014d migration-test: Only hide error if !QTEST_LOG
omits d246ea5039 migration/postcopy: Release fd before going into 'postcopy-pause'
omits 0c26781c09 migration: Sync requested pages after postcopy recovery
omits 8f8bfffcf1 migration: Maintain postcopy faulted addresses
omits 7a267fc49b migration: Introduce migrate_send_rp_message_req_pages()
omits eef621c4e6 migration: Pass incoming state into qemu_ufd_copy_ioctl()
omits fe80c0241d migration: using trace_ to replace DPRINTF
omits 0bcae62333 migration: Delete redundant spaces
omits cbfc71b52b migration: Open brace '{' following function declarations go [...]
omits 49324e939c migration: Do not initialise statics and globals to 0 or NULL
omits f4c51a6bfd migration: Add braces {} for if statement
omits f16aee44b4 migration: Open brace '{' following struct go on the same line
omits 395cb45009 migration: Add spaces around operator
omits 29fccade10 migration: Don't use '#' flag of printf format
omits 01371c5821 migration: Do not use C99 // comments
omits 9fe7ef8b66 migration: Drop unused VMSTATE_FLOAT64 support
omits a024890a64 migration/block-dirty-bitmap: fix uninitialized variable warning
omits ed7b70c27b migration/block-dirty-bitmap: fix larger granularity bitmaps
omits 89c6700fe7 hw/sd/sdcard: Zero out function selection fields before bein [...]
omits 692fb0ef31 hw/sd/sdcard: Make iolen unsigned
omits aecaa05922 hw/sd/sdcard: Constify sd_crc*()'s message argument
omits ef6dd5f5c4 hw/sd/sdcard: Simplify cmd_valid_while_locked()
omits 9820502cad hw/sd/sdcard: Update the SDState documentation
adds 4ac4e7281a ide: run diagnostic after SRST
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 (cfc1105649)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-master-arm-che [...]
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.
No new revisions were added by this update.
Summary of changes:
configure | 8 +-
docs/devel/testing.rst | 4 +-
docs/tools/virtiofsd.rst | 193 +------
hw/ide/core.c | 6 +-
hw/sd/sd.c | 27 +-
hw/sd/trace-events | 2 +-
include/migration/vmstate.h | 13 +
include/standard-headers/linux/fuse.h | 11 +-
meson.build | 1 -
meson_options.txt | 2 -
migration/block-dirty-bitmap.c | 26 +-
migration/block.c | 40 +-
migration/migration.c | 59 +-
migration/migration.h | 24 +-
migration/page_cache.c | 13 +-
migration/postcopy-ram.c | 27 +-
migration/ram.c | 14 +-
migration/rdma.c | 7 +-
migration/savevm.c | 61 +-
migration/trace-events | 16 -
migration/vmstate-types.c | 26 +
migration/vmstate.c | 10 +-
scripts/tracetool.py | 0
tests/acceptance/boot_linux.py | 30 +-
tests/acceptance/boot_linux_console.py | 24 -
tests/acceptance/virtiofs_submounts.py | 289 ----------
.../virtiofs_submounts.py.data/cleanup.sh | 46 --
.../virtiofs_submounts.py.data/guest-cleanup.sh | 30 -
.../acceptance/virtiofs_submounts.py.data/guest.sh | 138 -----
.../acceptance/virtiofs_submounts.py.data/host.sh | 127 -----
tests/qtest/migration-test.c | 6 +-
tools/meson.build | 17 +-
tools/virtiofsd/fuse_common.h | 8 -
tools/virtiofsd/fuse_lowlevel.c | 34 +-
tools/virtiofsd/fuse_lowlevel.h | 20 -
tools/virtiofsd/helper.c | 9 -
tools/virtiofsd/passthrough_ll.c | 622 +--------------------
trace/control.c | 6 +-
38 files changed, 176 insertions(+), 1820 deletions(-)
mode change 100755 => 100644 scripts/tracetool.py
delete mode 100644 tests/acceptance/virtiofs_submounts.py
delete mode 100644 tests/acceptance/virtiofs_submounts.py.data/cleanup.sh
delete mode 100644 tests/acceptance/virtiofs_submounts.py.data/guest-cleanup.sh
delete mode 100644 tests/acceptance/virtiofs_submounts.py.data/guest.sh
delete mode 100644 tests/acceptance/virtiofs_submounts.py.data/host.sh
--
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_cross/gnu-master-arm-check_cross
in repository toolchain/ci/base-artifacts.
discards 51ceebcf 7: update: glibc-fd0981e4028b79b061b458acbc10315e05972ada: 1
discards 99489cf8 6: reset: binutils-b35c1d1cf457db034186f321517eee69ef8457a5: 1
new d5522d70 6: reset: qemu-4ac4e7281a2dd1ca5158812198c4d2cbacf2ae25: 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 (51ceebcf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-master-arm-che [...]
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 | 193 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 10764 +-
04-build_abe-stage1/console.log | 19757 ++--
05-build_abe-linux/console.log | 60 +-
06-build_abe-glibc/console.log | 39669 ++++---
07-build_abe-stage2/console.log | 46487 ++++----
08-build_abe-qemu/console.log | 3340 +-
09-build_abe-dejagnu/console.log | 330 +-
10-build_abe-check_gcc/console.log | 29033 ++---
11-check_regression/console.log | 312 +-
11-check_regression/results.regressions | 6 +-
12-update_baseline/console.log | 15747 ++-
12-update_baseline/results.regressions | 6 +-
console.log | 166922 +++++++++++++++--------------
jenkins/manifest.sh | 12 +-
reset-baseline | 0
sumfiles/g++.log.xz | Bin 2299700 -> 2297248 bytes
sumfiles/g++.sum | 92 +-
sumfiles/gcc.log.xz | Bin 1993072 -> 1993592 bytes
sumfiles/gcc.sum | 312 +-
sumfiles/gfortran.log.xz | Bin 765240 -> 767968 bytes
sumfiles/gfortran.sum | 32 +-
sumfiles/libatomic.log.xz | Bin 2236 -> 2228 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 127264 -> 127300 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2608 -> 2608 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 411576 -> 411496 bytes
sumfiles/libstdc++.sum | 8 +-
31 files changed, 166924 insertions(+), 166624 deletions(-)
create mode 100644 reset-baseline
--
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 aa23a2dd53f Add dg-require-effective-target fpic to gcc i386 tests
new 87a9861b068 Add missing require-effective-target lto
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/testsuite/gcc.dg/tree-ssa/pr71077.c | 1 +
1 file changed, 1 insertion(+)
--
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_bmk_tx1/llvm-release-aarch64-spec2k6-O3
in repository toolchain/ci/base-artifacts.
discards b2f69327 4: update: binutils-gcc-glibc-llvm: 1
new 42477886 4: update: binutils-gcc-glibc-llvm: 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 (b2f69327)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/llvm-release-aar [...]
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 | 148 +-
02-prepare_abe/console.log | 180 +-
03-build_abe-binutils/console.log | 11518 +--
04-build_abe-stage1/console.log | 13481 ++--
05-build_abe-linux/console.log | 292 +-
06-build_abe-glibc/console.log | 39772 +++++-----
07-build_abe-stage2/console.log | 36655 ++++-----
08-build_llvm-true/console.log | 12728 +--
10-benchmark--O3/benchmark-start.log | 2 +-
10-benchmark--O3/benchmark.log | 13 +-
10-benchmark--O3/console.log | 145 +-
11-check_regression/console.log | 2427 +-
11-check_regression/results-0.csv | 2125 +-
11-check_regression/results-1.csv | 2137 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 3 +-
11-check_regression/results-full.csv | 2313 +-
11-check_regression/results.csv | 159 +-
11-check_regression/results.log | 2452 +-
12-update_baseline/console.log | 2924 +-
12-update_baseline/results-1.csv | 2137 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 3 +-
12-update_baseline/results-full.csv | 2137 +-
12-update_baseline/results.csv | 155 +-
12-update_baseline/results.log | 1802 +-
12-update_baseline/results.regressions | 4 +-
console.log | 120348 +++++++++++++++--------------
jenkins/manifest.sh | 12 +-
results_id | 2 +-
30 files changed, 128053 insertions(+), 128097 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-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 2e5e3760 0: update: binutils-gcc-linux: all
new 42323244 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 (2e5e3760)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 172 +-
02-prepare_abe/console.log | 446 +-
03-build_abe-binutils/console.log | 12106 +++++-----
04-build_abe-stage1/console.log | 16019 +++++++------
05-build_linux/console.log | 9270 ++++----
06-boot_linux/console.log | 6 +-
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 | 38023 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
12 files changed, 37996 insertions(+), 38070 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-release-arm-bootstrap_O3
in repository toolchain/ci/gcc.
from b2593aa8044 Daily bump.
adds d824c5df171 libgomp testsuite: tell warning from error diagnostics, etc [...]
adds 8860822a91e Simplify and enhance 'libgomp.oacc-c-c++-common/pr85486*.c' [...]
adds dd0b8347d45 Daily bump.
adds fc1af160fa1 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
libgomp/ChangeLog | 20 ++++++++
libgomp/testsuite/lib/libgomp.exp | 6 +++
.../libgomp.oacc-c-c++-common/pr85486-2.c | 53 +++------------------
.../libgomp.oacc-c-c++-common/pr85486-3.c | 55 +++-------------------
.../testsuite/libgomp.oacc-c-c++-common/pr85486.c | 9 +++-
6 files changed, 47 insertions(+), 98 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.