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/release-arm-bootstrap_profiled
in repository toolchain/ci/binutils-gdb.
from 1f5be5f22a Automatic date update in version.in
adds f60dbe8d12 Automatic date update in version.in
adds 182284deb1 Automatic date update in version.in
adds cf0ac00a84 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.
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/release-arm-bootstrap_profiled
in repository toolchain/ci/base-artifacts.
discards ca5c9007 0: update: binutils-gcc: 2
new bf055719 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 (ca5c9007)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-ar [...]
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 -> 1692 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 59768 -> 61404 bytes
05-build_abe-bootstrap_profiled/console.log.xz | Bin 910836 -> 914112 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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 e9f5cbc0c851 Merge tag 'trace-v5.17-2' of git://git.kernel.org/pub/scm/ [...]
new 3271d7eb00f1 f2fs: compress: reduce one page array alloc and free when [...]
new 3d697a4a6b7d f2fs: rework write preallocations
new b31bf0f96e71 f2fs: reduce indentation in f2fs_file_write_iter()
new d4dd19ec1ea0 f2fs: do not expose unwritten blocks to user by DIO
new ccf7cf92373d f2fs: fix the f2fs_file_write_iter tracepoint
new 1517c1a7a445 f2fs: implement iomap operations
new a1e09b03e6f5 f2fs: use iomap for direct I/O
new bd984c03097b f2fs: show more DIO information in tracepoint
new d1917865a790 f2fs: fix remove page failed in invalidate compress pages
new e64347ae13da f2fs: support POSIX_FADV_DONTNEED drop compressed page cache
new ae2e2804caa1 f2fs: show number of pending discard commands
new 766c663933be f2fs: avoid duplicate call of mark_inode_dirty
new 9056d6489f5a f2fs: fix to do sanity check on inode type during garbage [...]
new f6db43076d19 f2fs: fix to avoid panic in is_alive() if metadata is inco [...]
new 77900c45ee5c f2fs: fix to do sanity check in is_alive()
new 325163e9892b f2fs: add gc_urgent_high_remaining sysfs node
new 19bdba526562 f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a file
new 7377e853967b f2fs: compress: fix potential deadlock of compress file
new 0df035c7208c f2fs: avoid down_write on nat_tree_lock during checkpoint
new a9419b63bf41 f2fs: do not bother checkpoint by f2fs_get_node_info
new 645a3c40ca3d f2fs: fix to do sanity check on last xattr entry in __f2fs [...]
new dd9d4a3a30d0 f2fs: clean up __find_inline_xattr() with __find_xattr()
new 3e0203893e0d f2fs: support fault injection to f2fs_trylock_op()
new b702c83e2eaa f2fs: fix to check available space of CP area correctly in [...]
new 300a842937fb f2fs: fix to reserve space for IO align feature
new 2a64e303e305 f2fs: don't drop compressed page cache in .{invalidate,rel [...]
new d361b690b6fc f2fs: Simplify bool conversion
new 2b642898e5ea f2fs: remove redunant invalidate compress pages
new 5fed0be8583f f2fs: do not allow partial truncation on pinned file
new 1d1df41c5a33 Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/ [...]
The 30 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:
Documentation/ABI/testing/sysfs-fs-f2fs | 12 +
Documentation/filesystems/f2fs.rst | 1 +
fs/f2fs/Kconfig | 1 +
fs/f2fs/checkpoint.c | 6 +-
fs/f2fs/compress.c | 84 +++---
fs/f2fs/data.c | 351 +++++-----------------
fs/f2fs/f2fs.h | 43 ++-
fs/f2fs/file.c | 509 ++++++++++++++++++++++++++------
fs/f2fs/gc.c | 26 +-
fs/f2fs/inline.c | 4 +-
fs/f2fs/inode.c | 18 +-
fs/f2fs/iostat.c | 40 ++-
fs/f2fs/node.c | 23 +-
fs/f2fs/recovery.c | 2 +-
fs/f2fs/segment.c | 2 +-
fs/f2fs/segment.h | 3 +-
fs/f2fs/super.c | 46 +++
fs/f2fs/sysfs.c | 26 +-
fs/f2fs/xattr.c | 40 +--
include/trace/events/f2fs.h | 27 +-
20 files changed, 759 insertions(+), 505 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_gcc_bootstrap/master-arm-bootstrap_profiled_lto
in repository toolchain/ci/base-artifacts.
discards 7b98036c 0: update: binutils-gcc: 2
new e24f8e32 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 (7b98036c)
\
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 1548 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 52128 -> 50628 bytes
05-build_abe-bootstrap_profiled_lto/console.log.xz | Bin 985580 -> 989540 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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_gcc_check/release-aarch64
in repository toolchain/ci/binutils-gdb.
from f60dbe8d12 Automatic date update in version.in
adds 182284deb1 Automatic date update in version.in
adds cf0ac00a84 Automatic date update in version.in
adds 3f4442ae83 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.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/release-aarch64
in repository toolchain/ci/base-artifacts.
discards 8c5e638a 0: update: binutils-gcc: 1
new 11c737d5 0: update: binutils-gcc: 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 (8c5e638a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/release-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.xz | Bin 1540 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 50408 -> 50460 bytes
04-build_abe-gcc/console.log.xz | Bin 192980 -> 191516 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3812 -> 3872 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2308 -> 2388 bytes
07-check_regression/console.log.xz | Bin 3568 -> 3476 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 18 +-
07-check_regression/results.compare | 53 +-
07-check_regression/results.compare2 | 97 +-
07-check_regression/results.regressions | 53 +-
08-update_baseline/console.log | 476 ++--
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 18 +-
08-update_baseline/results.compare | 53 +-
08-update_baseline/results.compare2 | 97 +-
08-update_baseline/results.regressions | 53 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3365872 -> 3374828 bytes
sumfiles/g++.sum | 108 +-
sumfiles/gcc.log.xz | Bin 2814812 -> 2831868 bytes
sumfiles/gcc.sum | 3712 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 817432 -> 813596 bytes
sumfiles/gfortran.sum | 70 +-
sumfiles/libatomic.log.xz | Bin 2168 -> 2164 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 140704 -> 140948 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2536 -> 2528 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 418200 -> 428692 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2399 insertions(+), 2461 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.