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-stable-defconfig
in repository toolchain/ci/base-artifacts.
from 3174c83efa 75: onsuccess: #38: 7629: [TCWG CI] https://ci.linaro.org/jo [...]
new 49d00a28d6 76: onsuccess: #39: boot: [TCWG CI] https://ci.linaro.org/jo [...]
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 2164 -> 2184 bytes
02-prepare_abe/console.log.xz | Bin 2412 -> 2456 bytes
03-build_abe-binutils/console.log.xz | Bin 27488 -> 27664 bytes
04-build_abe-stage1/console.log.xz | Bin 71516 -> 71520 bytes
05-build_abe-qemu/console.log.xz | Bin 32600 -> 32884 bytes
06-build_linux/console.log.xz | Bin 3628 -> 3084 bytes
07-boot_linux/console.log.xz | Bin 0 -> 6140 bytes
08-check_regression/console.log.xz | Bin 608 -> 440 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/notify.sh | 3 ---
manifest.sh | 27 +++++++++++++++------------
results | 6 +++++-
15 files changed, 24 insertions(+), 20 deletions(-)
create mode 100644 07-boot_linux/console.log.xz
delete mode 100755 jenkins/notify.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_kernel/llvm-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
from 2767810b79 70: onsuccess: #16: all: [TCWG CI] https://ci.linaro.org/job [...]
new a7facefcab 71: onsuccess: #17: all: [TCWG CI] https://ci.linaro.org/job [...]
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 1984 -> 2008 bytes
02-prepare_abe/console.log.xz | Bin 2428 -> 2460 bytes
03-build_abe-binutils/console.log.xz | Bin 28268 -> 27360 bytes
04-build_kernel_llvm/console.log.xz | Bin 66120 -> 67288 bytes
05-build_abe-qemu/console.log.xz | Bin 32436 -> 32516 bytes
06-build_linux/console.log.xz | Bin 3136 -> 3132 bytes
08-check_regression/console.log.xz | Bin 524 -> 436 bytes
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/notify.sh | 3 ---
manifest.sh | 28 ++++++++++++++--------------
13 files changed, 18 insertions(+), 21 deletions(-)
delete mode 100755 jenkins/notify.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.
unknown user pushed a change to branch master
in repository linux.
from a1fd058b07d5 Merge tag 'mm-hotfixes-stable-2023-05-03-16-27' of git://g [...]
new d9bc0d11e33b fs/9p: Consolidate file operations and add readahead and w [...]
new 740b8bf87322 fs/9p: Remove unnecessary superblock flags
new 8142db4f2792 fs/9p: allow disable of xattr support on mount
new 46c30cb8f539 9p: Add additional debug flags and open modes
new 6deffc8924b5 fs/9p: Add new mount modes
new 1543b4c5071c fs/9p: remove writeback fid and fix per-file modes
new 4eb3117888a9 fs/9p: Rework cache modes and add new options to Documentation
new 21e26d5e54ab fs/9p: Fix bit operation logic error
new 8e15605be8ba Merge tag '9p-6.4-for-linus' of git://git.kernel.org/pub/s [...]
new 7a6c3a035a2e ceph: do not print the whole xattr value if it's too long
new 7d41870d65db ceph: implement writeback livelock avoidance using page tagging
new aaf67de78807 ceph: fix potential use-after-free bug when trimming caps
new a5ffd7b6e91a ceph: pass ino# instead of old_dentry if it's disconnected
new db2993a423e3 ceph: reorder fields in 'struct ceph_snapid_map'
new 3c4aa4434377 Merge tag 'ceph-for-6.4-rc1' of https://github.com/ceph/ce [...]
The 15 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/filesystems/9p.rst | 52 +++++++---
fs/9p/cache.h | 3 +-
fs/9p/fid.c | 48 ++++-----
fs/9p/fid.h | 31 +++++-
fs/9p/v9fs.c | 59 +++++------
fs/9p/v9fs.h | 62 ++++++++----
fs/9p/v9fs_vfs.h | 4 -
fs/9p/vfs_addr.c | 50 +++++-----
fs/9p/vfs_dir.c | 10 +-
fs/9p/vfs_file.c | 206 ++++++++-------------------------------
fs/9p/vfs_inode.c | 111 +++++++++++----------
fs/9p/vfs_inode_dotl.c | 90 +++++++++--------
fs/9p/vfs_super.c | 44 +++------
fs/ceph/addr.c | 11 ++-
fs/ceph/caps.c | 2 +-
fs/ceph/debugfs.c | 18 ++--
fs/ceph/dir.c | 13 ++-
fs/ceph/mds_client.c | 78 ++++++++++-----
fs/ceph/mds_client.h | 5 +-
fs/ceph/super.h | 2 +
fs/ceph/xattr.c | 20 ++--
include/net/9p/9p.h | 6 ++
net/9p/client.c | 8 +-
23 files changed, 470 insertions(+), 463 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.