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-build_cross
in repository toolchain/ci/qemu.
from d55450df99 Merge remote-tracking branch 'remotes/dgilbert/tags/pull-mig [...]
adds 648b4823d9 trace/simple: Enable tracing on startup only if the user spe [...]
adds ee8041013a Add execute bit back to scripts/tracetool.py
adds 4a74626970 Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/t [...]
new cece116c93 configure: add option for virtiofsd
new 800ad114f1 virtiofsd: passthrough_ll: set FUSE_LOG_INFO as default log_level
new 06844584b6 virtiofsd: add container-friendly -o sandbox=chroot option
new 6084633dff tools/virtiofsd: xattr name mappings: Add option
new 4f088dbf98 tools/virtiofsd: xattr name mappings: Map client xattr names
new 6409cf19ca tools/virtiofsd: xattr name mappings: Map server xattr names
new 491bfaea3b tools/virtiofsd: xattr name mapping examples
new 1d84a0213a tools/virtiofsd: xattr name mappings: Simple 'map'
new 97d741cc96 linux/fuse.h: Pull in from Linux
new 2f10415abf virtiofsd: Announce FUSE_ATTR_FLAGS
new e2577435d3 virtiofsd: Add attr_flags to fuse_entry_param
new ede24b6be7 virtiofsd: Add fuse_reply_attr_with_flags()
new eba8b096c1 virtiofsd: Store every lo_inode's parent_dev
new 08dce386e7 virtiofsd: Announce sub-mount points
new 45ced7ca2f tests/acceptance/boot_linux: Accept SSH pubkey
new c93a656f7b tests/acceptance: Add virtiofs_submounts.py
new 725ca3313a Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/p [...]
The 17 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:
configure | 8 +-
docs/tools/virtiofsd.rst | 193 ++++++-
include/standard-headers/linux/fuse.h | 11 +-
meson.build | 1 +
meson_options.txt | 2 +
scripts/tracetool.py | 0
tests/acceptance/boot_linux.py | 13 +-
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 +++++
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 +-
19 files changed, 1533 insertions(+), 41 deletions(-)
mode change 100644 => 100755 scripts/tracetool.py
create mode 100644 tests/acceptance/virtiofs_submounts.py
create mode 100644 tests/acceptance/virtiofs_submounts.py.data/cleanup.sh
create mode 100644 tests/acceptance/virtiofs_submounts.py.data/guest-cleanup.sh
create mode 100644 tests/acceptance/virtiofs_submounts.py.data/guest.sh
create 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-build_cross
in repository toolchain/ci/glibc.
from 0ce51bef34 Remove NEWS entry about ftime removal
new 562ef5e69e misc: Add internal __getauxval2 function
new b94cc191e0 Add IP_RECVERR_RFC4884 and IPV6_RECVERR_RFC4884 from Linux 5.9.
new 641a124845 Hurd: Fix ftime build
The 3 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/sys/auxv.h | 5 +++++
misc/getauxval.c | 33 +++++++++++++++++++++++++------
sysdeps/unix/sysv/linux/bits/in.h | 2 ++
{time => sysdeps/unix/sysv/linux}/ftime.c | 2 +-
time/ftime.c | 29 ++++-----------------------
5 files changed, 39 insertions(+), 32 deletions(-)
copy {time => sysdeps/unix/sysv/linux}/ftime.c (96%)
--
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-build_cross
in repository toolchain/ci/binutils-gdb.
from bd24c5d65b [gdb/testsuite] Fix section matching in find_pc_sect_compuni [...]
adds b1d4d8d128 gdb/breakpoint: use gdb::option for the '-force' flag
adds 5eb9e3f517 gdb: remove unused includes in xtensa-tdep.c
adds 7f40ce1a9e gdb: remove unused includes in m32c-tdep.c
adds bcd213b2cf Fix the decoding of DW_FORM_ref_addr DWARF attribute.
adds 27e5e547c7 Fix seg-fault when running the ld testsuite for the hppa64-l [...]
adds 0bf21fbd79 Add skip_fortran_tests to two Fortran testcases
adds 934a176407 Fix gdb.python/py-format-string.exp with Clang
new 06db6ec3d9 [gdb/testsuite] Fix gdb.cp/psymtab-parameter.exp with -readnow
new 5868da034f [gdb/testsuite] Fix gdb.base/maint.exp FAILs with -readnow
new 297e9a75f2 [gdb/testsuite] Fix DUPLICATEs in gdb.base/multi-forks.exp
new b448cca522 [gdb/testsuite] Fix gdb.base/multi-forks.exp timeout with -readnow
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:
bfd/ChangeLog | 6 +
bfd/elf64-hppa.c | 2 +-
binutils/ChangeLog | 27 ++
binutils/dwarf.c | 585 ++++++++++++++++++++------
gdb/ChangeLog | 16 +
gdb/breakpoint.c | 84 +++-
gdb/m32c-tdep.c | 8 -
gdb/testsuite/ChangeLog | 29 ++
gdb/testsuite/gdb.base/condbreak.exp | 8 +
gdb/testsuite/gdb.base/maint.exp | 25 +-
gdb/testsuite/gdb.base/multi-forks.exp | 58 ++-
gdb/testsuite/gdb.cp/psymtab-parameter.exp | 7 +-
gdb/testsuite/gdb.mi/mi-fortran-modules.exp | 2 +
gdb/testsuite/gdb.mi/mi-vla-fortran.exp | 6 +-
gdb/testsuite/gdb.python/py-format-string.exp | 4 +-
gdb/xtensa-tdep.c | 9 -
16 files changed, 667 insertions(+), 209 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_cross/gnu-master-arm-build_cross
in repository toolchain/ci/base-artifacts.
discards 14f94fbe 0: update: binutils-gcc-glibc-qemu: 6
new 3a269960 0: update: binutils-gcc-glibc-qemu: 6
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 (14f94fbe)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-master-arm-bui [...]
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 | 127 +-
02-prepare_abe/console.log | 440 +-
04-build_abe-binutils/console.log | 11809 ++--
05-build_abe-stage1/console.log | 20474 +++---
06-build_abe-linux/console.log | 274 +-
07-build_abe-glibc/console.log | 40568 ++++++------
08-build_abe-stage2/console.log | 47454 +++++++------
09-build_abe-qemu/console.log | 3546 +-
10-check_regression/console.log | 2 +-
11-update_baseline/console.log | 2 +-
console.log | 125230 +++++++++++++++++------------------
jenkins/manifest.sh | 22 +-
12 files changed, 124946 insertions(+), 125002 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_bmk_tx1
in repository toolchain/ci/interesting-commits.
from e58eb62 Add bad-merge-base 428985c436f442e91e27173bccaf28f547233586 f [...]
new 6f8afd2 Add bad-merge-base 90e88fd376bb9ad6223a1f5ccd803d1bd9539b05 f [...]
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 | 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_kernel/llvm-release-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards b9795e0f 0: update: llvm-linux: all
new 19e91388 0: update: llvm-ef32c611aa214dea855364efd7ba451ec5ec3f74: 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 (b9795e0f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 184 +-
02-build_llvm/console.log | 12666 ++++++++++++++---------------
03-build_linux/console.log | 3836 +++++----
04-boot_linux/console.log | 6 +-
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 12 +-
console.log | 16716 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 16579 insertions(+), 16861 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-arm-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 06a86f31 0: update: gcc-308e40331f9d2820f8286769b5fc764671187364: 1
new dfe78748 0: update: gcc-2b3e722a3ca1b9dcfff1c016e651d0d681de1af0: 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 (06a86f31)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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 | 376 +-
04-build_abe-bootstrap_O1/console.log | 93510 +++++++++++++++----------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 2 +-
console.log | 94020 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 94032 insertions(+), 94016 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-defconfig
in repository toolchain/ci/gcc.
from e84932fd590 Daily bump.
adds c9e421e5f9b 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.